diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-07-02 12:16:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-07-02 12:16:52 +0200 |
commit | 1de91b6c81b1cff3c922eae852e5bb08f32cd2d3 (patch) | |
tree | 6d8390c1c32b05e048599e529e2aef9d345d4160 /dist/debian/rules | |
parent | dcfb4504919bc8bc36e8b38d2a88349e4f549b10 (diff) | |
parent | f6062696f6bbd00d4eaa8a6e994dabfefc455f31 (diff) |
Update upstream source from tag 'upstream/0.32.7'
Update to upstream version '0.32.7'
with Debian dir 56d9facdfffd13cdf018382bd6c17544613d8ff0
Diffstat (limited to 'dist/debian/rules')
-rwxr-xr-x | dist/debian/rules | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dist/debian/rules b/dist/debian/rules deleted file mode 100755 index 0d1d5a6..0000000 --- a/dist/debian/rules +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/make -f - -export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -%: - dh $@ --parallel --with gnome --buildsystem=meson - -override_dh_auto_configure: - dh_auto_configure -- \ - --libexec=/usr/lib \ - -Dunity-support=true \ - -Dinstall-apport-hook=true - -override_dh_gnome_clean: - dh_gnome_clean --no-control - |