r11718 - in /packages/experimental/update-manager/debian: changelog control control.in

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Thu Jun 28 14:23:59 UTC 2007


Author: alanbach-guest
Date: Thu Jun 28 14:23:59 2007
New Revision: 11718

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11718
Log:
* Wrapped deps and build-deps

Modified:
    packages/experimental/update-manager/debian/changelog
    packages/experimental/update-manager/debian/control
    packages/experimental/update-manager/debian/control.in

Modified: packages/experimental/update-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-manager/debian/changelog?rev=11718&op=diff
==============================================================================
--- packages/experimental/update-manager/debian/changelog (original)
+++ packages/experimental/update-manager/debian/changelog Thu Jun 28 14:23:59 2007
@@ -1,5 +1,9 @@
-update-manager (0.64-1) experimental; urgency=low
-
+update-manager (0.64-1) UNRELEASED; urgency=low
+
+  [ Alan Baghumian ]
+  * Wrapped deps and build-deps
+
+  [ Gustavo Noronha Silva ]
   * New upstream release
   - now reports errors reading the sources.list file (and any other
     'system' error) before quiting (Closes: #410522)
@@ -19,7 +23,7 @@
     what an update manager actually is (Closes: #423490)
   - needs python-apt >= 0.7.2 to build
 
- -- Gustavo Noronha Silva <kov at debian.org>  Tue, 19 Jun 2007 13:04:34 +0100
+ -- Alan Baghumian <alan at technotux.org>  Thu, 28 Jun 2007 17:48:14 +0330
 
 update-manager (0.59.20-1) experimental; urgency=low
 

Modified: packages/experimental/update-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-manager/debian/control?rev=11718&op=diff
==============================================================================
--- packages/experimental/update-manager/debian/control (original)
+++ packages/experimental/update-manager/debian/control Thu Jun 28 14:23:59 2007
@@ -3,15 +3,33 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: gnome-pkg-tools, cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-all-dev (>= 2.4), python-all, python-distutils-extra, python-support (>= 0.3), python-apt (>= 0.7.2)
-Build-Depends-Indep: libxml-parser-perl, scrollkeeper, intltool, sharutils
+Build-Depends: gnome-pkg-tools, 
+               cdbs (>= 0.4.42),
+               debhelper (>= 5.0.37.2), 
+               python-all-dev (>= 2.4),
+               python-all, 
+               python-distutils-extra,
+               python-support (>= 0.3),
+               python-apt (>= 0.7.2)
+Build-Depends-Indep: libxml-parser-perl, 
+                     scrollkeeper,
+                     intltool,
+                     sharutils
 Standards-Version: 3.7.2
 XS-Python-Version: all, >= 2.4
 
 Package: update-manager
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, libgnome2-perl, python-gnome2 (>= 2.12.4-1), python-glade2 (>= 2.8.2-4), python-vte, python-dbus, synaptic, update-manager-core
+Depends: ${python:Depends},
+         ${misc:Depends}, 
+         libgnome2-perl,
+         python-gnome2 (>= 2.12.4-1),
+         python-glade2 (>= 2.8.2-4),
+         python-vte,
+         python-dbus,
+         synaptic,
+         update-manager-core
 Suggests: update-notifier
 Description: GNOME application that manages software updates
  This is the GNOME software update manager. It checks for updates made
@@ -26,7 +44,11 @@
 Package: update-manager-core
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-apt (>= 0.7.1), python-gnupginterface (>= 0.3.2-8), lsb-release
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-apt (>= 0.7.1),
+         python-gnupginterface (>= 0.3.2-8),
+         lsb-release
 Conflicts: update-manager (<< 0.59.20)
 Description: APT update manager core functionality
  This package holds the core functionality for the APT update managers

Modified: packages/experimental/update-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/update-manager/debian/control.in?rev=11718&op=diff
==============================================================================
--- packages/experimental/update-manager/debian/control.in (original)
+++ packages/experimental/update-manager/debian/control.in Thu Jun 28 14:23:59 2007
@@ -3,15 +3,33 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: gnome-pkg-tools, cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-all-dev (>= 2.4), python-all, python-distutils-extra, python-support (>= 0.3), python-apt (>= 0.7.2)
-Build-Depends-Indep: libxml-parser-perl, scrollkeeper, intltool, sharutils
+Build-Depends: gnome-pkg-tools,
+               cdbs (>= 0.4.42),
+               debhelper (>= 5.0.37.2), 
+               python-all-dev (>= 2.4),
+               python-all,
+               python-distutils-extra,
+               python-support (>= 0.3), 
+               python-apt (>= 0.7.2)
+Build-Depends-Indep: libxml-parser-perl, 
+                     scrollkeeper, 
+                     intltool,
+                     sharutils
 Standards-Version: 3.7.2
 XS-Python-Version: all, >= 2.4
 
 Package: update-manager
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, libgnome2-perl, python-gnome2 (>= 2.12.4-1), python-glade2 (>= 2.8.2-4), python-vte, python-dbus, synaptic, update-manager-core
+Depends: ${python:Depends}, 
+         ${misc:Depends},
+         libgnome2-perl,
+         python-gnome2 (>= 2.12.4-1),
+         python-glade2 (>= 2.8.2-4),
+         python-vte,
+         python-dbus,
+         synaptic,
+         update-manager-core
 Suggests: update-notifier
 Description: GNOME application that manages software updates
  This is the GNOME software update manager. It checks for updates made
@@ -26,7 +44,11 @@
 Package: update-manager-core
 Architecture: any
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-apt (>= 0.7.1), python-gnupginterface (>= 0.3.2-8), lsb-release
+Depends: ${python:Depends}, 
+         ${misc:Depends}, 
+         python-apt (>= 0.7.1), 
+         python-gnupginterface (>= 0.3.2-8),
+         lsb-release
 Conflicts: update-manager (<< 0.59.20)
 Description: APT update manager core functionality
  This package holds the core functionality for the APT update managers




More information about the pkg-gnome-commits mailing list