From 494041b3b426f2c3ac037847cee3c0b3b4841e90 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Fri, 22 May 2009 17:37:06 +0000 Subject: [PATCH] * New upstream release. * debian/copyright: - Specify GPL version 2. - Don't mention /usr/share/doc/libgtop2*/AUTHORS, all upstream authors are already listed here. * debian/control.in: - Updated Standards-Version to 3.8.1, no additional changes needed. - Add ${misc:Depends} to all packages. --- debian/changelog | 13 +++++++++++++ debian/control.in | 10 ++++++---- debian/copyright | 3 +-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 723df687..4f040083 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libgtop2 (2.26.1-1) UNRELEASED; urgency=low + + * New upstream release. + * debian/copyright: + - Specify GPL version 2. + - Don't mention /usr/share/doc/libgtop2*/AUTHORS, all upstream authors + are already listed here. + * debian/control.in: + - Updated Standards-Version to 3.8.1, no additional changes needed. + - Add ${misc:Depends} to all packages. + + -- Luca Bruno Sun, 17 May 2009 13:31:15 +0200 + libgtop2 (2.24.3-1) unstable; urgency=low * New upstream bugfix release. diff --git a/debian/control.in b/debian/control.in index 818b1b38..7b96e019 100644 --- a/debian/control.in +++ b/debian/control.in @@ -16,12 +16,12 @@ Build-Depends: debhelper (>= 5), libgeom-dev [kfreebsd-i386 kfreebsd-amd64], libdevstat-dev [kfreebsd-i386 kfreebsd-amd64], libkvm-dev [kfreebsd-i386 kfreebsd-amd64] -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Package: libgtop2-7 Architecture: any Section: libs -Depends: ${shlibs:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtop2-common (>= ${source:Version}) Description: gtop system monitoring library The gtop library reads information about processes and the state of the @@ -32,7 +32,8 @@ Description: gtop system monitoring library Package: libgtop2-dev Architecture: any Section: libdevel -Depends: libgtop2-7 (= ${binary:Version}), +Depends: ${misc:Depends}, + libgtop2-7 (= ${binary:Version}), libglib2.0-dev, ${os-specific-dev} Description: gtop system monitoring library @@ -45,7 +46,8 @@ Description: gtop system monitoring library Package: libgtop2-common Architecture: all Section: libs -Replaces: libgtop2-5, +Replaces: ${misc:Depends}, + libgtop2-5, libgtop2-4, libgtop2-2, libgtop2 diff --git a/debian/copyright b/debian/copyright index e3728964..29f9995d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,6 @@ Upstream Authors and Copyright Holders: Martin Baulig (martin@home-of-linux.org) Drazen Kacar (dave@srce.hr) BenoƮt Dejean (tazforever@dlfp.org) -(The full list is in /usr/share/doc/libgtop2*/AUTHORS.) License: @@ -28,5 +27,5 @@ License: Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL-2'.