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

eike-guest at users.alioth.debian.org eike-guest at users.alioth.debian.org
Sat Nov 28 00:10:34 UTC 2009


    Date: Saturday, November 28, 2009 @ 00:10:29
  Author: eike-guest
Revision: 4200

use --prefix=/usr instead of --install-layout=deb

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

Modified: packages/pondus/trunk/debian/control
===================================================================
--- packages/pondus/trunk/debian/control	2009-11-27 23:44:18 UTC (rev 4199)
+++ packages/pondus/trunk/debian/control	2009-11-28 00:10:29 UTC (rev 4200)
@@ -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-dev (>=2.5.4-1~)
-Build-Depends-Indep: python-support(>=0.90)
+Build-Depends: debhelper (>=5.0.51), python (>=2.4)
+Build-Depends-Indep: python-support(>=0.6)
 Standards-Version: 3.8.3
-XS-Python-Version: >= 2.5
+XS-Python-Version: >= 2.4
 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)
+Depends: ${python:Depends}, python-gobject, python-gtk2 (>=2.6), python (>=2.5) | python-elementtree
 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-27 23:44:18 UTC (rev 4199)
+++ packages/pondus/trunk/debian/rules	2009-11-28 00:10:29 UTC (rev 4200)
@@ -18,7 +18,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	python setup.py install --install-layout=deb --root $(CURDIR)/debian/pondus --no-compile
+	python setup.py install --prefix=/usr --root $(CURDIR)/debian/pondus --no-compile
 
 binary-indep: build install
 	dh_testdir




More information about the Python-apps-commits mailing list