From: Thomas Lamprecht Date: Thu, 25 May 2023 10:57:15 +0000 (+0200) Subject: d/control: define compat level via build-depends and raise to 13 X-Git-Url: https://git.proxmox.com/?p=libjs-qrcodejs.git;a=commitdiff_plain;h=61dba03b502c6123d22165af24b4f226d799256b d/control: define compat level via build-depends and raise to 13 Signed-off-by: Thomas Lamprecht --- diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 4bfd9a4..da84400 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: libjs-qrcodejs Section: web Priority: optional Maintainer: Proxmox Support Team -Standards-Version: 3.9.8 +Standards-Version: 4.6.2 Homepage: https://davidshimjs.github.io/qrcodejs/ -Build-Depends: debhelper (>= 10~), uglifyjs +Build-Depends: debhelper-compat (= 13), uglifyjs, Package: libjs-qrcodejs Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, Description: Cross-Browser JavaScript library for making QRCodes Cross-Browser QRCode generator supporting HTML5 Canvas and table tags.