+glabels (3.4.0-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+ * Drop now unneeded hardening-no-fortify-functions override
+ * Convert ldconfig call in postrm to trigger
+ * Bump Standards-Version (no changes needed)
+ * New patch: glabels/debian/patches/gnome-common-cleanup (Closes: #830033)
+
+ -- Jakob Haufe <sur5r@sur5r.net> Fri, 09 Dec 2016 00:27:06 +0100
+
glabels (3.2.1-2) unstable; urgency=medium
* Call ldconfig in postrm to make lintian happy
Priority: optional
Maintainer: Jakob Haufe <sur5r@sur5r.net>
Build-Depends: autotools-dev,
+ autoconf-archive,
cdbs,
dpkg-dev (>= 1.16.1~),
debhelper (>= 9.0),
barcode (>= 0.98),
libqrencode-dev (>= 3.1.0),
libiec16022-dev (>= 0.2.4)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: http://glabels.org/
Package: glabels
# We have no external users of those libraries yet
glabels: package-name-doesnt-match-sonames libglabels-3.0-8 libglbarcode-3.0-0
-# All hardening flags are present, unsolvable ATM
-glabels: hardening-no-fortify-functions usr/bin/glabels-3
# No reasonable keywords to be added here
glabels: desktop-entry-lacks-keywords-entry usr/share/applications/glabels-3.0.desktop
+++ /dev/null
-#!/bin/sh
-set -e
-
-if [ "$1" = "remove" ]; then
- ldconfig
-fi
-
-#DEBHELPER#
-
-exit 0
--- /dev/null
+activate-noawait ldconfig
--- /dev/null
+Description: Replace deprecated gnome-common macro
+ GNOME_COMPILER_WARNINGS has been deprecated. Replace it by call to
+ AX_COMPILER_FLAGS.
+Author: Jakob Haufe <sur5r@sur5r.net>
+Bug-Debian: https://bugs.debian.org/830033
+Forwarded: https://github.com/jimevins/glabels/pull/18
+Last-Update: 2016-12-15
+
+--- glabels-3.4.0.orig/configure.ac
++++ glabels-3.4.0/configure.ac
+@@ -43,7 +43,7 @@ AC_SEARCH_LIBS([strerror],[cposix])
+ AC_PROG_CC
+ AC_PROG_INSTALL
+
+-GNOME_COMPILE_WARNINGS
++AX_COMPILER_FLAGS
+
+ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
+ AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource)
0002-manpage.patch
0003-Ignore-license.page.patch
+gnome-common-cleanup