NAME

dsc2git - wrapper around archives2git to process debian source packages

SYNOPSIS

dsc2git [dsc2git_opts] [--] archives2git_args

DESCRIPTION

dsc2git passes the --unpack and --strip-ext options to archives2git so that it unpacks Debian source packages.

OPTIONS

--dpkg-source-args args

Line-separated list of arguments passed to dpkg-source(1).

--help, --helpm

EXAMPLES

 $ 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)

SEE ALSO

archives2git(1), dpkg-source(1)