r10564 - in /packages/unstable/libgnomedb/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 30 09:54:32 UTC 2007


Author: lool
Date: Mon Apr 30 09:54:31 2007
New Revision: 10564

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

Modified:
    packages/unstable/libgnomedb/debian/changelog
    packages/unstable/libgnomedb/debian/control
    packages/unstable/libgnomedb/debian/control.in

Modified: packages/unstable/libgnomedb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgnomedb/debian/changelog?rev=10564&op=diff
==============================================================================
--- packages/unstable/libgnomedb/debian/changelog (original)
+++ packages/unstable/libgnomedb/debian/changelog Mon Apr 30 09:54:31 2007
@@ -6,8 +6,9 @@
   * Drop useless GCONF_SCHEMAS_INSTALL.
   * Fix .PHONY.
   * Cleanups.
-
- -- Loic Minier <lool at dooz.org>  Mon, 30 Apr 2007 11:51:32 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 30 Apr 2007 11:54:25 +0200
 
 libgnomedb (1.2.2-3) unstable; urgency=low
 

Modified: packages/unstable/libgnomedb/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgnomedb/debian/control?rev=10564&op=diff
==============================================================================
--- packages/unstable/libgnomedb/debian/control (original)
+++ packages/unstable/libgnomedb/debian/control Mon Apr 30 09:54:31 2007
@@ -3,13 +3,31 @@
 Priority: optional
 Maintainer: Gustavo R. Montesino <grmontesino at ig.com.br>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: cdbs, debhelper (>= 5.0.0), intltool, gettext, pkg-config, libgconf2-dev (>= 2.6.1-2), libgnomeui-dev (>= 2.6.1.1-2), libgda2-dev, libgtk2.0-dev (>= 2.4.2-1), libgnomevfs2-dev (>= 2.6.1.1-3), libbonoboui2-dev (>= 2.6.1-1), libglade2-dev (>= 1:2.4.0-1), libxslt1-dev, scrollkeeper, gnome-pkg-tools (>= 0.11), gtk-doc-tools (>= 1.2-1.1), dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs,
+               debhelper (>= 5.0.0),
+               intltool,
+               gettext,
+               pkg-config,
+               libgconf2-dev (>= 2.6.1-2),
+               libgnomeui-dev (>= 2.6.1.1-2),
+               libgda2-dev,
+               libgtk2.0-dev (>= 2.4.2-1),
+               libgnomevfs2-dev (>= 2.6.1.1-3),
+               libbonoboui2-dev (>= 2.6.1-1),
+               libglade2-dev (>= 1:2.4.0-1),
+               libxslt1-dev,
+               scrollkeeper,
+               gnome-pkg-tools (>= 0.11),
+               gtk-doc-tools (>= 1.2-1.1),
+               dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: libgnomedb2-4
 Section: libs
 Architecture: any
-Depends: libgnomedb2-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgnomedb2-common (>= ${source:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: libgnomedb2-bin
 Description: Database UI widget library for GNOME2
  libgnomedb is a database widget library for GNOME2. it provides a rich
@@ -22,8 +40,11 @@
 Package: libgnomedb2-bin
 Section: misc
 Architecture: any
-Depends: libgnomedb2-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libgnomedb2-common (<< 1.2.2-3), gnome-db2 (<< 0.8.191)
+Depends: libgnomedb2-common (>= ${source:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: libgnomedb2-common (<< 1.2.2-3),
+           gnome-db2 (<< 0.8.191)
 Replaces: libgnomedb2-common (<< 1.2.2-3)
 Description: Database UI widget library for GNOME2 -- binary files
  libgnomedb is a database widget library for GNOME2. it provides a rich
@@ -51,7 +72,13 @@
 Package: libgnomedb2-dev
 Section: libdevel
 Architecture: any
-Depends: libgnomedb2-4 (= ${binary:Version}), libbonoboui2-dev, libgda2-dev (>= 1.2), libgnomeui-dev (>= 2.0.3), libgtk2.0-dev (>= 2.2.0-2), pkg-config, ${misc:Depends}
+Depends: libgnomedb2-4 (= ${binary:Version}),
+         libbonoboui2-dev,
+         libgda2-dev (>= 1.2),
+         libgnomeui-dev (>= 2.0.3),
+         libgtk2.0-dev (>= 2.2.0-2),
+         pkg-config,
+         ${misc:Depends}
 Conflicts: libgnomedb2-common (<< 1.2.2-3)
 Replaces: libgnomedb2-common (<< 1.2.2-3)
 Suggests: libgnomedb2-doc
@@ -67,7 +94,8 @@
 Package: libgnomedb2-doc
 Section: doc
 Architecture: all
-Depends: lynx | www-browser, ${misc:Depends}
+Depends: lynx | www-browser,
+         ${misc:Depends}
 Description: Database UI widget library for GNOME2 -- documentation files
  libgnomedb is a database widget library for GNOME2. it provides a rich
  set of UI features targeted to the development of data access.
@@ -80,7 +108,8 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libgnomedb2-4 (= ${binary:Version}), ${misc:Depends}
+Depends: libgnomedb2-4 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Database UI widget library for GNOME2 and debugging symbols
  libgnomedb is a database widget library for GNOME2. it provides a rich
  set of UI features targeted to the development of data access.

Modified: packages/unstable/libgnomedb/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgnomedb/debian/control.in?rev=10564&op=diff
==============================================================================
--- packages/unstable/libgnomedb/debian/control.in (original)
+++ packages/unstable/libgnomedb/debian/control.in Mon Apr 30 09:54:31 2007
@@ -3,13 +3,31 @@
 Priority: optional
 Maintainer: Gustavo R. Montesino <grmontesino at ig.com.br>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, debhelper (>= 5.0.0), intltool, gettext, pkg-config, libgconf2-dev (>= 2.6.1-2), libgnomeui-dev (>= 2.6.1.1-2), libgda2-dev, libgtk2.0-dev (>= 2.4.2-1), libgnomevfs2-dev (>= 2.6.1.1-3), libbonoboui2-dev (>= 2.6.1-1), libglade2-dev (>= 1:2.4.0-1), libxslt1-dev, scrollkeeper, gnome-pkg-tools (>= 0.11), gtk-doc-tools (>= 1.2-1.1), dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs,
+               debhelper (>= 5.0.0),
+               intltool,
+               gettext,
+               pkg-config,
+               libgconf2-dev (>= 2.6.1-2),
+               libgnomeui-dev (>= 2.6.1.1-2),
+               libgda2-dev,
+               libgtk2.0-dev (>= 2.4.2-1),
+               libgnomevfs2-dev (>= 2.6.1.1-3),
+               libbonoboui2-dev (>= 2.6.1-1),
+               libglade2-dev (>= 1:2.4.0-1),
+               libxslt1-dev,
+               scrollkeeper,
+               gnome-pkg-tools (>= 0.11),
+               gtk-doc-tools (>= 1.2-1.1),
+               dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: libgnomedb2- at SONAME@
 Section: libs
 Architecture: any
-Depends: libgnomedb2-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgnomedb2-common (>= ${source:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: libgnomedb2-bin
 Description: Database UI widget library for GNOME2
  libgnomedb is a database widget library for GNOME2. it provides a rich
@@ -22,8 +40,11 @@
 Package: libgnomedb2-bin
 Section: misc
 Architecture: any
-Depends: libgnomedb2-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libgnomedb2-common (<< 1.2.2-3), gnome-db2 (<< 0.8.191)
+Depends: libgnomedb2-common (>= ${source:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: libgnomedb2-common (<< 1.2.2-3),
+           gnome-db2 (<< 0.8.191)
 Replaces: libgnomedb2-common (<< 1.2.2-3)
 Description: Database UI widget library for GNOME2 -- binary files
  libgnomedb is a database widget library for GNOME2. it provides a rich
@@ -51,7 +72,13 @@
 Package: libgnomedb2-dev
 Section: libdevel
 Architecture: any
-Depends: libgnomedb2- at SONAME@ (= ${binary:Version}), libbonoboui2-dev, libgda2-dev (>= 1.2), libgnomeui-dev (>= 2.0.3), libgtk2.0-dev (>= 2.2.0-2), pkg-config, ${misc:Depends}
+Depends: libgnomedb2- at SONAME@ (= ${binary:Version}),
+         libbonoboui2-dev,
+         libgda2-dev (>= 1.2),
+         libgnomeui-dev (>= 2.0.3),
+         libgtk2.0-dev (>= 2.2.0-2),
+         pkg-config,
+         ${misc:Depends}
 Conflicts: libgnomedb2-common (<< 1.2.2-3)
 Replaces: libgnomedb2-common (<< 1.2.2-3)
 Suggests: libgnomedb2-doc
@@ -67,7 +94,8 @@
 Package: libgnomedb2-doc
 Section: doc
 Architecture: all
-Depends: lynx | www-browser, ${misc:Depends}
+Depends: lynx | www-browser,
+         ${misc:Depends}
 Description: Database UI widget library for GNOME2 -- documentation files
  libgnomedb is a database widget library for GNOME2. it provides a rich
  set of UI features targeted to the development of data access.
@@ -80,7 +108,8 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libgnomedb2- at SONAME@ (= ${binary:Version}), ${misc:Depends}
+Depends: libgnomedb2- at SONAME@ (= ${binary:Version}),
+         ${misc:Depends}
 Description: Database UI widget library for GNOME2 and debugging symbols
  libgnomedb is a database widget library for GNOME2. it provides a rich
  set of UI features targeted to the development of data access.




More information about the pkg-gnome-commits mailing list