From: Joey Hess Date: Sun, 14 Oct 2007 18:25:12 +0000 (-0400) Subject: releasing version 0.1 X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/adc607b0b5563afe596fdfa73347ea1cb9f1da49 releasing version 0.1 --- diff --git a/debian/changelog b/debian/changelog index 88bf521..767966a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ mr (0.1) unstable; urgency=low * First release. - -- Joey Hess Wed, 10 Oct 2007 22:37:19 -0400 + -- Joey Hess Sun, 14 Oct 2007 14:14:40 -0400 diff --git a/debian/control b/debian/control index 740bfbc..37323d5 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Description: a Multiple Repository management tool It is extremely configurable via simple shell scripting. Some examples of things it can be configured to do include: . - * Update a repository no more frequently than once every twelve hours. - * Run an arbitrary command before committing to a repository. - * When updating a git repository, pull from two different upstreams - and merge the two together. + * Update a repository no more frequently than once every twelve hours. + * Run an arbitrary command before committing to a repository. + * When updating a git repository, pull from two different upstreams + and merge the two together. diff --git a/debian/rules b/debian/rules index 9a7e694..a537c15 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f build: - ./mr help > mr.1 + pod2man -c mr mr > mr.1 clean: dh_testdir diff --git a/mr b/mr index a5ff4de..f725318 100755 --- a/mr +++ b/mr @@ -1,6 +1,7 @@ #!/usr/bin/perl #man{{{ + =head1 NAME mr - a Multiple Repository management tool @@ -227,6 +228,7 @@ Licensed under the GNU GPL version 2 or higher. http://kitenet.net/~joey/code/mr/ =cut + #}}} use warnings;