r11878 - in /desktop/unstable/pango1.0/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue Jul 10 14:33:07 UTC 2007
Author: lool
Date: Tue Jul 10 14:33:07 2007
New Revision: 11878
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11878
Log:
* Call dh_shlibdeps separately for the udeb and add a
-l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
found; thanks Frans Pop; closes: #432258.
Modified:
desktop/unstable/pango1.0/debian/changelog
desktop/unstable/pango1.0/debian/rules
Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=11878&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Tue Jul 10 14:33:07 2007
@@ -1,4 +1,4 @@
-pango1.0 (1.16.4-2) UNRELEASED; urgency=low
+pango1.0 (1.16.4-2) unstable; urgency=high
[ Josselin Mouette ]
* Whoops. Re-commit some things that were uploaded as part of 1.16.2-2
@@ -8,8 +8,11 @@
* Use printf instead of echo in dh_gtkmodules to write to write data to
files in complex_doit() calls as dash's echo will always honor escape
sequences.
-
- -- Loic Minier <lool at dooz.org> Sun, 27 May 2007 19:13:42 +0200
+ * Call dh_shlibdeps separately for the udeb and add a
+ -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
+ found; thanks Frans Pop; closes: #432258.
+
+ -- Loic Minier <lool at dooz.org> Tue, 10 Jul 2007 16:32:56 +0200
pango1.0 (1.16.4-1) unstable; urgency=low
Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=11878&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules (original)
+++ desktop/unstable/pango1.0/debian/rules Tue Jul 10 14:33:07 2007
@@ -268,7 +268,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