From 58e88fb5663b52af80c75cb9c605305eda84db9e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 8 Sep 2018 18:14:42 +0200 Subject: Bump Standards-Version to 4.2.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0827195f..a44a90a5 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Build-Depends: debhelper (>= 10.3), valac (>= 0.17.1.24), dbus , python-dbus -Standards-Version: 4.1.5 +Standards-Version: 4.2.1 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/utopia-team/network-manager.git Vcs-Browser: https://salsa.debian.org/utopia-team/network-manager -- cgit 1.3.0-6-gf8a5 From 3ae487be3e7d273af58189d2a4cf94044c6b1de3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 8 Oct 2018 16:51:11 +0200 Subject: Tighten inter-package dependencies Make sure network-manager and libnm0 are always upgraded in lockstep. Closes: #818165 --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a44a90a5..45d1f3de 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,7 @@ Architecture: linux-any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, + libnm0 (= ${binary:Version}), lsb-base, wpasupplicant, dbus, -- cgit 1.3.0-6-gf8a5 From 2034b7ef86afd9d007e5812aa1fb2a2a717ba635 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 23 Oct 2018 12:33:50 +0200 Subject: Switch to debhelper compat level 12 and dh_installsystemd --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 45d1f3de..27fa8d2b 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Utopia Maintenance Team , Sjoerd Simons , Aron Xu -Build-Depends: debhelper (>= 10.3), +Build-Depends: debhelper (>= 11.4~), automake (>= 1.12), dpkg-dev (>= 1.17.14), pkg-config, -- cgit 1.3.0-6-gf8a5