File: rules

package info (click to toggle)
freealut 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 2,152 kB
  • ctags: 267
  • sloc: sh: 8,617; ansic: 2,738; makefile: 87
file content (10 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_installdocs:
	dh_installdocs -A AUTHORS NEWS README

override_dh_makeshlibs:
	dh_makeshlibs -V 'libalut0 (>= 1.1.0-1)'