r21522 - in /packages/unstable/gnome-python-extras/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Sep 24 20:17:49 UTC 2009


Author: joss
Date: Thu Sep 24 20:17:49 2009
New Revision: 21522

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21522
Log:
Pass /usr/share/pygtk to dh_pysupport.

Modified:
    packages/unstable/gnome-python-extras/debian/changelog
    packages/unstable/gnome-python-extras/debian/rules

Modified: packages/unstable/gnome-python-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=21522&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/changelog [utf-8] Thu Sep 24 20:17:49 2009
@@ -4,6 +4,7 @@
     python-gda package.
   * Remove python-gnome2-extras. The egg.recent module has been 
     deprecated for quite some time. 
+  * Pass /usr/share/pygtk to dh_pysupport.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 24 Sep 2009 19:54:39 +0200
 

Modified: packages/unstable/gnome-python-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/rules?rev=21522&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/rules [utf-8] Thu Sep 24 20:17:49 2009
@@ -88,7 +88,7 @@
 	dh_link -i
 	dh_compress -i
 	dh_fixperms -i
-	dh_pysupport -i
+	dh_pysupport -i /usr/share/pygtk
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i




More information about the pkg-gnome-commits mailing list