chiark / gitweb /
Remove DGET_UNPACK from the environment in case the user has set it.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Aug 2013 17:31:37 +0000 (18:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Aug 2013 17:31:37 +0000 (18:31 +0100)
debian/changelog
dgit

index 39cbff19781e649a5c57a1f4b97a8c234e08c63d..badf374dbbdbd763d3f6a80fa0c4940ee948cc14 100644 (file)
@@ -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 9602b9891951ebacaae42b818396d25b21447e59..e1b07977fb58ccc23b4f708ee7c3fe0190439fc0 100755 (executable)
--- 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) {