diff -Nru irony-mode-1.2.0/debian/changelog irony-mode-1.2.0/debian/changelog --- irony-mode-1.2.0/debian/changelog 2018-07-22 20:55:16.000000000 +0000 +++ irony-mode-1.2.0/debian/changelog 2018-08-12 01:04:25.000000000 +0000 @@ -1,3 +1,17 @@ +irony-mode (1.2.0-6) unstable; urgency=medium + + * debian/elpa-test: (require 'cl), for autopkgtests. This was not + needed in the past when running autopkgtests in an LXC, and is still + not needed when building locally, in an LXC or any type of chroot. It + is unclear why DebCI requires this now (post unversioned emacs and + post emacsen-common 3.0.2). + * Declare Standards-Version: 4.2.0. (No additional changes needed) + * Enable hardening=+all dpkg-buildflags. Possibly paranoia, but we live + in the age of Spectre, and it might be possible for evil code to break + out via irony-server. + + -- Nicholas D Steeves Sat, 11 Aug 2018 21:04:25 -0400 + irony-mode (1.2.0-5) unstable; urgency=medium * Install upstream README.md diff -Nru irony-mode-1.2.0/debian/control irony-mode-1.2.0/debian/control --- irony-mode-1.2.0/debian/control 2018-07-22 20:55:16.000000000 +0000 +++ irony-mode-1.2.0/debian/control 2018-08-12 01:04:25.000000000 +0000 @@ -10,7 +10,7 @@ libclang-6.0-dev, dh-elpa, python3-docutils -Standards-Version: 4.1.5 +Standards-Version: 4.2.0 Homepage: https://github.com/Sarcasm/irony-mode/ Vcs-Git: https://salsa.debian.org/emacsen-team/irony-mode.git Vcs-Browser: https://salsa.debian.org/emacsen-team/irony-mode diff -Nru irony-mode-1.2.0/debian/elpa-test irony-mode-1.2.0/debian/elpa-test --- irony-mode-1.2.0/debian/elpa-test 2018-07-22 20:55:16.000000000 +0000 +++ irony-mode-1.2.0/debian/elpa-test 2018-08-12 01:04:25.000000000 +0000 @@ -1,2 +1,2 @@ autopkgtest_keep = server/test/elisp/* - +ert_eval = (require 'cl) diff -Nru irony-mode-1.2.0/debian/rules irony-mode-1.2.0/debian/rules --- irony-mode-1.2.0/debian/rules 2018-07-22 20:55:16.000000000 +0000 +++ irony-mode-1.2.0/debian/rules 2018-08-12 01:04:25.000000000 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -Dserver --with elpa