File: rules

package info (click to toggle)
rxp 1.5.0-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,544 kB
  • ctags: 1,377
  • sloc: ansic: 23,096; sh: 9,795; makefile: 21
file content (17 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile-gmake -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh --with quilt $@

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

override_dh_auto_configure:
	ln -sf /usr/share/misc/config.sub .
	ln -sf /usr/share/misc/config.guess .
	dh_auto_configure