[Python-modules-commits] r31907 - in packages/python-keyring/trunk/debian (changelog rules)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Tue Feb 24 08:47:35 UTC 2015
Date: Tuesday, February 24, 2015 @ 08:47:34
Author: mitya57
Revision: 31907
Simplify uscan command in get-orig-source target.
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/rules
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2015-02-24 08:44:44 UTC (rev 31906)
+++ packages/python-keyring/trunk/debian/changelog 2015-02-24 08:47:34 UTC (rev 31907)
@@ -4,6 +4,7 @@
* New upstream release.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update my e-mail address.
+ * Simplify uscan command in get-orig-source target.
-- Dmitry Shachnev <mitya57 at debian.org> Tue, 24 Feb 2015 11:39:49 +0300
Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules 2015-02-24 08:44:44 UTC (rev 31906)
+++ packages/python-keyring/trunk/debian/rules 2015-02-24 08:47:34 UTC (rev 31907)
@@ -14,4 +14,4 @@
dh_installchangelogs -k CHANGES.rst
get-orig-source:
- uscan --verbose --force-download --repack --rename
+ uscan --verbose --download-current-version
More information about the Python-modules-commits
mailing list