[Python-modules-commits] r22041 - in packages/python-mock/trunk/debian (4 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Sun Jun 3 11:36:30 UTC 2012
Date: Sunday, June 3, 2012 @ 11:36:29
Author: fladi-guest
Revision: 22041
Fix problems spotted by Stefano Rivera.
Modified:
packages/python-mock/trunk/debian/changelog
packages/python-mock/trunk/debian/copyright
packages/python-mock/trunk/debian/rules
Deleted:
packages/python-mock/trunk/debian/source/local-options
Modified: packages/python-mock/trunk/debian/changelog
===================================================================
--- packages/python-mock/trunk/debian/changelog 2012-06-03 11:09:44 UTC (rev 22040)
+++ packages/python-mock/trunk/debian/changelog 2012-06-03 11:36:29 UTC (rev 22041)
@@ -2,16 +2,18 @@
* Add mock.egg-info/PKG-INFO to d/clean to allow two builds in a row
(Closes: #671252).
- * Run tests during build:
- - add patch for python3 unittests using 2to3.
+ * Run tests during build (Closes: #667554).
+ - Add patch for python3 unittests using 2to3.
- B-D on python-unittest2 for python2.x.
- - add override for dh_auto_test.
+ - Add override for dh_auto_test.
* Exclude SOURCES.txt and add temporary fix for Metadata-Version in
PKG-INFO.
* Change order of my name.
* Update years in d/copyright.
+ * Use DEP5 1.0 format URL.
+ * Drop d/s/local-options from SVN.
- -- Michael Fladischer <FladischerMichael at fladi.at> Wed, 30 May 2012 19:09:56 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at> Sun, 03 Jun 2012 13:23:22 +0200
python-mock (0.8.0-1) unstable; urgency=low
Modified: packages/python-mock/trunk/debian/copyright
===================================================================
--- packages/python-mock/trunk/debian/copyright 2012-06-03 11:09:44 UTC (rev 22040)
+++ packages/python-mock/trunk/debian/copyright 2012-06-03 11:36:29 UTC (rev 22041)
@@ -1,4 +1,4 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: anyjson
Upstream-Contact: Rune Halvorsen <runefh at gmail.com>
Source: http://www.voidspace.org.uk/python/mock/
Modified: packages/python-mock/trunk/debian/rules
===================================================================
--- packages/python-mock/trunk/debian/rules 2012-06-03 11:09:44 UTC (rev 22040)
+++ packages/python-mock/trunk/debian/rules 2012-06-03 11:36:29 UTC (rev 22041)
@@ -50,7 +50,7 @@
.PHONY: override_dh_clean
override_dh_clean:
- rm -rf docs/.build
+ rm -rf docs/.build tests/__pycache__ __pycache__
dh_clean
.PHONY: override_dh_auto_test
Deleted: packages/python-mock/trunk/debian/source/local-options
===================================================================
--- packages/python-mock/trunk/debian/source/local-options 2012-06-03 11:09:44 UTC (rev 22040)
+++ packages/python-mock/trunk/debian/source/local-options 2012-06-03 11:36:29 UTC (rev 22041)
@@ -1,2 +0,0 @@
-abort-on-upstream-changes
-unapply-patches
More information about the Python-modules-commits
mailing list