diff -Nru libbinio-1.4+dfsg1/debian/changelog libbinio-1.4+dfsg1/debian/changelog --- libbinio-1.4+dfsg1/debian/changelog 2015-08-05 18:05:05.000000000 +0000 +++ libbinio-1.4+dfsg1/debian/changelog 2017-06-24 19:03:48.000000000 +0000 @@ -1,3 +1,16 @@ +libbinio (1.4+dfsg1-5) unstable; urgency=medium + + * [8023d063] Use secure VCS-URI + * [85356ea9] Use pkg-info.mk to determine Upstream version + * [44422fec] Use dh compat level 10 + * [cd895e3d] Remove unused lintian overrides + * [92bc52b1] Don't install static library + * [22491b07] Use https url where possible, update copyright years + * [7709dc29] Declare compliance with Policy 4.0.0 + * [5c3a4c44] Add hardening options + + -- Andreas Moog Sat, 24 Jun 2017 21:03:48 +0200 + libbinio (1.4+dfsg1-4.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru libbinio-1.4+dfsg1/debian/compat libbinio-1.4+dfsg1/debian/compat --- libbinio-1.4+dfsg1/debian/compat 2014-08-23 11:59:32.000000000 +0000 +++ libbinio-1.4+dfsg1/debian/compat 2017-06-24 18:40:50.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libbinio-1.4+dfsg1/debian/control libbinio-1.4+dfsg1/debian/control --- libbinio-1.4+dfsg1/debian/control 2015-08-05 18:03:09.000000000 +0000 +++ libbinio-1.4+dfsg1/debian/control 2017-06-24 18:56:27.000000000 +0000 @@ -2,11 +2,11 @@ Section: libs Priority: optional Maintainer: Andreas Moog -Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf -Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 10~), autotools-dev, dh-autoreconf +Standards-Version: 4.0.0 Homepage: http://libbinio.sourceforge.net/ -Vcs-Git: git://anonscm.debian.org/collab-maint/libbinio.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libbinio.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/libbinio.git +Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/libbinio.git;a=summary Package: libbinio1v5 Architecture: any diff -Nru libbinio-1.4+dfsg1/debian/copyright libbinio-1.4+dfsg1/debian/copyright --- libbinio-1.4+dfsg1/debian/copyright 2014-08-23 11:59:32.000000000 +0000 +++ libbinio-1.4+dfsg1/debian/copyright 2017-06-24 18:59:01.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Simon Peter Source: http://libbinio.sourceforge.net/ @@ -22,7 +22,7 @@ Copyright: (C) 2005-2007, Daniel Baumann (C) 2008, Bradley Smith - (C) 2014, Andreas Moog + (C) 2014-2017, Andreas Moog License: GPL-2+ This program 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 diff -Nru libbinio-1.4+dfsg1/debian/libbinio1v5.lintian-overrides libbinio-1.4+dfsg1/debian/libbinio1v5.lintian-overrides --- libbinio-1.4+dfsg1/debian/libbinio1v5.lintian-overrides 2015-08-05 17:42:46.000000000 +0000 +++ libbinio-1.4+dfsg1/debian/libbinio1v5.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# G++5 ABI transition -libbinio1v5: package-name-doesnt-match-sonames libbinio1 diff -Nru libbinio-1.4+dfsg1/debian/libbinio-dev.install libbinio-1.4+dfsg1/debian/libbinio-dev.install --- libbinio-1.4+dfsg1/debian/libbinio-dev.install 2014-08-23 11:59:32.000000000 +0000 +++ libbinio-1.4+dfsg1/debian/libbinio-dev.install 2017-06-24 18:54:06.000000000 +0000 @@ -1,4 +1,3 @@ debian/tmp/usr/include/* -debian/tmp/usr/lib/*/*.a debian/tmp/usr/lib/*/*.so debian/tmp/usr/lib/*/pkgconfig/* diff -Nru libbinio-1.4+dfsg1/debian/rules libbinio-1.4+dfsg1/debian/rules --- libbinio-1.4+dfsg1/debian/rules 2015-08-05 17:42:13.000000000 +0000 +++ libbinio-1.4+dfsg1/debian/rules 2017-06-24 19:02:07.000000000 +0000 @@ -1,11 +1,13 @@ #!/usr/bin/make -f +include /usr/share/dpkg/pkg-info.mk + DEB_DEBIAN_DIR=$(dir $(firstword $(MAKEFILE_LIST))) -DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog -l$(DEB_DEBIAN_DIR)/changelog \ - | sed -rne 's,^Version: ([^+]+).*,\1,p') +DEB_UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -rne 's,^([^+]+).*,\1,p') REPACK_TMPDIR:=$(shell mktemp -d) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with autoreconf --parallel