mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-02-24 03:41:14 +00:00
New release 3.1.7
This commit is contained in:
parent
8e4b4089ae
commit
7cd7f6e8b1
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,16 @@
|
||||
calamares (3.1.7-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* debian/copyright: update copyright years
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Sat, 28 Oct 2017 09:36:57 +0200
|
||||
|
||||
calamares (3.1.6-4) unstable; urgency=medium
|
||||
|
||||
* Attempt to make package reproducible
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Mon, 23 Oct 2017 09:43:10 +0200
|
||||
|
||||
calamares (3.1.6-3) unstable; urgency=medium
|
||||
|
||||
* Update dependencies
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -17,7 +17,7 @@ Copyright: 2017, Adriaan de Groot <groot@kde.org>
|
||||
2015, Alexandre Arnt <qtgzmanager@gmail.com>
|
||||
2014-2016, Kevin Kofler <kevin.kofler@chello.at>
|
||||
2014-2016, Teo Mrnjavac <teo@kde.org>
|
||||
2014-2015, Philip Müller <philm@manjaro.org>
|
||||
2014-2017, Philip Müller <philm@manjaro.org>
|
||||
2014-2015, Rohan Garg <rohan@kde.org>
|
||||
2014, Schutz Sacha <sacha@labsquare.org>
|
||||
2014, Aurélien Gâteau <agateau@kde.org>
|
||||
|
10
debian/lintian-overrides
vendored
10
debian/lintian-overrides
vendored
@ -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
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user