r9753 - in /desktop/unstable/libgtop2/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Apr 11 14:14:28 UTC 2007


Author: lool
Date: Wed Apr 11 14:14:22 2007
New Revision: 9753

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

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

Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=9753&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog (original)
+++ desktop/unstable/libgtop2/debian/changelog Wed Apr 11 14:14:22 2007
@@ -1,4 +1,4 @@
-libgtop2 (2.14.8-2) UNRELEASED; urgency=low
+libgtop2 (2.14.8-2) unstable; urgency=low
 
   * Upload to unstable; drop check-dist include.
   * Add CVE id, GNOME bug id, and SVN rev to 2.14.8-1.
@@ -6,8 +6,9 @@
     in libgtop2-dev.install.
   * Update watch file to track all stable branches and use HTTP.
   * Drop useless debian/libgtop-dev.postinst; cleanups.
-
- -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 16:12:32 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 16:13:37 +0200
 
 libgtop2 (2.14.8-1) experimental; urgency=low
 

Modified: desktop/unstable/libgtop2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control?rev=9753&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control (original)
+++ desktop/unstable/libgtop2/debian/control Wed Apr 11 14:14:22 2007
@@ -2,14 +2,26 @@
 Section: libs
 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>, Kilian Krause <kilian 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: debhelper (>= 4.0), gettext, pkg-config, libpopt-dev, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), cdbs, texinfo, dpkg-dev (>= 1.13.19), libxml-parser-perl, libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
+Build-Depends: debhelper (>= 5),
+               gettext,
+               pkg-config,
+               libpopt-dev,
+               libxau-dev,
+               libglib2.0-dev (>= 2.6.0),
+               gnome-pkg-tools (>= 0.10),
+               cdbs,
+               texinfo,
+               dpkg-dev (>= 1.13.19),
+               libxml-parser-perl,
+               libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
 Standards-Version: 3.7.2
 
 Package: libgtop2-7
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libgtop2-common (>= ${source:Version})
+Depends: ${shlibs:Depends},
+         libgtop2-common (>= ${source:Version})
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.
@@ -19,7 +31,9 @@
 Package: libgtop2-dev
 Architecture: any
 Section: libdevel
-Depends: libgtop2-7 (= ${binary:Version}), libglib2.0-dev, ${libkvm-dev}
+Depends: libgtop2-7 (= ${binary:Version}),
+         libglib2.0-dev,
+         ${libkvm-dev}
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.
@@ -30,7 +44,10 @@
 Package: libgtop2-common
 Architecture: all
 Section: libs
-Replaces: libgtop2-5, libgtop2-4, libgtop2-2, libgtop2
+Replaces: libgtop2-5,
+          libgtop2-4,
+          libgtop2-2,
+          libgtop2
 Description: common files for the gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.

Modified: desktop/unstable/libgtop2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control.in?rev=9753&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control.in (original)
+++ desktop/unstable/libgtop2/debian/control.in Wed Apr 11 14:14:22 2007
@@ -3,13 +3,25 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5), gettext, pkg-config, libpopt-dev, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), cdbs, texinfo, dpkg-dev (>= 1.13.19), libxml-parser-perl, libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
+Build-Depends: debhelper (>= 5),
+               gettext,
+               pkg-config,
+               libpopt-dev,
+               libxau-dev,
+               libglib2.0-dev (>= 2.6.0),
+               gnome-pkg-tools (>= 0.10),
+               cdbs,
+               texinfo,
+               dpkg-dev (>= 1.13.19),
+               libxml-parser-perl,
+               libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
 Standards-Version: 3.7.2
 
 Package: libgtop2-7
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libgtop2-common (>= ${source:Version})
+Depends: ${shlibs:Depends},
+         libgtop2-common (>= ${source:Version})
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.
@@ -19,7 +31,9 @@
 Package: libgtop2-dev
 Architecture: any
 Section: libdevel
-Depends: libgtop2-7 (= ${binary:Version}), libglib2.0-dev, ${libkvm-dev}
+Depends: libgtop2-7 (= ${binary:Version}),
+         libglib2.0-dev,
+         ${libkvm-dev}
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.
@@ -30,7 +44,10 @@
 Package: libgtop2-common
 Architecture: all
 Section: libs
-Replaces: libgtop2-5, libgtop2-4, libgtop2-2, libgtop2
+Replaces: libgtop2-5,
+          libgtop2-4,
+          libgtop2-2,
+          libgtop2
 Description: common files for the gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.




More information about the pkg-gnome-commits mailing list