diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-01 19:02:28 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-01 19:02:57 +0200 |
commit | b21548caed751caa55bcd432e28e07c2068c923e (patch) | |
tree | de3ec6ce69751f76bf206d4faac7ab7365906ac2 | |
parent | bf9bcc0bc60e43585cb49d0ff50f680e7a1c540e (diff) | |
download | ayatana-indicator-datetime-b21548caed751caa55bcd432e28e07c2068c923e.tar.gz ayatana-indicator-datetime-b21548caed751caa55bcd432e28e07c2068c923e.tar.bz2 ayatana-indicator-datetime-b21548caed751caa55bcd432e28e07c2068c923e.zip |
d/{control,compat}: Bump to DH compat level version 12.
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index f10f155..3657a03 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: cmake, cmake-extras (>= 0.10), dbus, - debhelper (>= 9), - dh-systemd | hello, + debhelper-compat (= 12), intltool, libaccounts-glib-dev (>= 1.18), libayatana-common-dev (>= 0.9.3), diff --git a/debian/rules b/debian/rules index 96adb33..072094a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with systemd + dh $@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_configure: |