diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:32:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:32:09 +0000 |
commit | 0bb10d6f7dcfebe977687c7d64fdb4b2f44cd0d5 (patch) | |
tree | 3d1987fe7e2ac229d4e977257bc977aeefacdefc /debian/rules | |
parent | Adding upstream version 0.8.0. (diff) | |
download | nghttp3-debian.tar.xz nghttp3-debian.zip |
Adding debian version 0.8.0-2.debian/0.8.0-2debian
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..dea1338 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ + +execute_after_dh_install: + rm -f debian/tmp/usr/lib/*/*.la + + # Delete doc for now + rm -rf debian/tmp/usr/share/doc/nghttp3 |