r9712 - in /desktop/unstable/libgnome/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Apr 11 12:31:58 UTC 2007


Author: lool
Date: Wed Apr 11 12:31:58 2007
New Revision: 9712

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

Modified:
    desktop/unstable/libgnome/debian/changelog
    desktop/unstable/libgnome/debian/control
    desktop/unstable/libgnome/debian/control.in

Modified: desktop/unstable/libgnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome/debian/changelog?rev=9712&op=diff
==============================================================================
--- desktop/unstable/libgnome/debian/changelog (original)
+++ desktop/unstable/libgnome/debian/changelog Wed Apr 11 12:31:58 2007
@@ -2,8 +2,9 @@
 
   * Upload to unstable; drop check-dist include.
   * Fix license in copyright.
-
- -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 14:29:36 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 14:31:50 +0200
 
 libgnome (2.18.0-2) experimental; urgency=low
 

Modified: desktop/unstable/libgnome/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome/debian/control?rev=9712&op=diff
==============================================================================
--- desktop/unstable/libgnome/debian/control (original)
+++ desktop/unstable/libgnome/debian/control Wed Apr 11 12:31:58 2007
@@ -4,12 +4,27 @@
 Maintainer: Ondřej Surý <ondrej at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.13), libgnomevfs2-dev (>= 2.7.91-3), libbonobo2-dev (>= 2.13.0), libpopt-dev, intltool (>= 0.35.0), libgconf2-dev (>= 2.7.92), libesd0-dev (>= 0.2.26), libaudiofile-dev (>= 0.2.3), libglib2.0-dev (>= 2.8.0), cdbs (>= 0.4.41), gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), gtk-doc-tools (>= 1.0)
+Build-Depends: debhelper (>= 5.0.13),
+               libgnomevfs2-dev (>= 2.7.91-3),
+               libbonobo2-dev (>= 2.13.0),
+               libpopt-dev,
+               intltool (>= 0.35.0),
+               libgconf2-dev (>= 2.7.92),
+               libesd0-dev (>= 0.2.26),
+               libaudiofile-dev (>= 0.2.3),
+               libglib2.0-dev (>= 2.8.0),
+               cdbs (>= 0.4.41),
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               gtk-doc-tools (>= 1.0)
 
 Package: libgnome2-0
 Architecture: any
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgnome2-common (>= ${gnome:Version}), libgnome2-common (<< ${gnome:NextVersion})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgnome2-common (>= ${gnome:Version}),
+         libgnome2-common (<< ${gnome:NextVersion})
 Description: The GNOME 2 library - runtime files
  This package contains the shared library for the base GNOME library
  functions.
@@ -17,7 +32,13 @@
 Package: libgnome2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libgnome2-0 (= ${binary:Version}), libbonobo2-dev (>= 2.6.0), libgconf2-dev (>= 2.7.92), libgnomevfs2-dev (>= 2.7.91-3), libglib2.0-dev (>= 2.8.0), libesd0-dev
+Depends: ${misc:Depends},
+         libgnome2-0 (= ${binary:Version}),
+         libbonobo2-dev (>= 2.6.0),
+         libgconf2-dev (>= 2.7.92),
+         libgnomevfs2-dev (>= 2.7.91-3),
+         libglib2.0-dev (>= 2.8.0),
+         libesd0-dev
 Suggests: libgnome2-doc
 Description: The GNOME 2 library - development files
  This package contains the shared library for the base GNOME library
@@ -26,7 +47,8 @@
 Package: libgnome2-common
 Architecture: all
 Section: libs
-Replaces: libgnome2-0 (<= 1.117.0-1), nautilus (<= 1.0.6-4)
+Replaces: libgnome2-0 (<= 1.117.0-1),
+          nautilus (<= 1.0.6-4)
 Depends: ${misc:Depends}
 Conflicts: libgnome2-0 (<= 1.117.0-1)
 Suggests: desktop-base (>= 0.3.16)
@@ -38,7 +60,9 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Replaces: libgnome2-0 (<= 1.117.0-1), nautilus (<= 1.0.6-4), libgnome2-dev (<= 2.0.5-1)
+Replaces: libgnome2-0 (<= 1.117.0-1),
+          nautilus (<= 1.0.6-4),
+          libgnome2-dev (<= 2.0.5-1)
 Conflicts: libgnome2-0 (<= 1.117.0-1)
 Description: The GNOME 2 library - documentation files
  This package contains documentation files for the base GNOME library

Modified: desktop/unstable/libgnome/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome/debian/control.in?rev=9712&op=diff
==============================================================================
--- desktop/unstable/libgnome/debian/control.in (original)
+++ desktop/unstable/libgnome/debian/control.in Wed Apr 11 12:31:58 2007
@@ -4,12 +4,27 @@
 Maintainer: Ondřej Surý <ondrej at debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.13), libgnomevfs2-dev (>= 2.7.91-3), libbonobo2-dev (>= 2.13.0), libpopt-dev, intltool (>= 0.35.0), libgconf2-dev (>= 2.7.92), libesd0-dev (>= 0.2.26), libaudiofile-dev (>= 0.2.3), libglib2.0-dev (>= 2.8.0), cdbs (>= 0.4.41), gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), gtk-doc-tools (>= 1.0)
+Build-Depends: debhelper (>= 5.0.13),
+               libgnomevfs2-dev (>= 2.7.91-3),
+               libbonobo2-dev (>= 2.13.0),
+               libpopt-dev,
+               intltool (>= 0.35.0),
+               libgconf2-dev (>= 2.7.92),
+               libesd0-dev (>= 0.2.26),
+               libaudiofile-dev (>= 0.2.3),
+               libglib2.0-dev (>= 2.8.0),
+               cdbs (>= 0.4.41),
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               gtk-doc-tools (>= 1.0)
 
 Package: libgnome2-0
 Architecture: any
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgnome2-common (>= ${gnome:Version}), libgnome2-common (<< ${gnome:NextVersion})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgnome2-common (>= ${gnome:Version}),
+         libgnome2-common (<< ${gnome:NextVersion})
 Description: The GNOME 2 library - runtime files
  This package contains the shared library for the base GNOME library
  functions.
@@ -17,7 +32,13 @@
 Package: libgnome2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libgnome2-0 (= ${binary:Version}), libbonobo2-dev (>= 2.6.0), libgconf2-dev (>= 2.7.92), libgnomevfs2-dev (>= 2.7.91-3), libglib2.0-dev (>= 2.8.0), libesd0-dev
+Depends: ${misc:Depends},
+         libgnome2-0 (= ${binary:Version}),
+         libbonobo2-dev (>= 2.6.0),
+         libgconf2-dev (>= 2.7.92),
+         libgnomevfs2-dev (>= 2.7.91-3),
+         libglib2.0-dev (>= 2.8.0),
+         libesd0-dev
 Suggests: libgnome2-doc
 Description: The GNOME 2 library - development files
  This package contains the shared library for the base GNOME library
@@ -26,7 +47,8 @@
 Package: libgnome2-common
 Architecture: all
 Section: libs
-Replaces: libgnome2-0 (<= 1.117.0-1), nautilus (<= 1.0.6-4)
+Replaces: libgnome2-0 (<= 1.117.0-1),
+          nautilus (<= 1.0.6-4)
 Depends: ${misc:Depends}
 Conflicts: libgnome2-0 (<= 1.117.0-1)
 Suggests: desktop-base (>= 0.3.16)
@@ -38,7 +60,9 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Replaces: libgnome2-0 (<= 1.117.0-1), nautilus (<= 1.0.6-4), libgnome2-dev (<= 2.0.5-1)
+Replaces: libgnome2-0 (<= 1.117.0-1),
+          nautilus (<= 1.0.6-4),
+          libgnome2-dev (<= 2.0.5-1)
 Conflicts: libgnome2-0 (<= 1.117.0-1)
 Description: The GNOME 2 library - documentation files
  This package contains documentation files for the base GNOME library




More information about the pkg-gnome-commits mailing list