diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:18 +0000 |
commit | 1572516c35c4bd40bb87bf04dcd5eb30716866e5 (patch) | |
tree | 3c16566c205e482dd7df14c69ad5f7148cc4ce0d /debian/rules | |
parent | Adding upstream version 0.72. (diff) | |
download | po4a-1572516c35c4bd40bb87bf04dcd5eb30716866e5.tar.xz po4a-1572516c35c4bd40bb87bf04dcd5eb30716866e5.zip |
Adding debian version 0.72-1.debian/0.72-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b338299 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ + +# Replace the shebang line in perl scripts to +# comply with Policy 10.4 +override_dh_auto_install: + dh_auto_install + sed -i -e "1 s,^.*perl.*$$,#!/usr/bin/perl," $(CURDIR)/debian/po4a/usr/bin/* |