File: rules

package info (click to toggle)
ngtcp2 1.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,428 kB
  • sloc: ansic: 61,379; cpp: 19,610; sh: 4,449; makefile: 669
file content (16 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-gnutls \
		--with-openssl

execute_after_dh_install:
	# README.rst installation must be handled properly to avoid conflict
	# it was in binary package ngtcp2-server before removal in version
	# 1.6.0-1~exp1, therefore delete for now
	rm -f debian/tmp/usr/lib/*/*.la \
		debian/tmp/usr/share/doc/ngtcp2/README.rst