[Python-modules-commits] r9895 - in packages/python-pyglew/trunk/debian (changelog rules)

jmw-guest at users.alioth.debian.org jmw-guest at users.alioth.debian.org
Mon Sep 28 20:24:14 UTC 2009


    Date: Monday, September 28, 2009 @ 20:24:13
  Author: jmw-guest
Revision: 9895

Build for Python 2.6

Modified:
  packages/python-pyglew/trunk/debian/changelog
  packages/python-pyglew/trunk/debian/rules

Modified: packages/python-pyglew/trunk/debian/changelog
===================================================================
--- packages/python-pyglew/trunk/debian/changelog	2009-09-28 17:09:33 UTC (rev 9894)
+++ packages/python-pyglew/trunk/debian/changelog	2009-09-28 20:24:13 UTC (rev 9895)
@@ -1,5 +1,6 @@
 python-pyglew (0.1.2-4) UNRELEASED; urgency=low
 
+  [ Julien Lavergne ]
   * From Ubuntu, prepare for the future python transition,
     thanks Alessio Treglia for the patch (Closes: #521679):
    - debian/rules : 
@@ -12,8 +13,11 @@
     + Build-depends on python and python-all-dev (>= 2.5.4-1~)
     + Build-depends on debhelper (>= 5.0.38)
 
- -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 01:38:34 +0200
+  [ Jonathan Wiltshire ]
+  * Build for Python 2.6 (Closes: #547849)
 
+ -- Jonathan Wiltshire <debian at jwiltshire.org.uk>  Mon, 28 Sep 2009 21:15:30 +0100
+
 python-pyglew (0.1.2-3) unstable; urgency=low
 
   * debian/control

Modified: packages/python-pyglew/trunk/debian/rules
===================================================================
--- packages/python-pyglew/trunk/debian/rules	2009-09-28 17:09:33 UTC (rev 9894)
+++ packages/python-pyglew/trunk/debian/rules	2009-09-28 20:24:13 UTC (rev 9895)
@@ -43,7 +43,8 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
-	python setup.py install --root=$(CURDIR)/debian/python-pyglew $(py_setup_install_args)
+	python setup.py install --root=$(CURDIR)/debian/python-pyglew \
+		--install-layout=deb $(py_setup_install_args)
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Python-modules-commits mailing list