#822768 myrepos: Consider popular VCS software as Recommends

#822768#5
Date:
2016-04-27 10:04:59 UTC
From:
To:
Dear Maintainer,

Hello Joey,

myrepos/debian/control has these lines

<copyandpaste>
Section: vcs
Depends:
 ${misc:Depends}
Suggests:
 ack-grep,
 bzr,
 curl,
 cvs,
 darcs,
 fossil,
 git-core | git (>= 1:1.7),
 kdesdk-scripts,
 liburi-perl,
 mercurial,
 subversion,
 subversion-tools,
 vcsh
Provides:
 mr
Replaces:
 mr
Recommends:
 libhtml-parser-perl,
 libio-pty-easy-perl,
 libwww-perl,
 perl
Description: tool to manage all your version control repos
</copyandpaste>

That means that none version control system
will be installed upon `aptitude install myrepos`

Please consider to move subversion and git
from "Suggests:" to "Recommends:"

That I ask for git and subversion is because I think
those two are the most popular VCS.


Regards
Geert Stappers
While reading https://wiki.debian.org/DebianInstaller/CheckOut

#822768#10
Date:
2016-04-27 10:31:34 UTC
From:
To:
Hello Richih,

Saying hi to Joey was a mixture of happy memories and reading in changelog
<copyandpaste>
myrepos (1.20160123) UNRELEASED; urgency=medium

  * Strip .git extension when registering vsch repositories.
    Thanks, Don March
  * Disable git pager when mr status runs git stash list.