> That's fair. I maintain a package of a project where I eventually > moved the upstream codebase into revision control but have been too > lazy/distracted to do the same for the debian directory (which I > realistically only update once every year or two). I'm committed to > importing that into Salsa eventually, it's just a question of when > I'll find the time.
Are you aware that you can almost fully automatically create the git history from existing uploads with git-buildpackage? gbp import-dscs --verbose --pristine-tar --create-missing-branches <packagename> Then you just push that as a new repo on Salsa and you are done with the migration.