r15827 - in /desktop/unstable/libcroco/debian: changelog control control.in
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sat May 3 22:14:47 UTC 2008
Author: lool
Date: Sat May 3 22:14:47 2008
New Revision: 15827
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15827
Log:
Wrap build-deps and deps.
Modified:
desktop/unstable/libcroco/debian/changelog
desktop/unstable/libcroco/debian/control
desktop/unstable/libcroco/debian/control.in
Modified: desktop/unstable/libcroco/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/changelog?rev=15827&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/changelog (original)
+++ desktop/unstable/libcroco/debian/changelog Sat May 3 22:14:47 2008
@@ -14,6 +14,9 @@
[ Kilian Krause ]
* Use binary:version and source:Version for binnNMU-safe uploads as
added in dpkg-dev 1.13.19. Add to Build-Depends accordingly
+
+ [ Loic Minier ]
+ * Wrap build-deps and deps.
-- Kilian Krause <kilian at debian.org> Sat, 22 Sep 2007 12:37:34 +0200
Modified: desktop/unstable/libcroco/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control?rev=15827&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control (original)
+++ desktop/unstable/libcroco/debian/control Sat May 3 22:14:47 2008
@@ -1,14 +1,21 @@
Source: libcroco
Priority: optional
Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, OndÅej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: cdbs, debhelper (>= 4.0.0), gnome-pkg-tools (>= 0.7), libxml2-dev (>= 2.4.23), libglib2.0-dev (>= 2.0), zlib1g-dev, dpkg-dev (>= 1.13.19)
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Kilian Krause <kilian at debian.org>, Loic Minier <lool at dooz.org>
+Build-Depends: cdbs,
+ debhelper (>= 4.0.0),
+ gnome-pkg-tools (>= 0.7),
+ libxml2-dev (>= 2.4.23),
+ libglib2.0-dev (>= 2.0),
+ zlib1g-dev,
+ dpkg-dev (>= 1.13.19)
Standards-Version: 3.6.2
Package: libcroco3-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libcroco3 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libcroco3 (= ${binary:Version})
Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
Services provided by Libcroco
* A parser module that provides
@@ -35,7 +42,8 @@
Package: libcroco3
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
Services provided by Libcroco
* A parser module that provides
Modified: desktop/unstable/libcroco/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcroco/debian/control.in?rev=15827&op=diff
==============================================================================
--- desktop/unstable/libcroco/debian/control.in (original)
+++ desktop/unstable/libcroco/debian/control.in Sat May 3 22:14:47 2008
@@ -2,13 +2,20 @@
Priority: optional
Maintainer: Sebastien Bacher <seb128 at debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, debhelper (>= 4.0.0), gnome-pkg-tools (>= 0.7), libxml2-dev (>= 2.4.23), libglib2.0-dev (>= 2.0), zlib1g-dev, dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs,
+ debhelper (>= 4.0.0),
+ gnome-pkg-tools (>= 0.7),
+ libxml2-dev (>= 2.4.23),
+ libglib2.0-dev (>= 2.0),
+ zlib1g-dev,
+ dpkg-dev (>= 1.13.19)
Standards-Version: 3.6.2
Package: libcroco3-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libcroco3 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libcroco3 (= ${binary:Version})
Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
Services provided by Libcroco
* A parser module that provides
@@ -35,7 +42,8 @@
Package: libcroco3
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
Services provided by Libcroco
* A parser module that provides
More information about the pkg-gnome-commits
mailing list