File: rules.hacky

package info (click to toggle)
gluezilla 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,940 kB
  • ctags: 1,121
  • sloc: sh: 9,161; cpp: 4,062; cs: 151; makefile: 141; ansic: 115
file content (16 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
export DH_VERBOSE=1

include /usr/share/dpatch/dpatch.make

build: patch-stamp
	dh $@

clean: unpatch
	dh $@

binary:
	[ ! -f patch-stamp ] && echo "Don't call binary target directly, call build then binary" && exit 1

%:
	dh $@