File: rules

package info (click to toggle)
gross 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,596 kB
  • ctags: 843
  • sloc: sh: 8,835; ansic: 6,994; makefile: 50; xml: 45
file content (21 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download | duplicates (4)
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
# vim:noet:

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

%:
	dh  $@

override_dh_auto_configure:
	cp -f /usr/share/misc/config.sub config.sub
	cp -f /usr/share/misc/config.guess config.guess
	dh_auto_configure -- --with-milter
	
override_dh_install:
	dh_install
	# some static/shared libraries, not really needed
	rm -rf debian/gross/usr/lib
	# a binary used only for testing
	rm debian/gross/usr/bin/gclient
	rmdir debian/gross/usr/bin