r20328 - in /desktop/unstable/libgtop2/debian: changelog control control.in rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jun 11 07:15:45 UTC 2009


Author: joss
Date: Thu Jun 11 07:15:44 2009
New Revision: 20328

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20328
Log:
* Fix incorrect Replaces:.
* Remove the FreeBSD-specific libraries from the -dev dependencies, 
  they are not needed to build libgtop2-based applications.
* Add missing build-dependencies.

Modified:
    desktop/unstable/libgtop2/debian/changelog
    desktop/unstable/libgtop2/debian/control
    desktop/unstable/libgtop2/debian/control.in
    desktop/unstable/libgtop2/debian/rules

Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=20328&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog (original)
+++ desktop/unstable/libgtop2/debian/changelog Thu Jun 11 07:15:44 2009
@@ -1,5 +1,6 @@
-libgtop2 (2.26.1-1) UNRELEASED; urgency=low
-
+libgtop2 (2.26.1-1) unstable; urgency=low
+
+  [ Luca Bruno ]
   * New upstream release.
   * debian/copyright:
     - Specify GPL version 2.
@@ -9,7 +10,13 @@
     - Updated Standards-Version to 3.8.1, no additional changes needed.
     - Add ${misc:Depends} to all packages.
 
- -- Luca Bruno <lethalman88 at gmail.com>  Sun, 17 May 2009 13:31:15 +0200
+  [ Josselin Mouette ]
+  * Fix incorrect Replaces:.
+  * Remove the FreeBSD-specific libraries from the -dev dependencies, 
+    they are not needed to build libgtop2-based applications.
+  * Add missing build-dependencies.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 11 Jun 2009 09:15:19 +0200
 
 libgtop2 (2.24.3-1) unstable; urgency=low
 

Modified: desktop/unstable/libgtop2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control?rev=20328&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control (original)
+++ desktop/unstable/libgtop2/debian/control Thu Jun 11 07:15:44 2009
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                gettext,
                pkg-config,
@@ -13,15 +13,17 @@
                texinfo,
                dpkg-dev (>= 1.13.19),
                intltool (>= 0.35.0),
+               libxt-dev,
                libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
                libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
-               libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
-Standards-Version: 3.8.0
+               libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
+               gtk-doc-tools (>= 1.4)
+Standards-Version: 3.8.1
 
 Package: libgtop2-7
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends},
          libgtop2-common (>= ${source:Version})
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
@@ -32,9 +34,9 @@
 Package: libgtop2-dev
 Architecture: any
 Section: libdevel
-Depends: libgtop2-7 (= ${binary:Version}),
-         libglib2.0-dev,
-         ${os-specific-dev}
+Depends: ${misc:Depends},
+         libgtop2-7 (= ${binary:Version}),
+         libglib2.0-dev
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.
@@ -45,6 +47,7 @@
 Package: libgtop2-common
 Architecture: all
 Section: libs
+Depends: ${misc:Depends},
 Replaces: libgtop2-5,
           libgtop2-4,
           libgtop2-2,

Modified: desktop/unstable/libgtop2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control.in?rev=20328&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control.in (original)
+++ desktop/unstable/libgtop2/debian/control.in Thu Jun 11 07:15:44 2009
@@ -13,9 +13,11 @@
                texinfo,
                dpkg-dev (>= 1.13.19),
                intltool (>= 0.35.0),
+               libxt-dev,
                libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
                libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
-               libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
+               libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
+               gtk-doc-tools (>= 1.4)
 Standards-Version: 3.8.1
 
 Package: libgtop2-7
@@ -34,8 +36,7 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libgtop2-7 (= ${binary:Version}),
-         libglib2.0-dev,
-         ${os-specific-dev}
+         libglib2.0-dev
 Description: gtop system monitoring library
  The gtop library reads information about processes and the state of the
  system. It is used by the GNOME desktop environment.
@@ -46,8 +47,8 @@
 Package: libgtop2-common
 Architecture: all
 Section: libs
-Replaces: ${misc:Depends},
-          libgtop2-5,
+Depends: ${misc:Depends},
+Replaces: libgtop2-5,
           libgtop2-4,
           libgtop2-2,
           libgtop2

Modified: desktop/unstable/libgtop2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/rules?rev=20328&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/rules (original)
+++ desktop/unstable/libgtop2/debian/rules Thu Jun 11 07:15:44 2009
@@ -11,8 +11,3 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgtop2-7 (>= 2.23.2)'
-
-ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
-DEB_DH_GENCONTROL_ARGS += -- -Vos-specific-dev="libkvm-dev, libgeom-dev, libdevstat-dev"
-endif
-




More information about the pkg-gnome-commits mailing list