* 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.
This commit is contained in:
Luca Bruno
2009-05-22 17:37:06 +00:00
parent ce56513640
commit 494041b3b4
3 changed files with 20 additions and 6 deletions

13
debian/changelog vendored
View File

@@ -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 <lethalman88@gmail.com> Sun, 17 May 2009 13:31:15 +0200
libgtop2 (2.24.3-1) unstable; urgency=low libgtop2 (2.24.3-1) unstable; urgency=low
* New upstream bugfix release. * New upstream bugfix release.

10
debian/control.in vendored
View File

@@ -16,12 +16,12 @@ Build-Depends: debhelper (>= 5),
libgeom-dev [kfreebsd-i386 kfreebsd-amd64], libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
libdevstat-dev [kfreebsd-i386 kfreebsd-amd64], libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
libkvm-dev [kfreebsd-i386 kfreebsd-amd64] libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
Standards-Version: 3.8.0 Standards-Version: 3.8.1
Package: libgtop2-7 Package: libgtop2-7
Architecture: any Architecture: any
Section: libs Section: libs
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends}, ${misc:Depends},
libgtop2-common (>= ${source:Version}) libgtop2-common (>= ${source:Version})
Description: gtop system monitoring library Description: gtop system monitoring library
The gtop library reads information about processes and the state of the The gtop library reads information about processes and the state of the
@@ -32,7 +32,8 @@ Description: gtop system monitoring library
Package: libgtop2-dev Package: libgtop2-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Depends: libgtop2-7 (= ${binary:Version}), Depends: ${misc:Depends},
libgtop2-7 (= ${binary:Version}),
libglib2.0-dev, libglib2.0-dev,
${os-specific-dev} ${os-specific-dev}
Description: gtop system monitoring library Description: gtop system monitoring library
@@ -45,7 +46,8 @@ Description: gtop system monitoring library
Package: libgtop2-common Package: libgtop2-common
Architecture: all Architecture: all
Section: libs Section: libs
Replaces: libgtop2-5, Replaces: ${misc:Depends},
libgtop2-5,
libgtop2-4, libgtop2-4,
libgtop2-2, libgtop2-2,
libgtop2 libgtop2

3
debian/copyright vendored
View File

@@ -9,7 +9,6 @@ Upstream Authors and Copyright Holders:
Martin Baulig (martin@home-of-linux.org) Martin Baulig (martin@home-of-linux.org)
Drazen Kacar (dave@srce.hr) Drazen Kacar (dave@srce.hr)
Benoît Dejean (tazforever@dlfp.org) Benoît Dejean (tazforever@dlfp.org)
(The full list is in /usr/share/doc/libgtop2*/AUTHORS.)
License: License:
@@ -28,5 +27,5 @@ License:
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General 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'.