[Python-modules-commits] r20459 - in packages/python-keyring/trunk/debian (3 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Tue Feb 14 11:08:41 UTC 2012
Date: Tuesday, February 14, 2012 @ 11:08:39
Author: chaica-guest
Revision: 20459
* debian/control
- Recommends python3-crypto for Python3 binary package
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/control
packages/python-keyring/trunk/debian/rules
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2012-02-14 00:42:27 UTC (rev 20458)
+++ packages/python-keyring/trunk/debian/changelog 2012-02-14 11:08:39 UTC (rev 20459)
@@ -6,6 +6,7 @@
- Add B-D for Python 3.2
- Add unzip for B-D to repack upstream sources
- Add python3-keyring description
+ - Recommends python3-crypto for Python3 binary package
* Add python-keyring.install and python3-keyring.install files
* debian/rules
- Execute unit tests if available
@@ -13,7 +14,7 @@
* debian/watch
- New URL to catch upstream sources
- -- Carl Chenet <chaica at ohmytux.com> Mon, 13 Feb 2012 03:14:48 +0100
+ -- Carl Chenet <chaica at ohmytux.com> Tue, 14 Feb 2012 12:07:30 +0100
python-keyring (0.6.2-1) unstable; urgency=low
Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control 2012-02-14 00:42:27 UTC (rev 20458)
+++ packages/python-keyring/trunk/debian/control 2012-02-14 11:08:39 UTC (rev 20459)
@@ -23,7 +23,7 @@
Package: python3-keyring
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python-crypto
+Recommends: python3-crypto
Description: store and access your passwords safely - Python 3 version of the package
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules 2012-02-14 00:42:27 UTC (rev 20458)
+++ packages/python-keyring/trunk/debian/rules 2012-02-14 11:08:39 UTC (rev 20459)
@@ -38,5 +38,5 @@
override_dh_installchangelogs:
dh_installchangelogs -k CHANGES.txt
-get-packaged-orig-source:
+get-orig-source:
uscan --force-download --repack --verbose
More information about the Python-modules-commits
mailing list