[Python-modules-commits] r9898 - in packages/python-keyring/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Sep 28 21:24:48 UTC 2009
Date: Monday, September 28, 2009 @ 21:24:47
Author: piotr
Revision: 9898
Add Provides: ${python:Provides} to architecture dependent packages
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/control
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2009-09-28 21:15:16 UTC (rev 9897)
+++ packages/python-keyring/trunk/debian/changelog 2009-09-28 21:24:47 UTC (rev 9898)
@@ -2,6 +2,7 @@
* debian/control
- Added pkg-config and libqt4-dev dependencies (Closes: #548457)
+ * Add Provides: ${python:Provides} to architecture dependent packages
-- Carl Chenet <chaica at ohmytux.com> Mon, 28 Sep 2009 18:59:50 +0200
Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control 2009-09-28 21:15:16 UTC (rev 9897)
+++ packages/python-keyring/trunk/debian/control 2009-09-28 21:24:47 UTC (rev 9898)
@@ -25,6 +25,7 @@
Package: python-keyring-gnome
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-keyring (= ${source:Version})
+Provides: ${python:Provides}
Description: store and access your passwords safely - Gnome-Keyring backend
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
@@ -35,6 +36,7 @@
Package: python-keyring-kwallet
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-keyring (= ${source:Version})
+Provides: ${python:Provides}
Description: store and access your passwords safely - KWallet backend
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
More information about the Python-modules-commits
mailing list