Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Please unblock package glabels The new package builds correctly on all release architectures: https://buildd.debian.org/status/package.php?p=glabels&suite=unstable This upload fixes a segmentation fault bug in the batch processing component of glabels which rendered that part of the package unusable on 64 bit architectures. The fix is cherry-picked from upstream and very simple. debian bug numbers: #855604 (severity normal) source debdiff: diff -Nru glabels-3.4.0/debian/changelog glabels-3.4.0/debian/changelog - --- glabels-3.4.0/debian/changelog 2016-12-29 21:30:59.000000000 +0100 +++ glabels-3.4.0/debian/changelog 2017-02-20 23:52:38.000000000 +0100 @@ -1,3 +1,11 @@ +glabels (3.4.0-2) unstable; urgency=medium + + * Cherry-pick from upstream: + add-missing-prototype (Closes: #855604) + Thanks to Keith Packard for reporting this + + -- Jakob Haufe <su...@sur5r.net> Mon, 20 Feb 2017 23:52:38 +0100 + glabels (3.4.0-1) unstable; urgency=medium * New upstream version diff -Nru glabels-3.4.0/debian/patches/add-missing-prototype glabels-3.4.0/debian/patches/add-missing-prototype - --- glabels-3.4.0/debian/patches/add-missing-prototype 1970-01-01 01:00:00.000000000 +0100 +++ glabels-3.4.0/debian/patches/add-missing-prototype 2017-02-20 23:01:56.000000000 +0100 @@ -0,0 +1,17 @@ +From: Jim Evins <ev...@snaught.com> +Subject: Added missing function prototype to header. +Origin: upstream, https://github.com/jimevins/glabels/commit/01c80fc941cf5c8bf0d2b64a6a58cc3b5138f932 +Bug-Debian: http://bugs.debian.org/855604 + +diff --git a/src/prefs-model.h b/src/prefs-model.h +index 72efa84..10316a1 100644 +--- a/src/prefs-model.h ++++ b/src/prefs-model.h +@@ -59,6 +59,7 @@ GType gl_prefs_model_get_type (void) G_GNUC_CONST; + + glPrefsModel *gl_prefs_model_new (void); + ++glPrefsModel *gl_prefs_model_new_null (void); + + void gl_prefs_model_set_units (glPrefsModel *this, + lglUnits units); diff -Nru glabels-3.4.0/debian/patches/series glabels-3.4.0/debian/patches/series - --- glabels-3.4.0/debian/patches/series 2016-12-15 21:00:44.000000000 +0100 +++ glabels-3.4.0/debian/patches/series 2017-02-20 22:48:47.000000000 +0100 @@ -1,3 +1,4 @@ 0002-manpage.patch 0003-Ignore-license.page.patch gnome-common-cleanup +add-missing-prototype (include/attach the debdiff against the package in testing) unblock glabels/3.4.0-2 - -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (950, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEe/X2rDZDH11A3BN6TPKyGPVNrj0FAlis1yAACgkQTPKyGPVN rj3VaBAAhKNOhnnSPZrP2+OMmUWtwwI/6/aEt+rxvhTK4K0ojkTjJDvtyU4O1EP+ KJxQg8UPUeJ0J8n4no5o8ZxeD9o2mQxmo8CgHXhv5vLBIu9ljIEqJ19VibdSlLe4 tt4c1WQJVZzZwHFKJ6+qY2JEwxBzzwS38v5yUAwcPfjUflRGbeeqb3N1UfjTZH6/ BRgfrb5w2aiwYu3P3RB23H9nZoahqJtOxcTOemieERrEbc2TCnbXdDv80aO+TaLU DG5ZHO+N9jtAaqv2sbwrBZP7BqpDLbI+9hdKJ89JEoPw8BFrSQFpOx/wu5fMrwi7 ZN402Wlo2V/+jbGp+KQ8sz8Foa9Ic5zrX2WkLCNMf7evtHOZ//+zSBfjrKIwzc/T 5sZSDpY1Mao04KE22b58+M9trKK7DQbd9L1iRn1U8hqfjhAuV0lAdIVPfqCxGHXt Xdzr9vwImb+7wYqQXvPhRfFGrJ8Fz0vg+FgYxztxXxg11PR7v1A1YhpAYXkxmBdi Z1YKmKYUv3s/LpGsa+1SfhRHfRR1wqQnXgii7skv5PyQMkzRna4nNWCYhPSifB/C JEIDdcscxp0yBtgS3F2tSzU4ISmnd3B7OirSHt59EKobgQovpDrPUuYR5gW0dCgL A+2ehHIAf8w/arlM0tPWGFkPBsw+tIIhgLiwrSzIEqB0wOaxdCI= =ufe6 -----END PGP SIGNATURE-----