r11969 - in /desktop/unstable/gtk2-engines/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jul 16 09:28:12 UTC 2007


Author: lool
Date: Mon Jul 16 09:28:12 2007
New Revision: 11969

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11969
Log:
* Pass -l/usr/lib/libcairo-directfb/lib/ to dh_shlibdeps for the udeb to
  ensure libcairo-directfb2 is found.

Modified:
    desktop/unstable/gtk2-engines/debian/changelog
    desktop/unstable/gtk2-engines/debian/rules

Modified: desktop/unstable/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/changelog?rev=11969&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/changelog (original)
+++ desktop/unstable/gtk2-engines/debian/changelog Mon Jul 16 09:28:12 2007
@@ -1,9 +1,13 @@
-gtk2-engines (1:2.10.2-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+gtk2-engines (1:2.10.2-2) unstable; urgency=high
+
+  [ Josselin Mouette ]
   * 99_ltmain_as-needed.patch: get --as-needed back to work.
 
- -- Josselin Mouette <joss at debian.org>  Thu, 07 Jun 2007 00:04:00 +0200
+  [ Loic Minier ]
+  * Pass -l/usr/lib/libcairo-directfb/lib/ to dh_shlibdeps for the udeb to
+    ensure libcairo-directfb2 is found.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 16 Jul 2007 00:24:19 +0200
 
 gtk2-engines (1:2.10.2-1) unstable; urgency=low
 

Modified: desktop/unstable/gtk2-engines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/rules?rev=11969&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/rules (original)
+++ desktop/unstable/gtk2-engines/debian/rules Mon Jul 16 09:28:12 2007
@@ -21,6 +21,9 @@
 
 # don't run dh_makeshlibs (we don't need shlibs for Gtk modules)
 DEB_DH_MAKESHLIBS_ARGS_ALL += -n
+
+# Ensure libcairo-directfb2 is found
+DEB_DH_SHLIBDEPS_ARGS_gtk2-engines-udeb += -l/usr/lib/libcairo-directfb/lib/
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,-Bsymbolic -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list