[Python-modules-commits] r28815 - in packages/python-scripttest/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Fri May 9 20:31:43 UTC 2014
Date: Friday, May 9, 2014 @ 20:31:42
Author: barry
Revision: 28815
* New upstream release.
* d/control:
- Add dh-python, python{,3}-pytest to Build-Depends.
- Bump Standards-Version to 3.9.5 with no other changes necessary.
* d/rules:
- Convert to --buildsystem=pybuild
* d/watch: Updated.
Modified:
packages/python-scripttest/trunk/debian/changelog
packages/python-scripttest/trunk/debian/control
packages/python-scripttest/trunk/debian/rules
packages/python-scripttest/trunk/debian/watch
Modified: packages/python-scripttest/trunk/debian/changelog
===================================================================
--- packages/python-scripttest/trunk/debian/changelog 2014-05-09 14:43:45 UTC (rev 28814)
+++ packages/python-scripttest/trunk/debian/changelog 2014-05-09 20:31:42 UTC (rev 28815)
@@ -1,3 +1,15 @@
+python-scripttest (1.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ * d/control:
+ - Add dh-python, python{,3}-pytest to Build-Depends.
+ - Bump Standards-Version to 3.9.5 with no other changes necessary.
+ * d/rules:
+ - Convert to --buildsystem=pybuild
+ * d/watch: Updated.
+
+ -- Barry Warsaw <barry at debian.org> Fri, 09 May 2014 16:18:56 -0400
+
python-scripttest (1.2-1) unstable; urgency=low
* Initial release. (Closes: #716667)
Modified: packages/python-scripttest/trunk/debian/control
===================================================================
--- packages/python-scripttest/trunk/debian/control 2014-05-09 14:43:45 UTC (rev 28814)
+++ packages/python-scripttest/trunk/debian/control 2014-05-09 20:31:42 UTC (rev 28815)
@@ -3,11 +3,14 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Thomas Bechtold <thomasbechtold at jpberlin.de>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9),
+ dh-python,
python-all (>= 2.6.6-3~),
+ python-pytest,
+ python-setuptools,
python3-all (>= 3.1.2-6~),
- python-setuptools,
+ python3-pytest,
python3-setuptools
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Modified: packages/python-scripttest/trunk/debian/rules
===================================================================
--- packages/python-scripttest/trunk/debian/rules 2014-05-09 14:43:45 UTC (rev 28814)
+++ packages/python-scripttest/trunk/debian/rules 2014-05-09 20:31:42 UTC (rev 28815)
@@ -1,34 +1,6 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=scripttest
-PYVERS := $(shell pyversions -r)
-PY3VERS := $(shell py3versions -r)
-
%:
- dh $@ --with python2,python3
-
-override_dh_auto_build:
- set -ex; \
- for py in $(PYVERS) $(PY3VERS); do \
- $$py setup.py build; \
- done
-
-override_dh_auto_install:
- set -ex; \
- for py in $(PYVERS); do \
- $$py setup.py install --skip-build --no-compile \
- --root debian/python-scripttest \
- --install-layout=deb; \
- done
- set -ex; \
- for py in $(PY3VERS); do \
- $$py setup.py install --skip-build --no-compile \
- --root debian/python3-scripttest \
- --install-layout=deb; \
- done
-
-override_dh_clean:
- dh_clean
- rm -rf build dist PKG-INFO ScriptTest.egg-info
- rm -rf scripttest/__pycache__
- find -name '*.py[co]' -delete
+ dh $@ --with python2,python3 --buildsystem=pybuild
Modified: packages/python-scripttest/trunk/debian/watch
===================================================================
--- packages/python-scripttest/trunk/debian/watch 2014-05-09 14:43:45 UTC (rev 28814)
+++ packages/python-scripttest/trunk/debian/watch 2014-05-09 20:31:42 UTC (rev 28815)
@@ -1,2 +1,2 @@
version=3
-http://pypi.python.org/packages/source/S/ScriptTest/ScriptTest-([\d.]*)\.tar.gz
+https://pypi.python.org/packages/source/s/scripttest/scripttest-(.*).tar.gz
More information about the Python-modules-commits
mailing list