From adabc0e010b35c5d08fe6366b7a65bc9d953d3c7 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih.mailinglist@gmail.com> Date: Thu, 13 Jun 2013 01:10:06 +0200 Subject: [PATCH] Update quilt ipatch for static manpage --- debian/patches/precompiled_manpage.patch | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/debian/patches/precompiled_manpage.patch b/debian/patches/precompiled_manpage.patch index e7193d6..fbb9e6e 100644 --- a/debian/patches/precompiled_manpage.patch +++ b/debian/patches/precompiled_manpage.patch @@ -1,7 +1,7 @@ Index: vcsh/Makefile =================================================================== ---- vcsh.orig/Makefile 2013-04-23 22:52:16.495583394 +0200 -+++ vcsh/Makefile 2013-04-23 22:52:16.463583395 +0200 +--- vcsh.orig/Makefile 2013-06-13 01:04:52.208799344 +0200 ++++ vcsh/Makefile 2013-06-13 01:04:52.200799344 +0200 @@ -19,11 +19,11 @@ manpages: $(manpages) @@ -20,15 +20,15 @@ Index: vcsh/Makefile Index: vcsh/vcsh.1 =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ vcsh/vcsh.1 2013-04-23 22:53:25.527580957 +0200 ++++ vcsh/vcsh.1 2013-06-13 01:05:00.200799059 +0200 @@ -0,0 +1,290 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. -+.TH "VCSH" "1" "April 2013" "" "" ++.TH "VCSH" "1" "June 2013" "" "" +. +.SH "NAME" -+\fBvcsh\fR \- manage config files in $HOME via fake bare git repositories ++\fBvcsh\fR \- manage config files in $HOME via fake bare Git repositories +. +.SH "SYNOPSIS" +\fBvcsh\fR [\fIoptions\fR] \fIcommand\fR @@ -64,7 +64,7 @@ Index: vcsh/vcsh.1 +\fBvcsh\fR run \fIrepo\fR \fIshell command\fR +. +.P -+\fBvcsh\fR setup \fIrepo\fR ++\fBvcsh\fR upgrade \fIrepo\fR +. +.P +\fBvcsh\fR version @@ -85,7 +85,7 @@ Index: vcsh/vcsh.1 +\fBvcsh\fR allows you to have several \fBgit\fR(1) repositories, all maintaining their working trees in $HOME without clobbering each other\. That, in turn, means you can have one repository per config set (zsh, vim, ssh, etc), picking and choosing which configs you want to use on which machine\. +. +.P -+\fBvcsh\fR is using a technique called fake bare git repositories, keeping \fI$GIT_DIR\fR in a different directory from \fI$GIT_WORK_TREE\fR which is pointed to \fI$HOME\fR\. ++\fBvcsh\fR is using a technique called fake bare Git repositories, keeping \fI$GIT_DIR\fR in a different directory from \fI$GIT_WORK_TREE\fR which is pointed to \fI$HOME\fR\. +. +.P +The use of symlinks is not needed in this setup, making for a cleaner setup\. @@ -159,8 +159,8 @@ Index: vcsh/vcsh.1 +Please note that there is a somewhat magic feature for run\. Instead of \fIrepo\fR it accepts \fIpath\fR, as well\. Anything that has a slash in it will be assumed to be a path\. \fBvcsh run\fR will then operate on this directory instead of the one normally generated from the repository\'s name\. This is needed to support mr and other scripts properly and of no concern to an interactive user\. +. +.TP -+setup -+Set up repository with recommended settings\. ++upgrade ++Upgrade repository to currently recommended settings\. +. +.TP +version @@ -172,7 +172,7 @@ Index: vcsh/vcsh.1 +. +.TP +write\-gitignore -+Write \.gitignore\.d/\fIrepo\fR via git ls\-files\. ++Write \.gitignore\.d/\fIrepo\fR via \fBgit ls\-files\fR\. +. +.TP +\fIrepo\fR \fIgitcommand\fR @@ -183,7 +183,7 @@ Index: vcsh/vcsh.1 +Shortcut to run \fBvcsh enter <repo>\fR\. +. +.SH "ENVIRONMENT" -+As noted earlier, \fBvcsh\fR will set \fI$GIT_DIR\fR and \fI$GIT_WORK_TREE\fR to the appropriate values for fake bare git repositories\. ++As noted earlier, \fBvcsh\fR will set \fI$GIT_DIR\fR and \fI$GIT_WORK_TREE\fR to the appropriate values for fake bare Git repositories\. +. +.SH "CONFIG" +There are several ways to turn the various knobs on \fBvcsh\fR\. In order of ascending precedence, they are: @@ -266,7 +266,7 @@ Index: vcsh/vcsh.1 +If you want to create hooks for a specific \fIvcsh\fR repository, simply prepend the repository\'s name, followed by a dot, i\.e\. <zsh\.pre\-run>\. Otherwise, the same rules as above apply\. The dot between the repository\'s name and the hook is mandatory, though\. +. +.P -+Available hooks are \fIpre\-enter\fR, \fIpost\-enter\fR, \fIpre\-run\fR, \fIpost\-run\fR, \fIpre\-setup\fR, and \fIpost\-setup\fR\. If you need more, vcsh is trivial to patch, but please let upstream know so we can ship them by default\. ++Available hooks are \fIpre\-enter\fR, \fIpost\-enter\fR, \fIpre\-run\fR, \fIpost\-run\fR, \fIpre\-upgrade\fR, and \fIpost\-upgrade\fR\. If you need more, vcsh is trivial to patch, but please let upstream know so we can ship them by default\. +. +.SH "DETAILED HOWTO AND FURTHER READING" +Manpages are often short and sometimes useless to glean best practices from\. While the author tried to avoid this in this case, manpages can not cover detailed howtos\. @@ -293,7 +293,7 @@ Index: vcsh/vcsh.1 +Like most people, the author initially made do with a single repository for all config files, all of which were soft\-linked into \fI$HOME\fR\. +. +.P -+Martin F\. Krafft aka madduck came up with the concept of fake bare git repositories\. ++Martin F\. Krafft aka madduck came up with the concept of fake bare Git repositories\. +. +.P +vcsh was initally written by madduck\. This version is a re\-implementation from scratch with a lot more features\. madduck graciously agreed to let the author take over the name\. -- GitLab