diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:39 +0000 |
commit | 12140fa84cebc866bf3613f7a6bfc4c0883b0fcd (patch) | |
tree | 54df41d950218fff4705f6f45dd1f76ded68ab31 /debian/rules | |
parent | Merging upstream version 0.1.45. (diff) | |
download | debputy-debian/0.1.45.tar.xz debputy-debian/0.1.45.zip |
Adding debian version 0.1.45.debian/0.1.45
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 1221eb2..424cabe 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,6 @@ #!/usr/bin/make -f -export PERL5LIB=$(CURDIR)/lib -export PATH:=$(CURDIR):$(PATH) export DEBPUTY_CMD=$(CURDIR)/debputy.sh %: - dh $@ --with debputy - -override_dh_debputy: - dh_debputy --plugin self-hosting-plugins/debputy-self-hosting.json + $(DEBPUTY_CMD) --plugin self-hosting-plugins/debputy-self-hosting.json internal-command dpkg-build-driver-run-task $@ |