r22915 - in /desktop/unstable/libgtop2/debian: changelog patches/02_hurd_stub_backend.patch patches/03_kfreebsd_installdirs.patch patches/04_kfreebsd_version_check.patch patches/05_kfreebsd_8.0.patch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Jan 30 12:58:07 UTC 2010


Author: pochu
Date: Sat Jan 30 12:58:06 2010
New Revision: 22915

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22915
Log:
* debian/patches/02_hurd_stub_backend.patch,
  debian/patches/03_kfreebsd_installdirs.patch,
  debian/patches/04_kfreebsd_version_check.patch,
  debian/patches/05_kfreebsd_8.0.patch:
  - Add headers.

Modified:
    desktop/unstable/libgtop2/debian/changelog
    desktop/unstable/libgtop2/debian/patches/02_hurd_stub_backend.patch
    desktop/unstable/libgtop2/debian/patches/03_kfreebsd_installdirs.patch
    desktop/unstable/libgtop2/debian/patches/04_kfreebsd_version_check.patch
    desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch

Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=22915&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/changelog [utf-8] Sat Jan 30 12:58:06 2010
@@ -1,3 +1,13 @@
+libgtop2 (2.28.0-5) UNRELEASED; urgency=low
+
+  * debian/patches/02_hurd_stub_backend.patch,
+    debian/patches/03_kfreebsd_installdirs.patch,
+    debian/patches/04_kfreebsd_version_check.patch,
+    debian/patches/05_kfreebsd_8.0.patch:
+    - Add headers.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 30 Jan 2010 13:57:02 +0100
+
 libgtop2 (2.28.0-4) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/libgtop2/debian/patches/02_hurd_stub_backend.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/patches/02_hurd_stub_backend.patch?rev=22915&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/patches/02_hurd_stub_backend.patch [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/patches/02_hurd_stub_backend.patch [utf-8] Sat Jan 30 12:58:06 2010
@@ -1,3 +1,9 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=602662
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557446
+Author: Samuel Thibault <sthibault at debian.org>
+
+Fix the stub backend to build again, making libgtop build on the Hurd.
+
 diff -urN --exclude='*.o' --exclude='*.lo' --exclude='*.in' libgtop2-2.28.0.sav/sysdeps/stub/Makefile.am libgtop2-2.28.0/sysdeps/stub/Makefile.am
 --- libgtop2-2.28.0.sav/sysdeps/stub/Makefile.am	2009-04-18 23:29:49.000000000 +0000
 +++ libgtop2-2.28.0/sysdeps/stub/Makefile.am	2009-11-22 01:07:39.000000000 +0000

Modified: desktop/unstable/libgtop2/debian/patches/03_kfreebsd_installdirs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/patches/03_kfreebsd_installdirs.patch?rev=22915&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/patches/03_kfreebsd_installdirs.patch [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/patches/03_kfreebsd_installdirs.patch [utf-8] Sat Jan 30 12:58:06 2010
@@ -1,3 +1,12 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=602664
+Author: Josselin Mouette <joss at debian.org>
+
+The libgtop_server2 binary is launched by the library itself, and has no use
+being launched directly. Therefore, it should go in $(libexecdir) instead.
+
+The patch also adds some missing $(DESTDIR) references in the installation
+hooks.
+
 Index: libgtop-2.28.0/libgtop-sysdeps.m4
 ===================================================================
 --- libgtop-2.28.0.orig/libgtop-sysdeps.m4	2009-11-22 17:31:01.861694527 +0100

Modified: desktop/unstable/libgtop2/debian/patches/04_kfreebsd_version_check.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/patches/04_kfreebsd_version_check.patch?rev=22915&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/patches/04_kfreebsd_version_check.patch [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/patches/04_kfreebsd_version_check.patch [utf-8] Sat Jan 30 12:58:06 2010
@@ -1,3 +1,10 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=602666
+Author: Josselin Mouette <joss at debian.org>
+
+The server binary refuses to start when it is not run on the same hardware as
+the one where it was built on. This check is utterly and absolutely useless,
+and makes it impossible to produce working binary packages.
+
 Index: libgtop-2.28.0/src/daemon/server.c
 ===================================================================
 --- libgtop-2.28.0.orig/src/daemon/server.c	2009-11-22 21:14:47.613184919 +0100

Modified: desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch?rev=22915&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/patches/05_kfreebsd_8.0.patch [utf-8] Sat Jan 30 12:58:06 2010
@@ -1,3 +1,9 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=608518
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559291
+Author: Petr Salinger <Petr.Salinger at seznam.cz>
+
+Fix a couple of checks for the kFreeBSD kernel.
+
 Index: libgtop-2.28.0/sysdeps/freebsd/procmap.c
 ===================================================================
 --- libgtop-2.28.0.orig/sysdeps/freebsd/procmap.c	2009-12-03 13:59:57.866694125 +0100




More information about the pkg-gnome-commits mailing list