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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Mar 2 23:50:42 UTC 2010


    Date: Tuesday, March 2, 2010 @ 23:50:41
  Author: morph
Revision: 12122

* debian/{control, rules}
  - pass '--install-layout=deb' to setup.py install calls, for Python 2.6

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

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2010-03-02 23:44:47 UTC (rev 12121)
+++ packages/python-graph/trunk/debian/changelog	2010-03-02 23:50:41 UTC (rev 12122)
@@ -16,8 +16,10 @@
     - fixed Provices/Provides typo
   * debian/copyright
     - extended packaging copyright years
+  * debian/{control, rules}
+    - pass '--install-layout=deb' to setup.py install calls, for Python 2.6
 
- -- Sandro Tosi <morph at debian.org>  Wed, 03 Mar 2010 00:44:24 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 03 Mar 2010 00:47:07 +0100
 
 python-graph (1.6.1-1) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/control
===================================================================
--- packages/python-graph/trunk/debian/control	2010-03-02 23:44:47 UTC (rev 12121)
+++ packages/python-graph/trunk/debian/control	2010-03-02 23:50:41 UTC (rev 12122)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 7), dpatch
-Build-Depends-Indep: python-support, python, python-epydoc, python-setuptools, python-pydot
+Build-Depends-Indep: python-support, python (>= 2.5.3-1~), python-epydoc, python-setuptools, python-pydot
 Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/python-graph/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-graph/trunk/

Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules	2010-03-02 23:44:47 UTC (rev 12121)
+++ packages/python-graph/trunk/debian/rules	2010-03-02 23:50:41 UTC (rev 12122)
@@ -36,8 +36,8 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-pygraph.
-	cd core ; python setup.py install --root=$(CURDIR)/debian/python-pygraph
-	cd dot  ; python setup.py install --root=$(CURDIR)/debian/python-pygraph
+	cd core ; python setup.py install --root=$(CURDIR)/debian/python-pygraph --install-layout=deb
+	cd dot  ; python setup.py install --root=$(CURDIR)/debian/python-pygraph --install-layout=deb
 
 # Build architecture-dependent files here.
 binary-arch: install




More information about the Python-modules-commits mailing list