summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-01 21:05:41 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-01 21:05:46 +0000
commit1a393c8a93e550d1e820e7d8235812899d56c224 (patch)
tree16bb03a73ff514ba63a4699170075bc64ed8348f
parentca73fdabd2066ad9f446e3cd300981fd40ec6116 (diff)
Test suite: Add fakeroot and make to Test-Depends.
These aren't necessarily pulled in by anything else. (dpkg-dev Recommends build-essential. But we don't actually need build-essential.) Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog4
-rw-r--r--debian/tests/control12
-rw-r--r--debian/tests/control.in2
3 files changed, 10 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 57e2b98..2232737 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
dgit (2.10~) unstable; urgency=medium
- *
+ * Test suite: Add fakeroot and make to Test-Depends. These aren't
+ necessarily pulled in by anything else. (dpkg-dev Recommends
+ build-essential. But we don't actually need build-essential.)
--
diff --git a/debian/tests/control b/debian/tests/control
index a9f6664..6a6d92a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,27 +1,27 @@
Tests: build-modes-gbp
Tests-Directory: tests/tests
-Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), git-buildpackage
+Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, make, git-buildpackage
Tests: dsd-clone-drs
Tests-Directory: tests/tests
-Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8)
+Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, make
Restrictions: x-dgit-intree-only x-dgit-git-only
Tests: mirror mirror-debnewgit mirror-private
Tests-Directory: tests/tests
-Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), rsync
+Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, make, rsync
Tests: build-modes-sbuild quilt-gbp-build-modes-sbuild
Tests-Directory: tests/tests
-Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), sbuild
+Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, make, sbuild
Restrictions: x-dgit-schroot-build
Tests: spelling
Tests-Directory: tests/tests
-Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8)
+Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, make
Restrictions: x-dgit-git-only
Tests: absurd-gitapply build-modes build-modes-asplit build-modes-gbp-asplit clone-clogsigpipe clone-gitnosuite clone-nogit debpolicy-dbretry debpolicy-newreject debpolicy-quilt-gbp distropatches-reject drs-clone-nogit drs-push-masterupdate drs-push-rejects dsd-clone-nogit dsd-divert fetch-localgitonly fetch-somegit-notlast gbp-orig gitconfig import-dsc import-native import-nonnative inarchivecopy mismatches-contents mismatches-dscchanges newtag-clone-nogit oldnewtagalt oldtag-clone-nogit orig-include-exclude orig-include-exclude-chkquery overwrite-chkclog overwrite-junk overwrite-splitbrains overwrite-version push-buildproductsdir push-newpackage push-nextdgit quilt quilt-gbp quilt-gbp-build-modes quilt-singlepatch quilt-splitbrains rpush tag-updates test-list-uptodate trustingpolicy-replay unrepresentable version-opt
Tests-Directory: tests/tests
-Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8)
+Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, make
diff --git a/debian/tests/control.in b/debian/tests/control.in
index 107c1d1..e61cd52 100644
--- a/debian/tests/control.in
+++ b/debian/tests/control.in
@@ -1,2 +1,2 @@
Tests-Directory: tests/tests
-Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8)
+Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, make