libgtop2 (2.10.0-1) experimental; urgency=low

* New upstream version.
  * Update for the soname changes.
  * debian/control.in:
    - dropped libgtop2-daemon to follow upstream changes.
    - updated for the soname change.
  * debian/patches/10_relibtoolize.patch:
    - dropped, the new version is fine.
  * debian/rules:
    - updated the shlibs.
  * debian/watch:
    - updated.

 -- Sebastien Bacher <seb128@debian.org>  Sat,  9 Apr 2005 15:31:19 +0200
This commit is contained in:
Sebastien Bacher
2005-04-09 13:45:49 +00:00
parent bdb8bb2934
commit 81e0cb5a92
6 changed files with 27 additions and 6902 deletions

15
debian/changelog vendored
View File

@@ -1,9 +1,18 @@
libgtop2 (2.6.0-5) UNRELEASED; urgency=low libgtop2 (2.10.0-1) experimental; urgency=low
* New upstream version.
* Update for the soname changes.
* debian/control.in: * debian/control.in:
+ Updated description to use GNOME instead of Gnome. - dropped libgtop2-daemon to follow upstream changes.
- updated for the soname change.
* debian/patches/10_relibtoolize.patch:
- dropped, the new version is fine.
* debian/rules:
- updated the shlibs.
* debian/watch:
- updated.
-- Marc 'HE' Brockschmidt <he@debian.org> Thu, 10 Jun 2004 14:43:35 +0200 -- Sebastien Bacher <seb128@debian.org> Sat, 9 Apr 2005 15:31:19 +0200
libgtop2 (2.6.0-4) unstable; urgency=low libgtop2 (2.6.0-4) unstable; urgency=low

23
debian/control vendored
View File

@@ -2,16 +2,16 @@ Source: libgtop2
Section: libs Section: libs
Priority: optional Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org> Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Carlos Perelló Marín <carlos@pemas.net>, Edd Dumbill <ejad@debian.org>, Emil Soleyman-Zomalan <emil@nishra.com>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Johannes Rohr <j.rohr@comlink.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Ondřej Surý <ondrej@debian.org>, Rob Bradford <rob@debianplanet.org>, Rob Taylor <robtaylor@fastmail.fm>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@debian.org>, Takuo KITAME <kitame@debian.org> Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Carlos Perelló Marín <carlos@pemas.net>, Ed Boraas <ed@debian.org>, Edd Dumbill <ejad@debian.org>, Emil Soleyman-Zomalan <emil@nishra.com>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Joe Drew <drew@debian.org>, Johannes Rohr <j.rohr@comlink.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Marc 'HE' Brockschmidt <he@debian.org>, Ondřej Surý <ondrej@debian.org>, Rob Bradford <rob@debianplanet.org>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Takuo KITAME <kitame@debian.org>
Build-Depends: debhelper (>= 4.0), gettext, pkg-config, libpopt-dev, xlibs-dev, libglib2.0-dev, gnome-pkg-tools, cdbs, texinfo 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.1.0
Package: libgtop2-2 Package: libgtop2-5
Architecture: any Architecture: any
Section: libs Section: libs
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Conflicts: libgtop2 Conflicts: libgtop2, libgtop2-2, libgtop2-4
Replaces: libgtop2 Replaces: libgtop2, libgtop2-2, libgtop2-4
Description: Libraries for gtop system monitoring library (part of Gnome 2) Description: Libraries for gtop system monitoring library (part of Gnome 2)
Gnome is the "GNU Network Object Model Environment" Gnome is the "GNU Network Object Model Environment"
. .
@@ -24,7 +24,7 @@ Description: Libraries for gtop system monitoring library (part of Gnome 2)
Package: libgtop2-dev Package: libgtop2-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Depends: libgtop2-2 (= ${Source-Version}), libglib2.0-dev Depends: libgtop2-5 (= ${Source-Version}), libglib2.0-dev
Description: Dev libraries for gtop system monitoring library (part of Gnome 2) Description: Dev libraries for gtop system monitoring library (part of Gnome 2)
Gnome is the "GNU Network Object Model Environment" Gnome is the "GNU Network Object Model Environment"
. .
@@ -34,16 +34,3 @@ Description: Dev libraries for gtop system monitoring library (part of Gnome 2)
This package contains the include files and static library for the This package contains the include files and static library for the
gtop libraries which read information about processes and the running gtop libraries which read information about processes and the running
systems. systems.
Package: libgtop2-daemon
Architecture: any
Section: utils
Depends: ${shlibs:Depends}
Description: gtop daemon for monitoring remote machines (part of Gnome 2)
Gnome is the "GNU Network Object Model Environment"
.
It is a project to build a complete, user-friendly desktop based
entirely on free software.
.
This package contains the libgtop_daemon which can be used to monitor
the processes on remote systems.

29
debian/control.in vendored
View File

@@ -6,14 +6,14 @@ Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 4.0), gettext, pkg-config, libpopt-dev, xlibs-dev, libglib2.0-dev, gnome-pkg-tools, cdbs, texinfo 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.1.0
Package: libgtop2-2 Package: libgtop2-5
Architecture: any Architecture: any
Section: libs Section: libs
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Conflicts: libgtop2 Conflicts: libgtop2, libgtop2-2, libgtop2-4
Replaces: libgtop2 Replaces: libgtop2, libgtop2-2, libgtop2-4
Description: Libraries for gtop system monitoring library (part of GNOME 2) Description: Libraries for gtop system monitoring library (part of Gnome 2)
GNOME is the "GNU Network Object Model Environment" Gnome is the "GNU Network Object Model Environment"
. .
It is a project to build a complete, user-friendly desktop based It is a project to build a complete, user-friendly desktop based
entirely on free software. entirely on free software.
@@ -24,9 +24,9 @@ Description: Libraries for gtop system monitoring library (part of GNOME 2)
Package: libgtop2-dev Package: libgtop2-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Depends: libgtop2-2 (= ${Source-Version}), libglib2.0-dev Depends: libgtop2-5 (= ${Source-Version}), libglib2.0-dev
Description: Dev libraries for gtop system monitoring library (part of GNOME 2) Description: Dev libraries for gtop system monitoring library (part of Gnome 2)
GNOME is the "GNU Network Object Model Environment" Gnome is the "GNU Network Object Model Environment"
. .
It is a project to build a complete, user-friendly desktop based It is a project to build a complete, user-friendly desktop based
entirely on free software. entirely on free software.
@@ -34,16 +34,3 @@ Description: Dev libraries for gtop system monitoring library (part of GNOME 2)
This package contains the include files and static library for the This package contains the include files and static library for the
gtop libraries which read information about processes and the running gtop libraries which read information about processes and the running
systems. systems.
Package: libgtop2-daemon
Architecture: any
Section: utils
Depends: ${shlibs:Depends}
Description: gtop daemon for monitoring remote machines (part of GNOME 2)
GNOME is the "GNU Network Object Model Environment"
.
It is a project to build a complete, user-friendly desktop based
entirely on free software.
.
This package contains the libgtop_daemon which can be used to monitor
the processes on remote systems.

File diff suppressed because it is too large Load Diff

1
debian/rules vendored
View File

@@ -7,3 +7,4 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
DEB_CONFIGURE_EXTRA_FLAGS := --without-xauth --with-x DEB_CONFIGURE_EXTRA_FLAGS := --without-xauth --with-x
DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgtop2-5 (>= 2.9.4)'

2
debian/watch vendored
View File

@@ -1,4 +1,4 @@
version=2 version=2
ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.8/ \ ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.10/ \
libgtop-(.*)\.tar\.gz \ libgtop-(.*)\.tar\.gz \
debian uupdate debian uupdate