* Wrap build-deps and deps.
This commit is contained in:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -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 @@ libgtop2 (2.14.8-2) UNRELEASED; urgency=low
|
||||
in libgtop2-dev.install.
|
||||
* Update watch file to track all stable branches and use HTTP.
|
||||
* Drop useless debian/libgtop-dev.postinst; cleanups.
|
||||
* Wrap build-deps and deps.
|
||||
|
||||
-- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 16:12:32 +0200
|
||||
-- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 16:13:37 +0200
|
||||
|
||||
libgtop2 (2.14.8-1) experimental; urgency=low
|
||||
|
||||
|
27
debian/control
vendored
27
debian/control
vendored
@@ -2,14 +2,26 @@ Source: libgtop2
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Sebastien Bacher <seb128@debian.org>
|
||||
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Clément Stenac <zorglub@debian.org>, Dafydd Harries <daf@debian.org>, Guilherme de S. Pastore <gpastore@debian.org>, Gustavo Franco <stratus@debian.org>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Kilian Krause <kilian@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Marco Cabizza <marco87@gmail.com>, Oystein Gisnas <oystein@gisnas.net>, Ondřej Surý <ondrej@debian.org>, Ross Burton <ross@debian.org>, Sjoerd Simons <sjoerd@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@lists.alioth.debian.org>, Loic Minier <lool@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 @@ Description: gtop system monitoring library
|
||||
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 @@ Description: gtop system monitoring library
|
||||
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.
|
||||
|
25
debian/control.in
vendored
25
debian/control.in
vendored
@@ -3,13 +3,25 @@ Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Sebastien Bacher <seb128@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 @@ Description: gtop system monitoring library
|
||||
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 @@ Description: gtop system monitoring library
|
||||
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.
|
||||
|
Reference in New Issue
Block a user