r24810 - in /desktop/unstable/pygobject/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jul 18 16:41:30 UTC 2010


Author: pochu
Date: Sun Jul 18 16:41:26 2010
New Revision: 24810

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24810
Log:
* debian/rules:
  - Do not change python3.x to python, as python is the default Python 2
    interpreter.

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

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=24810&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Sun Jul 18 16:41:26 2010
@@ -1,5 +1,6 @@
 pygobject (2.21.4-1) UNRELEASED; urgency=low
 
+  [ Laurent Bigonville ]
   * New upstream release.
   * Bump Standards-Version to 3.9.0 (no further changes)
   * Bump debhelper version to 7
@@ -16,6 +17,11 @@
     debian/patches/04_testsuite_gtk.patch,
     debian/patches/64_gil_locking.patch,
     debian/patches/90_autofoo.patch: not needed anymore
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/rules:
+    - Do not change python3.x to python, as python is the default Python 2
+      interpreter.
 
  -- Laurent Bigonville <bigon at debian.org>  Sun, 11 Jul 2010 01:38:04 +0200
 

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=24810&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Sun Jul 18 16:41:26 2010
@@ -126,7 +126,7 @@
 		b=$$(basename $$i .so); \
 		mv $$i $$(dirname $$i)/$${b}_d.so; \
 	done
-	sed -i 's,bin/python[23]\.[0-9],bin/python,' \
+	sed -i 's,bin/python2\.[0-9],bin/python,' \
 		debian/python-gobject-dev/usr/bin/pygobject-codegen-2.0
 
 	touch $@




More information about the pkg-gnome-commits mailing list