Changeset 1941
- Timestamp:
- 09/17/07 07:30:28 (6 years ago)
- Location:
- pkg/main/libgtop2/trunk/debian
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/libgtop2/trunk/debian/changelog
r1609 r1941 1 libgtop2 (2.14.9-parsix2) barry; urgency=low 2 3 * Biarch build 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 01 Jul 2007 12:34:46 +0330 6 7 libgtop2 (2.14.9-parsix1) barry; urgency=low 8 9 * New upstream release 10 11 -- Alan Baghumian <alan@technotux.org> Wed, 09 May 2007 09:08:55 +0330 12 13 libgtop2 (2.14.8-parsix1) barry; urgency=low 14 15 * Parsix build 16 17 -- Alan Baghumian <alan@technotux.org> Fri, 6 Apr 2007 09:33:40 +0330 1 libgtop2 (2.20.0-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 4 5 -- Alan Baghumian <alan@technotux.org> Mon, 17 Sep 2007 05:29:17 +0000 6 7 libgtop2 (2.20.0-1) unstable; urgency=low 8 9 * New upstream release, with some API additions. 10 * debian/control.in: 11 + Remove libpopt-dev from build-depends. 12 * debian/rules: 13 + Bump shlibs to >= 2.20.0. 14 15 -- Sebastian Dröge <slomo@debian.org> Mon, 17 Sep 2007 06:21:20 +0200 16 17 libgtop2 (2.14.9-1) unstable; urgency=low 18 19 * New upstream stable release, with some API and ABI removals of 20 glibtop_init_*() functions which shouldn't have been public and are not 21 known to be used by anything else. 22 23 -- Loic Minier <lool@dooz.org> Wed, 20 Jun 2007 15:16:55 +0200 24 25 libgtop2 (2.14.8-2) unstable; urgency=low 26 27 * Upload to unstable; drop check-dist include. 28 * Add CVE id, GNOME bug id, and SVN rev to 2.14.8-1. 29 * Bump up Debhelper compatibility level to 5; fix bogus /usr/include/gnome 30 in libgtop2-dev.install. 31 * Update watch file to track all stable branches and use HTTP. 32 * Drop useless debian/libgtop-dev.postinst; cleanups. 33 * Wrap build-deps and deps. 34 35 -- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 16:13:37 +0200 18 36 19 37 libgtop2 (2.14.8-1) experimental; urgency=low … … 22 40 unstable; bump build-dep on gnome-pkg-tools to >= 0.10. 23 41 * New upstream stable releases. 42 - 2.14.7 fixed CVE-2007-0235; GNOME #396477; SVN r2546. 24 43 25 44 -- Loic Minier <lool@dooz.org> Sun, 11 Mar 2007 17:05:45 +0100 -
pkg/main/libgtop2/trunk/debian/compat
r660 r1941 1 4 1 5 -
pkg/main/libgtop2/trunk/debian/control
r1260 r1941 3 3 Priority: optional 4 4 Maintainer: Sebastien Bacher <seb128@debian.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org> 6 Build-Depends: debhelper (>= 4.0), gettext, pkg-config, libpopt-dev, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), cdbs, texinfo, dpkg-dev (>= 1.13.19), libxml-parser-perl, libkvm-dev [kfreebsd-i386 kfreebsd-amd64] 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org> 6 Build-Depends: debhelper (>= 5), 7 gettext, 8 pkg-config, 9 libxau-dev, 10 libglib2.0-dev (>= 2.6.0), 11 gnome-pkg-tools (>= 0.10), 12 cdbs, 13 texinfo, 14 dpkg-dev (>= 1.13.19), 15 libxml-parser-perl, 16 libkvm-dev [kfreebsd-i386 kfreebsd-amd64] 7 17 Standards-Version: 3.7.2 8 18 … … 10 20 Architecture: any 11 21 Section: libs 12 Depends: ${shlibs:Depends}, libgtop2-common (>= ${source:Version}) 22 Depends: ${shlibs:Depends}, 23 libgtop2-common (>= ${source:Version}) 13 24 Description: gtop system monitoring library 14 25 The gtop library reads information about processes and the state of the … … 20 31 Architecture: any 21 32 Section: libdevel 22 Depends: libgtop2-7 (= ${binary:Version}), libglib2.0-dev, ${libkvm-dev} 33 Depends: libgtop2-7 (= ${binary:Version}), 34 libglib2.0-dev, 35 ${libkvm-dev} 23 36 Description: gtop system monitoring library 24 37 The gtop library reads information about processes and the state of the … … 31 44 Architecture: all 32 45 Section: libs 33 Replaces: libgtop2-5, libgtop2-4, libgtop2-2, libgtop2 46 Replaces: libgtop2-5, 47 libgtop2-4, 48 libgtop2-2, 49 libgtop2 34 50 Description: common files for the gtop system monitoring library 35 51 The gtop library reads information about processes and the state of the -
pkg/main/libgtop2/trunk/debian/control.in
r660 r1941 4 4 Maintainer: Sebastien Bacher <seb128@debian.org> 5 5 Uploaders: @GNOME_TEAM@ 6 Build-Depends: debhelper (>= 4.0), gettext, pkg-config, libpopt-dev, libxau-dev, libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), cdbs, texinfo, dpkg-dev (>= 1.13.19), libxml-parser-perl, libkvm-dev [kfreebsd-i386 kfreebsd-amd64] 6 Build-Depends: debhelper (>= 5), 7 gettext, 8 pkg-config, 9 libxau-dev, 10 libglib2.0-dev (>= 2.6.0), 11 gnome-pkg-tools (>= 0.10), 12 cdbs, 13 texinfo, 14 dpkg-dev (>= 1.13.19), 15 libxml-parser-perl, 16 libkvm-dev [kfreebsd-i386 kfreebsd-amd64] 7 17 Standards-Version: 3.7.2 8 18 … … 10 20 Architecture: any 11 21 Section: libs 12 Depends: ${shlibs:Depends}, libgtop2-common (>= ${source:Version}) 22 Depends: ${shlibs:Depends}, 23 libgtop2-common (>= ${source:Version}) 13 24 Description: gtop system monitoring library 14 25 The gtop library reads information about processes and the state of the … … 20 31 Architecture: any 21 32 Section: libdevel 22 Depends: libgtop2-7 (= ${binary:Version}), libglib2.0-dev, ${libkvm-dev} 33 Depends: libgtop2-7 (= ${binary:Version}), 34 libglib2.0-dev, 35 ${libkvm-dev} 23 36 Description: gtop system monitoring library 24 37 The gtop library reads information about processes and the state of the … … 31 44 Architecture: all 32 45 Section: libs 33 Replaces: libgtop2-5, libgtop2-4, libgtop2-2, libgtop2 46 Replaces: libgtop2-5, 47 libgtop2-4, 48 libgtop2-2, 49 libgtop2 34 50 Description: common files for the gtop system monitoring library 35 51 The gtop library reads information about processes and the state of the -
pkg/main/libgtop2/trunk/debian/libgtop2-dev.install
r660 r1941 1 debian/tmp/usr/include/libgtop-2.0 /*1 debian/tmp/usr/include/libgtop-2.0 2 2 debian/tmp/usr/lib/libgtop-2.0.a 3 3 debian/tmp/usr/lib/libgtop-2.0.so 4 debian/tmp/usr/include/gnome/* 5 debian/tmp/usr/lib/pkgconfig/* 4 debian/tmp/usr/lib/pkgconfig -
pkg/main/libgtop2/trunk/debian/rules
r660 r1941 6 6 include /usr/share/cdbs/1/class/gnome.mk 7 7 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 8 include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk9 8 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 10 9 11 10 GNOME_MODULE := libgtop 12 11 13 DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgtop2-7 (>= 2.14.2)'12 DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgtop2-7 (>= 2.20.0)' 14 13 15 14 ifeq (kfreebsd,$(DEB_HOST_ARCH_OS)) 16 DEB_DH_GENCONTROL_ARGS = -- -Vlibkvm-dev=libkvm-dev15 DEB_DH_GENCONTROL_ARGS += -- -Vlibkvm-dev=libkvm-dev 17 16 endif 18 17 -
pkg/main/libgtop2/trunk/debian/watch
r790 r1941 1 1 version=2 2 http://ftp.gnome.org/pub/ gnome/sources/libgtop/2.14/ \2 http://ftp.gnome.org/pub/GNOME/sources/libgtop/([\d\.]+)[02468]/ \ 3 3 libgtop-(.*)\.tar\.gz \ 4 4 debian uupdate
Note: See TracChangeset
for help on using the changeset viewer.


