summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.