debian/control.in: + Fix FTBFS on GNU/kFreeBSD. Thanks to Petr Salinger for the patch (Closes: #456936). * debian/control.in: + Update Standards-Version to 3.7.3, no additional changes needed. * debian/patches/99_ltmain_as-needed.patch, debian/rules: + Link with --as-needed to remove some unnecessary dependencies.
57 lines
1.9 KiB
Plaintext
57 lines
1.9 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>, Loic Minier <lool@dooz.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),
|
|
libxml-parser-perl,
|
|
libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
|
|
libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
|
|
libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
|
|
Standards-Version: 3.7.3
|
|
|
|
Package: libgtop2-7
|
|
Architecture: any
|
|
Section: libs
|
|
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.
|
|
.
|
|
This package contains the shared library.
|
|
|
|
Package: libgtop2-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
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.
|
|
.
|
|
This package contains the static library, development headers, and
|
|
documentation.
|
|
|
|
Package: libgtop2-common
|
|
Architecture: all
|
|
Section: libs
|
|
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.
|
|
.
|
|
This package contains the translations.
|