diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:25:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:25:26 +0000 |
commit | 95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0 (patch) | |
tree | e8ea4f88511fb8ef32e449da01317b0d69dd983a /debian/rules | |
parent | Adding upstream version 0.10~exp. (diff) | |
download | package-notes-95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0.tar.xz package-notes-95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0.zip |
Adding debian version 0.10~exp.debian/0.10_exp
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..123257a --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ + +execute_after_dh_auto_build: + pod2man --utf8 $(CURDIR)/debian/dh_dlopenlibdeps > $(CURDIR)/debian/dh_dlopenlibdeps.1 + +execute_after_dh_auto_clean: + rm -f $(CURDIR)/debian/dh_dlopenlibdeps.1 |