+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.
-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
-Source: mr
+Source: myrepos
Section: vcs
Priority: optional
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <joeyh@debian.org>
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,
# Not intended for use by anyone except the author.
announcedir:
- @echo ${HOME}/src/joeywiki/code/mr/news
+ @echo ${HOME}/src/myrepos/doc/news
=head1 NAME
-mr - a Multiple Repository management tool
+mr - a tool to manage all your version control repos
=head1 SYNOPSIS
=head1 DESCRIPTION
-B<mr> 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<mr> 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<mr> 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
Licensed under the GNU GPL version 2 or higher.
-This program is included in mr <http://kitenet.net/~joey/code/mr/>
+This program is included in myrepos <http://myrepos.branchable.com/>
=cut