File: rules

package info (click to toggle)
kpmcore 25.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,816 kB
  • sloc: cpp: 21,691; sh: 22; makefile: 7
file content (18 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_makeshlibs:
	dh_makeshlibs -Xlibpmdummybackendplugin -Xlibpmsfdiskbackendplugin

execute_after_dh_auto_install:
	# do not ship helper translations
	rm debian/tmp/usr/share/locale/*/LC_MESSAGES/kpmcore._policy_.mo

# Not sure these can work in a chroot
#override_dh_auto_test: