r10571 - in /packages/unstable/loudmouth/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 30 10:01:05 UTC 2007


Author: lool
Date: Mon Apr 30 10:01:00 2007
New Revision: 10571

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

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

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=10571&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog (original)
+++ packages/unstable/loudmouth/debian/changelog Mon Apr 30 10:01:00 2007
@@ -1,8 +1,9 @@
 loudmouth (1.2.1-2) UNRELEASED; urgency=low
 
   * Fix description of the -dbg package.
-
- -- Loic Minier <lool at dooz.org>  Mon, 30 Apr 2007 11:59:00 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 30 Apr 2007 12:00:54 +0200
 
 loudmouth (1.2.1-1) unstable; urgency=low
 

Modified: packages/unstable/loudmouth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control?rev=10571&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control (original)
+++ packages/unstable/loudmouth/debian/control Mon Apr 30 10:01:00 2007
@@ -2,14 +2,22 @@
 Section: libs
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.2.11), gnome-pkg-tools, autotools-dev, gtk-doc-tools (>= 1.1-2), libglib2.0-dev, libgnutls-dev
-Uploaders: Dafydd Harries <daf at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Build-Depends: debhelper (>= 5),
+               cdbs (>= 0.2.11),
+               gnome-pkg-tools,
+               autotools-dev,
+               gtk-doc-tools (>= 1.1-2),
+               libglib2.0-dev,
+               libgnutls-dev
+Uploaders: Dafydd Harries <daf at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sjoerd Simons <sjoerd at debian.org>
 Standards-Version: 3.7.2.0
 
 Package: libloudmouth1-dev
 Section: libdevel
 Architecture: any
-Depends: libloudmouth1-0 (= ${Source-Version}), libglib2.0-dev, libgnutls-dev
+Depends: libloudmouth1-0 (= ${Source-Version}),
+         libglib2.0-dev,
+         libgnutls-dev
 Conflicts: libloudmouth-dev
 Description: Development files for Loudmouth Jabber library
  The development headers and API documentation for the LoudMouth
@@ -19,7 +27,8 @@
 Package: libloudmouth1-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Lightweight C Jabber library
  Loudmouth is a lightweight and easy-to-use C library for programming
  with the Jabber protocol. It's designed to be easy to get started

Modified: packages/unstable/loudmouth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control.in?rev=10571&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control.in (original)
+++ packages/unstable/loudmouth/debian/control.in Mon Apr 30 10:01:00 2007
@@ -2,14 +2,22 @@
 Section: libs
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.2.11), gnome-pkg-tools, autotools-dev, gtk-doc-tools (>= 1.1-2), libglib2.0-dev, libgnutls-dev
+Build-Depends: debhelper (>= 5),
+               cdbs (>= 0.2.11),
+               gnome-pkg-tools,
+               autotools-dev,
+               gtk-doc-tools (>= 1.1-2),
+               libglib2.0-dev,
+               libgnutls-dev
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2.0
 
 Package: libloudmouth1-dev
 Section: libdevel
 Architecture: any
-Depends: libloudmouth1-0 (= ${Source-Version}), libglib2.0-dev, libgnutls-dev
+Depends: libloudmouth1-0 (= ${Source-Version}),
+         libglib2.0-dev,
+         libgnutls-dev
 Conflicts: libloudmouth-dev
 Description: Development files for Loudmouth Jabber library
  The development headers and API documentation for the LoudMouth
@@ -19,7 +27,8 @@
 Package: libloudmouth1-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Lightweight C Jabber library
  Loudmouth is a lightweight and easy-to-use C library for programming
  with the Jabber protocol. It's designed to be easy to get started




More information about the pkg-gnome-commits mailing list