* Add a new libgtop2-doc package and ship the html documentation on it. Also move the info document from the -dev package to the new -doc one. * debian/watch: Don't uupdate. * debian/control.in: - Standards-Version is 3.8.3, no changes needed. - Let libgtop2-7 and libgtop2-common inherit the section from the source stanza. - Unduplicate some short descriptions. * debian/copyright: Updated.
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
Source: libgtop2
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Sebastien Bacher <seb128@debian.org>
|
|
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
|
|
Build-Depends: debhelper (>= 5),
|
|
gettext,
|
|
pkg-config,
|
|
libxau-dev,
|
|
libglib2.0-dev (>= 2.6.0),
|
|
gnome-pkg-tools (>= 0.10),
|
|
cdbs,
|
|
texinfo,
|
|
dpkg-dev (>= 1.13.19),
|
|
intltool (>= 0.35.0),
|
|
libxt-dev,
|
|
libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
|
|
libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
|
|
libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
|
|
gtk-doc-tools (>= 1.4)
|
|
Standards-Version: 3.8.3
|
|
|
|
Package: libgtop2-7
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
libgtop2-common (>= ${source:Version})
|
|
Description: gtop system monitoring library (shared)
|
|
The gtop library reads information about processes and the state of the
|
|
system. It is used by the GNOME desktop environment.
|
|
.
|
|
This package contains the shared library.
|
|
|
|
Package: libgtop2-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${misc:Depends},
|
|
libgtop2-7 (= ${binary:Version}),
|
|
libglib2.0-dev
|
|
Description: gtop system monitoring library (devel)
|
|
The gtop library reads information about processes and the state of the
|
|
system. It is used by the GNOME desktop environment.
|
|
.
|
|
This package contains the static library and development headers.
|
|
|
|
Package: libgtop2-common
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
Replaces: libgtop2-5,
|
|
libgtop2-4,
|
|
libgtop2-2,
|
|
libgtop2
|
|
Description: gtop system monitoring library (common)
|
|
The gtop library reads information about processes and the state of the
|
|
system. It is used by the GNOME desktop environment.
|
|
.
|
|
This package contains the translations.
|
|
|
|
Package: libgtop2-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${misc:Depends},
|
|
Replaces: libgtop2-dev (<< 2.28.0-1)
|
|
Description: gtop system monitoring library (documentation)
|
|
The gtop library reads information about processes and the state of the
|
|
system. It is used by the GNOME desktop environment.
|
|
.
|
|
This package contains the documentation.
|