summaryrefslogtreecommitdiffstats
path: root/debian/debquilt.mk
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-11-24 09:05:33 +0000
committerMartin Quinson <mquinson@debian.org>2003-11-24 09:05:33 +0000
commit9bc082c936fddec36dd5c437f3d433876cc6a945 (patch)
treef40d508ffc8488cd35bec749a9dd375f1a16e4eb /debian/debquilt.mk
parent7a2d0c3dad0184ae86ca35add0af8af73b2c17d1 (diff)
downloadquilt-9bc082c936fddec36dd5c437f3d433876cc6a945.tar.gz
Remove obsolet files
Diffstat (limited to 'debian/debquilt.mk')
-rw-r--r--debian/debquilt.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/debquilt.mk b/debian/debquilt.mk
deleted file mode 100644
index 394e037..0000000
--- a/debian/debquilt.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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