File: rules

package info (click to toggle)
libmicrohttpd 0.9.37%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,816 kB
  • ctags: 2,976
  • sloc: ansic: 37,360; sh: 11,471; pascal: 1,060; makefile: 1,038
file content (19 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh ${@} --with autoreconf

override_dh_auto_install:
	dh_auto_install

	# Removing useless files
	rm -f debian/tmp/usr/lib/*/*.la

override_dh_auto_test:
	# disabled

override_dh_install:
	dh_install --fail-missing

override_dh_strip:
	dh_strip --dbg-package=libmicrohttpd-dbg