File: rules

package info (click to toggle)
user-session-migration 0.4.3%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 196 kB
  • sloc: ansic: 290; python: 228; perl: 27; makefile: 11; sh: 6
file content (14 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_install:
	mkdir -p debian/dh-user-session-migration/usr/share/man/man1/
	pod2man -c Debhelper -r "$(DEB_VERSION)" debhelper/dh_user-session-migration debian/dh-user-session-migration/usr/share/man/man1/dh_user-session-migration.1

override_dh_auto_test:
	LC_ALL=C.UTF-8 dh_auto_test