[Debian-astro-commits] [xpa] 05/05: Remove obsolete patch that added backslashs before - signs in manpages

Ole Streicher olebole at moszumanska.debian.org
Tue Apr 26 12:59:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch debian
in repository xpa.

commit 822336ec2a5df2d8cbb7fa0689509870b4489d37
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Apr 26 14:37:21 2016 +0200

    Remove obsolete patch that added backslashs before - signs in manpages
---
 debian/patches/fix_paths.patch | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/patches/fix_paths.patch b/debian/patches/fix_paths.patch
index bff12e4..828bf85 100644
--- a/debian/patches/fix_paths.patch
+++ b/debian/patches/fix_paths.patch
@@ -59,11 +59,10 @@ Description: Fix the paths for a chroot build and for FHS
  		M="$(MAN_INSTALL_DIR)/man$$E"; \
  		if [ ! -d $$M ] ; then \
  		    echo "Making directory $$M"; \
-@@ -314,6 +322,9 @@
+@@ -314,6 +322,8 @@
  		fi; \
  		echo "Installing $$B" ; \
  		$(INSTALL_DATA) $$i $$M/$$B; \
-+		sed -i "s/\([-\[ \"]\)\(-[A-Za-z0-9]\)/\1\\\\\2/g" $$M/$$B ; \
 +		sed -i "s/^\\\&\\\fB\(.*\):\(.*\)\\\fR/\1 \- \2/g" $$M/$$B ; \
 +		sed -i "s/xpa(n)/xpa(7)/g" $$M/$$B ; \
  	    done;)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/xpa.git



More information about the Debian-astro-commits mailing list