[Pkg-xfce-commits] r1055 - desktop/trunk/gtk2-engines-xfce/debian

Emanuele Rocca ema at alioth.debian.org
Sun Jan 14 21:47:49 CET 2007


Author: ema
Date: 2007-01-14 21:47:49 +0100 (Sun, 14 Jan 2007)
New Revision: 1055

Modified:
   desktop/trunk/gtk2-engines-xfce/debian/changelog
   desktop/trunk/gtk2-engines-xfce/debian/control
   desktop/trunk/gtk2-engines-xfce/debian/rules
Log:
New Gtk modules handling

Modified: desktop/trunk/gtk2-engines-xfce/debian/changelog
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/changelog	2007-01-14 13:07:39 UTC (rev 1054)
+++ desktop/trunk/gtk2-engines-xfce/debian/changelog	2007-01-14 20:47:49 UTC (rev 1055)
@@ -1,3 +1,15 @@
+gtk2-engines-xfce (2.3.99.2-2) experimental; urgency=low
+
+  * Convert the package to the new Gtk modules handling.      closes: #406874
+    - Bump up the libgtk2.0-dev build-dep to >= 2.10.1-1.
+    - Call dh_gtkmodules.
+    - Add ${misc:Depends}.
+    - Use the correct gtk version number in debian/rules.
+    
+    Thanks to Loïc Minier for the patch.
+
+ -- Emanuele Rocca <ema at debian.org>  Sun, 14 Jan 2007 20:46:01 +0100
+
 gtk2-engines-xfce (2.3.99.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/trunk/gtk2-engines-xfce/debian/control
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/control	2007-01-14 13:07:39 UTC (rev 1054)
+++ desktop/trunk/gtk2-engines-xfce/debian/control	2007-01-14 20:47:49 UTC (rev 1055)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev (>= 2.4.1-3), libx11-dev (> 2:1.0.0-6), chrpath
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev (>= 2.10.1-1), libx11-dev (> 2:1.0.0-6), chrpath
 Standards-Version: 3.7.2
 
 Package: gtk2-engines-xfce
 Architecture: any
-Depends: ${shlibs:Depends}, xfce4-icon-theme
+Depends: ${misc:Depends}, ${shlibs:Depends}, xfce4-icon-theme
 Suggests: xfce4-panel
 Description: A GTK+-2.0 theme engine for Xfce
  This package contains an Xfce engine for GTK2.0 which makes you able

Modified: desktop/trunk/gtk2-engines-xfce/debian/rules
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/rules	2007-01-14 13:07:39 UTC (rev 1054)
+++ desktop/trunk/gtk2-engines-xfce/debian/rules	2007-01-14 20:47:49 UTC (rev 1055)
@@ -53,10 +53,10 @@
 	done
 
 	#Don't ship .la files:
-	rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.4.0/engines/libxfce.a
-	rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.4.0/engines/libxfce.la
+	rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.a
+	rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.la
 
-	chrpath -d -k `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.4.0/engines/libxfce.so
+	chrpath -d -k `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.so
 
 binary-indep: build install
 
@@ -68,6 +68,8 @@
 	dh_installdocs
 	dh_installchangelogs ChangeLog
 
+	dh_gtkmodules
+
 	dh_strip
 	dh_compress
 




More information about the Pkg-xfce-commits mailing list