Merge branch 'ci/stable' into ci/unstable

ci/unstable
Dan Simmons 3 years ago
commit c2be4b17b9

32
debian/changelog vendored

@ -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 <kc2bez@lubuntu.me> 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 <doko@ubuntu.com> 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 <kc2bez@lubuntu.me> Sun, 01 Nov 2020 13:46:32 -0500
calamares (3.2.24-0ubuntu2) groovy; urgency=medium
* Rebuild against new yaml-cpp.
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 29 May 2020 14:19:25 +0200
calamares (3.2.24-0ubuntu1) groovy; urgency=medium
* New upstream release.

40
debian/copyright vendored

@ -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 <http://www.gnu.org/licenses/>.
.
The Debian packaging is Copyright (C) 2013, Kouhei Sutou <kou@clear-code.com> and
is licensed under the LGPL-2, see `/usr/share/common-licenses/LGPL-2'.
Files: debian/*
Copyright: 2014 Rohan Garg <rohan@kde.org>
2016-2017 Jonathan Carter <jcc@debian.org>

@ -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

3
debian/rules vendored

@ -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

Loading…
Cancel
Save