[Python-modules-commits] r3158 - in /packages/pyro/trunk/debian: changelog control patches/00list rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Sat Sep 1 21:22:50 UTC 2007


Author: bzed-guest
Date: Sat Sep  1 21:22:49 2007
New Revision: 3158

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3158
Log:
linda and lintian clean, ready for an upload hopefully

Added:
    packages/pyro/trunk/debian/patches/00list
Modified:
    packages/pyro/trunk/debian/changelog
    packages/pyro/trunk/debian/control
    packages/pyro/trunk/debian/rules

Modified: packages/pyro/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/changelog?rev=3158&op=diff
==============================================================================
--- packages/pyro/trunk/debian/changelog (original)
+++ packages/pyro/trunk/debian/changelog Sat Sep  1 21:22:49 2007
@@ -11,6 +11,7 @@
     - Reflecting maintainer change
     - Adding XS-Vcs-Svn and XS-Vcs-Browser fields
     - Moving python to Build-Depends because it's used in the clean target
+    - Adding dpatch  to Build-Depends
     - Putting pyro-doc into the doc Section
   * debian/semantic.cache:
     - Removing file, not needed for packaging pyro
@@ -18,12 +19,15 @@
     - Adding file to configure upstream's very special setup.py
   * debian/rules:
     - Fixing build process to use debian/setup.cfg
+    - Adding dpatch targets/include
   * debian/README.Debian:
     - Removing file, explanation not needed anymore
   * debian/NEWS.Debian:
     - Adding file, explaining upstream's change in the script names
+  * debian/patches:
+    - Adding patch to cleanup/fix shebangs
 
- -- Bernd Zeimetz <bernd at bzed.de>  Sat, 01 Sep 2007 22:36:56 +0200
+ -- Bernd Zeimetz <bernd at bzed.de>  Sat, 01 Sep 2007 23:12:52 +0200
 
 pyro (3.5-1.2) unstable; urgency=medium
 

Modified: packages/pyro/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/control?rev=3158&op=diff
==============================================================================
--- packages/pyro/trunk/debian/control (original)
+++ packages/pyro/trunk/debian/control Sat Sep  1 21:22:49 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bernd at bzed.de>
-Build-Depends: debhelper (>= 5.0.42), python
+Build-Depends: debhelper (>= 5.0.42), python, dpatch
 Build-Depends-Indep: python-central (>= 0.5), xsltproc, docbook-xsl
 Standards-Version: 3.7.2
 XS-Python-Version: all

Added: packages/pyro/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/patches/00list?rev=3158&op=file
==============================================================================
--- packages/pyro/trunk/debian/patches/00list (added)
+++ packages/pyro/trunk/debian/patches/00list Sat Sep  1 21:22:49 2007
@@ -1,0 +1,1 @@
+usr-bin-env-location

Modified: packages/pyro/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyro/trunk/debian/rules?rev=3158&op=diff
==============================================================================
--- packages/pyro/trunk/debian/rules (original)
+++ packages/pyro/trunk/debian/rules Sat Sep  1 21:22:49 2007
@@ -75,6 +75,7 @@
 	# some permissions that makes lintian/linda happier
 	find debian/pyro-examples/usr/share/doc/pyro/examples -exec chmod a-x {} \;
 	chmod 755 $(CURDIR)/debian/pyro-gui/usr/share/pycentral/pyro-gui/site-packages/Pyro/wxnsc.py
+	chmod 755 $(CURDIR)/debian/pyro/usr/share/pycentral/pyro/site-packages/Pyro/ext/daemonizer.py
 	dh_link
 	dh_strip
 	dh_compress




More information about the Python-modules-commits mailing list