From 2ba6f915109c9f9f3c0e4deca1f3fa0984021878 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih@debian.org> Date: Sat, 14 Dec 2013 00:43:28 +0100 Subject: [PATCH] Update quilt patch for pre-compiled manpage --- debian/patches/precompiled_manpage.patch | 39 +++++++++++++++++------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/debian/patches/precompiled_manpage.patch b/debian/patches/precompiled_manpage.patch index 7c53c51..1463561 100644 --- a/debian/patches/precompiled_manpage.patch +++ b/debian/patches/precompiled_manpage.patch @@ -1,13 +1,13 @@ Index: vcsh/Makefile =================================================================== ---- vcsh.orig/Makefile 2013-08-30 21:19:01.292144100 +0200 -+++ vcsh/Makefile 2013-08-30 21:19:01.288144100 +0200 -@@ -19,11 +19,11 @@ +--- vcsh.orig/Makefile 2013-12-14 00:40:02.258057858 +0100 ++++ vcsh/Makefile 2013-12-14 00:41:26.270056065 +0100 +@@ -23,11 +23,11 @@ manpages: $(manpages) -$(self).1: doc/$(self).1.ronn -- ronn < doc/$(self).1.ronn > $(self).1 +- $(RONN) < doc/$(self).1.ronn > $(self).1 || rm $(self).1 +$(self).1: + : @@ -20,12 +20,12 @@ Index: vcsh/Makefile Index: vcsh/vcsh.1 =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ vcsh/vcsh.1 2013-08-30 21:18:32.700145472 +0200 -@@ -0,0 +1,317 @@ ++++ vcsh/vcsh.1 2013-12-14 00:38:51.770059363 +0100 +@@ -0,0 +1,334 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. -+.TH "VCSH" "1" "August 2013" "" "" ++.TH "VCSH" "1" "December 2013" "" "" +. +.SH "NAME" +\fBvcsh\fR \- Version Control System for $HOME \- multiple Git repositories in $HOME @@ -70,7 +70,7 @@ Index: vcsh/vcsh.1 +\fBvcsh\fR run \fIrepo\fR \fIshell command\fR +. +.P -+\fBvcsh\fR status ++\fBvcsh\fR status [\fIrepo\fR] +. +.P +\fBvcsh\fR upgrade \fIrepo\fR @@ -132,6 +132,10 @@ Index: vcsh/vcsh.1 +If you need to clone a bundle of repositories, look into the \fBpost\-clone\-retired\fR hook\. +. +.TP ++commit ++Commit in all repositories ++. ++.TP +delete +Delete an existing repository\. +. @@ -180,7 +184,7 @@ Index: vcsh/vcsh.1 +. +.TP +status -+Show statuses of all vcsh repositories\. ++Show statuses of all/one vcsh repositories\. +. +.TP +upgrade @@ -248,6 +252,19 @@ Index: vcsh/vcsh.1 +.IP +Defaults to \fIexact\fR\. +. ++.TP ++\fI$VCSH_VCSH_WORKTREE\fR ++Can be \fIabsolute\fR, or \fIrelative\fR\. ++. ++.IP ++\fIabsolute\fR will set an absolute path; defaulting to \fI$HOME\fR\. ++. ++.IP ++\fIrelative\fR will set a path relative to \fI$GIT_DIR\fR\. ++. ++.IP ++Defaults to \fIabsolute\fR\. ++. +.P +Less interesting knobs you could turn: +. @@ -293,7 +310,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\-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\. ++Available hooks are \fIpre\-clone\fR, \fIpost\-clone\fR, \fIpost\-clone\-retired\fR, \fIpre\-command\fR, \fIpost\-command\fR, \fIpre\-enter\fR, \fIpost\-enter\fR, \fIpre\-init\fR, \fIpost\-init\fR, \fIpre\-pull\fR, \fIpost\-pull\fR, \fIpre\-push\fR, \fIpost\-push\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\. @@ -329,7 +346,7 @@ Index: vcsh/vcsh.1 +This manpage and \fBvcsh\fR itself were written by Richard "RichiH" Hartmann\. +. +.SH "COPYRIGHT" -+Copyright 2011\-2013 Richard Hartmann \fIrichih\.mailinglist@gmail\.com\fR ++Copyright 2011\-2013 Richard Hartmann \fIrichih@debian\.org\fR +. +.P +Licensed under the GNU GPL version 2 or higher\. -- GitLab