From 6c5a3b2b543914bf10ecd0f73652ea6586be81cd Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Mon, 19 Mar 2012 01:05:43 +0100
Subject: [PATCH] Update quilt patch

---
 debian/patches/precompiled_manpage.patch | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/patches/precompiled_manpage.patch b/debian/patches/precompiled_manpage.patch
index e9483d6..d7745f2 100644
--- a/debian/patches/precompiled_manpage.patch
+++ b/debian/patches/precompiled_manpage.patch
@@ -1,31 +1,31 @@
 Index: vcsh/Makefile
 ===================================================================
---- vcsh.orig/Makefile	2012-02-13 02:02:19.999468653 +0100
-+++ vcsh/Makefile	2012-02-15 17:34:46.413360634 +0100
-@@ -18,11 +18,11 @@
+--- vcsh.orig/Makefile	2012-03-19 00:56:14.000000000 +0100
++++ vcsh/Makefile	2012-03-19 01:01:46.602210421 +0100
+@@ -19,11 +19,11 @@
  
  manpages: $(manpages)
  
--vcsh.1: doc/vcsh.1.ronn
--	ronn < doc/vcsh.1.ronn > vcsh.1
-+vcsh.1:
+-$(self).1: doc/$(self).1.ronn
+-	ronn < doc/$(self).1.ronn > $(self).1
++$(self).1:
 +	:
  
  clean:
--	rm -rf vcsh.1
+-	rm -rf $(self).1
 +	:
  
  uninstall:
- 	rm -rf $(DESTDIR)$(PREFIX)/bin/vcsh
+ 	rm -rf $(DESTDIR)$(PREFIX)/bin/$(self)
 Index: vcsh/vcsh.1
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ vcsh/vcsh.1	2012-02-15 17:34:53.201360736 +0100
++++ vcsh/vcsh.1	2012-03-19 01:02:17.326210882 +0100
 @@ -0,0 +1,189 @@
 +.\" generated with Ronn/v0.7.3
 +.\" http://github.com/rtomayko/ronn/tree/0.7.3
 +.
-+.TH "VCSH" "1" "February 2012" "" ""
++.TH "VCSH" "1" "March 2012" "" ""
 +.
 +.SH "NAME"
 +\fBvcsh\fR \- manage config files in $HOME via fake bare git repositories
@@ -204,7 +204,7 @@ Index: vcsh/vcsh.1
 +Copyright 2011\-2012 Richard Hartmann \fIrichih\.mailinglist@gmail\.com\fR
 +.
 +.P
-+Licensed under the GNU GPL version 3 or higher\.
++Licensed under the GNU GPL version 2 or higher\.
 +.
 +.P
 +https://github\.com/RichiH/vcsh
-- 
GitLab