Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 auto6to4 (1.20-3) experimental; urgency=medium
 .
   * fix vcs browser field by dropping ; suffic (closes: #768629)
Author: Barak A. Pearlmutter <bap@debian.org>
Bug-Debian: https://bugs.debian.org/768629

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- auto6to4-1.20.orig/Makefile
+++ auto6to4-1.20/Makefile
@@ -23,7 +23,10 @@ $(PROG).$(MANSECT): $(PROG) README
 	$(HELP2MAN) --no-info --section=$(MANSECT) \
 	 --name="set up IPv6 over IPv4 protocol 41 tunnel" \
 	 --include=README \
-	 --output=$(PROG).$(MANSECT) ./$(PROG)
+	 --output=- ./$(PROG) \
+	| sed 's: [-][-]: \\-\\-:' \
+	| sed 's: [-]: \\-:' \
+	> $(PROG).$(MANSECT)
 
 install: $(PROG).$(MANSECT)
 	-$(INSTALL_DIR)			$(DESTDIR)$(sbindir)
