summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 61e30783b1e051dd74b372a6d1838f5e271b5c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-gnutls

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