File: rules

package info (click to toggle)
kxd 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: python: 304; sh: 217; makefile: 63
file content (17 lines) | stat: -rwxr-xr-x 380 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 -*-

export GOCACHE=$(CURDIR)/debian/cache

%:
	dh $@

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