File: rules

package info (click to toggle)
liboggz 1.1.1-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 4,284 kB
  • ctags: 2,555
  • sloc: ansic: 14,332; sh: 10,357; makefile: 468
file content (18 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh --with bash-completion $@

override_dh_strip:
	dh_strip --dbg-package=liboggz2-dbg


# Put config.sub rules in until http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559098 is fixed
override_dh_auto_configure:
	ln -sf /usr/share/misc/config.sub .
	ln -sf /usr/share/misc/config.guess .
	dh_auto_configure

override_dh_auto_clean:
	dh_auto_clean
	rm -f config.sub config.guess