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

eike-guest at users.alioth.debian.org eike-guest at users.alioth.debian.org
Thu Nov 26 22:49:25 UTC 2009


    Date: Thursday, November 26, 2009 @ 22:49:24
  Author: eike-guest
Revision: 4187

update to 0.6.0-2 to fix building with python2.6

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

Modified: packages/pondus/trunk/debian/changelog
===================================================================
--- packages/pondus/trunk/debian/changelog	2009-11-26 22:18:26 UTC (rev 4186)
+++ packages/pondus/trunk/debian/changelog	2009-11-26 22:49:24 UTC (rev 4187)
@@ -1,3 +1,10 @@
+pondus (0.6.0-2) unstable; urgency=low
+
+  * update Standards-Version to 3.8.3: no changes required
+  * fix installation with python2.6 (Closes: #557918)
+
+ -- Eike Nicklas <eike at ephys.de>  Wed, 25 Nov 2009 23:25:25 +0100
+
 pondus (0.6.0-1) unstable; urgency=low
 
   * new upstream release

Modified: packages/pondus/trunk/debian/control
===================================================================
--- packages/pondus/trunk/debian/control	2009-11-26 22:18:26 UTC (rev 4186)
+++ packages/pondus/trunk/debian/control	2009-11-26 22:49:24 UTC (rev 4187)
@@ -4,17 +4,17 @@
 Maintainer: Eike Nicklas <eike at ephys.de>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
            Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Build-Depends: debhelper (>=5.0.51), python
-Build-Depends-Indep: python-support(>=0.6)
-Standards-Version: 3.8.2
-XS-Python-Version: >= 2.4
+Build-Depends: debhelper (>=5.0.51), python-dev (>=2.5.4-1~)
+Build-Depends-Indep: python-support(>=0.90)
+Standards-Version: 3.8.3
+XS-Python-Version: >= 2.5
 Homepage: http://www.ephys.de/software/pondus/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pondus/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pondus/trunk/
 
 Package: pondus
 Architecture: all
-Depends: ${python:Depends}, python-gobject, python-gtk2 (>=2.6), python (>=2.5) | python-elementtree
+Depends: ${python:Depends}, python-gobject, python-gtk2 (>=2.6)
 Recommends: python-matplotlib
 XB-Python-Version: ${python:Versions}
 Description: personal weight manager for GTK+2

Modified: packages/pondus/trunk/debian/rules
===================================================================
--- packages/pondus/trunk/debian/rules	2009-11-26 22:18:26 UTC (rev 4186)
+++ packages/pondus/trunk/debian/rules	2009-11-26 22:49:24 UTC (rev 4187)
@@ -18,7 +18,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	python setup.py install --root $(CURDIR)/debian/pondus --no-compile
+	python setup.py install --install-layout=deb --root $(CURDIR)/debian/pondus --no-compile
 
 binary-indep: build install
 	dh_testdir




More information about the Python-apps-commits mailing list