File: rules

package info (click to toggle)
cwm 5.6-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 464 kB
  • sloc: ansic: 6,556; yacc: 495; makefile: 112; sh: 14
file content (12 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ 

override_dh_auto_build:
	sed -ne '/^\[0\]/d' -e '/^ChangeLog:/,$$p' README > changelog
	dh_auto_build

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr