[Python-modules-commits] r28830 - in packages/txws/trunk/debian (changelog control rules)
olasd at users.alioth.debian.org
olasd at users.alioth.debian.org
Sun May 11 12:00:02 UTC 2014
Date: Sunday, May 11, 2014 @ 12:00:01
Author: olasd
Revision: 28830
Switch buildsystem to pybuild
Modified:
packages/txws/trunk/debian/changelog
packages/txws/trunk/debian/control
packages/txws/trunk/debian/rules
Modified: packages/txws/trunk/debian/changelog
===================================================================
--- packages/txws/trunk/debian/changelog 2014-05-11 11:56:12 UTC (rev 28829)
+++ packages/txws/trunk/debian/changelog 2014-05-11 12:00:01 UTC (rev 28830)
@@ -1,6 +1,7 @@
txws (0.9-1) UNRELEASED; urgency=medium
* New upstream release
+ * Switch buildsystem to pybuild
-- Nicolas Dandrimont <olasd at debian.org> Sun, 11 May 2014 13:52:03 +0200
Modified: packages/txws/trunk/debian/control
===================================================================
--- packages/txws/trunk/debian/control 2014-05-11 11:56:12 UTC (rev 28829)
+++ packages/txws/trunk/debian/control 2014-05-11 12:00:01 UTC (rev 28830)
@@ -5,6 +5,7 @@
Uploaders: Nicolas Dandrimont <olasd at debian.org>,
Simon Chopin <chopin.simon at gmail.com>,
Build-Depends: debhelper (>= 9),
+ dh-python,
python-all (>= 2.6.6-3~),
python-setuptools,
python-six,
Modified: packages/txws/trunk/debian/rules
===================================================================
--- packages/txws/trunk/debian/rules 2014-05-11 11:56:12 UTC (rev 28829)
+++ packages/txws/trunk/debian/rules 2014-05-11 12:00:01 UTC (rev 28830)
@@ -1,9 +1,8 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_install:
dh_install
rm -f debian/python-txws/usr/lib/python*/dist-packages/txWS-*.egg-info/SOURCES.txt
-
More information about the Python-modules-commits
mailing list