1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: svn2git
Section: ruby
Priority: optional
Maintainer: Sascha Girrulat <sascha@girrulat.de>
Build-Depends: debhelper (>= 9),
gem2deb,
rake,
Standards-Version: 4.4.0
Homepage: https://github.com/nirvdrum/svn2git
Vcs-Git: https://salsa.debian.org/sagiru-guest/svn2git.git
Vcs-Browser: https://salsa.debian.org/sagiru-guest/svn2git
Testsuite: autopkgtest
XS-Ruby-Versions: all
Package: svn2git
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends},
ruby | ruby-interpreter,
git-svn,
# minitest (>= 0, development)
Description: Ruby tool for migrating svn projects to git
Svn2git is a tiny utility for migrating projects from Subversion to Git
while keeping the trunk, branches and tags where they should be. It uses
git-svn to clone an svn repository and does some clean-up to make sure
branches and tags are imported in a meaningful way, and that the code
checked into master ends up being what's currently in your svn trunk
rather than whichever svn branch your last commit was in.
|