summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 08:44:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 08:48:04 +0000
commit2e31f9f11c0a5eb314748cd08d5eb5882ad74e11 (patch)
treebe520462735f2abb8a77890f2bb9c387e3afc0f7 /debian/rules
parentUpdating vcs fields. (diff)
downloadngtcp2-2e31f9f11c0a5eb314748cd08d5eb5882ad74e11.tar.xz
ngtcp2-2e31f9f11c0a5eb314748cd08d5eb5882ad74e11.zip
Building without examples (ngtcp2-client and ngtcp2-server) with need newer gcc.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdebian/rules13
1 files changed, 2 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules
index 8975253..61e3078 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,17 +7,8 @@ override_dh_auto_configure:
dh_auto_configure -- \
--with-gnutls
-execute_after_dh_prep:
- chrpath -d examples/gtlsserver
- chrpath -d examples/gtlsclient
-
-execute_before_dh_install:
- mkdir -p debian/tmp/usr/sbin debian/tmp/usr/bin debian/tmp/usr/share/ngtcp2d/html
- mv examples/gtlsserver debian/tmp/usr/sbin
- mv examples/gtlsclient debian/tmp/usr/bin
+execute_after_dh_auto_install:
+ rm -f debian/tmp/usr/share/doc/ngtcp2/README.rst
execute_after_dh_install:
rm -f debian/tmp/usr/lib/*/*.la
-
-override_dh_installsystemd:
- dh_installsystemd --no-restart-after-upgrade --no-stop-on-upgrade --no-start --name ngtcp2d