r12006 - in /desktop/unstable/gtk+2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Jul 18 10:07:11 UTC 2007


Author: lool
Date: Wed Jul 18 10:07:11 2007
New Revision: 12006

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12006
Log:
* Call dh_shlibdeps separately for the udeb and add a
  -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
  found.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=12006&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Wed Jul 18 10:07:11 2007
@@ -17,7 +17,12 @@
   * New upstream release
     - Regenerated 070_mandatory-relibtoolize.patch
 
- -- Alan Baghumian <alan at technotux.org>  Tue, 17 Jul 2007 09:06:48 +0330
+  [ Loic Minier ]
+  * Call dh_shlibdeps separately for the udeb and add a
+    -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
+    found.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 18 Jul 2007 11:06:57 +0100
 
 gtk+2.0 (2.10.13-1) unstable; urgency=low
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=12006&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules (original)
+++ desktop/unstable/gtk+2.0/debian/rules Wed Jul 18 10:07:11 2007
@@ -302,7 +302,8 @@
 	cat debian/*/DEBIAN/shlibs | \
 		sed -n -r -e 's/(([^ ]+: )?([^ ]+) ([^ ]+)) .*/\1/p' \
 			> debian/shlibs.local
-	dh_shlibdeps -a
+	dh_shlibdeps -a -N$(UDEB_PKG)
+	dh_shlibdeps -p$(UDEB_PKG) -l/usr/lib/libcairo-directfb/lib/
 	-rm -f debian/shlibs.local
 	dh_gencontrol -a
 	dh_md5sums -a




More information about the pkg-gnome-commits mailing list