[Python-modules-commits] r9316 - in packages/pprocess/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu Aug 13 22:53:29 UTC 2009
Date: Thursday, August 13, 2009 @ 22:53:29
Author: morph
Revision: 9316
* New upstream release
* debian/copyright
- updated upstream copyright years
* debian/control
- bump Standards-Version to 3.8.2 (no changes needed)
* debian/{control, rules}
- prepare for the upcoming Python 2.6 transition
+ added versioned depend on python (>= 2.5.4-1~)
+ used --install-layout=deb to setup.py install call to let files be
installed under /usr instead of /usr/local
Modified:
packages/pprocess/trunk/debian/changelog
packages/pprocess/trunk/debian/control
packages/pprocess/trunk/debian/copyright
packages/pprocess/trunk/debian/rules
Modified: packages/pprocess/trunk/debian/changelog
===================================================================
--- packages/pprocess/trunk/debian/changelog 2009-08-13 15:57:47 UTC (rev 9315)
+++ packages/pprocess/trunk/debian/changelog 2009-08-13 22:53:29 UTC (rev 9316)
@@ -1,3 +1,18 @@
+pprocess (0.5-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/copyright
+ - updated upstream copyright years
+ * debian/control
+ - bump Standards-Version to 3.8.2 (no changes needed)
+ * debian/{control, rules}
+ - prepare for the upcoming Python 2.6 transition
+ + added versioned depend on python (>= 2.5.4-1~)
+ + used --install-layout=deb to setup.py install call to let files be
+ installed under /usr instead of /usr/local
+
+ -- Sandro Tosi <morph at debian.org> Fri, 14 Aug 2009 00:51:34 +0200
+
pprocess (0.4-2) unstable; urgency=low
* Uploading to unstable, since Lenny has been released
Modified: packages/pprocess/trunk/debian/control
===================================================================
--- packages/pprocess/trunk/debian/control 2009-08-13 15:57:47 UTC (rev 9315)
+++ packages/pprocess/trunk/debian/control 2009-08-13 22:53:29 UTC (rev 9316)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all, dpatch
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.5.4-1~), dpatch
Build-Depends-Indep: python-support (>= 0.6), python-epydoc
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
Homepage: http://www.boddie.org.uk/python/pprocess.html
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pprocess/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pprocess/trunk/
Modified: packages/pprocess/trunk/debian/copyright
===================================================================
--- packages/pprocess/trunk/debian/copyright 2009-08-13 15:57:47 UTC (rev 9315)
+++ packages/pprocess/trunk/debian/copyright 2009-08-13 22:53:29 UTC (rev 9316)
@@ -10,7 +10,7 @@
Copyright:
- Copyright (C) 2005, 2006, 2007, 2008 Paul Boddie <paul at boddie.org.uk>
+ Copyright (C) 2005, 2006, 2007, 2008, 2009 Paul Boddie <paul at boddie.org.uk>
License:
Modified: packages/pprocess/trunk/debian/rules
===================================================================
--- packages/pprocess/trunk/debian/rules 2009-08-13 15:57:47 UTC (rev 9315)
+++ packages/pprocess/trunk/debian/rules 2009-08-13 22:53:29 UTC (rev 9316)
@@ -37,7 +37,7 @@
dh_testroot
# Add here commands to install the package into debian/pprocess.
- python setup.py install --root=$(CURDIR)/debian/python-pprocess
+ python setup.py install --root=$(CURDIR)/debian/python-pprocess --install-layout=deb
binary-arch:
# nothing to do here
More information about the Python-modules-commits
mailing list