r12335 - in /desktop/unstable/libgtkhtml2/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Aug 15 12:34:05 UTC 2007


Author: lool
Date: Wed Aug 15 12:34:05 2007
New Revision: 12335

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

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

Modified: desktop/unstable/libgtkhtml2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtkhtml2/debian/changelog?rev=12335&op=diff
==============================================================================
--- desktop/unstable/libgtkhtml2/debian/changelog (original)
+++ desktop/unstable/libgtkhtml2/debian/changelog Wed Aug 15 12:34:05 2007
@@ -16,7 +16,10 @@
   * New upstream release.
   * Merged with previous changelog entry.
 
- -- Alan Baghumian <alan at technotux.org>  Wed, 15 Aug 2007 09:13:25 +0330
+  [ Loic Minier ]
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 15 Aug 2007 14:33:58 +0200
 
 libgtkhtml2 (2.11.0-3) unstable; urgency=low
 

Modified: desktop/unstable/libgtkhtml2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtkhtml2/debian/control?rev=12335&op=diff
==============================================================================
--- desktop/unstable/libgtkhtml2/debian/control (original)
+++ desktop/unstable/libgtkhtml2/debian/control Wed Aug 15 12:34:05 2007
@@ -4,12 +4,20 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Loic Minier <lool at dooz.org>, Sebastien Bacher <seb128 at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), gettext (>= 0.10.38), libxml2-dev (>= 2.4.16), libgail-dev (>= 1.4), libgtk2.0-dev (>= 2.2), libgnomevfs2-dev (>= 1.9.8), gnome-pkg-tools (>= 0.11), autotools-dev
+Build-Depends: debhelper (>= 5),
+               gettext (>= 0.10.38),
+               libxml2-dev (>= 2.4.16),
+               libgail-dev (>= 1.4),
+               libgtk2.0-dev (>= 2.2),
+               libgnomevfs2-dev (>= 1.9.8),
+               gnome-pkg-tools (>= 0.11),
+               autotools-dev
 
 Package: libgtkhtml2-0
 Architecture: any
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: HTML rendering/editing library - runtime files. (for GNOME2)
  This is GtkHTML, a lightweight HTML rendering/printing/editing engine. It
  was originally based on KHTMLW, but is now being developed independently.
@@ -19,7 +27,10 @@
 Package: libgtkhtml2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libgtkhtml2-0 (= ${Source-Version}), libxml2-dev, libgail-dev (>= 1.2)
+Depends: ${misc:Depends},
+         libgtkhtml2-0 (= ${Source-Version}),
+         libxml2-dev,
+         libgail-dev (>= 1.2)
 Description: HTML rendering/editing library - development files. for (GNOME2)
  This is GtkHTML, a lightweight HTML rendering/printing/editing engine. It
  was originally based on KHTMLW, but is now being developed independently.

Modified: desktop/unstable/libgtkhtml2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtkhtml2/debian/control.in?rev=12335&op=diff
==============================================================================
--- desktop/unstable/libgtkhtml2/debian/control.in (original)
+++ desktop/unstable/libgtkhtml2/debian/control.in Wed Aug 15 12:34:05 2007
@@ -4,12 +4,20 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), gettext (>= 0.10.38), libxml2-dev (>= 2.4.16), libgail-dev (>= 1.4), libgtk2.0-dev (>= 2.2), libgnomevfs2-dev (>= 1.9.8), gnome-pkg-tools (>= 0.11), autotools-dev
+Build-Depends: debhelper (>= 5),
+               gettext (>= 0.10.38),
+               libxml2-dev (>= 2.4.16),
+               libgail-dev (>= 1.4),
+               libgtk2.0-dev (>= 2.2),
+               libgnomevfs2-dev (>= 1.9.8),
+               gnome-pkg-tools (>= 0.11),
+               autotools-dev
 
 Package: libgtkhtml2- at SONAME@
 Architecture: any
 Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: HTML rendering/editing library - runtime files. (for GNOME2)
  This is GtkHTML, a lightweight HTML rendering/printing/editing engine. It
  was originally based on KHTMLW, but is now being developed independently.
@@ -19,7 +27,10 @@
 Package: libgtkhtml2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libgtkhtml2- at SONAME@ (= ${Source-Version}), libxml2-dev, libgail-dev (>= 1.2)
+Depends: ${misc:Depends},
+         libgtkhtml2- at SONAME@ (= ${Source-Version}),
+         libxml2-dev,
+         libgail-dev (>= 1.2)
 Description: HTML rendering/editing library - development files. for (GNOME2)
  This is GtkHTML, a lightweight HTML rendering/printing/editing engine. It
  was originally based on KHTMLW, but is now being developed independently.




More information about the pkg-gnome-commits mailing list