[Python-modules-commits] r24766 - in packages/python-keyring/trunk/debian (4 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Wed Jun 12 15:17:52 UTC 2013
Date: Wednesday, June 12, 2013 @ 15:17:51
Author: mitya57-guest
Revision: 24766
Revert debian/watch changes, because of two issues with Bitbucket tarballs:
- They have wrong version number
- They have some unwanted files like .hgtags
Added:
packages/python-keyring/trunk/debian/watch
(from rev 24123, packages/python-keyring/trunk/debian/watch)
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/control
Deleted:
packages/python-keyring/trunk/debian/watch
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2013-06-12 15:15:35 UTC (rev 24765)
+++ packages/python-keyring/trunk/debian/changelog 2013-06-12 15:17:51 UTC (rev 24766)
@@ -9,8 +9,6 @@
* New upstream release (closes: #697215).
* Added convert-crypto-keyring script for conversion of pre-0.9 Crypto
keyrings to the new format.
- * Switch debian/watch to use .tar.bz2 archives from BitBucket, rather than
- .zip archives from PyPI; drop unzip build-dependency.
* Recommend python[3]-secretstorage, as the default backend now uses it.
* Suggest python[3]-gi and gir1.2-gnomekeyring-1.0, as the GNOME Keyring
backend now uses it.
Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control 2013-06-12 15:15:35 UTC (rev 24765)
+++ packages/python-keyring/trunk/debian/control 2013-06-12 15:17:51 UTC (rev 24766)
@@ -13,7 +13,8 @@
python3-all,
python3-crypto,
python3-mock,
- python3-setuptools
+ python3-setuptools,
+ unzip
Standards-Version: 3.9.4
Homepage: http://home.python-keyring.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-keyring/trunk/
Deleted: packages/python-keyring/trunk/debian/watch
===================================================================
--- packages/python-keyring/trunk/debian/watch 2013-06-12 15:15:35 UTC (rev 24765)
+++ packages/python-keyring/trunk/debian/watch 2013-06-12 15:17:51 UTC (rev 24766)
@@ -1,2 +0,0 @@
-version=3
-https://bitbucket.org/kang/python-keyring-lib/downloads /kang/python-keyring-lib/get/(\d.*).tar.bz2
Copied: packages/python-keyring/trunk/debian/watch (from rev 24123, packages/python-keyring/trunk/debian/watch)
===================================================================
--- packages/python-keyring/trunk/debian/watch (rev 0)
+++ packages/python-keyring/trunk/debian/watch 2013-06-12 15:17:51 UTC (rev 24766)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/k/keyring/keyring-([\d\.]*).zip
More information about the Python-modules-commits
mailing list