From d2a01814c3678add9dd7e9fd7753bc9cafb46475 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Wed, 22 Oct 2014 08:55:20 +0000 Subject: [PATCH 01/20] Revert changes for 2.30 in unstable branch --- debian/changelog | 8 ------- debian/control | 7 +++--- debian/control.in | 4 ++-- ...libgtop2-10.install => libgtop2-7.install} | 0 ...libgtop2-10.symbols => libgtop2-7.symbols} | 2 +- debian/patches/06_kfreebsd_sys_pipe.patch | 22 +++++++++++++++++++ debian/patches/series | 1 + debian/rules | 2 +- 8 files changed, 31 insertions(+), 15 deletions(-) rename debian/{libgtop2-10.install => libgtop2-7.install} (100%) rename debian/{libgtop2-10.symbols => libgtop2-7.symbols} (98%) create mode 100644 debian/patches/06_kfreebsd_sys_pipe.patch diff --git a/debian/changelog b/debian/changelog index e45b6292..39f179cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,3 @@ -libgtop2 (2.30.0-1) UNRELEASED; urgency=medium - - * New upstream release. - * Change library name to libgtop2-10 for new SONAME - * Drop 06_kfreebsd_sys_pipe.patch. Fixed upstream. - - -- Jackson Doak Wed, 02 Jul 2014 08:45:13 +1000 - libgtop2 (2.28.5-2) unstable; urgency=low * Add explicit Build-Depends on libbsd-dev for kfreebsd. diff --git a/debian/control b/debian/control index 01323fbd..bb3b9849 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,12 @@ # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. + Source: libgtop2 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort , Martin Pitt , Michael Biebl , Sebastian Dröge +Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort , Josselin Mouette , Martin Pitt , Michael Biebl , Sebastian Dröge Build-Depends: debhelper (>= 8), gettext, pkg-config, @@ -29,7 +30,7 @@ Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 -Package: libgtop2-10 +Package: libgtop2-7 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, @@ -44,7 +45,7 @@ Package: libgtop2-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - libgtop2-10 (= ${binary:Version}), + libgtop2-7 (= ${binary:Version}), gir1.2-gtop-2.0 (= ${binary:Version}), libglib2.0-dev Description: gtop system monitoring library (devel) diff --git a/debian/control.in b/debian/control.in index 333ed87c..e4ebc2b6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -25,7 +25,7 @@ Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 -Package: libgtop2-10 +Package: libgtop2-7 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, @@ -40,7 +40,7 @@ Package: libgtop2-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - libgtop2-10 (= ${binary:Version}), + libgtop2-7 (= ${binary:Version}), gir1.2-gtop-2.0 (= ${binary:Version}), libglib2.0-dev Description: gtop system monitoring library (devel) diff --git a/debian/libgtop2-10.install b/debian/libgtop2-7.install similarity index 100% rename from debian/libgtop2-10.install rename to debian/libgtop2-7.install diff --git a/debian/libgtop2-10.symbols b/debian/libgtop2-7.symbols similarity index 98% rename from debian/libgtop2-10.symbols rename to debian/libgtop2-7.symbols index 89e4abae..10c5ecc2 100644 --- a/debian/libgtop2-10.symbols +++ b/debian/libgtop2-7.symbols @@ -1,4 +1,4 @@ -libgtop-2.0.so.10 libgtop2-10 #MINVER# +libgtop-2.0.so.7 libgtop2-7 #MINVER# glibtop_call_l@Base 2.22.3 glibtop_close@Base 2.22.3 glibtop_close_r@Base 2.22.3 diff --git a/debian/patches/06_kfreebsd_sys_pipe.patch b/debian/patches/06_kfreebsd_sys_pipe.patch new file mode 100644 index 00000000..94e3f06a --- /dev/null +++ b/debian/patches/06_kfreebsd_sys_pipe.patch @@ -0,0 +1,22 @@ +Description: Don't include sys/pipe.h on kFreeBSD + Defining _KERNEL to include sys/pipe.h subsequently breaks sys/conf.h; + since sys/pipe.h is not meant to be used in userland, and libgtop2 builds + anyway on kFreeBSD without it, don't include it. +Author: Steven Chamberlain +Bug-Debian: http://bugs.debian.org/667984 + +Index: libgtop2-2.28.4/sysdeps/freebsd/procmap.c +=================================================================== +--- libgtop2-2.28.4.orig/sysdeps/freebsd/procmap.c 2012-04-07 22:49:20.000000000 +0100 ++++ libgtop2-2.28.4/sysdeps/freebsd/procmap.c 2012-04-07 22:51:00.163079809 +0100 +@@ -38,10 +38,7 @@ + #include + #undef _KVM_VNODE + +-#define _KERNEL +-#include + #include +-#undef _KERNEL + #if (__FreeBSD_version >= 800038) || (__FreeBSD_kernel_version >= 800038) + #define _WANT_FILE + #include diff --git a/debian/patches/series b/debian/patches/series index 6560c681..a9baa102 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 02_hurd_stub_backend.patch 03_kfreebsd_installdirs.patch +06_kfreebsd_sys_pipe.patch diff --git a/debian/rules b/debian/rules index 11706577..1f4d010e 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/cdbs/1/rules/autoreconf.mk GNOME_MODULE := libgtop -SHARED_PKG := libgtop2-10 +SHARED_PKG := libgtop2-7 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed From 2bc4d27b756809dabdbb7a674fc11992cd2ae790 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 15 Jun 2015 22:10:38 +0000 Subject: [PATCH 02/20] Upload to unstable. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index cba37b62..5a5d1bb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtop2 (2.30.0-3) UNRELEASED; urgency=medium + + * Upload to unstable. + + -- Michael Biebl Tue, 16 Jun 2015 00:10:27 +0200 + libgtop2 (2.30.0-2) experimental; urgency=medium * Fix build failure on kFreeBSD due to undeclared '__FreeBSD_version', From 46a1527168cfe249a17e7c7e98697067decb3fb6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 15 Jun 2015 22:11:04 +0000 Subject: [PATCH 03/20] Release version 2.30.0-3 to unstable --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5a5d1bb4..338a0c01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -libgtop2 (2.30.0-3) UNRELEASED; urgency=medium +libgtop2 (2.30.0-3) unstable; urgency=medium * Upload to unstable. - -- Michael Biebl Tue, 16 Jun 2015 00:10:27 +0200 + -- Michael Biebl Tue, 16 Jun 2015 00:10:47 +0200 libgtop2 (2.30.0-2) experimental; urgency=medium From 7249142b44d810c002803e0ca9e7d0d0a6adcba3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 15 Jun 2015 22:13:22 +0000 Subject: [PATCH 04/20] Refresh debian/control --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e8d2c1b5..c8626b3d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Source: libgtop2 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Martin Pitt , Michael Biebl , Sebastian Dröge +Uploaders: Andreas Henriksson , Martin Pitt , Michael Biebl Build-Depends: debhelper (>= 9), gettext, pkg-config, From 739cb3f18a7cea67e36caeabd6d1741f945a27cd Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 7 Oct 2015 22:06:14 +0000 Subject: [PATCH 05/20] New upstream release. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 338a0c01..8ac48acc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtop2 (2.32.0-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Michael Biebl Wed, 07 Oct 2015 23:41:43 +0200 + libgtop2 (2.30.0-3) unstable; urgency=medium * Upload to unstable. From b8a6ab75eb177aac01d0ca65e2836d2f24df676b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 7 Oct 2015 22:06:50 +0000 Subject: [PATCH 06/20] Update symbols file and bump shlibs version to 2.32.0. --- debian/changelog | 1 + debian/libgtop-2.0-10.symbols | 7 +++++++ debian/rules | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8ac48acc..3c41231f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libgtop2 (2.32.0-1) UNRELEASED; urgency=medium * New upstream release. + * Update symbols file and bump shlibs version to 2.32.0. -- Michael Biebl Wed, 07 Oct 2015 23:41:43 +0200 diff --git a/debian/libgtop-2.0-10.symbols b/debian/libgtop-2.0-10.symbols index 7ba9be71..8db1c642 100644 --- a/debian/libgtop-2.0-10.symbols +++ b/debian/libgtop-2.0-10.symbols @@ -58,6 +58,7 @@ libgtop-2.0.so.10 libgtop-2.0-10 #MINVER# glibtop_get_sysdeps@Base 2.22.3 glibtop_get_sysdeps_r@Base 2.22.3 glibtop_get_sysinfo@Base 2.22.3 + glibtop_get_type@Base 2.32.0 glibtop_get_uptime@Base 2.22.3 glibtop_get_uptime_l@Base 2.22.3 glibtop_global_server@Base 2.22.3 @@ -65,7 +66,13 @@ libgtop-2.0.so.10 libgtop-2.0-10 #MINVER# glibtop_init_r@Base 2.22.3 glibtop_internet_addr@Base 2.22.3 glibtop_make_connection@Base 2.22.3 + glibtop_map_entry_get_type@Base 2.32.0 + glibtop_mountentry_get_type@Base 2.32.0 + glibtop_mountlist_get_type@Base 2.32.0 + glibtop_open_files_entry_get_type@Base 2.32.0 glibtop_open_l@Base 2.22.3 + glibtop_proc_map_get_type@Base 2.32.0 + glibtop_proc_open_files_get_type@Base 2.32.0 glibtop_server_features@Base 2.22.3 glibtop_set_parameter_l@Base 2.22.3 glibtop_sys_siglist@Base 2.22.3 diff --git a/debian/rules b/debian/rules index e5fa4242..ea60cd7f 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ endif DEB_DH_AUTORECONF_ARGS = --as-needed -DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(SHARED_PKG) (>= 2.24.0)' +DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(SHARED_PKG) (>= 2.32.0)' DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --libexecdir=\$${libdir}/$(SHARED_PKG) From 36d0a923a30ffaea785af6c70e732a3472be719e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 7 Oct 2015 22:08:18 +0000 Subject: [PATCH 07/20] Update patches, drop 02_hurd_stub_backend.patch, fixed upstream. --- debian/changelog | 1 + debian/patches/02_hurd_stub_backend.patch | 178 ------------------- debian/patches/03_kfreebsd_installdirs.patch | 38 ++-- debian/patches/series | 1 - 4 files changed, 22 insertions(+), 196 deletions(-) delete mode 100644 debian/patches/02_hurd_stub_backend.patch diff --git a/debian/changelog b/debian/changelog index 3c41231f..106f52c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libgtop2 (2.32.0-1) UNRELEASED; urgency=medium * New upstream release. * Update symbols file and bump shlibs version to 2.32.0. + * Update patches, drop 02_hurd_stub_backend.patch, fixed upstream. -- Michael Biebl Wed, 07 Oct 2015 23:41:43 +0200 diff --git a/debian/patches/02_hurd_stub_backend.patch b/debian/patches/02_hurd_stub_backend.patch deleted file mode 100644 index e365e529..00000000 --- a/debian/patches/02_hurd_stub_backend.patch +++ /dev/null @@ -1,178 +0,0 @@ -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 - -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 -@@ -8,7 +8,8 @@ - sem_limits.c proclist.c procstate.c procuid.c \ - proctime.c procmem.c procsignal.c prockernel.c \ - procsegment.c procargs.c procmap.c netload.c \ -- ppp.c netlist.c procopenfiles.c -+ ppp.c netlist.c procopenfiles.c procwd.c \ -+ procaffinity.c sysinfo.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - -diff -urN --exclude='*.o' --exclude='*.lo' --exclude='*.in' libgtop2-2.28.0.sav/sysdeps/stub/glibtop_server.h libgtop2-2.28.0/sysdeps/stub/glibtop_server.h ---- libgtop2-2.28.0.sav/sysdeps/stub/glibtop_server.h 2009-04-18 23:29:49.000000000 +0000 -+++ libgtop2-2.28.0/sysdeps/stub/glibtop_server.h 2009-11-22 01:02:16.000000000 +0000 -@@ -45,6 +45,8 @@ - #define GLIBTOP_SUID_NETLOAD 0 - #define GLIBTOP_SUID_NETLIST 0 - #define GLIBTOP_SUID_PPP 0 -+#define GLIBTOP_SUID_PROC_WD 0 -+#define GLIBTOP_SUID_PROC_AFFINITY 0 - - G_END_DECLS - -diff -urN --exclude='*.o' --exclude='*.lo' --exclude='*.in' libgtop2-2.28.0.sav/sysdeps/stub/procaffinity.c libgtop2-2.28.0/sysdeps/stub/procaffinity.c ---- libgtop2-2.28.0.sav/sysdeps/stub/procaffinity.c 1970-01-01 00:00:00.000000000 +0000 -+++ libgtop2-2.28.0/sysdeps/stub/procaffinity.c 2009-11-22 01:06:58.000000000 +0000 -@@ -0,0 +1,44 @@ -+/* -+ -+ This file is part of LibGTop 2. -+ -+ LibGTop is free software; you can redistribute it and/or modify it -+ under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, -+ or (at your option) any later version. -+ -+ LibGTop is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+ for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with LibGTop; see the file COPYING. If not, write to the -+ Free Software Foundation, Inc., 59 Temple Place - Suite 330, -+ Boston, MA 02111-1307, USA. -+*/ -+ -+#include -+#include -+#include -+ -+#include -+ -+void -+_glibtop_init_proc_affinity_s(glibtop *server) -+{ -+ server->sysdeps.proc_affinity = -+ (1 << GLIBTOP_PROC_AFFINITY_NUMBER) | -+ (1 << GLIBTOP_PROC_AFFINITY_ALL); -+ -+} -+ -+ -+guint16 * -+glibtop_get_proc_affinity_s(glibtop *server, glibtop_proc_affinity *buf, pid_t pid) -+{ -+ memset(buf, 0, sizeof *buf); -+ -+ return NULL; -+} -+ -diff -urN --exclude='*.o' --exclude='*.lo' --exclude='*.in' libgtop2-2.28.0.sav/sysdeps/stub/proclist.c libgtop2-2.28.0/sysdeps/stub/proclist.c ---- libgtop2-2.28.0.sav/sysdeps/stub/proclist.c 2009-04-18 23:29:49.000000000 +0000 -+++ libgtop2-2.28.0/sysdeps/stub/proclist.c 2009-11-22 01:30:53.000000000 +0000 -@@ -42,7 +42,7 @@ - * On success, it returnes a pointer to a list of buf->number elements - * each buf->size big. The total size is stored in buf->total. */ - --unsigned * -+pid_t * - glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf, - gint64 which, gint64 arg) - { -diff -urN --exclude='*.o' --exclude='*.lo' --exclude='*.in' libgtop2-2.28.0.sav/sysdeps/stub/procwd.c libgtop2-2.28.0/sysdeps/stub/procwd.c ---- libgtop2-2.28.0.sav/sysdeps/stub/procwd.c 1970-01-01 00:00:00.000000000 +0000 -+++ libgtop2-2.28.0/sysdeps/stub/procwd.c 2009-11-22 01:46:06.000000000 +0000 -@@ -0,0 +1,48 @@ -+/* -+ This file is part of LibGTop 2.0. -+ -+ LibGTop is free software; you can redistribute it and/or modify it -+ under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, -+ or (at your option) any later version. -+ -+ LibGTop is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+ for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with LibGTop; see the file COPYING. If not, write to the -+ Free Software Foundation, Inc., 59 Temple Place - Suite 330, -+ Boston, MA 02111-1307, USA. -+*/ -+ -+#include -+#include -+#include -+ -+#include -+#include -+#include -+ -+static const unsigned long _glibtop_sysdeps_proc_wd = 0; -+ -+/* Init function. */ -+ -+void -+_glibtop_init_proc_wd_s (glibtop *server) -+{ -+ server->sysdeps.proc_wd = _glibtop_sysdeps_proc_wd; -+} -+ -+/* Provides detailed information about a process. */ -+ -+char ** -+glibtop_get_proc_wd_s (glibtop *server, glibtop_proc_wd *buf, -+ pid_t pid) -+{ -+ glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_WD, 0); -+ -+ memset (buf, 0, sizeof (glibtop_proc_wd)); -+ return NULL; -+} -diff -urN --exclude='*.o' --exclude='*.lo' --exclude='*.in' libgtop2-2.28.0.sav/sysdeps/stub/sysinfo.c libgtop2-2.28.0/sysdeps/stub/sysinfo.c ---- libgtop2-2.28.0.sav/sysdeps/stub/sysinfo.c 1970-01-01 00:00:00.000000000 +0000 -+++ libgtop2-2.28.0/sysdeps/stub/sysinfo.c 2009-11-22 02:08:44.000000000 +0000 -@@ -0,0 +1,31 @@ -+/* -+ This file is part of LibGTop 2.0. -+ -+ LibGTop is free software; you can redistribute it and/or modify it -+ under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, -+ or (at your option) any later version. -+ -+ LibGTop is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+ for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with LibGTop; see the file COPYING. If not, write to the -+ Free Software Foundation, Inc., 59 Temple Place - Suite 330, -+ Boston, MA 02111-1307, USA. -+*/ -+ -+#include -+#include -+#include -+ -+static glibtop_sysinfo sysinfo = { }; -+const glibtop_sysinfo * -+glibtop_get_sysinfo_s (glibtop *server) -+{ -+ glibtop_init_s (&server, GLIBTOP_SYSDEPS_CPU, 0); -+ -+ return &sysinfo; -+} diff --git a/debian/patches/03_kfreebsd_installdirs.patch b/debian/patches/03_kfreebsd_installdirs.patch index c14a7a73..b71f9017 100644 --- a/debian/patches/03_kfreebsd_installdirs.patch +++ b/debian/patches/03_kfreebsd_installdirs.patch @@ -7,20 +7,27 @@ being launched directly. Therefore, it should go in $(libexecdir) instead. The patch also adds some missing $(DESTDIR) references in the installation hooks. -Index: libgtop2/libgtop-sysdeps.m4 +Index: libgtop-2.32.0/libgtop-sysdeps.m4 =================================================================== ---- libgtop2.orig/libgtop-sysdeps.m4 2011-09-06 14:12:33.925874923 +0200 -+++ libgtop2/libgtop-sysdeps.m4 2011-09-06 14:12:37.175874943 +0200 -@@ -73,7 +73,7 @@ +--- libgtop-2.32.0.orig/libgtop-sysdeps.m4 2015-10-07 23:46:35.738589058 +0200 ++++ libgtop-2.32.0/libgtop-sysdeps.m4 2015-10-07 23:51:51.006990769 +0200 +@@ -40,38 +40,38 @@ + netbsd*|bsdi*) libgtop_sysdeps_dir=bsd - libgtop_use_machine_h=yes libgtop_need_server=yes - libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod 2755 $(bindir)/libgtop_server2' + libgtop_postinstall='chgrp kmem $(DESTDIR)$(libexecdir)/libgtop_server2 && chmod 2755 $(DESTDIR)$(libexecdir)/libgtop_server2' ;; openbsd*) libgtop_sysdeps_dir=openbsd -@@ -87,27 +87,27 @@ + libgtop_need_server=yes + libgtop_sysdeps_private_mountlist=yes + libgtop_sysdeps_private_fsusage=yes +- libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod 2555 $(bindir)/libgtop_server2' ++ libgtop_postinstall='chgrp kmem $(DESTDIR)$(libexecdir)/libgtop_server2 && chmod 2755 $(DESTDIR)$(libexecdir)/libgtop_server2' + ;; + freebsd*|kfreebsd*) + libgtop_sysdeps_dir=freebsd libgtop_need_server=yes libgtop_sysdeps_private_mountlist=yes libgtop_sysdeps_private_fsusage=yes @@ -29,14 +36,12 @@ Index: libgtop2/libgtop-sysdeps.m4 ;; solaris*) libgtop_sysdeps_dir=solaris - libgtop_use_machine_h=yes libgtop_need_server=yes - libgtop_postinstall='chgrp sys $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server' + libgtop_postinstall='chgrp sys $(DESTDIR)$(libexecdir)/libgtop_server && chmod 2755 $(DESTDIR)$(libexecdir)/libgtop_server' ;; aix*) libgtop_sysdeps_dir=aix - libgtop_use_machine_h=yes libgtop_need_server=yes libgtop_have_sysinfo=yes - libgtop_postinstall='chgrp system $(bindir)/libgtop_server && chmod g+s $(bindir)/libgtop_server2' @@ -44,7 +49,6 @@ Index: libgtop2/libgtop-sysdeps.m4 ;; darwin*) libgtop_sysdeps_dir=darwin - libgtop_use_machine_h=yes libgtop_need_server=yes libgtop_have_sysinfo=yes - libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod g+s $(bindir)/libgtop_server2' @@ -52,11 +56,11 @@ Index: libgtop2/libgtop-sysdeps.m4 ;; cygwin*) libgtop_sysdeps_dir=cygwin -Index: libgtop2/src/daemon/Makefile.am +Index: libgtop-2.32.0/src/daemon/Makefile.am =================================================================== ---- libgtop2.orig/src/daemon/Makefile.am 2011-06-01 17:40:47.000000000 +0200 -+++ libgtop2/src/daemon/Makefile.am 2011-09-06 14:12:37.175874943 +0200 -@@ -28,7 +28,7 @@ +--- libgtop-2.32.0.orig/src/daemon/Makefile.am 2015-10-07 23:46:35.738589058 +0200 ++++ libgtop-2.32.0/src/daemon/Makefile.am 2015-10-07 23:46:35.734589003 +0200 +@@ -26,7 +26,7 @@ suid_common = endif @@ -65,11 +69,11 @@ Index: libgtop2/src/daemon/Makefile.am EXTRA_PROGRAMS = libgtop_server2 -Index: libgtop2/configure.in +Index: libgtop-2.32.0/configure.ac =================================================================== ---- libgtop2.orig/configure.in 2011-08-30 13:25:29.000000000 +0200 -+++ libgtop2/configure.in 2011-09-06 14:12:37.175874943 +0200 -@@ -290,8 +290,8 @@ +--- libgtop-2.32.0.orig/configure.ac 2015-10-07 23:46:35.738589058 +0200 ++++ libgtop-2.32.0/configure.ac 2015-10-07 23:46:35.734589003 +0200 +@@ -285,8 +285,8 @@ libgtop_save_exec_prefix="$exec_prefix" test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix=$prefix diff --git a/debian/patches/series b/debian/patches/series index 7225db44..211be6ae 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -02_hurd_stub_backend.patch 03_kfreebsd_installdirs.patch 04_kfreebsd_version.patch From d1c322e4bf6eae5ddfd6329d6e7dffa4ca60c190 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 7 Oct 2015 22:13:08 +0000 Subject: [PATCH 08/20] Release version 2.32.0-1 to unstable --- debian/changelog | 4 ++-- debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 106f52c0..87a27540 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -libgtop2 (2.32.0-1) UNRELEASED; urgency=medium +libgtop2 (2.32.0-1) unstable; urgency=medium * New upstream release. * Update symbols file and bump shlibs version to 2.32.0. * Update patches, drop 02_hurd_stub_backend.patch, fixed upstream. - -- Michael Biebl Wed, 07 Oct 2015 23:41:43 +0200 + -- Michael Biebl Thu, 08 Oct 2015 00:12:49 +0200 libgtop2 (2.30.0-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index c8626b3d..3e177f68 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Source: libgtop2 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Martin Pitt , Michael Biebl +Uploaders: Martin Pitt , Michael Biebl Build-Depends: debhelper (>= 9), gettext, pkg-config, From a8b9cb1fd70c42c77bdd0a071e936f2a8d74a908 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 8 Oct 2015 13:38:05 +0000 Subject: [PATCH 09/20] Use https:// for Vcs-Browser --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3e177f68..8ff7c0eb 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 9), libgirepository1.0-dev (>= 0.10.7-1~) Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 Package: libgtop-2.0-10 Architecture: any diff --git a/debian/control.in b/debian/control.in index 0feb0b6f..a216f2e2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9), libgirepository1.0-dev (>= 0.10.7-1~) Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 Package: libgtop-2.0-10 Architecture: any From f5c2b2fcda8bf6ae2357901975b00380ef9c3161 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 14 Apr 2016 22:50:19 +0000 Subject: [PATCH 10/20] New upstream release. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 87a27540..84727369 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtop2 (2.34.0-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Michael Biebl Fri, 15 Apr 2016 00:47:27 +0200 + libgtop2 (2.32.0-1) unstable; urgency=medium * New upstream release. From 7ea0f6c5965053cd1073d54d3fa8a1096cdd747a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 14 Apr 2016 22:51:54 +0000 Subject: [PATCH 11/20] Bump Standards-Version to 3.9.8. --- debian/changelog | 1 + debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84727369..9140a6e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libgtop2 (2.34.0-1) UNRELEASED; urgency=medium * New upstream release. + * Bump Standards-Version to 3.9.8. -- Michael Biebl Fri, 15 Apr 2016 00:47:27 +0200 diff --git a/debian/control b/debian/control index 8ff7c0eb..830bc3e0 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools (>= 1.4), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 diff --git a/debian/control.in b/debian/control.in index a216f2e2..49b51c53 100644 --- a/debian/control.in +++ b/debian/control.in @@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools (>= 1.4), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgtop2 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgtop2 From 8927cb519a114e1bc8ef83fe4ec557610ca3b854 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 14 Apr 2016 22:52:12 +0000 Subject: [PATCH 12/20] Release version 2.34.0-1 to unstable --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9140a6e7..5ce5a853 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libgtop2 (2.34.0-1) UNRELEASED; urgency=medium +libgtop2 (2.34.0-1) unstable; urgency=medium * New upstream release. * Bump Standards-Version to 3.9.8. - -- Michael Biebl Fri, 15 Apr 2016 00:47:27 +0200 + -- Michael Biebl Fri, 15 Apr 2016 00:51:56 +0200 libgtop2 (2.32.0-1) unstable; urgency=medium From 369c4532facaf5c472526fc3070ace0ee814bd82 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Mon, 23 May 2016 00:25:09 +0000 Subject: [PATCH 13/20] Use https in d/watch and use new "special strings" to help standardize format --- debian/watch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/watch b/debian/watch index 987ca2a5..9af162a8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 -http://ftp.gnome.org/pub/GNOME/sources/libgtop/([\d\.]+[02468])/ \ - libgtop-(.*)\.tar\.xz +version=4 +https://download.gnome.org/sources/libgtop/([\d\.]+[02468])/ \ + libgtop@ANY_VERSION@\.tar\.xz \ No newline at end of file From 30c1b788e25240e7a7ae2a41085d58bf439f8315 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Wed, 25 May 2016 03:17:35 +0000 Subject: [PATCH 14/20] Use https for copyright headers --- debian/copyright | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index 88d726ec..da8535f4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ then Martin Schulze in October 1998 then Ian Lynagh in November 1998 then Noel Koethe in December 2001 -It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/libgtop/ +It was downloaded from https://download.gnome.org/sources/libgtop/ Upstream Authors: Martin Baulig (martin@home-of-linux.org) @@ -71,4 +71,4 @@ misc/i4b_acct.h is licensed under the following terms: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. + SUCH DAMAGE. \ No newline at end of file From 97a6e055ae8121c9fab413305bd391c7f7803ce8 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 26 May 2016 21:42:36 +0000 Subject: [PATCH 15/20] restore trailing newlines to d/copyright and /watch --- debian/copyright | 2 +- debian/watch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index da8535f4..d75c1a1d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -71,4 +71,4 @@ misc/i4b_acct.h is licensed under the following terms: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. \ No newline at end of file + SUCH DAMAGE. diff --git a/debian/watch b/debian/watch index 9af162a8..93cfd16e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 https://download.gnome.org/sources/libgtop/([\d\.]+[02468])/ \ - libgtop@ANY_VERSION@\.tar\.xz \ No newline at end of file + libgtop@ANY_VERSION@\.tar\.xz From 2187316edc8a97cef9019fdfb2018314a8e8fe11 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Tue, 30 Aug 2016 18:47:50 +0000 Subject: [PATCH 16/20] * New upstream release. * Update build-dependencies according to configure.ac changes: - drop intltool --- debian/changelog | 8 ++++++++ debian/control | 3 +-- debian/control.in | 1 - 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5ce5a853..f45a5f0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libgtop2 (2.34.1-1) UNRELEASED; urgency=medium + + * New upstream release. + * Update build-dependencies according to configure.ac changes: + - drop intltool + + -- Andreas Henriksson Tue, 30 Aug 2016 20:44:19 +0200 + libgtop2 (2.34.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 830bc3e0..90e9e4d5 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Source: libgtop2 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Martin Pitt , Michael Biebl +Uploaders: Andreas Henriksson , Michael Biebl Build-Depends: debhelper (>= 9), gettext, pkg-config, @@ -16,7 +16,6 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, cdbs (>= 0.4.93), texinfo, - intltool (>= 0.35.0), libxt-dev, libgeom-dev [kfreebsd-any], libdevstat-dev [kfreebsd-any], diff --git a/debian/control.in b/debian/control.in index 49b51c53..97273055 100644 --- a/debian/control.in +++ b/debian/control.in @@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, cdbs (>= 0.4.93), texinfo, - intltool (>= 0.35.0), libxt-dev, libgeom-dev [kfreebsd-any], libdevstat-dev [kfreebsd-any], From 07ea5230b91b48d5f876322f298dcf7c50d86748 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Wed, 31 Aug 2016 08:20:48 +0000 Subject: [PATCH 17/20] * Convert from cdbs to dh * Add debian/docs to install AUTHORS NEWS README --- debian/changelog | 6 ++++-- debian/control | 1 - debian/control.in | 1 - debian/docs | 3 +++ debian/rules | 26 +++++++++++++++----------- 5 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 debian/docs diff --git a/debian/changelog b/debian/changelog index f45a5f0c..798851ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -libgtop2 (2.34.1-1) UNRELEASED; urgency=medium +libgtop2 (2.34.1-1) unstable; urgency=medium * New upstream release. * Update build-dependencies according to configure.ac changes: - drop intltool + * Convert from cdbs to dh + * Add debian/docs to install AUTHORS NEWS README - -- Andreas Henriksson Tue, 30 Aug 2016 20:44:19 +0200 + -- Andreas Henriksson Wed, 31 Aug 2016 10:20:31 +0200 libgtop2 (2.34.0-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 90e9e4d5..54cd66e0 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), dh-autoreconf, - cdbs (>= 0.4.93), texinfo, libxt-dev, libgeom-dev [kfreebsd-any], diff --git a/debian/control.in b/debian/control.in index 97273055..2ee53c85 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev (>= 2.6.0), gnome-pkg-tools (>= 0.10), dh-autoreconf, - cdbs (>= 0.4.93), texinfo, libxt-dev, libgeom-dev [kfreebsd-any], diff --git a/debian/docs b/debian/docs new file mode 100644 index 00000000..6f83607c --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README diff --git a/debian/rules b/debian/rules index ea60cd7f..23c6cf03 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,6 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/cdbs/1/class/gnome.mk -include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk -include /usr/share/cdbs/1/rules/autoreconf.mk GNOME_MODULE := libgtop @@ -17,19 +12,28 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay) endif -DEB_DH_AUTORECONF_ARGS = --as-needed +%: + dh $@ --with gnome,autoreconf -DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(SHARED_PKG) (>= 2.32.0)' +override_dh_autoreconf: + dh_autoreconf --as-needed -DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --libexecdir=\$${libdir}/$(SHARED_PKG) +override_dh_auto_configure: + dh_auto_configure -- \ + --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ + --libexecdir=\$${libdir}/$(SHARED_PKG) -DEB_FIXPERMS_EXCLUDE += libgtop_server2 +override_dh_makeshlibs: + dh_makeshlibs -V '$(SHARED_PKG) (>= 2.32.0)' +override_dh_fixperms: + dh_fixperms -X libgtop_server2 + +override_dh_install: ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) -install/$(SHARED_PKG):: # The server is only necessary on kFreeBSD dh_install --autodest -p$(SHARED_PKG) \ --ignore=debian/$(SHARED_PKG).install \ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/$(SHARED_PKG)/libgtop_server2 endif + dh_install From 500c3e4a1bcdeaf54c03f1cc215e4d6926d4568b Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Wed, 31 Aug 2016 11:41:54 +0000 Subject: [PATCH 18/20] Also use dh gir addon to properly generate dependencies. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 798851ad..9227d9f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtop2 (2.34.1-2) unstable; urgency=medium + + * Also use dh gir addon to properly generate dependencies. + + -- Andreas Henriksson Wed, 31 Aug 2016 13:41:37 +0200 + libgtop2 (2.34.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index 23c6cf03..259d1a95 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay) endif %: - dh $@ --with gnome,autoreconf + dh $@ --with gnome,gir,autoreconf override_dh_autoreconf: dh_autoreconf --as-needed From b9d20f97ecfb8f2818ee067c6d2fedaf9c42f261 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 16 Jan 2017 19:09:55 +0000 Subject: [PATCH 19/20] New upstream release. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9227d9f9..32f0a1cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtop2 (2.34.2-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Emilio Pozuelo Monfort Mon, 16 Jan 2017 20:03:47 +0100 + libgtop2 (2.34.1-2) unstable; urgency=medium * Also use dh gir addon to properly generate dependencies. diff --git a/debian/control b/debian/control index 54cd66e0..a352c9ad 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Source: libgtop2 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Michael Biebl +Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort , Michael Biebl Build-Depends: debhelper (>= 9), gettext, pkg-config, From 7483a0e1c35b41ea7d6a0b4e4a197648b911c99e Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 16 Jan 2017 19:10:07 +0000 Subject: [PATCH 20/20] release to unstable --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32f0a1cd..bd393157 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -libgtop2 (2.34.2-1) UNRELEASED; urgency=medium +libgtop2 (2.34.2-1) unstable; urgency=medium * New upstream release. - -- Emilio Pozuelo Monfort Mon, 16 Jan 2017 20:03:47 +0100 + -- Emilio Pozuelo Monfort Mon, 16 Jan 2017 20:09:58 +0100 libgtop2 (2.34.1-2) unstable; urgency=medium