File: rules

package info (click to toggle)
gnupg-pkcs11-scd 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 392 kB
  • sloc: ansic: 3,794; makefile: 142; sh: 137; python: 67
file content (20 lines) | stat: -rwxr-xr-x 495 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
#	dh $@ --with autotools_dev
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-proxy

override_dh_auto_install:
	#dh_auto_install -- DESTDIR=$(CURDIR)/debian/gnupg-pkcs11-scd
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp

	#rm -rf debian/gnupg-pkcs11-scd/usr/share/doc/gnupg-pkcs11-scd
	rm -rf debian/tmp/usr/share/doc/gnupg-pkcs11-scd

#override_dh_strip:
#	dh_strip --dbg-package=gnupg-pkcs11-scd-dbg