From: Martin Mares Date: Sat, 9 Aug 2025 23:29:46 +0000 (+0200) Subject: Debian: Depend on debhelper 13 (both Bookworm and Trixie) X-Git-Tag: v1.2.2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=11cc03ebd75de9aa568af95276cfef1318fb1aa8;p=paperjam.git Debian: Depend on debhelper 13 (both Bookworm and Trixie) --- diff --git a/Makefile b/Makefile index b2447b5..ed6e895 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.2.1 -YEAR=2024 +VERSION=1.2.2 +YEAR=2025 BUILD_DATE:=$(shell date '+%Y-%m-%d') BUILD_COMMIT:=$(shell if git rev-parse >/dev/null 2>/dev/null ; then git describe --always --tags ; else echo '' ; fi) diff --git a/NEWS b/NEWS index cf88240..556d520 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 1.2.2 (2025-08-10) + + o Compability with newer versions of libqpdf. + o Packaging for Debian Trixie. + +Version 1.2.1 (2024-10-04) + + o Compile with C++17. + Version 1.2 (2022-08-21) o Automatic page rotation based on the /Rotate key. 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 ed43b28..05a9f4a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: paperjam Section: ucw Priority: optional Maintainer: Martin Mares -Build-Depends: debhelper (>=10~), asciidoc, libqpdf-dev, libpaper-dev +Build-Depends: debhelper-compat (= 13), asciidoc, libqpdf-dev, libpaper-dev Standards-Version: 4.1.4 Homepage: http://mj.ucw.cz/sw/paperjam/