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 /debian/rules | |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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: |