File: rules

package info (click to toggle)
amphetamine 0.8.10-21
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,108 kB
  • sloc: cpp: 9,038; makefile: 106; sh: 31
file content (15 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_install:
	cp ChangeLog changelog
	convert amph.xpm -resize 32x32 debian/amph.xpm

override_dh_clean:
	dh_clean -- changelog debian/amph.xpm