diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 22:47:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 22:47:42 +0200 |
commit | b82e7aed0384e8286910e1fd850f219b7c9ef8df (patch) | |
tree | 6fd1228a3c074d6821e6162b691af5e851905351 /debian/rules | |
parent | bb80d3feebdc9acc52e3f4ad24084d8425f043a2 (diff) |
Some changes and cleanup for upstream release 0.32.1
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 e8ca0d5..38a3150 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ endif override_dh_auto_configure: dh_auto_configure -- \ --libexec=/usr/libexec \ - -Dunity-support=true $(APPORT) + -Dunity_support=true $(APPORT) override_dh_gnome_clean: dh_gnome_clean --no-control |