summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-07-17 22:30:36 +0200
committerDidier Raboud <odyx@debian.org>2017-07-17 22:30:36 +0200
commit946e6bbe2141985b801c86c7a6ec8ed2dbfdfffb (patch)
tree1a7a190a2320b4ff4f1e95decab0b9431c0bfe54
parent3563befe0daeb0a96f82d735a88b28594eeb7024 (diff)
Delete obsolete update-patch-series target from debian/rules
-rwxr-xr-xdebian/rules11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules
index f2c5385..4727fda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,17 +3,6 @@
%:
dh $@ --with autotools_dev,autoreconf --parallel
-update-patch-series:
- mkdir -p $(CURDIR)/debian/patches
- rm -f $(CURDIR)/debian/patches/*.patch
- git format-patch -o $(CURDIR)/debian/patches patches ^upstream | \
- xargs -n 1 -r basename > $(CURDIR)/debian/patches/series
- for patch in $$(ls $(CURDIR)/debian/patches/*.patch); do \
- lines=$$(cat $$patch | wc -l); \
- head -n $$(($$lines - 3)) $$patch > $${patch}.chomped; \
- mv $${patch}.chomped $$patch; \
- done
-
override_dh_autoreconf:
[ -d m4local ] || mkdir -p m4local
dh_autoreconf