r11623 - in /packages/experimental/software-properties/debian: changelog control control.in

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Jun 19 11:38:13 UTC 2007


Author: kov
Date: Tue Jun 19 11:38:13 2007
New Revision: 11623

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11623
Log:
require python-apt >> 0.7.2 (I don't know which version it will be)
because 0.7.2 and earlier do not provide the needed modules and/or
methods on the classes that are specific for Debian

Modified:
    packages/experimental/software-properties/debian/changelog
    packages/experimental/software-properties/debian/control
    packages/experimental/software-properties/debian/control.in

Modified: packages/experimental/software-properties/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/software-properties/debian/changelog?rev=11623&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/changelog (original)
+++ packages/experimental/software-properties/debian/changelog Tue Jun 19 11:38:13 2007
@@ -3,8 +3,12 @@
   * First upload to Debian
   - software-properties has been split in its own package
     (Closes: #396945)
-
- -- Gustavo Noronha Silva <kov at debian.org>  Mon, 18 Jun 2007 21:55:30 +0100
+  * debian/control.in:
+  - require python-apt >> 0.7.2 (I don't know which version it will be)
+    because 0.7.2 and earlier do not provide the needed modules and/or
+    methods on the classes that are specific for Debian
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 19 Jun 2007 12:37:37 +0100
 
 software-properties (0.59.4) feisty; urgency=low
 

Modified: packages/experimental/software-properties/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/software-properties/debian/control?rev=11623&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/control (original)
+++ packages/experimental/software-properties/debian/control Tue Jun 19 11:38:13 2007
@@ -10,7 +10,7 @@
 Package: python-software-properties
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.6.16.2), lsb-release,  python-gnupginterface, unattended-upgrades, iso-codes
+Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>> 0.7.2), lsb-release,  python-gnupginterface, unattended-upgrades, iso-codes
 Description: manage the repositories that you install software from
  This software provides an abstraction of the used apt repositories.
  It allows you to easily manage your distribution and independent software

Modified: packages/experimental/software-properties/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/software-properties/debian/control.in?rev=11623&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/control.in (original)
+++ packages/experimental/software-properties/debian/control.in Tue Jun 19 11:38:13 2007
@@ -10,7 +10,7 @@
 Package: python-software-properties
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.6.16.2), lsb-release,  python-gnupginterface, unattended-upgrades, iso-codes
+Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>> 0.7.2), lsb-release,  python-gnupginterface, unattended-upgrades, iso-codes
 Description: manage the repositories that you install software from
  This software provides an abstraction of the used apt repositories.
  It allows you to easily manage your distribution and independent software




More information about the pkg-gnome-commits mailing list