File: rules

package info (click to toggle)
kxd 0.15-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 288 kB
  • sloc: python: 304; sh: 217; makefile: 64
file content (20 lines) | stat: -rwxr-xr-x 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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

# Don't run dh_dwz, which does not work on Go binaries (for now).
override_dh_dwz: