[neon/3rdparty/sddm/Neon/release-lts] debian: Switch from the debhelper build dependency to debhelper-compat, bump compatibility level to 13
Aurélien COUDERC
null at kde.org
Tue Mar 9 12:45:42 GMT 2021
Git commit f3d4c6ea0aeab71371242a63b37dea52a45d4810 by Aurélien COUDERC.
Committed on 06/11/2020 at 23:39.
Pushed by sitter into branch 'Neon/release-lts'.
Switch from the debhelper build dependency to debhelper-compat, bump compatibility level to 13
M +3 -0 debian/changelog
D +0 -1 debian/compat
M +1 -1 debian/control
M +1 -2 debian/rules
https://invent.kde.org/neon/3rdparty/sddm/commit/f3d4c6ea0aeab71371242a63b37dea52a45d4810
diff --git a/debian/changelog b/debian/changelog
index 649d5f0..ee58147 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ sddm (0.19.0-1) UNRELEASED; urgency=medium
plausible source and license that are redistribuable.
* Bump Standards-Version to 4.5.0:
- Add Rules-Requires-Root: no
+ * Switch from the debhelper build dependency to debhelper-compat
+ - remove debian/compat
+ - bump compatibility level to 13
-- Aurélien COUDERC <coucouf at debian.org> Wed, 04 Nov 2020 17:34:00 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 04f950b..249a24a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Michał Zając <quintasan at kubuntu.org>,
Maximiliano Curia <maxy at debian.org>,
Build-Depends: cmake (>= 2.8.8),
- debhelper (>= 11),
+ debhelper-compat (= 13),
extra-cmake-modules (>= 1.4.0~),
libpam0g-dev,
libsystemd-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 734ac05..4c994ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,9 @@ override_dh_installsystemd:
override_dh_installinit:
dh_installinit --noscripts
-override_dh_install:
+execute_before_dh_install:
# not installed, as the Debian version is used instead
rm -f $(CURDIR)/debian/tmp/lib/systemd/system/sddm.service
- dh_install --list-missing
override_dh_fixperms-arch:
# ensure script is marked as executable
More information about the Neon-commits
mailing list