summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2020-01-18 22:18:15 -0800
committerRuss Allbery <rra@debian.org>2020-02-25 09:43:24 -0800
commit11893ac533211af96c1b64b19430d21968247481 (patch)
treee1c63d9dafe9b7175f8eade7078a54d16dabdd0c
parente276912f5677b5cfdcc54220f48f8e1891109b7b (diff)
Remove Build-Depends for testing
The tests require Docker so we're not going to run them.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 4ef163a..8ddc8ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ yadm (2.3.0-1) UNRELEASED; urgency=medium
* Update to new upstream version 2.3.0.
* Update build commands to use the upstream make install target but
remove some files that are installed by the packaging in other ways.
+ * Remove build dependencies for the tests since they require Docker and
+ thus are disabled.
* Update to debhelper compatibility level V12.
- Depend on debhelper-compat instead of using debian/compat.
* Update to standards version 4.4.1.
diff --git a/debian/control b/debian/control
index db8595f..c979fbd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,7 @@ Priority: optional
Section: utils
Maintainer: Yao-Po Wang <blue119@gmail.com>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
-Build-Depends: debhelper-compat (= 12),
- bats,
- expect,
- shellcheck,
+Build-Depends: debhelper-compat (= 12)
Rules-Requires-Root: no
Standards-Version: 4.4.1
Homepage: https://github.com/TheLocehiliosan/yadm
diff --git a/debian/rules b/debian/rules
index 2d9d80d..9ae6651 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,5 +18,5 @@ override_dh_auto_install:
override_dh_installchangelogs:
dh_installchangelogs CHANGES
+# The test requires Docker, so it is disabled.
override_dh_auto_test:
- # The test needs home directory, so it is disabled.