From 11cc03ebd75de9aa568af95276cfef1318fb1aa8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Aug 2025 01:29:46 +0200 Subject: [PATCH] Debian: Depend on debhelper 13 (both Bookworm and Trixie) --- Makefile | 4 ++-- NEWS | 9 +++++++++ debian/compat | 1 - debian/control | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 debian/compat 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/ -- 2.47.3