* 02_hurd_stub_backend.patch: re-add an implementation of the stub backend, for the Hurd. Closes: #557446. * 03_kfreebsd_installdirs.patch: patch to install binaries in libexecdir so that we can version the installation directory. Also use DESTDIR in the installation hooks. * Rename 90_autoconf.patch to 90_autotools.patch, re-run all the autotools on top of that. * Pass a versioned libexecdir to the configure arguments. * Install the server binary on kfreebsd. * Exclude it from dh_fixperms.
69 lines
2.3 KiB
Plaintext
69 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,
|
|
quilt,
|
|
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.
|