[Python-modules-commits] r720 - in
/packages/gnupginterface/trunk/debian: changelog control
stratus at users.alioth.debian.org
stratus at users.alioth.debian.org
Thu Jun 1 15:27:06 UTC 2006
Author: stratus
Date: Thu Jun 1 15:27:05 2006
New Revision: 720
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=720
Log:
debian/control:
- Relax python dependencies due to multiple versions support
debian/changelog:
- minor cleanups
Modified:
packages/gnupginterface/trunk/debian/changelog
packages/gnupginterface/trunk/debian/control
Modified: packages/gnupginterface/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/gnupginterface/trunk/debian/changelog?rev=720&op=diff
==============================================================================
--- packages/gnupginterface/trunk/debian/changelog (original)
+++ packages/gnupginterface/trunk/debian/changelog Thu Jun 1 15:27:05 2006
@@ -4,9 +4,10 @@
python versions
* debian/control:
- Add Gustavo Franco to Uploaders
- - Updated Standards-Version to 3.7.2 with no changes
- - Updated debhelper depends to 5
+ - Update Standards-Version to 3.7.2 with no changes
+ - Update debhelper depends to 5
- Move cdbs and debhelper to Build-Depends field
+ - Relax python dependencies due to multiple versions support
-- Gustavo Franco <stratus at debian.org> Fri, 26 May 2006 18:59:07 -0300
Modified: packages/gnupginterface/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/gnupginterface/trunk/debian/control?rev=720&op=diff
==============================================================================
--- packages/gnupginterface/trunk/debian/control (original)
+++ packages/gnupginterface/trunk/debian/control Thu Jun 1 15:27:05 2006
@@ -9,7 +9,7 @@
Package: python-gnupginterface
Architecture: all
-Depends: ${python:Depends}, gnupg (>= 1.2.1), python-support
+Depends: python (>= 2.3), gnupg (>= 1.2.1), python-support
Description: Python interface to GnuPG (GPG)
GnuPGInterface is a Python module to interface with GnuPG.
It concentrates on interacting with GnuPG via filehandles,
More information about the Python-modules-commits
mailing list