[Python-modules-commits] r20202 - in packages/flufl.lock/tags (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Jan 30 22:11:44 UTC 2012
Date: Monday, January 30, 2012 @ 22:11:42
Author: kitterman
Revision: 20202
[svn-buildpackage] Tagging flufl.lock 2.2-1
Added:
packages/flufl.lock/tags/2.2-1/
packages/flufl.lock/tags/2.2-1/debian/changelog
(from rev 20201, packages/flufl.lock/trunk/debian/changelog)
packages/flufl.lock/tags/2.2-1/debian/rules
(from rev 20201, packages/flufl.lock/trunk/debian/rules)
Deleted:
packages/flufl.lock/tags/2.2-1/debian/changelog
packages/flufl.lock/tags/2.2-1/debian/rules
Deleted: packages/flufl.lock/tags/2.2-1/debian/changelog
===================================================================
--- packages/flufl.lock/trunk/debian/changelog 2012-01-28 05:09:35 UTC (rev 20174)
+++ packages/flufl.lock/tags/2.2-1/debian/changelog 2012-01-30 22:11:42 UTC (rev 20202)
@@ -1,13 +0,0 @@
-flufl.lock (2.2-1) unstable; urgency=low
-
- * New upstream release.
- * Build for Python 3, and split out common documentation package.
- * compat level 8
-
- -- Barry Warsaw <barry at python.org> Fri, 20 Jan 2012 09:20:10 -0500
-
-flufl.lock (2.1.1-1) unstable; urgency=low
-
- * Initial release (closes: #638859)
-
- -- Barry Warsaw <barry at python.org> Mon, 22 Aug 2011 15:10:33 -0400
Copied: packages/flufl.lock/tags/2.2-1/debian/changelog (from rev 20201, packages/flufl.lock/trunk/debian/changelog)
===================================================================
--- packages/flufl.lock/tags/2.2-1/debian/changelog (rev 0)
+++ packages/flufl.lock/tags/2.2-1/debian/changelog 2012-01-30 22:11:42 UTC (rev 20202)
@@ -0,0 +1,15 @@
+flufl.lock (2.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Build for Python 3, and split out common documentation package.
+ * compat level 8
+ * Disable test suite for now, as a workaround for multiprocessing not
+ working fully in a pbuilder environment.
+
+ -- Barry Warsaw <barry at python.org> Fri, 20 Jan 2012 09:20:10 -0500
+
+flufl.lock (2.1.1-1) unstable; urgency=low
+
+ * Initial release (closes: #638859)
+
+ -- Barry Warsaw <barry at python.org> Mon, 22 Aug 2011 15:10:33 -0400
Deleted: packages/flufl.lock/tags/2.2-1/debian/rules
===================================================================
--- packages/flufl.lock/trunk/debian/rules 2012-01-28 05:09:35 UTC (rev 20174)
+++ packages/flufl.lock/tags/2.2-1/debian/rules 2012-01-30 22:11:42 UTC (rev 20202)
@@ -1,42 +0,0 @@
-#!/usr/bin/make -f
-
-PYTHON2=$(shell pyversions -vr)
-PYTHON3=$(shell py3versions -vr)
-
-%:
- dh $@ --with python2,python3,sphinxdoc
-
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-test-python%:
- python$* setup.py test -vv
-
-override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
-else
- @echo "nocheck set, skipping tests"
-endif
-
-override_dh_auto_build:
- dh_auto_build
- set -ex; for py in $(PYTHON3) ; do \
- python$$py setup.py build; \
- done;
-
-override_dh_auto_install:
- dh_auto_install
- set -ex; for py in $(PYTHON3) ; do \
- python$$py setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
- done;
- # Debian bug #618367
- rm -rf debian/*/usr/lib/python*/*-packages/flufl.lock.egg-info
-
-override_dh_installchangelogs:
- dh_installchangelogs -k flufl/lock/NEWS.rst
-
-override_dh_installdocs:
- python setup.py build_sphinx
- dh_installdocs build/sphinx/html
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf build/sphinx
- rm -rf *.egg-info
Copied: packages/flufl.lock/tags/2.2-1/debian/rules (from rev 20201, packages/flufl.lock/trunk/debian/rules)
===================================================================
--- packages/flufl.lock/tags/2.2-1/debian/rules (rev 0)
+++ packages/flufl.lock/tags/2.2-1/debian/rules 2012-01-30 22:11:42 UTC (rev 20202)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+
+PYTHON2=$(shell pyversions -vr)
+PYTHON3=$(shell py3versions -vr)
+
+# multiprocessing.synchronize.Lock() does not work inside pbuilder
+DEB_BUILD_OPTIONS=nocheck
+
+%:
+ dh $@ --with python2,python3,sphinxdoc
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+test-python%:
+ python$* setup.py test -vv
+
+override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
+else
+ @echo "nocheck set, skipping tests"
+endif
+
+override_dh_auto_build:
+ dh_auto_build
+ set -ex; for py in $(PYTHON3) ; do \
+ python$$py setup.py build; \
+ done;
+
+override_dh_auto_install:
+ dh_auto_install
+ set -ex; for py in $(PYTHON3) ; do \
+ python$$py setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
+ done;
+ # Debian bug #618367
+ rm -rf debian/*/usr/lib/python*/*-packages/flufl.lock.egg-info
+
+override_dh_installchangelogs:
+ dh_installchangelogs -k flufl/lock/NEWS.rst
+
+override_dh_installdocs:
+ python setup.py build_sphinx
+ dh_installdocs build/sphinx/html
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build/sphinx
+ rm -rf *.egg-info
More information about the Python-modules-commits
mailing list