r16961 - in /desktop/experimental/pygtk/debian: changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Sep 14 19:23:00 UTC 2008


Author: pochu-guest
Date: Sun Sep 14 19:22:59 2008
New Revision: 16961

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16961
Log:
* debian/rules:
  - Call dh_pysupport for python-gtk2-doc, so example scripts are
    byte-compiled.

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=16961&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/changelog (original)
+++ desktop/experimental/pygtk/debian/changelog Sun Sep 14 19:22:59 2008
@@ -51,10 +51,13 @@
   * debian/python-gtk2-doc.links:
     - Link /usr/lib/pygtk/2.0 to /usr/share/doc/python-gtk2-doc/examples,
       needed by pygtk-demo.
+  * debian/rules:
+    - Call dh_pysupport for python-gtk2-doc, so example scripts are
+      byte-compiled.
   * debian/copyright:
     - Add Copyright holders.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 08 Sep 2008 13:24:31 +0200
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 14 Sep 2008 21:00:51 +0200
 
 pygtk (2.13.0-0ubuntu3) intrepid; urgency=low
 

Modified: desktop/experimental/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/rules?rev=16961&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/rules (original)
+++ desktop/experimental/pygtk/debian/rules Sun Sep 14 19:22:59 2008
@@ -135,6 +135,7 @@
 	dh_fixperms -i
 	# More permission fixing
 	grep -rlZ "^#\!.*python" debian/python-gtk2-dev/usr | xargs -0r chmod 755
+	dh_pysupport -ppython-gtk2-doc /usr/share/doc/python-gtk2-doc/examples
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i




More information about the pkg-gnome-commits mailing list