From 7b7da101607d593caf9708aba7dbf84750c6b2c8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jul 2013 14:12:24 -0400 Subject: [PATCH] renaming --- README | 2 ++ debian/changelog | 4 +++- debian/control | 11 ++++++----- debian/rules | 2 +- mr | 12 ++++++------ webcheckout | 2 +- 6 files changed, 19 insertions(+), 14 deletions(-) diff --git a/README b/README index 58f967a..750186d 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +myrepos, a tool to manage all your version control repos + You have a lot of version control repositories. Sometimes you want to update them all at once. Or push out all your local changes. You use special command lines in some repositories to implement specific workflows. diff --git a/debian/changelog b/debian/changelog index e86a142..7dae909 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -mr (1.16) UNRELEASED; urgency=low +myrepos (1.16) UNRELEASED; urgency=low + * The package is renamed to myrepos. It Provides mr, so can still be + installed by that name. The mr command is not renamed. * Add make install rule. Thanks, v4hn diff --git a/debian/control b/debian/control index 7189dc4..c1b9233 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,20 @@ -Source: mr +Source: myrepos Section: vcs Priority: optional Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0) Maintainer: Joey Hess Standards-Version: 3.9.3 -Homepage: http://joeyh.name/code/mr/ -Vcs-Git: git://git.kitenet.net/mr +Homepage: http://myrepos.branchable.com/ +Vcs-Git: git://myrepos.branchable.com/ -Package: mr +Package: myrepos Architecture: all Section: vcs Depends: ${misc:Depends} Suggests: subversion, git-core | git (>= 1:1.7), cvs, bzr, mercurial, darcs, fossil, vcsh, liburi-perl, curl +Provides: mr Recommends: libwww-perl, libhtml-parser-perl, perl -Description: Multiple Repository management tool +Description: a tool to manage all your version control repos The mr(1) command can checkout, update, or perform other actions on a set of repositories as if they were one combined respository. It supports any combination of git, svn, mercurial, bzr, darcs, cvs, vcsh, diff --git a/debian/rules b/debian/rules index d688d4b..d1c5d97 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ # Not intended for use by anyone except the author. announcedir: - @echo ${HOME}/src/joeywiki/code/mr/news + @echo ${HOME}/src/myrepos/doc/news diff --git a/mr b/mr index 4d77368..435fabb 100755 --- a/mr +++ b/mr @@ -2,7 +2,7 @@ =head1 NAME -mr - a Multiple Repository management tool +mr - a tool to manage all your version control repos =head1 SYNOPSIS @@ -40,11 +40,11 @@ B [options] remember action [params ...] =head1 DESCRIPTION -B is a Multiple Repository management tool. It can checkout, update, or -perform other actions on a set of repositories as if they were one combined -repository. It supports any combination of subversion, git, cvs, mercurial, -bzr, darcs, fossil and veracity repositories, and support for other version -control systems can easily be added. +B is a tool to manage all your version control repos. It can checkout, +update, or perform other actions on a set of repositories as if they were +one combined repository. It supports any combination of subversion, git, +cvs, mercurial, bzr, darcs, fossil and veracity repositories, and support +for other version control systems can easily be added. B cds into and operates on all registered repositories at or below your working directory. Or, if you are in a subdirectory of a repository that diff --git a/webcheckout b/webcheckout index 0c93eef..e48d9de 100755 --- a/webcheckout +++ b/webcheckout @@ -61,7 +61,7 @@ Copyright 2009 Joey Hess Licensed under the GNU GPL version 2 or higher. -This program is included in mr +This program is included in myrepos =cut -- 2.39.2