File: rules

package info (click to toggle)
kanjipad 2.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 388 kB
  • ctags: 225
  • sloc: ansic: 3,753; perl: 357; makefile: 57
file content (13 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

#export DH_VERBOSE=1

override_dh_auto_build:
	dh_auto_build -- PREFIX=/usr

override_dh_auto_install:
	$(MAKE) DESTDIR=debian/kanjipad PREFIX=/usr install

%:
	dh $@ --with quilt