From 71d19fa01b7e54953397898fffd9156776cb9e1a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 24 Apr 2020 00:02:48 -0500 Subject: [PATCH] Modernize package and make the watch file work. --- debian/compat | 1 - debian/control | 4 ++-- debian/copyright | 2 +- debian/watch | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 debian/compat 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 6044b74..63d1370 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Priority: optional Maintainer: Lubuntu Developers Uploaders: Simon Quigley Build-Depends: cmake, - debhelper (>= 11), + debhelper-compat (= 12), libjson-glib-dev, libmagic-dev, lxqt-build-tools -Standards-Version: 4.1.5 +Standards-Version: 4.5.0 Homepage: https://github.com/lxqt/lxqt-archiver Vcs-Browser: https://phab.lubuntu.me/source/lxqt-archiver/ Vcs-Git: https://phab.lubuntu.me/source/lxqt-archiver.git diff --git a/debian/copyright b/debian/copyright index f139829..f512f2e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Copyright: 2001-2012 The Free Software Foundation, Inc. License: GPL-2+ Files: debian/* -Copyright: 2018 Lubuntu Developers +Copyright: 2018-2020 Lubuntu Developers License: GPL-2+ License: GPL-2+ diff --git a/debian/watch b/debian/watch index fc7d141..e437958 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=4 -opts="pgpsigurlmangle=s/$/.asc/" \ -https://github.com/lxqt/lxqt-archiver/releases .*/lxqt-archiver-([\d\.]+).tar.xz +https://github.com/lxqt/lxqt-archiver/releases .*/([\d\.]+).tar.gz