[Python-modules-commits] r10449 - in packages/python-pybabel/trunk/debian (3 files)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Sat Nov 14 16:06:21 UTC 2009


    Date: Saturday, November 14, 2009 @ 16:06:20
  Author: akumar
Revision: 10449

* debian/rules:
  + Add --prefix=/usr to setup.py install call to prevent
    files being installed on /usr/local. (Closes: #556156)
* debian/control
  + Standards version is now 3.8.3 (no changes needed).

Modified:
  packages/python-pybabel/trunk/debian/changelog
  packages/python-pybabel/trunk/debian/control
  packages/python-pybabel/trunk/debian/rules

Modified: packages/python-pybabel/trunk/debian/changelog
===================================================================
--- packages/python-pybabel/trunk/debian/changelog	2009-11-14 15:53:49 UTC (rev 10448)
+++ packages/python-pybabel/trunk/debian/changelog	2009-11-14 16:06:20 UTC (rev 10449)
@@ -1,13 +1,13 @@
-python-pybabel (0.9.4-2) UNRELEASED; urgency=low
+python-pybabel (0.9.4-2) unstable; urgency=low
 
-  * From Ubuntu, prepare for the future python transition:
-   - debian/rules: 
-    + Add --install-layout=deb to setup.py install
-   - debian/control: 
-    + Bump build-depends to python-all-dev (>= 2.5.4-1~)
-    + Bump build-depends to debhelper (>= 5.0.38)
+  [ Kumar Appaiah ]
+  * debian/rules:
+    + Add --prefix=/usr to setup.py install call to prevent
+      files being installed on /usr/local. (Closes: #556156)
+  * debian/control
+    + Standards version is now 3.8.3 (no changes needed).
 
- -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 22:36:44 +0200
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Sat, 14 Nov 2009 10:00:38 -0500
 
 python-pybabel (0.9.4-1) unstable; urgency=low
 

Modified: packages/python-pybabel/trunk/debian/control
===================================================================
--- packages/python-pybabel/trunk/debian/control	2009-11-14 15:53:49 UTC (rev 10448)
+++ packages/python-pybabel/trunk/debian/control	2009-11-14 16:06:20 UTC (rev 10449)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Christoph Haas <haas at debian.org>
-Build-Depends: python-support (>= 0.6), debhelper (>= 5.0.38), python-all-dev (>= 2.5.4-1~), python-setuptools
+Build-Depends: python-support (>= 0.6), debhelper (>= 5), python-all-dev, python-setuptools
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pybabel/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pybabel/trunk/

Modified: packages/python-pybabel/trunk/debian/rules
===================================================================
--- packages/python-pybabel/trunk/debian/rules	2009-11-14 15:53:49 UTC (rev 10448)
+++ packages/python-pybabel/trunk/debian/rules	2009-11-14 16:06:20 UTC (rev 10449)
@@ -43,8 +43,7 @@
 
 	set -e; \
 	for python in $(PYVERS); do \
-		$$python setup.py install --root=debian/python-pybabel \
-			--install-layout=deb; \
+		$$python setup.py install --root=debian/python-pybabel --prefix=/usr; \
 	done
 
 	# Fix permissions




More information about the Python-modules-commits mailing list