diff options
author | 2020-12-20 17:05:42 -0500 | |
---|---|---|
committer | 2020-12-20 17:05:42 -0500 | |
commit | 9631eb43a2107aaf54e1d2f2cf63216132e24e0d (patch) | |
tree | f9eb32b7b9ebbe5c8bdde1818356683da8dda9bf | |
parent | fd5889478187ac34c2be2c0e286f46649d6599fa (diff) | |
download | cmst-9631eb43a2107aaf54e1d2f2cf63216132e24e0d.tar.bz2 cmst-9631eb43a2107aaf54e1d2f2cf63216132e24e0d.tar.xz cmst-9631eb43a2107aaf54e1d2f2cf63216132e24e0d.tar.zst |
d/compat, d/control: Drop d/compat in favor of debhelper-compat, bump to 13.
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 1324a39..3219636 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Uploaders: Unit 193 <unit193@ubuntu.com>, ChangZhuo Chen (陳昌倬) <czchen@debian.org>, Alf Gaida <agaida@siduction.org> -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake Standards-Version: 4.4.0 |