dsc2git - wrapper around archives2git to process debian source packages
dsc2git [dsc2git_opts] [--] archives2git_args
dsc2git passes the --unpack and --strip-ext options to archives2git so that it unpacks Debian source packages.
Line-separated list of arguments passed to dpkg-source(1).
$ debsnap dash
$ git init dash-deb.git; cd dash-deb.git
$ IFS=$'\n'
$ dsc2git --dpkg-source-args $'--no-check\n--skip-patches' \
$(ls -1 ../source-dash/*.dsc |grep -v \~bpo |sort -V)
archives2git(1), dpkg-source(1)