File: rules

package info (click to toggle)
tack 1.06-9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 736 kB
  • ctags: 671
  • sloc: ansic: 9,407; sh: 2,865; makefile: 137
file content (21 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh ${@} --with quilt

override_dh_auto_clean:
	dh_auto_clean

	rm -f config.guess config.sub

override_dh_auto_configure:
	cp -f /usr/share/misc/config.guess config.guess
	cp -f /usr/share/misc/config.sub config.sub

	LDFLAGS="-Wl,-z,defs,-ltic" dh_auto_configure

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tack

override_dh_strip:
	dh_strip --dbg-package=tack-dbg