[neon/backports-focal/libaqbanking/Neon/release] debian: Switch from debhelper 9 to debhelper 12
Micha Lenk
null at kde.org
Wed Mar 24 09:53:22 GMT 2021
Git commit 1728631059a41bc7ebe87190c8b3940c63515973 by Micha Lenk.
Committed on 21/03/2020 at 21:15.
Pushed by jriddell into branch 'Neon/release'.
Switch from debhelper 9 to debhelper 12
M +1 -1 debian/compat
M +1 -1 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-focal/libaqbanking/commit/1728631059a41bc7ebe87190c8b3940c63515973
diff --git a/debian/compat b/debian/compat
index ec63514..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+12
diff --git a/debian/control b/debian/control
index 8a5074f..65d81aa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libaqbanking
Section: libs
Priority: optional
Maintainer: Micha Lenk <micha at debian.org>
-Build-Depends: debhelper (>= 9.20160114), dh-autoreconf, pkg-config,
+Build-Depends: debhelper (>= 12), pkg-config,
libgwenhywfar-core-dev (>= 5.1.2), gwenhywfar-tools,
libktoblzcheck1-dev (>= 1.6-2),
libxmlsec1-dev (>= 1.0.0),
diff --git a/debian/rules b/debian/rules
index 4d50c97..9c617b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with autoreconf
+ dh $@
# Let dpkg-gensymbols fail if symbols file updates are needed
DPKG_GENSYMBOLS_CHECK_LEVEL ?= 4
More information about the Neon-commits
mailing list