diff --git a/debian/changelog b/debian/changelog index 8a8848f3..bf8e57c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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. diff --git a/debian/control b/debian/control index ca9d4723..f7e300ce 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Sebastien Bacher 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/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)'