r11093 - in /packages/unstable/devhelp/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 22 11:47:27 UTC 2007


Author: lool
Date: Tue May 22 11:47:26 2007
New Revision: 11093

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

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

Modified: packages/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/changelog?rev=11093&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/changelog (original)
+++ packages/unstable/devhelp/debian/changelog Tue May 22 11:47:26 2007
@@ -1,3 +1,9 @@
+devhelp (0.13-4) UNRELEASED; urgency=low
+
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 22 May 2007 13:42:55 +0200
+
 devhelp (0.13-3) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: packages/unstable/devhelp/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/control?rev=11093&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/control (original)
+++ packages/unstable/devhelp/debian/control Tue May 22 11:47:26 2007
@@ -2,14 +2,28 @@
 Section: devel
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: cdbs, debhelper (>> 4.1.0), libgtk2.0-dev (>= 2.8.17-1), libglade2-dev (>= 1:2.4.0-1), libgconf2-dev (>= 2.6.0), libwnck-dev (>= 2.14.1), libxul-dev, libgnomevfs2-dev (>= 2.14.0-3), libxml-parser-perl, gnome-pkg-tools, dpkg-dev (>= 1.13.19), libglib2.0-dev (>= 2.8.0), python-dev
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
+Build-Depends: cdbs,
+               debhelper (>> 4.1.0),
+               libgtk2.0-dev (>= 2.8.17-1),
+               libglade2-dev (>= 1:2.4.0-1),
+               libgconf2-dev (>= 2.6.0),
+               libwnck-dev (>= 2.14.1),
+               libxul-dev,
+               libgnomevfs2-dev (>= 2.14.0-3),
+               libxml-parser-perl,
+               gnome-pkg-tools,
+               dpkg-dev (>= 1.13.19),
+               libglib2.0-dev (>= 2.8.0),
+               python-dev
 Standards-Version: 3.7.2
 
 Package: libdevhelp-1-0
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, devhelp-common (= ${source:Version})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         devhelp-common (= ${source:Version})
 Conflicts: devhelp (<< 0.8.1-1)
 Replaces: devhelp (<< 0.9-5)
 Tag: devel::doc, devel::library, made-of::lang:c, role::sw:shlib, suite::gnome, uitoolkit::gtk, use::browsing
@@ -21,7 +35,14 @@
 Package: libdevhelp-1-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libgtk2.0-dev (>= 2.8.17-1), libdevhelp-1-0 (= ${Source-Version}), libwnck-dev (>= 2.14.1), libgnomeui-dev, libgnomevfs2-dev (>= 2.14.0-3), libgconf2-dev (>= 2.6.0), libglade2-dev (>= 1:2.4.0-1)
+Depends: ${misc:Depends},
+         libgtk2.0-dev (>= 2.8.17-1),
+         libdevhelp-1-0 (= ${Source-Version}),
+         libwnck-dev (>= 2.14.1),
+         libgnomeui-dev,
+         libgnomevfs2-dev (>= 2.14.0-3),
+         libgconf2-dev (>= 2.6.0),
+         libglade2-dev (>= 1:2.4.0-1)
 Tag: devel::doc, devel::library, made-of::lang:c, role::sw:devel-lib, suite::gnome, uitoolkit::gtk, use::browsing
 Description: Library providing documentation browser functionality (development)
  This library provides embedable widgets from the Devhelp program to
@@ -34,8 +55,24 @@
 Section: devel
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: libgtk2.0-doc (>= 2.2.0), libglib2.0-doc (>= 2.2.0), libpango1.0-doc
-Conflicts: devhelp-books (<= 0.2-8), devhelp-book-autotools (<= 0.2-8), devhelp-book-binutils (<= 0.2-8), devhelp-book-cvs (<= 0.2-8), devhelp-book-emacs (<= 0.2-8), devhelp-book-make (<= 0.2-8), devhelp-book-ggad (<= 0.2-8), devhelp-book-gnome (<= 0.2-8), devhelp-book-gtk (<= 0.2-8), devhelp-book-gtk2 (<= 0.2-8), devhelp-book-glibc (<= 0.2-8), devhelp-book-gdb (<= 0.2-8), devhelp-book-python (<= 0.2-8), devhelp-book-pygtk2 (<= 0.2-8), devhelp-book-sdl (<= 0.2-8)
+Recommends: libgtk2.0-doc (>= 2.2.0),
+            libglib2.0-doc (>= 2.2.0),
+            libpango1.0-doc
+Conflicts: devhelp-books (<= 0.2-8),
+           devhelp-book-autotools (<= 0.2-8),
+           devhelp-book-binutils (<= 0.2-8),
+           devhelp-book-cvs (<= 0.2-8),
+           devhelp-book-emacs (<= 0.2-8),
+           devhelp-book-make (<= 0.2-8),
+           devhelp-book-ggad (<= 0.2-8),
+           devhelp-book-gnome (<= 0.2-8),
+           devhelp-book-gtk (<= 0.2-8),
+           devhelp-book-gtk2 (<= 0.2-8),
+           devhelp-book-glibc (<= 0.2-8),
+           devhelp-book-gdb (<= 0.2-8),
+           devhelp-book-python (<= 0.2-8),
+           devhelp-book-pygtk2 (<= 0.2-8),
+           devhelp-book-sdl (<= 0.2-8)
 Tag: devel::doc, interface::x11, protocol::http, protocol::ssl, role::sw:application, suite::gnome, uitoolkit::gtk, use::browsing, works-with::text:html, x11::application
 Description: A GNOME developers help program
  Devhelp's primary goal is to be an API documentation browser for GNOME.
@@ -52,8 +89,10 @@
 Section: devel
 Architecture: all
 Depends: ${misc:Depends}
-Conflicts: devhelp (<< 0.9-5), libdevhelp-1-0 (<< 0.9-6)
-Replaces: devhelp (<< 0.9-5), libdevhelp-1-0 (<< 0.9-6)
+Conflicts: devhelp (<< 0.9-5),
+           libdevhelp-1-0 (<< 0.9-6)
+Replaces: devhelp (<< 0.9-5),
+          libdevhelp-1-0 (<< 0.9-6)
 Tag: devel::doc, interface::x11, made-of::data:html, protocol::http, protocol::ssl, role::content:data, special::auto-inst-parts, suite::gnome, uitoolkit::gtk, works-with::text:html, x11::application
 Description: common files for devhelp and its library
  Devhelp's primary goal is to be an API documentation browser for GNOME.

Modified: packages/unstable/devhelp/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/control.in?rev=11093&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/control.in (original)
+++ packages/unstable/devhelp/debian/control.in Tue May 22 11:47:26 2007
@@ -3,13 +3,27 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, debhelper (>> 4.1.0), libgtk2.0-dev (>= 2.8.17-1), libglade2-dev (>= 1:2.4.0-1), libgconf2-dev (>= 2.6.0), libwnck-dev (>= 2.14.1), libxul-dev, libgnomevfs2-dev (>= 2.14.0-3), libxml-parser-perl, gnome-pkg-tools, dpkg-dev (>= 1.13.19), libglib2.0-dev (>= 2.8.0), python-dev
+Build-Depends: cdbs,
+               debhelper (>> 4.1.0),
+               libgtk2.0-dev (>= 2.8.17-1),
+               libglade2-dev (>= 1:2.4.0-1),
+               libgconf2-dev (>= 2.6.0),
+               libwnck-dev (>= 2.14.1),
+               libxul-dev,
+               libgnomevfs2-dev (>= 2.14.0-3),
+               libxml-parser-perl,
+               gnome-pkg-tools,
+               dpkg-dev (>= 1.13.19),
+               libglib2.0-dev (>= 2.8.0),
+               python-dev
 Standards-Version: 3.7.2
 
 Package: libdevhelp-1-0
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, devhelp-common (= ${source:Version})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         devhelp-common (= ${source:Version})
 Conflicts: devhelp (<< 0.8.1-1)
 Replaces: devhelp (<< 0.9-5)
 Tag: devel::doc, devel::library, made-of::lang:c, role::sw:shlib, suite::gnome, uitoolkit::gtk, use::browsing
@@ -21,7 +35,14 @@
 Package: libdevhelp-1-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libgtk2.0-dev (>= 2.8.17-1), libdevhelp-1-0 (= ${Source-Version}), libwnck-dev (>= 2.14.1), libgnomeui-dev, libgnomevfs2-dev (>= 2.14.0-3), libgconf2-dev (>= 2.6.0), libglade2-dev (>= 1:2.4.0-1)
+Depends: ${misc:Depends},
+         libgtk2.0-dev (>= 2.8.17-1),
+         libdevhelp-1-0 (= ${Source-Version}),
+         libwnck-dev (>= 2.14.1),
+         libgnomeui-dev,
+         libgnomevfs2-dev (>= 2.14.0-3),
+         libgconf2-dev (>= 2.6.0),
+         libglade2-dev (>= 1:2.4.0-1)
 Tag: devel::doc, devel::library, made-of::lang:c, role::sw:devel-lib, suite::gnome, uitoolkit::gtk, use::browsing
 Description: Library providing documentation browser functionality (development)
  This library provides embedable widgets from the Devhelp program to
@@ -34,8 +55,24 @@
 Section: devel
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: libgtk2.0-doc (>= 2.2.0), libglib2.0-doc (>= 2.2.0), libpango1.0-doc
-Conflicts: devhelp-books (<= 0.2-8), devhelp-book-autotools (<= 0.2-8), devhelp-book-binutils (<= 0.2-8), devhelp-book-cvs (<= 0.2-8), devhelp-book-emacs (<= 0.2-8), devhelp-book-make (<= 0.2-8), devhelp-book-ggad (<= 0.2-8), devhelp-book-gnome (<= 0.2-8), devhelp-book-gtk (<= 0.2-8), devhelp-book-gtk2 (<= 0.2-8), devhelp-book-glibc (<= 0.2-8), devhelp-book-gdb (<= 0.2-8), devhelp-book-python (<= 0.2-8), devhelp-book-pygtk2 (<= 0.2-8), devhelp-book-sdl (<= 0.2-8)
+Recommends: libgtk2.0-doc (>= 2.2.0),
+            libglib2.0-doc (>= 2.2.0),
+            libpango1.0-doc
+Conflicts: devhelp-books (<= 0.2-8),
+           devhelp-book-autotools (<= 0.2-8),
+           devhelp-book-binutils (<= 0.2-8),
+           devhelp-book-cvs (<= 0.2-8),
+           devhelp-book-emacs (<= 0.2-8),
+           devhelp-book-make (<= 0.2-8),
+           devhelp-book-ggad (<= 0.2-8),
+           devhelp-book-gnome (<= 0.2-8),
+           devhelp-book-gtk (<= 0.2-8),
+           devhelp-book-gtk2 (<= 0.2-8),
+           devhelp-book-glibc (<= 0.2-8),
+           devhelp-book-gdb (<= 0.2-8),
+           devhelp-book-python (<= 0.2-8),
+           devhelp-book-pygtk2 (<= 0.2-8),
+           devhelp-book-sdl (<= 0.2-8)
 Tag: devel::doc, interface::x11, protocol::http, protocol::ssl, role::sw:application, suite::gnome, uitoolkit::gtk, use::browsing, works-with::text:html, x11::application
 Description: A GNOME developers help program
  Devhelp's primary goal is to be an API documentation browser for GNOME.
@@ -52,8 +89,10 @@
 Section: devel
 Architecture: all
 Depends: ${misc:Depends}
-Conflicts: devhelp (<< 0.9-5), libdevhelp-1-0 (<< 0.9-6)
-Replaces: devhelp (<< 0.9-5), libdevhelp-1-0 (<< 0.9-6)
+Conflicts: devhelp (<< 0.9-5),
+           libdevhelp-1-0 (<< 0.9-6)
+Replaces: devhelp (<< 0.9-5),
+          libdevhelp-1-0 (<< 0.9-6)
 Tag: devel::doc, interface::x11, made-of::data:html, protocol::http, protocol::ssl, role::content:data, special::auto-inst-parts, suite::gnome, uitoolkit::gtk, works-with::text:html, x11::application
 Description: common files for devhelp and its library
  Devhelp's primary goal is to be an API documentation browser for GNOME.




More information about the pkg-gnome-commits mailing list