aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-09-21 23:55:03 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-09-22 00:02:08 +0600
commit1b03b656857c0fe744e6a9ec7f161b3b55f408f3 (patch)
tree38c2472826ca62145110941de80621c7505584a2
parentbb9e457a8d2e5afa73db7f6e1619f775620d0556 (diff)
downloadapturl-1b03b656857c0fe744e6a9ec7f161b3b55f408f3.tar.gz
apturl-1b03b656857c0fe744e6a9ec7f161b3b55f408f3.zip
Update compat levelHEADmaster
Signed-off-by: Mubashshir <ahm@jadupc.com>
-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,