[Python-modules-commits] r24704 - in packages/python-keyring/trunk/debian (4 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Sat Jun 8 10:40:06 UTC 2013
Date: Saturday, June 8, 2013 @ 10:40:04
Author: mitya57-guest
Revision: 24704
* Build-depend on python[3]-mock and python[3]-crypto, for the testsuite.
* Remove build directory in clean target.
* Update some file names to match upstream renamings.
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/control
packages/python-keyring/trunk/debian/docs
packages/python-keyring/trunk/debian/rules
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2013-06-08 10:00:18 UTC (rev 24703)
+++ packages/python-keyring/trunk/debian/changelog 2013-06-08 10:40:04 UTC (rev 24704)
@@ -16,6 +16,9 @@
* Bump Standards-Version to 3.9.4 and debhelper compat level to 9.
* Disable HTTP traffic in debian/rules.
* Run upstream testsuite during build; simplify other debian/rules parts.
+ * Build-depend on python[3]-mock and python[3]-crypto, for the testsuite.
+ * Remove build directory in clean target.
+ * Update some file names to match upstream renamings.
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:02:50 +0200
Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control 2013-06-08 10:00:18 UTC (rev 24703)
+++ packages/python-keyring/trunk/debian/control 2013-06-08 10:40:04 UTC (rev 24704)
@@ -7,9 +7,11 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3),
+ python-crypto,
python-mock,
python-setuptools,
python3-all,
+ python3-crypto,
python3-mock,
python3-setuptools
Standards-Version: 3.9.4
Modified: packages/python-keyring/trunk/debian/docs
===================================================================
--- packages/python-keyring/trunk/debian/docs 2013-06-08 10:00:18 UTC (rev 24703)
+++ packages/python-keyring/trunk/debian/docs 2013-06-08 10:40:04 UTC (rev 24704)
@@ -1 +1 @@
-README
+README.rst
Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules 2013-06-08 10:00:18 UTC (rev 24703)
+++ packages/python-keyring/trunk/debian/rules 2013-06-08 10:40:04 UTC (rev 24704)
@@ -22,6 +22,9 @@
done;
endif
+override_dh_auto_clean:
+ rm -rf build
+
override_dh_auto_build:
dh_auto_build
set -ex; for py in $(PYTHON3) ; do \
@@ -35,7 +38,7 @@
done;
override_dh_installchangelogs:
- dh_installchangelogs -k CHANGES.txt
+ dh_installchangelogs -k CHANGES.rst
get-orig-source:
uscan --force-download --repack --verbose
More information about the Python-modules-commits
mailing list