r23255 - in /desktop/unstable/pygtk/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 11 21:53:21 UTC 2010


Author: pochu
Date: Thu Mar 11 21:53:19 2010
New Revision: 23255

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23255
Log:
* debian/rules:
  - Fix typo when removing unneeded /usr/include directories.

Modified:
    desktop/unstable/pygtk/debian/changelog
    desktop/unstable/pygtk/debian/rules

Modified: desktop/unstable/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/changelog?rev=23255&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtk/debian/changelog [utf-8] Thu Mar 11 21:53:19 2010
@@ -1,3 +1,10 @@
+pygtk (2.16.0-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Fix typo when removing unneeded /usr/include directories.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 11 Mar 2010 22:38:25 +0100
+
 pygtk (2.16.0-2) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/rules?rev=23255&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/rules [utf-8] (original)
+++ desktop/unstable/pygtk/debian/rules [utf-8] Thu Mar 11 21:53:19 2010
@@ -136,7 +136,7 @@
 	mv debian/tmp/usr/include/python$(PYDEFAULTVER)/* debian/tmp/usr/include
 	for v in $(PYVERS); do \
 	    rm --force --recursive debian/tmp/usr/share/pygtk/2.0/defs/python$$v; \
-	    rm --force --recursive debian/tmp/usr/share/include/python$$v; \
+	    rm --force --recursive debian/tmp/usr/include/python$$v; \
 	done
 	# finally, install files from DESTDIR in the per-package dirs
 	dh_install




More information about the pkg-gnome-commits mailing list