[Python-modules-commits] r8944 - in packages/circuits/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Jul 4 16:15:10 UTC 2009
Date: Saturday, July 4, 2009 @ 16:15:08
Author: morph
Revision: 8944
* debian/{control, rules}
- prepare for the upcoming Python 2.6 transition; thanks to Andrea Gasparini
for the report; Closes: #531085
+ added versioned depend on python (>= 2.5.3-1~exp1)
+ used --install-layout=deb to setup.py install call to let files be
installed under /usr instead of /usr/local
* debian/control
- bump Standards-Version to 3.8.2 (no changes needed)
* debian/rules
- fixed a leftover from the package we take the original file from
* debian/copyright
- extended debian packaging copyright years
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/control
packages/circuits/trunk/debian/copyright
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2009-07-04 13:34:35 UTC (rev 8943)
+++ packages/circuits/trunk/debian/changelog 2009-07-04 16:15:08 UTC (rev 8944)
@@ -1,13 +1,23 @@
circuits (1.1.1-2) UNRELEASED; urgency=low
- * Changes for upcoming Python 2.6 transition (Closes: #531085):
- - debian/rules: pass --install-layout=deb to setup.py install call
- to let files be installed under /usr instead of /usr/local.
- - debian/control: build-depend on python (>= 2.5.3-1~exp1) for
- --install-layout=deb support.
+ [ Luca Falavigna ]
+ * debian/{control, rules}
+ - prepare for the upcoming Python 2.6 transition; thanks to Andrea Gasparini
+ for the report; Closes: #531085
+ + added versioned depend on python (>= 2.5.3-1~exp1)
+ + used --install-layout=deb to setup.py install call to let files be
+ installed under /usr instead of /usr/local
- -- Luca Falavigna <dktrkranz at ubuntu.com> Mon, 01 Jun 2009 09:46:46 +0200
+ [ Sandro Tosi ]
+ * debian/control
+ - bump Standards-Version to 3.8.2 (no changes needed)
+ * debian/rules
+ - fixed a leftover from the package we take the original file from
+ * debian/copyright
+ - extended debian packaging copyright years
+ -- Sandro Tosi <morph at debian.org> Sat, 04 Jul 2009 18:15:23 +0200
+
circuits (1.1.1-1) unstable; urgency=low
* debian/control
Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control 2009-07-04 13:34:35 UTC (rev 8943)
+++ packages/circuits/trunk/debian/control 2009-07-04 16:15:08 UTC (rev 8944)
@@ -5,7 +5,7 @@
Uploaders: Sandro Tosi <morph at debian.org>
Build-Depends: debhelper (>= 7), python (>= 2.5.3-1~exp1), python-setuptools
Build-Depends-Indep: python-support, snakefood, ghostscript, graphviz, python-nose, python-pyinotify, python-pygame, python-epydoc
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
Homepage: http://trac.softcircuit.com.au/circuits/
XS-Python-Version: >= 2.5
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/circuits/trunk/
Modified: packages/circuits/trunk/debian/copyright
===================================================================
--- packages/circuits/trunk/debian/copyright 2009-07-04 13:34:35 UTC (rev 8943)
+++ packages/circuits/trunk/debian/copyright 2009-07-04 16:15:08 UTC (rev 8944)
@@ -34,8 +34,8 @@
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-The Debian packaging is copyright 2008, Sandro Tosi <morph at debian.org> and
-is licensed under the same terms as the upstream code (see above).
+The Debian packaging is Copyright (C) 2008-2009, Sandro Tosi <morph at debian.org>
+and is licensed under the same terms as the upstream code (see above).
This file has different copyright and license information:
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2009-07-04 13:34:35 UTC (rev 8943)
+++ packages/circuits/trunk/debian/rules 2009-07-04 16:15:08 UTC (rev 8944)
@@ -35,7 +35,7 @@
dh_testroot
dh_installdirs
- # Add here commands to install the package into debian/python-progressbar.
+ # Add here commands to install the package into debian/python-circuits
python setup.py install --root=$(CURDIR)/debian/python-circuits --install-layout=deb
# no test binaries wanted
More information about the Python-modules-commits
mailing list