diff --git a/debian/changelog b/debian/changelog index 0e528a49..bf8e57c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +libgtop2 (2.12.0-2) experimental; urgency=high + + * Bump shlibs to >= 2.12.0 since the #define'd functions of the API are now + real symbols. (Closes: #336736) [debian/rules] + * Add CDBS' utils. [debian/rules] + * Fix license. [debian/copyright] + * Bump up Standards-Version to 3.6.2. [debian/control, debian/control.in] + + -- Loic Minier Tue, 1 Nov 2005 12:44:28 +0100 + +libgtop2 (2.12.0-1) experimental; urgency=low + + * New upstream version. + * debian/patches/02_fix_link.patch: + - fixed with the new version. + * debian/watch: + - updated + + -- Sebastien Bacher Tue, 18 Oct 2005 12:08:17 +0200 + libgtop2 (2.10.2-1) unstable; urgency=low * New upstream version: diff --git a/debian/control b/debian/control index 5b877730..f7e300ce 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: libgtop2 Section: libs Priority: optional Maintainer: Sebastien Bacher -Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Ross Burton , Sjoerd Simons , Takuo KITAME +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Clément Stenac , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Guilherme de S. Pastore , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Ross Burton , Sjoerd Simons , Takuo KITAME Build-Depends: debhelper (>= 4.0), gettext, pkg-config, libpopt-dev, xlibs-dev, libglib2.0-dev, gnome-pkg-tools, cdbs, texinfo -Standards-Version: 3.6.1.0 +Standards-Version: 3.6.2 Package: libgtop2-5 Architecture: any diff --git a/debian/control.in b/debian/control.in index 507c9ece..5e4c81ae 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Sebastien Bacher Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 4.0), gettext, pkg-config, libpopt-dev, xlibs-dev, libglib2.0-dev, gnome-pkg-tools, cdbs, texinfo -Standards-Version: 3.6.1.0 +Standards-Version: 3.6.2 Package: libgtop2-5 Architecture: any diff --git a/debian/copyright b/debian/copyright index d70c347c..4de83df7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,10 +5,28 @@ then Noel Koethe in December 2001 It was downloaded from ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtop/ -Upstream Authors: Radek Doul\xedk , - Martin Baulig +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.) -Copyright: +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + 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'. -Released under the terms of the GPL; see -/usr/share/common-licenses/GPL. diff --git a/debian/patches/02_fix_link.patch b/debian/patches/02_fix_link.patch deleted file mode 100644 index 73f89918..00000000 --- a/debian/patches/02_fix_link.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -u libgtop2-2.5.2/sysdeps/common/Makefile.in.orig libgtop2-2.5.2/sysdeps/common/Makefile.in ---- libgtop2-2.5.2/sysdeps/common/Makefile.in.orig 2004-03-27 02:53:38.000000000 +0100 -+++ libgtop2-2.5.2/sysdeps/common/Makefile.in 2004-03-27 02:54:59.000000000 +0100 -@@ -160,12 +160,12 @@ - $(inodedb_SRCLIST) - - --libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO) -+libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO) -L`pwd`/../../lib/.libs - libgtop_common_2_0_la_LIBADD = $(LIBGTOP_EXTRA_LIBS) - - libgtop_suid_common_2_0_la_SOURCES = error.c sysdeps_suid.c - --libgtop_suid_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO) -+libgtop_suid_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO) -L`pwd`/../../lib/.libs - - EXTRA_DIST = inodedb.c - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/debian/rules b/debian/rules index ee9fe85a..49034435 100755 --- a/debian/rules +++ b/debian/rules @@ -2,9 +2,10 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk DEB_CONFIGURE_EXTRA_FLAGS := --without-xauth --with-x -DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgtop2-5 (>= 2.9.4)' +DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgtop2-5 (>= 2.12.0)' diff --git a/debian/watch b/debian/watch index d1df7bd6..8f7f8fa7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=2 -ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.10/ \ +ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.12/ \ libgtop-(.*)\.tar\.gz \ debian uupdate