File: rules

package info (click to toggle)
x2x 1.30-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 416 kB
  • ctags: 461
  • sloc: ansic: 3,176; makefile: 40; sh: 1
file content (15 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_install:
	dh_auto_install
	-rm -f --verbose \
	 debian/x2x/usr/share/doc/x2x/COPYING \
	 debian/x2x/usr/share/doc/x2x/COPYING.win32 \
	 debian/x2x/usr/share/doc/x2x/ChangeLog
	-mv debian/x2x/usr/share/doc/x2x/ChangeLog.old \
	 debian/x2x/usr/share/doc/x2x/changelog-old