summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-25 16:14:23 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-26 01:20:43 +0100
commit327fecf4641356b70796191492b1b88c0eb11c0c (patch)
treeeffaaffa7ef36881e9ad4a840ed4b8dacfb2198a
parent4726b7cafa20d7dfe20d82f8c56f8aa19670c30e (diff)
git-debrebase: Prepare for calling debchange
* Add it to the .deb dependencies * Add tstunt/debchange to the gdr tests Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/control2
-rw-r--r--tests/lib-gdr2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a36b357..5bc2a65 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Description: git interoperability with the Debian archive
dgit clone and dgit fetch construct git commits from uploads.
Package: git-debrebase
-Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl,
+Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts,
${misc:Depends}
Recommends: dgit, git-buildpackage
Architecture: all
diff --git a/tests/lib-gdr b/tests/lib-gdr
index e6af12a..251143e 100644
--- a/tests/lib-gdr
+++ b/tests/lib-gdr
@@ -3,6 +3,8 @@
: ${GDR_TEST_DEBUG=-D}
export GDR_TEST_DEBUG
+t-tstunt debchange
+
t-git-debrebase () {
local gdr=${DGIT_GITDEBREBASE_TEST-git-debrebase}
: '