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

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Aug 8 01:39:28 UTC 2007


Author: kov
Date: Wed Aug  8 01:39:27 2007
New Revision: 12283

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12283
Log:
depend on python-apt >= 0.7.3 for the new code that is able to handle
the Debian meta-information

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=12283&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/changelog (original)
+++ packages/experimental/software-properties/debian/changelog Wed Aug  8 01:39:27 2007
@@ -22,8 +22,11 @@
   * debian/software-properties.png.uu, debian/rules:
   - import icon and code to replace the Ubuntu icon with the Debian
     one from update-manager
-
- -- Gustavo Noronha Silva <kov at debian.org>  Tue, 07 Aug 2007 21:42:14 -0300
+  * debian/control.in:
+  - updated dependency on python-apt so that we depend on python-apt
+    0.7.3
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 07 Aug 2007 22:36:03 -0300
 
 software-properties (0.59.4-2) experimental; urgency=low
 

Modified: packages/experimental/software-properties/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/software-properties/debian/control?rev=12283&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/control (original)
+++ packages/experimental/software-properties/debian/control Wed Aug  8 01:39:27 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.7.2), lsb-release,  python-gnupginterface, unattended-upgrades, iso-codes
+Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.7.3), 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=12283&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/control.in (original)
+++ packages/experimental/software-properties/debian/control.in Wed Aug  8 01:39:27 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.7.2), lsb-release,  python-gnupginterface, unattended-upgrades, iso-codes
+Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.7.3), 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