From: Ian Jackson Date: Wed, 28 Aug 2013 17:31:37 +0000 (+0100) Subject: Remove DGET_UNPACK from the environment in case the user has set it. X-Git-Tag: debian/0.13_experimental1~1^2~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=adab6c02b46f732060d97dc19b052077b1b0e4b4 Remove DGET_UNPACK from the environment in case the user has set it. --- diff --git a/debian/changelog b/debian/changelog index 39cbff19..badf374d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dgit (0.13) unstable; urgency=low + + * Remove DGET_UNPACK from the environment in case the user has set it. + + -- + dgit (0.12) unstable; urgency=low * Cope with packages with epoch. Closes: #720897. diff --git a/dgit b/dgit index 9602b989..e1b07977 100755 --- a/dgit +++ b/dgit @@ -1247,6 +1247,8 @@ if ($ENV{$fakeeditorenv}) { quilt_fixup_editor(); } +delete $ENV{'DGET_UNPACK'}; + parseopts(); print STDERR "DRY RUN ONLY\n" if $dryrun; if (!@ARGV) {