summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdgit1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ed7fd90..f945a3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ dgit (2.9~) unstable; urgency=low
* Cope when cloning suite which doesn't receive uploads,
like testing. Closes:#842621.
* Properly fetch all archive dgit view tags, as we intended.
+ * Actually provide a -p (--package=) option (!)
--
diff --git a/dgit b/dgit
index f494bb4..aab59b3 100755
--- a/dgit
+++ b/dgit
@@ -5562,6 +5562,7 @@ defvalopt '', '-k', '.+', \$keyid;
defvalopt '--existing-package','', '.*', \$existing_package;
defvalopt '--build-products-dir','','.*', \$buildproductsdir;
defvalopt '--clean', '', $cleanmode_re, \$cleanmode;
+defvalopt '--package', '-p', $package_re, \$package;
defvalopt '--quilt', '', $quilt_modes_re, \$quilt_mode;
defvalopt '', '-C', '.+', sub {