summaryrefslogtreecommitdiff
path: root/sysutils/debhelper/files/patch-Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-07 21:26:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-07 21:26:34 +0000
commit730a4abd5b1ba9ba116e0d1452e2080339ce1318 (patch)
tree5eff6f76f1295919056b7f94999b46fabc0a1277 /sysutils/debhelper/files/patch-Makefile
parentUpdate to 0.9.5 (diff)
Update to 10.3
Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
Notes
Notes: svn path=/head/; revision=440372
Diffstat (limited to 'sysutils/debhelper/files/patch-Makefile')
-rw-r--r--sysutils/debhelper/files/patch-Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/debhelper/files/patch-Makefile b/sysutils/debhelper/files/patch-Makefile
index 24494155f893..e6df38200812 100644
--- a/sysutils/debhelper/files/patch-Makefile
+++ b/sysutils/debhelper/files/patch-Makefile
@@ -1,13 +1,15 @@
---- Makefile.orig 2016-10-01 08:13:53 UTC
+--- Makefile.orig 2017-05-05 19:50:42 UTC
+++ Makefile
-@@ -1,5 +1,5 @@
+@@ -3,7 +3,7 @@ PO4A ?= po4a
+ POD2MAN ?= pod2man
+
# List of files of dh_* commands. Sorted for debhelper man page.
--COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | LC_ALL=C sort)
-+COMMANDS=$(shell find . -maxdepth 1 -type f -perm +a+x -name "dh_*" -print | cut -c3- | LC_ALL=C sort)
+-COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | grep -v '~$$' | LC_ALL=C sort)
++COMMANDS=$(shell find . -maxdepth 1 -type f -perm +a+x -name "dh_*" -print | grep -v '~$$' | cut -c3- | LC_ALL=C sort)
# Find deprecated commands by looking at their synopsis.
DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS))
-@@ -94,17 +94,16 @@ endif
+@@ -98,17 +98,16 @@ endif
done;
install: