r18620 - in /desktop/experimental/pygtk/debian: changelog rules
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Tue Mar 3 16:37:28 UTC 2009
Author: joss
Date: Tue Mar 3 16:37:28 2009
New Revision: 18620
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18620
Log:
Move dh_pysupport call before dh_strip so that the split debugging
symbols can actually be used.
Modified:
desktop/experimental/pygtk/debian/changelog
desktop/experimental/pygtk/debian/rules
Modified: desktop/experimental/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/changelog?rev=18620&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/changelog (original)
+++ desktop/experimental/pygtk/debian/changelog Tue Mar 3 16:37:28 2009
@@ -20,6 +20,8 @@
Closes: #512345.
* 70_autoconf.patch: refreshed.
* Only recommend python-numpy, it can be detected at runtime.
+ * Move dh_pysupport call before dh_strip so that the split debugging
+ symbols can actually be used.
-- Loic Minier <lool at dooz.org> Fri, 19 Dec 2008 15:15:52 +0100
Modified: desktop/experimental/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/rules?rev=18620&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/rules (original)
+++ desktop/experimental/pygtk/debian/rules Tue Mar 3 16:37:28 2009
@@ -171,13 +171,13 @@
dh_installdocs -s
dh_installexamples -s
dh_installchangelogs ChangeLog -s
+ dh_pysupport -s
dh_strip -s -Npython-gtk2-dbg --dbg-package=python-gtk2-dbg
rm -rf debian/python-gtk2-dbg/usr/share/doc/python-gtk2-dbg
ln -s python-gtk2 debian/python-gtk2-dbg/usr/share/doc/python-gtk2-dbg
dh_link -s
dh_compress -s -X.py -X.glade
dh_fixperms -s
- dh_pysupport -s
dh_installdeb -s
dh_shlibdeps -s
dh_gencontrol -s
More information about the pkg-gnome-commits
mailing list