r11664 - in /desktop/experimental/gconf2/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Jun 23 20:06:47 UTC 2007


Author: lool
Date: Sat Jun 23 20:06:47 2007
New Revision: 11664

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

Modified:
    desktop/experimental/gconf2/debian/changelog
    desktop/experimental/gconf2/debian/control
    desktop/experimental/gconf2/debian/control.in

Modified: desktop/experimental/gconf2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf2/debian/changelog?rev=11664&op=diff
==============================================================================
--- desktop/experimental/gconf2/debian/changelog (original)
+++ desktop/experimental/gconf2/debian/changelog Sat Jun 23 20:06:47 2007
@@ -8,8 +8,9 @@
     - Target at experimenta; include check-dist.
     - Add -z defs to LDFLAGS; build failure with this flag were fixed
       upstream.
-
- -- Loic Minier <lool at dooz.org>  Sat, 23 Jun 2007 21:58:30 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 23 Jun 2007 22:06:39 +0200
 
 gconf2 (2.18.0.1-3) unstable; urgency=low
 

Modified: desktop/experimental/gconf2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf2/debian/control?rev=11664&op=diff
==============================================================================
--- desktop/experimental/gconf2/debian/control (original)
+++ desktop/experimental/gconf2/debian/control Sat Jun 23 20:06:47 2007
@@ -2,13 +2,34 @@
 Section: libs
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Kilian Krause <kilian at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, Ondřej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.41), libglib2.0-dev (>= 2.9), liborbit2-dev (>= 1:2.10.2-1.1), libpopt-dev, libxml2-dev, zlib1g-dev, gettext, gcc (>= 3:3.2.2), libgtk2.0-dev, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), python (>= 2.3), libldap2-dev, gtk-doc-tools, libxml-parser-perl, python-support (>= 0.5.3), autotools-dev
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
+Build-Depends: debhelper (>= 5),
+               cdbs (>= 0.4.41),
+               libglib2.0-dev (>= 2.9),
+               liborbit2-dev (>= 1:2.10.2-1.1),
+               libpopt-dev,
+               libxml2-dev,
+               zlib1g-dev,
+               gettext,
+               gcc (>= 3:3.2.2),
+               libgtk2.0-dev,
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               python (>= 2.3),
+               libldap2-dev,
+               gtk-doc-tools,
+               libxml-parser-perl,
+               python-support (>= 0.5.3),
+               autotools-dev
 Standards-Version: 3.7.2
 
 Package: gconf2
 Architecture: any
-Depends: ${shlibs:Depends}, gconf2-common (>= ${gnome:Version}), gconf2-common (<< ${gnome:NextVersion}), psmisc, ${python:Depends}
+Depends: ${shlibs:Depends},
+         gconf2-common (>= ${gnome:Version}),
+         gconf2-common (<< ${gnome:NextVersion}),
+         psmisc,
+         ${python:Depends}
 Recommends: libgtk2.0-0
 Conflicts: libgconf2-4 (<< 2.12.0-2)
 Description: GNOME configuration database system (support tools)
@@ -25,7 +46,8 @@
 
 Package: gconf2-common
 Architecture: all
-Depends: ${misc:Depends}, ucf
+Depends: ${misc:Depends},
+         ucf
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (common files)
  GConf is a configuration database system for storing application
@@ -40,7 +62,9 @@
 
 Package: libgconf2-4
 Architecture: any
-Depends: ${shlibs:Depends}, gconf2-common (>= ${gnome:Version}), gconf2-common (<< ${gnome:NextVersion})
+Depends: ${shlibs:Depends},
+         gconf2-common (>= ${gnome:Version}),
+         gconf2-common (<< ${gnome:NextVersion})
 Description: GNOME configuration database system (shared libraries)
  GConf is a configuration database system for storing application
  preferences. It supports default or mandatory settings set by the
@@ -55,7 +79,11 @@
 Package: libgconf2-dev
 Section: libdevel
 Architecture: any
-Depends: libgconf2-4 (= ${binary:Version}), libglib2.0-dev, libpopt-dev, liborbit2-dev (>= 1:2.8.0), gconf2 (= ${binary:Version})
+Depends: libgconf2-4 (= ${binary:Version}),
+         libglib2.0-dev,
+         libpopt-dev,
+         liborbit2-dev (>= 1:2.8.0),
+         gconf2 (= ${binary:Version})
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (development)
  GConf is a configuration database system for storing application

Modified: desktop/experimental/gconf2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf2/debian/control.in?rev=11664&op=diff
==============================================================================
--- desktop/experimental/gconf2/debian/control.in (original)
+++ desktop/experimental/gconf2/debian/control.in Sat Jun 23 20:06:47 2007
@@ -3,12 +3,33 @@
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.41), libglib2.0-dev (>= 2.9), liborbit2-dev (>= 1:2.10.2-1.1), libpopt-dev, libxml2-dev, zlib1g-dev, gettext, gcc (>= 3:3.2.2), libgtk2.0-dev, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), python (>= 2.3), libldap2-dev, gtk-doc-tools, libxml-parser-perl, python-support (>= 0.5.3), autotools-dev
+Build-Depends: debhelper (>= 5),
+               cdbs (>= 0.4.41),
+               libglib2.0-dev (>= 2.9),
+               liborbit2-dev (>= 1:2.10.2-1.1),
+               libpopt-dev,
+               libxml2-dev,
+               zlib1g-dev,
+               gettext,
+               gcc (>= 3:3.2.2),
+               libgtk2.0-dev,
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               python (>= 2.3),
+               libldap2-dev,
+               gtk-doc-tools,
+               libxml-parser-perl,
+               python-support (>= 0.5.3),
+               autotools-dev
 Standards-Version: 3.7.2
 
 Package: gconf2
 Architecture: any
-Depends: ${shlibs:Depends}, gconf2-common (>= ${gnome:Version}), gconf2-common (<< ${gnome:NextVersion}), psmisc, ${python:Depends}
+Depends: ${shlibs:Depends},
+         gconf2-common (>= ${gnome:Version}),
+         gconf2-common (<< ${gnome:NextVersion}),
+         psmisc,
+         ${python:Depends}
 Recommends: libgtk2.0-0
 Conflicts: libgconf2-4 (<< 2.12.0-2)
 Description: GNOME configuration database system (support tools)
@@ -25,7 +46,8 @@
 
 Package: gconf2-common
 Architecture: all
-Depends: ${misc:Depends}, ucf
+Depends: ${misc:Depends},
+         ucf
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (common files)
  GConf is a configuration database system for storing application
@@ -40,7 +62,9 @@
 
 Package: libgconf2-4
 Architecture: any
-Depends: ${shlibs:Depends}, gconf2-common (>= ${gnome:Version}), gconf2-common (<< ${gnome:NextVersion})
+Depends: ${shlibs:Depends},
+         gconf2-common (>= ${gnome:Version}),
+         gconf2-common (<< ${gnome:NextVersion})
 Description: GNOME configuration database system (shared libraries)
  GConf is a configuration database system for storing application
  preferences. It supports default or mandatory settings set by the
@@ -55,7 +79,11 @@
 Package: libgconf2-dev
 Section: libdevel
 Architecture: any
-Depends: libgconf2-4 (= ${binary:Version}), libglib2.0-dev, libpopt-dev, liborbit2-dev (>= 1:2.8.0), gconf2 (= ${binary:Version})
+Depends: libgconf2-4 (= ${binary:Version}),
+         libglib2.0-dev,
+         libpopt-dev,
+         liborbit2-dev (>= 1:2.8.0),
+         gconf2 (= ${binary:Version})
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (development)
  GConf is a configuration database system for storing application




More information about the pkg-gnome-commits mailing list