From 7cd7f6e8b130158a954f0f61affc112b1f5061cd Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Mon, 30 Oct 2017 08:35:12 +0200 Subject: [PATCH] New release 3.1.7 --- debian/changelog | 13 +++++++++++++ debian/copyright | 2 +- debian/lintian-overrides | 10 +++++----- debian/rules | 2 ++ 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0cf3ee5..1cd7f67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +calamares (3.1.7-1) unstable; urgency=medium + + * New upstream release + * debian/copyright: update copyright years + + -- Jonathan Carter Sat, 28 Oct 2017 09:36:57 +0200 + +calamares (3.1.6-4) unstable; urgency=medium + + * Attempt to make package reproducible + + -- Jonathan Carter Mon, 23 Oct 2017 09:43:10 +0200 + calamares (3.1.6-3) unstable; urgency=medium * Update dependencies diff --git a/debian/copyright b/debian/copyright index ef2bc40..52d6307 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,7 +17,7 @@ Copyright: 2017, Adriaan de Groot 2015, Alexandre Arnt 2014-2016, Kevin Kofler 2014-2016, Teo Mrnjavac - 2014-2015, Philip Müller + 2014-2017, Philip Müller 2014-2015, Rohan Garg 2014, Schutz Sacha 2014, Aurélien Gâteau diff --git a/debian/lintian-overrides b/debian/lintian-overrides index c50d38d..b30c68a 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -7,11 +7,11 @@ calamares: script-not-executable usr/lib/calamares/modules/initramfscfg/encrypt_ calamares: extra-license-file usr/share/calamares/modules/license.conf # Private libraries, so no -dev packages or symbol files -calamares: non-dev-pkg-with-shlib-symlink usr/lib/libcalamaresui.so.3.1.6 usr/lib/libcalamaresui.so -calamares: non-dev-pkg-with-shlib-symlink usr/lib/libcalamares.so.3.1.6 usr/lib/libcalamares.so -calamares: no-symbols-control-file usr/lib/libcalamaresui.so.3.1.6 -calamares: no-symbols-control-file usr/lib/libcalamares.so.3.1.6 -calamares: package-name-doesnt-match-sonames libcalamares3.1.6 libcalamaresui3.1.6 +calamares: non-dev-pkg-with-shlib-symlink usr/lib/libcalamaresui.so.3.1.7 usr/lib/libcalamaresui.so +calamares: non-dev-pkg-with-shlib-symlink usr/lib/libcalamares.so.3.1.7 usr/lib/libcalamares.so +calamares: no-symbols-control-file usr/lib/libcalamaresui.so.3.1.7 +calamares: no-symbols-control-file usr/lib/libcalamares.so.3.1.7 +calamares: package-name-doesnt-match-sonames libcalamares3.1.7 libcalamaresui3.1.7 # Debian live media relies on sudo so this message isn't needed calamares: desktop-command-not-in-package usr/share/applications/calamares.desktop sudo diff --git a/debian/rules b/debian/rules index 4c65c71..f4a0145 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f +# Hardening options, see: https://wiki.debian.org/Hardening export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: @@ -8,5 +9,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_auto_configure: dh_auto_configure -- -DWITH_PYTHONQT=ON -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON +# Some test don't work well, we don't need to run them at package build time. override_dh_auto_test: