File: rules

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_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