aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/compat1
-rw-r--r--debian/control6
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 6bef073..bb20654 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,18 @@ Source: apturl
Section: admin
Priority: optional
Maintainer: Linux Mint <root@linuxmint.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper-compat (= 10),
+ dh-sequence-python3,
intltool,
python3-dev,
python3-distutils-extra,
+ lsb-release,
X-Python3-Version: >= 3.2
Standards-Version: 3.9.3
Package: apturl-common
Architecture: all
Depends: ${python3:Depends},
- ${shlibs:Depends},
${misc:Depends},
python3-apt,
python3-aptdaemon,
@@ -29,7 +30,6 @@ Description: install packages using the apt protocol - common data
Package: apturl
Architecture: all
Depends: ${python3:Depends},
- ${shlibs:Depends},
${misc:Depends},
apturl-common (= ${binary:Version}),
python3-gi,