File: rules

package info (click to toggle)
pcf2bdf 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: cpp: 1,070; makefile: 8; sh: 1
file content (13 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=makefile

override_dh_auto_clean:
	dh_auto_clean -- --makefile=Makefile.gcc

override_dh_auto_build:
	dh_auto_build -- --makefile=Makefile.gcc

override_dh_auto_install:
	dh_auto_install -- --makefile=Makefile.gcc PREFIX=/usr DESTDIR=debian/pcf2bdf