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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Thu Dec 4 22:29:09 UTC 2008


Author: pochu-guest
Date: Thu Dec  4 22:29:09 2008
New Revision: 17826

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17826
Log:
debian/control.in: Wrap Build-Deps and dependencies.

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=17826&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/changelog (original)
+++ packages/experimental/software-properties/debian/changelog Thu Dec  4 22:29:09 2008
@@ -1,3 +1,9 @@
+software-properties (0.70.debian-2) UNRELEASED; urgency=low
+
+  * debian/control.in: Wrap Build-Deps and dependencies.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Thu, 04 Dec 2008 23:28:46 +0100
+
 software-properties (0.70.debian-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/experimental/software-properties/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/software-properties/debian/control?rev=17826&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/control (original)
+++ packages/experimental/software-properties/debian/control Thu Dec  4 22:29:09 2008
@@ -3,8 +3,17 @@
 Priority: optional
 XS-Python-Version: >= 2.4
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: gnome-pkg-tools (>= 0.12.3), debhelper (>= 5.0.37.2), sharutils, python-support (>= 0.6.4), libxml-parser-perl, scrollkeeper, intltool, python-all-dev, python-distutils-extra (>= 1.90), cdbs (>= 0.4.42)
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Build-Depends: gnome-pkg-tools (>= 0.12.3),
+               debhelper (>= 5.0.37.2),
+               sharutils,
+               python-support (>= 0.6.4),
+               libxml-parser-perl,
+               scrollkeeper,
+               intltool,
+               python-all-dev,
+               python-distutils-extra (>= 1.90),
+               cdbs (>= 0.4.42)
 Homepage: https://launchpad.net/software-properties
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/experimental/software-properties/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/software-properties/?op=log
@@ -13,7 +22,14 @@
 Package: python-software-properties
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.7.3), 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
@@ -24,7 +40,14 @@
 Replaces: update-manager (<< 0.55)
 Conflicts: update-manager (<< 0.55)
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, synaptic (>= 0.57.8), gksu, python-software-properties, python-glade2, python-gtk2
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python,
+         synaptic (>= 0.57.8),
+         gksu,
+         python-software-properties,
+         python-glade2,
+         python-gtk2
 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
@@ -35,7 +58,12 @@
 Package: software-properties-kde
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, python-qt4, python-kde4, python-software-properties
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python,
+         python-qt4,
+         python-kde4,
+         python-software-properties
 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=17826&op=diff
==============================================================================
--- packages/experimental/software-properties/debian/control.in (original)
+++ packages/experimental/software-properties/debian/control.in Thu Dec  4 22:29:09 2008
@@ -4,7 +4,16 @@
 XS-Python-Version: >= 2.4
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: gnome-pkg-tools (>= 0.12.3), debhelper (>= 5.0.37.2), sharutils, python-support (>= 0.6.4), libxml-parser-perl, scrollkeeper, intltool, python-all-dev, python-distutils-extra (>= 1.90), cdbs (>= 0.4.42)
+Build-Depends: gnome-pkg-tools (>= 0.12.3),
+               debhelper (>= 5.0.37.2),
+               sharutils,
+               python-support (>= 0.6.4),
+               libxml-parser-perl,
+               scrollkeeper,
+               intltool,
+               python-all-dev,
+               python-distutils-extra (>= 1.90),
+               cdbs (>= 0.4.42)
 Homepage: https://launchpad.net/software-properties
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/experimental/software-properties/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/software-properties/?op=log
@@ -13,7 +22,14 @@
 Package: python-software-properties
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.7.3), 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
@@ -24,7 +40,14 @@
 Replaces: update-manager (<< 0.55)
 Conflicts: update-manager (<< 0.55)
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, synaptic (>= 0.57.8), gksu, python-software-properties, python-glade2, python-gtk2
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python,
+         synaptic (>= 0.57.8),
+         gksu,
+         python-software-properties,
+         python-glade2,
+         python-gtk2
 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
@@ -35,7 +58,12 @@
 Package: software-properties-kde
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python, python-qt4, python-kde4, python-software-properties
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python,
+         python-qt4,
+         python-kde4,
+         python-software-properties
 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