summaryrefslogblamecommitdiffstats
path: root/debian/debquilt.mk
blob: 394e03710a9ecc96382c0dadbbdfb026813f9520 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                                       
 









                                                      
# Common rules to handle a debian package using the quilt patch utility

patch:
	[ -L patches ] || ln -s debian/patches patches
	quilt push -a

unpatch:
	if [ -L patches ] ; then \
	  quilt pop -a; \
	  rm patches; \
	fi
	rm -rf .pc