X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=58567498f8ca50032cb67e1db29345d107c04c00;hp=0bf0585bd78c379c973276acb1681b5fcc37f114;hb=5ed00ff3ed9037f29a6718888525e32731947da2;hpb=fd0b402409d2f2b04c56bf596d9c387f8cc748f7 diff --git a/dgit b/dgit index 0bf0585b..58567498 100755 --- a/dgit +++ b/dgit @@ -49,6 +49,9 @@ our (@git) = qw(git); our (@dget) = qw(dget); our (@dput) = qw(dput); our (@debsign) = qw(debsign); +our (@gpg) = qw(gpg); +fixme should be in manual +fixme should pass this to debsign our (@sbuild) = qw(sbuild -A); our (@dpkgbuildpackage) = qw(dpkg-buildpackage -i\.git/ -I.git); our (@dpkgsource) = qw(dpkg-source -i\.git/ -I.git); @@ -59,6 +62,7 @@ our (@changesopts) = (''); our %opts_opt_map = ('dget' => \@dget, 'dput' => \@dput, 'debsign' => \@debsign, + 'gpg' => \@gpg, 'sbuild' => \@sbuild, 'dpkg-source' => \@dpkgsource, 'dpkg-buildpackage' => \@dpkgbuildpackage,