File: rules

package info (click to toggle)
rarcrack 0.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 172 kB
  • sloc: ansic: 337; makefile: 81
file content (8 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- 'INSTALL=install --strip-program=true'