diff --git a/debian/changelog b/debian/changelog index 2c2a5d6..96adbbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +calamares (3.2.35-0ubuntu1) hirsute; urgency=medium + + * New upstream release. + * Add DEB_BUILD_MAINT_OPTIONS to debian/rules to make build paths + reproducible. + * Remove false-positive spelling and add false alarm in lintian- + overrides. + + -- Dan Simmons Sun, 06 Dec 2020 18:26:22 -0500 + +calamares (3.2.32.1-0ubuntu2) hirsute; urgency=medium + + * No-change rebuild to build with python3.9 as default. + + -- Matthias Klose Thu, 19 Nov 2020 20:18:01 +0100 + +calamares (3.2.32.1-0ubuntu1) hirsute; urgency=medium + + * New upstream release. + * Update copyright; remove files no longer shipped. + * Adjust lintian-overrides. + - Fix spelling mistake. + - Remove false-positive spelling mistake and add a new one. + + -- Dan Simmons Sun, 01 Nov 2020 13:46:32 -0500 + +calamares (3.2.24-0ubuntu2) groovy; urgency=medium + + * Rebuild against new yaml-cpp. + + -- Gianfranco Costamagna Fri, 29 May 2020 14:19:25 +0200 + calamares (3.2.24-0ubuntu1) groovy; urgency=medium * New upstream release. diff --git a/debian/copyright b/debian/copyright index 06e3b77..5a24fa9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -184,46 +184,6 @@ License: LGPL-2.1 On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. -Files: 3rdparty/waitingspinnerwidget.* -Copyright: 2012-2014 Alexander Turkin - 2014 by William Hallatt - 2015 by Jacob Dawid -License: Expat - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of - the Software, and to permit persons to whom the Software is furnished to do so, - subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Files: 3rdparty/kdsingleapplicationguard/* -Copyright: 2001-2010 Klaralvdalens Datakonsult AB -License: LGPL-2 - This library is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation, version 2 of the License. - . - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . - . - The Debian packaging is Copyright (C) 2013, Kouhei Sutou and - is licensed under the LGPL-2, see `/usr/share/common-licenses/LGPL-2'. - Files: debian/* Copyright: 2014 Rohan Garg 2016-2017 Jonathan Carter diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 236c1de..ce6edd2 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,4 +1,4 @@ -# These are hooks that is incorperated in initramfs and does not need to be executable by itself. +# These are hooks that is incorporated in initramfs and does not need to be executable by itself. calamares: script-not-executable # Private libraries, so no -dev packages or symbol files @@ -9,5 +9,5 @@ calamares: package-name-doesnt-match-sonames # Debian live media relies on sudo so this message isn't needed calamares: desktop-command-not-in-package usr/share/applications/calamares.desktop sudo -# False positive -calamares: spelling-error-in-binary usr/lib/x86_64-linux-gnu/calamares/modules/locale/libcalamares_viewmodule_locale.so WHe When +# False alarm +calamares: hardening-no-bindnow diff --git a/debian/rules b/debian/rules index c255054..e773fd9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ # Hardening options, see: https://wiki.debian.org/Hardening export DEB_BUILD_MAINT_OPTIONS=hardening=+all +# Help make build paths reproducible. +export DEB_BUILD_MAINT_OPTIONS=buildinfo+path + %: dh $@ --with kf5