diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:47:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:47:39 +0000 |
commit | 7cc780328c7bca279e29be96d18e76b3909bfd30 (patch) | |
tree | bde3d84355a817d306fd03e35d30fa0b7a7ff8e7 /debian/rules | |
parent | Adding upstream version 2020.10.7. (diff) | |
download | privacybadger-7cc780328c7bca279e29be96d18e76b3909bfd30.tar.xz privacybadger-7cc780328c7bca279e29be96d18e76b3909bfd30.zip |
Adding debian version 2020.10.7-1.debian/2020.10.7-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..01cbfae --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +export DH_VERBOSE = 1 + +%: + dh $@ + +override_dh_install: + chmod a-x src/_locales/nl/messages.json + dh_install + +override_dh_auto_build: + |