r10041 - in /desktop/unstable/pessulus/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 16 11:18:33 UTC 2007


Author: lool
Date: Mon Apr 16 11:18:33 2007
New Revision: 10041

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10041
Log:
* Drop PYTHON export and unversion the fixperm snippet.

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

Modified: desktop/unstable/pessulus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/changelog?rev=10041&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/changelog (original)
+++ desktop/unstable/pessulus/debian/changelog Mon Apr 16 11:18:33 2007
@@ -1,4 +1,4 @@
-pessulus (2.16.2-2) UNRELEASED; urgency=low
+pessulus (2.16.2-2) unstable; urgency=low
 
   * Merge 0.10.4-2; SVN r8331:9116.
   * Upload to unstable; drop check-dist include.
@@ -6,8 +6,9 @@
   * Wrap build-deps and deps.
   * Drop python2.4-* depends as python2.4 is now the default version.
   * Move python-central to build-depends.
+  * Drop PYTHON export and unversion the fixperm snippet.
 
- -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 13:15:39 +0200
+ -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 13:16:55 +0200
 
 pessulus (2.16.2-1) experimental; urgency=low
 

Modified: desktop/unstable/pessulus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/rules?rev=10041&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/rules (original)
+++ desktop/unstable/pessulus/debian/rules Mon Apr 16 11:18:33 2007
@@ -6,11 +6,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-export PYTHON=/usr/bin/python2.4
-
 binary-install/pessulus::
 	# make files with shebang executable
-	egrep -rlZ '^#!(.*)python' debian/pessulus/usr/lib/python2.4/site-packages/Pessulus | xargs -0 chmod a+x --
+	egrep -rlZ '^#!(.*)python' debian/pessulus/usr/lib/python*/site-packages/Pessulus | xargs -0 chmod a+x --
 	dh_pycentral
-	dh_python -V 2.4
 




More information about the pkg-gnome-commits mailing list