File: rules

package info (click to toggle)
kxd 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 208
  • sloc: python: 350; sh: 193; makefile: 67
file content (23 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with=systemd

override_dh_auto_clean:
	dh_auto_clean
	make -C doc/man clean

override_dh_auto_build:
	dh_auto_build
	make -C doc/man

override_dh_auto_install:
	# Avoid calling make install-all, install files with the dh_install
	# rule

override_dh_install:
	dh_install
	[ -d debian/kxc/usr/share/doc/kxc ] || \
	    mkdir -p debian/kxc/usr/share/doc/kxc
	cp cryptsetup/README debian/kxc/usr/share/doc/kxc/cryptsetup.README