File: patches.mk

package info (click to toggle)
libxml-feedpp-perl 0.34-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 292 kB
  • ctags: 174
  • sloc: perl: 1,712; makefile: 42; sh: 28
file content (16 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# HGDEBUILD_MKVER 1
# hgdebuild MAkefule snippet

.NOTPARALLEL:

clean: unpatch
build: patch

patch: patch-stamp
patch-stamp:
	[ ! -d debian/patches ] || QUILT_PATCHES=debian/patches quilt push -a
	touch $@

unpatch:
	[ ! -f patch-stamp ] || QUILT_PATCHES=debian/patches quilt pop -a
	rm -f patch-stamp