File: rules

package info (click to toggle)
simple-cdd 0.6.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: python: 1,911; sh: 111; makefile: 13
file content (21 lines) | stat: -rwxr-xr-x 480 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

# This file was automatically generated by stdeb 0.8.2 at
# Mon, 26 Jan 2015 17:06:59 +0100

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=simple-cdd
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_installman:
	help2man --no-info \
		--version-string=$(DEB_VERSION) \
		./build-simple-cdd --output=simple-cdd.1 \
		--name="create custom debian-installer images"
	dh_installman

override_dh_auto_clean:
	rm -f simple-cdd.1
	dh_auto_clean