Compare commits
2 Commits
debian/2.2
...
debian/2.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c724104c12 | ||
|
|
25dda6fd8b |
18
debian/changelog
vendored
18
debian/changelog
vendored
@@ -1,3 +1,21 @@
|
||||
libgtop2 (2.22.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream bugfix release:
|
||||
+ Fixes parsing of large /proc/stat on Linux.
|
||||
|
||||
-- Sebastian Dröge <slomo@debian.org> Sun, 25 May 2008 17:00:32 +0200
|
||||
|
||||
libgtop2 (2.22.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream bugfix release:
|
||||
+ Fixes build on non-Linux archs (Closes: #473211).
|
||||
* debian/rules,
|
||||
debian/control.in:
|
||||
+ Patch by Petr Salinger to let the -dev package depend on all required
|
||||
packages on GNU/kFreeBSD.
|
||||
|
||||
-- Sebastian Dröge <slomo@debian.org> Fri, 04 Apr 2008 21:08:49 +0200
|
||||
|
||||
libgtop2 (2.22.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream stable release.
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -34,7 +34,7 @@ Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libgtop2-7 (= ${binary:Version}),
|
||||
libglib2.0-dev,
|
||||
${libkvm-dev}
|
||||
${os-specific-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.
|
||||
|
||||
2
debian/control.in
vendored
2
debian/control.in
vendored
@@ -34,7 +34,7 @@ Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libgtop2-7 (= ${binary:Version}),
|
||||
libglib2.0-dev,
|
||||
${libkvm-dev}
|
||||
${os-specific-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.
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -13,6 +13,6 @@ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
|
||||
DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgtop2-7 (>= 2.20.0)'
|
||||
|
||||
ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
|
||||
DEB_DH_GENCONTROL_ARGS += -- -Vlibkvm-dev=libkvm-dev
|
||||
DEB_DH_GENCONTROL_ARGS += -- -Vos-specific-dev="libkvm-dev, libgeom-dev, libdevstat-dev"
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user