r10301 - in /packages/unstable/ubuntulooks/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 23 16:54:02 UTC 2007


Author: lool
Date: Mon Apr 23 16:54:02 2007
New Revision: 10301

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10301
Log:
* Don't use pkg-config to compute the Gtk+ module ABI.
* Add missing build-dep on gnome-pkg-tools.
* Pass -pgtk2-engines-ubuntulooks to dh_gtkmodules.

Modified:
    packages/unstable/ubuntulooks/debian/changelog
    packages/unstable/ubuntulooks/debian/control
    packages/unstable/ubuntulooks/debian/control.in
    packages/unstable/ubuntulooks/debian/rules

Modified: packages/unstable/ubuntulooks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ubuntulooks/debian/changelog?rev=10301&op=diff
==============================================================================
--- packages/unstable/ubuntulooks/debian/changelog (original)
+++ packages/unstable/ubuntulooks/debian/changelog Mon Apr 23 16:54:02 2007
@@ -18,4 +18,9 @@
    * Added debian/control.in and debian/watch files
    * Removed debian/dirs, not needed
 
- -- Alan Baghumian <alan at technotux.org>  Mon, 23 Apr 2007 15:25:09 +0330
+  [ Loic Minier ]
+  * Don't use pkg-config to compute the Gtk+ module ABI.
+  * Add missing build-dep on gnome-pkg-tools.
+  * Pass -pgtk2-engines-ubuntulooks to dh_gtkmodules.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 23 Apr 2007 18:53:50 +0200

Modified: packages/unstable/ubuntulooks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ubuntulooks/debian/control?rev=10301&op=diff
==============================================================================
--- packages/unstable/ubuntulooks/debian/control (original)
+++ packages/unstable/ubuntulooks/debian/control Mon Apr 23 16:54:02 2007
@@ -2,8 +2,8 @@
 Section: gnome
 Priority: optional
 Maintainer: Alan Baghumian <alan at technotux.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 5.0.0), libgtk2.0-dev (>= 2.10.0)
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
+Build-Depends: autotools-dev, cdbs, debhelper (>= 5.0.0), libgtk2.0-dev (>= 2.10.0), gnome-pkg-tools
 Standards-Version: 3.7.2
 
 Package: gtk2-engines-ubuntulooks

Modified: packages/unstable/ubuntulooks/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ubuntulooks/debian/control.in?rev=10301&op=diff
==============================================================================
--- packages/unstable/ubuntulooks/debian/control.in (original)
+++ packages/unstable/ubuntulooks/debian/control.in Mon Apr 23 16:54:02 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Alan Baghumian <alan at technotux.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: autotools-dev, cdbs, debhelper (>= 5.0.0), libgtk2.0-dev (>= 2.10.0)
+Build-Depends: autotools-dev, cdbs, debhelper (>= 5.0.0), libgtk2.0-dev (>= 2.10.0), gnome-pkg-tools
 Standards-Version: 3.7.2
 
 Package: gtk2-engines-ubuntulooks

Modified: packages/unstable/ubuntulooks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ubuntulooks/debian/rules?rev=10301&op=diff
==============================================================================
--- packages/unstable/ubuntulooks/debian/rules (original)
+++ packages/unstable/ubuntulooks/debian/rules Mon Apr 23 16:54:02 2007
@@ -8,5 +8,5 @@
 
 
 binary-post-install/gtk2-engines-ubuntulooks::
-	rm debian/gtk2-engines-ubuntulooks/usr/lib/gtk-2.0/`pkg-config --variable gtk_binary_version gtk+-2.0`/engines/libubuntulooks.la
-	dh_gtkmodules
+	rm -f debian/gtk2-engines-ubuntulooks/usr/lib/gtk-2.0/*/engines/libubuntulooks.la
+	dh_gtkmodules -pgtk2-engines-ubuntulooks




More information about the pkg-gnome-commits mailing list