[Python-apps-commits] r3034 - in packages/svnmailer/trunk/debian (changelog control rules)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Sun May 31 21:37:19 UTC 2009


    Date: Sunday, May 31, 2009 @ 21:37:18
  Author: gilir-guest
Revision: 3034

Merge Ubuntu changes for Python 2.6 transition

Modified:
  packages/svnmailer/trunk/debian/changelog
  packages/svnmailer/trunk/debian/control
  packages/svnmailer/trunk/debian/rules

Modified: packages/svnmailer/trunk/debian/changelog
===================================================================
--- packages/svnmailer/trunk/debian/changelog	2009-05-31 18:01:35 UTC (rev 3033)
+++ packages/svnmailer/trunk/debian/changelog	2009-05-31 21:37:18 UTC (rev 3034)
@@ -1,3 +1,15 @@
+svnmailer (1.0.8-11) UNRELEASED; urgency=low
+
+  * From Ubuntu, prepare for the future python transition:
+   - debian/rules: 
+    + Include /usr/share/python/python.mk
+    + Add $(py_setup_install_args) to setup.py install
+   - debian/control: 
+    + Bump build-depends to python (>= 2.5.4-1~)
+    + Bump build-depends to debhelper (>= 5.0.38)
+
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 23:06:43 +0200
+
 svnmailer (1.0.8-10) unstable; urgency=low
 
   * debian/control

Modified: packages/svnmailer/trunk/debian/control
===================================================================
--- packages/svnmailer/trunk/debian/control	2009-05-31 18:01:35 UTC (rev 3033)
+++ packages/svnmailer/trunk/debian/control	2009-05-31 21:37:18 UTC (rev 3034)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.0), dpatch, python
+Build-Depends: debhelper (>= 5.0.38), dpatch, python (>= 2.5.4-1~)
 Build-Depends-Indep: python-support (>= 0.3)
 Standards-Version: 3.8.0
 Homepage: http://opensource.perlig.de/svnmailer/

Modified: packages/svnmailer/trunk/debian/rules
===================================================================
--- packages/svnmailer/trunk/debian/rules	2009-05-31 18:01:35 UTC (rev 3033)
+++ packages/svnmailer/trunk/debian/rules	2009-05-31 21:37:18 UTC (rev 3034)
@@ -5,6 +5,7 @@
 #export DH_VERBOSE=1
 
 include /usr/share/dpatch/dpatch.make
+include /usr/share/python/python.mk
 
 build: build-stamp
 build-stamp: patch-stamp
@@ -31,7 +32,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/svnmailer.
-	python setup.py install --root=$(CURDIR)/debian/svnmailer
+	python setup.py install --root=$(CURDIR)/debian/svnmailer $(py_setup_install_args)
 
 
 # Build architecture-independent files here.




More information about the Python-apps-commits mailing list