diff -Nru fcml-1.1.3/debian/changelog fcml-1.1.3/debian/changelog --- fcml-1.1.3/debian/changelog 2016-11-06 19:00:15.000000000 +0000 +++ fcml-1.1.3/debian/changelog 2018-05-02 18:13:35.000000000 +0000 @@ -1,3 +1,14 @@ +fcml (1.1.3-3) unstable; urgency=medium + + * Move libfcml0 to libs. + * Migrate to Salsa. + * Switch to debhelper compatibility level 11. + * Enable all hardening options. + * Update debian/copyright. + * Standards-Version 4.1.4, no further change required. + + -- Stephen Kitt Wed, 02 May 2018 20:13:35 +0200 + fcml (1.1.3-2) unstable; urgency=medium * Fix debian/watch so it doesn't match subdirectories. diff -Nru fcml-1.1.3/debian/compat fcml-1.1.3/debian/compat --- fcml-1.1.3/debian/compat 2016-10-27 19:15:24.000000000 +0000 +++ fcml-1.1.3/debian/compat 2018-03-02 20:16:41.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru fcml-1.1.3/debian/control fcml-1.1.3/debian/control --- fcml-1.1.3/debian/control 2016-11-06 16:47:05.000000000 +0000 +++ fcml-1.1.3/debian/control 2018-05-02 18:12:02.000000000 +0000 @@ -2,12 +2,12 @@ Maintainer: Stephen Kitt Section: devel Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), doxygen, graphviz -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/fcml.git -Vcs-Git: https://anonscm.debian.org/git/collab-maint/fcml.git +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/debian/fcml +Vcs-Git: https://salsa.debian.org/debian/fcml.git Homepage: http://fcml-lib.com Package: fcml @@ -31,6 +31,7 @@ Package: libfcml0 Architecture: any Multi-Arch: same +Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} diff -Nru fcml-1.1.3/debian/copyright fcml-1.1.3/debian/copyright --- fcml-1.1.3/debian/copyright 2015-09-08 18:57:04.000000000 +0000 +++ fcml-1.1.3/debian/copyright 2018-05-02 18:11:23.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-Name: fcml Source: http://fcml-lib.com @@ -30,7 +30,7 @@ Version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: debian/* -Copyright: 2015 Stephen Kitt +Copyright: 2015, 2016, 2018 Stephen Kitt License: LGPL-2.1+ Files: Makefile.in diff -Nru fcml-1.1.3/debian/rules fcml-1.1.3/debian/rules --- fcml-1.1.3/debian/rules 2016-11-06 18:51:52.000000000 +0000 +++ fcml-1.1.3/debian/rules 2018-05-02 18:08:45.000000000 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@