From d108fea16fc64c5b963630cfa6e80d72d93848b9 Mon Sep 17 00:00:00 2001 From: Lukas Oyen Date: Tue, 5 Sep 2017 15:24:44 +0200 Subject: [PATCH 1/3] Bug #44390: python-u-lib: add dependency on rdate --- base/univention-lib/debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/univention-lib/debian/control b/base/univention-lib/debian/control index fba9bf4..230fe82 100644 --- a/base/univention-lib/debian/control +++ b/base/univention-lib/debian/control @@ -21,7 +21,8 @@ Depends: ${python:Depends}, python-ldb, python-samba, python-ldap, - python-imaging + python-imaging, + rdate Provides: ${python:Provides} Description: UCS - common scripting functions for Python scripts This package contains Python functions used by various -- 2.7.4 From 5f9cffc9b7577d23cc046ff03c49e9c60039ce29 Mon Sep 17 00:00:00 2001 From: Lukas Oyen Date: Tue, 5 Sep 2017 15:25:00 +0200 Subject: [PATCH 2/3] Bug #44390: univention-system-setup: add dependency on rdate --- base/univention-system-setup/debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/base/univention-system-setup/debian/control b/base/univention-system-setup/debian/control index 0dfb9fa..cd349cb 100644 --- a/base/univention-system-setup/debian/control +++ b/base/univention-system-setup/debian/control @@ -35,6 +35,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-univention-lib (>= 4.0.5-2), univention-ipcalc (>= 5), gettext-base, + rdate Breaks: univention-system-setup-boot (<< 8.1.63-5) Recommends: univention-management-console-module-setup, rdate, -- 2.7.4 From 94d0f6de144f6f0d71f89946a0c9e0e2fcf86daf Mon Sep 17 00:00:00 2001 From: Lukas Oyen Date: Tue, 5 Sep 2017 15:25:33 +0200 Subject: [PATCH 3/3] Bug #44390: umc-module-adtakeover: add dependency on umc-module-setup --- .../univention-management-console-module-adtakeover/debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/management/univention-management-console-module-adtakeover/debian/control b/management/univention-management-console-module-adtakeover/debian/control index 54cfe12..985f687 100644 --- a/management/univention-management-console-module-adtakeover/debian/control +++ b/management/univention-management-console-module-adtakeover/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>> 7), Package: univention-management-console-module-adtakeover Architecture: all Depends: univention-management-console-server, + univention-management-console-module-setup, univention-s4-connector, python-univention-lib (>= 3.0.26-37), fping -- 2.7.4