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

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Apr 4 19:11:26 UTC 2008


Author: slomo
Date: Fri Apr  4 19:11:25 2008
New Revision: 15475

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15475
Log:
* New upstream bugfix release:
  + Fixes build on non-Linux archs (Closes: #473211).
* debian/rules,
  debian/control.in:
  + Patch by Petr Salinger to let the -dev package depend on all required
    packages on GNU/kFreeBSD.

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=15475&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog (original)
+++ desktop/unstable/libgtop2/debian/changelog Fri Apr  4 19:11:25 2008
@@ -1,3 +1,14 @@
+libgtop2 (2.22.1-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    + Fixes build on non-Linux archs (Closes: #473211).
+  * debian/rules,
+    debian/control.in:
+    + Patch by Petr Salinger to let the -dev package depend on all required
+      packages on GNU/kFreeBSD.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 04 Apr 2008 21:08:49 +0200
+
 libgtop2 (2.22.0-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: desktop/unstable/libgtop2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control?rev=15475&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control (original)
+++ desktop/unstable/libgtop2/debian/control Fri Apr  4 19:11:25 2008
@@ -34,7 +34,7 @@
 Section: libdevel
 Depends: libgtop2-7 (= ${binary:Version}),
          libglib2.0-dev,
-         ${libkvm-dev}
+         ${os-specific-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.

Modified: desktop/unstable/libgtop2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control.in?rev=15475&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control.in (original)
+++ desktop/unstable/libgtop2/debian/control.in Fri Apr  4 19:11:25 2008
@@ -34,7 +34,7 @@
 Section: libdevel
 Depends: libgtop2-7 (= ${binary:Version}),
          libglib2.0-dev,
-         ${libkvm-dev}
+         ${os-specific-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.

Modified: desktop/unstable/libgtop2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/rules?rev=15475&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/rules (original)
+++ desktop/unstable/libgtop2/debian/rules Fri Apr  4 19:11:25 2008
@@ -13,6 +13,6 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgtop2-7 (>= 2.20.0)'
 
 ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
-DEB_DH_GENCONTROL_ARGS += -- -Vlibkvm-dev=libkvm-dev
+DEB_DH_GENCONTROL_ARGS += -- -Vos-specific-dev="libkvm-dev, libgeom-dev, libdevstat-dev"
 endif
 




More information about the pkg-gnome-commits mailing list