File: rules

package info (click to toggle)
splitvt 1.6.6-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 792 kB
  • sloc: ansic: 4,949; sh: 99; perl: 15; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# Use hardening options to build the package
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	rm -f Makefile
	./configure

override_dh_auto_install:

override_dh_fixperms:
	dh_fixperms
	chgrp utmp debian/splitvt/usr/bin/splitvt
	chmod g+s debian/splitvt/usr/bin/splitvt