File: rules

package info (click to toggle)
system-config-lvm 1.1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,824 kB
  • ctags: 1,369
  • sloc: python: 8,148; sh: 528; makefile: 157
file content (20 lines) | stat: -rwxr-xr-x 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh  $@ --with python2

override_dh_clean:
	dh_clean
	rm -f config.cache config.status config.log
	rm -f src/system-config-lvm

override_dh_install:
	dh_install
	rm -rf debian/system-config-lvm/etc
	rm -rf debian/system-config-lvm/usr/bin/*
	rm -rf debian/system-config-lvm/usr/sbin
	cp debian/system-config-lvm.sh debian/system-config-lvm/usr/bin/system-config-lvm

override_dh_installman:
	dh_installman ./debian/system-config-lvm.8x