[Python-modules-commits] r831 - in /packages/urwid/trunk/debian: changelog rules

pabs-guest at users.alioth.debian.org pabs-guest at users.alioth.debian.org
Thu Jun 15 10:40:40 UTC 2006


Author: pabs-guest
Date: Thu Jun 15 10:40:38 2006
New Revision: 831

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=831
Log:
Add executable bits to the .py files since they have shebangs

Modified:
    packages/urwid/trunk/debian/changelog
    packages/urwid/trunk/debian/rules

Modified: packages/urwid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/urwid/trunk/debian/changelog?rev=831&op=diff
==============================================================================
--- packages/urwid/trunk/debian/changelog (original)
+++ packages/urwid/trunk/debian/changelog Thu Jun 15 10:40:38 2006
@@ -4,8 +4,9 @@
   * Conflict/replace upstream packages
   * Bump Standards-Version (no changes)
   * Move debhelper, cdbs, dpatch to Build-Depends (needed on clean)
+  * Add executable bits to the .py files since they have shebangs
 
- -- Paul Wise <pabs3 at bonedaddy.net>  Thu, 15 Jun 2006 18:02:16 +0800
+ -- Paul Wise <pabs3 at bonedaddy.net>  Thu, 15 Jun 2006 18:30:55 +0800
 
 urwid (0.9.3.dfsg.1-1) unstable; urgency=low
 

Modified: packages/urwid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/urwid/trunk/debian/rules?rev=831&op=diff
==============================================================================
--- packages/urwid/trunk/debian/rules (original)
+++ packages/urwid/trunk/debian/rules Thu Jun 15 10:40:38 2006
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_PYTHON_SYSTEM = pysupport
-PYVERS=$(shell pyversions -r debian/control)
+PYVERS = $(shell pyversions -r debian/control)
 
 include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -10,6 +10,9 @@
 build/python-urwid::
 	set -e; for python in $(PYVERS); do rm -f urwid/*.pyc; $$python test_urwid.py ; done
 
+install/python-urwid::
+	chmod a+x debian/python-urwid/usr/share/python-support/python-urwid/urwid/*.py
+
 clean::
 	rm -f urwid/*.pyc
 




More information about the Python-modules-commits mailing list