Version 2.5.2-2
- Changed package name to reflect soname change (libgtop2-2 now) - Adjusted debian/control.in file in the same way - Moved around some files in debian/ to reflect this change.
This commit is contained in:
11
debian/changelog
vendored
11
debian/changelog
vendored
@@ -1,3 +1,14 @@
|
|||||||
|
libgtop2 (2.5.2-2) experimental; urgency=low
|
||||||
|
|
||||||
|
* Changed package name to reflect new soname (Closes: #240578)
|
||||||
|
* debian/control.in:
|
||||||
|
+ Changed to reflect new package name.
|
||||||
|
+ Changed ligtop2-dev dependencies to be in sync with changes.
|
||||||
|
* Moved debian/libgtop2.* files to debian/libgtop2-2.* to reflect package
|
||||||
|
name change.
|
||||||
|
|
||||||
|
-- Jose Carlos Garcia Sogo <jsogo@debian.org> Sun, 28 Mar 2004 17:23:33 +0200
|
||||||
|
|
||||||
libgtop2 (2.5.2-1) experimental; urgency=low
|
libgtop2 (2.5.2-1) experimental; urgency=low
|
||||||
|
|
||||||
* Marc Dequènes (Duck):
|
* Marc Dequènes (Duck):
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@@ -2,11 +2,11 @@ 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>, Andrew Lau <netsnipe@users.sourceforge.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>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@burtonini.com>, 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>, 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>
|
||||||
Build-Depends: debhelper (>= 4.0), dpatch, gettext, gawk, pkg-config, libglib2.0-dev, xlibs-dev, libpopt-dev, texinfo, gnome-pkg-tools, cdbs
|
Build-Depends: debhelper (>= 4.0), dpatch, gettext, gawk, pkg-config, libglib2.0-dev, xlibs-dev, libpopt-dev, texinfo, gnome-pkg-tools, cdbs
|
||||||
Standards-Version: 3.6.1.0
|
Standards-Version: 3.6.1.0
|
||||||
|
|
||||||
Package: libgtop2
|
Package: libgtop2-2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}
|
||||||
@@ -22,7 +22,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 (= ${Source-Version}), libglib2.0-dev
|
Depends: libgtop2-2 (= ${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"
|
||||||
.
|
.
|
||||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@@ -6,7 +6,7 @@ Uploaders: @GNOME_TEAM@
|
|||||||
Build-Depends: debhelper (>= 4.0), dpatch, gettext, gawk, pkg-config, libglib2.0-dev, xlibs-dev, libpopt-dev, texinfo, gnome-pkg-tools, cdbs
|
Build-Depends: debhelper (>= 4.0), dpatch, gettext, gawk, pkg-config, libglib2.0-dev, xlibs-dev, libpopt-dev, texinfo, gnome-pkg-tools, cdbs
|
||||||
Standards-Version: 3.6.1.0
|
Standards-Version: 3.6.1.0
|
||||||
|
|
||||||
Package: libgtop2
|
Package: libgtop2-2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}
|
||||||
@@ -22,7 +22,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 (= ${Source-Version}), libglib2.0-dev
|
Depends: libgtop2-2 (= ${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"
|
||||||
.
|
.
|
||||||
|
0
debian/libgtop2.info → debian/libgtop2-2.info
vendored
Normal file → Executable file
0
debian/libgtop2.info → debian/libgtop2-2.info
vendored
Normal file → Executable file
0
debian/libgtop2.postinst → debian/libgtop2-2.postinst
vendored
Normal file → Executable file
0
debian/libgtop2.postinst → debian/libgtop2-2.postinst
vendored
Normal file → Executable file
0
debian/libgtop2.postrm → debian/libgtop2-2.postrm
vendored
Normal file → Executable file
0
debian/libgtop2.postrm → debian/libgtop2-2.postrm
vendored
Normal file → Executable file
Reference in New Issue
Block a user