Comment 3 for bug 1809452

Revision history for this message
Iain Buclaw (iainb) wrote :

Having built and installed upstream packages (http://repo.saltstack.com/py3/ubuntu/18.04/amd64/latest/)

With the following changes.

---
diff -pur salt_2018.3.3+ds.orig/debian/control salt_2018.3.3+ds/debian/control
--- salt_2018.3.3+ds.orig/debian/control 2018-05-30 21:24:18.000000000 +0200
+++ salt_2018.3.3+ds/debian/control 2018-12-21 13:43:36.409794340 +0100
@@ -28,7 +28,7 @@ Depends: python3-apt,
          python3-msgpack (>= 0.4),
          python3-pkg-resources,
          python3-requests,
- python3-tornado (>= 4.2.1), python3-tornado (<< 5),
+ python3-tornado (>= 4.2.1), python3-tornado (<< 6),
          python3-yaml,
          python3-systemd,
          python3-psutil,
diff -pur salt_2018.3.3+ds.orig/debian/rules salt_2018.3.3+ds/debian/rules
--- salt_2018.3.3+ds.orig/debian/rules 2017-12-21 21:33:17.000000000 +0100
+++ salt_2018.3.3+ds/debian/rules 2018-12-21 13:44:07.311516770 +0100
@@ -28,3 +28,5 @@ override_dh_auto_build:
 ## dh_fixperms
 ## chmod 2750 debian/salt-common/var/log/salt
 ## chown root:adm debian/salt-common/var/log/salt
+
+override_dh_auto_test:
---

The running the program without arguments does not throw an exception, but neither does the program seem to be usable (that may be more due to botched build rather than anything else).