Re: xournalpp_1.3.1-1~bpo13+1_multi.changes REJECTED
Matthias Geiger <[email protected]> Fri, 23 Jan 2026 22:43:52 +0100
| Newsgroups | gmane.linux.debian.backports.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 23 Jan 2026 20:01, Micha Lenk <[email protected]> wrote: > > Changes to debian/rules and debian/.gitignore are not mentioned in the debian/changelog entry for 1.3.1-1~bpo13+1 > > > > === > > Please feel free to respond to this email if you don't understand why > your files were rejected, or if you upload new files which address our > concerns. > Hi Micha, I had to disable dh_dwz since building the backport failed (child process died). dh_dwz has no real value anyway, and does not impact the usability of the package. Does the following diff look agreeable to you? ``` diff --git a/debian/changelog b/debian/changelog index 89d7d33cd..17c9f5982 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xournalpp (1.3.1-1~bpo13+1) trixie-backports; urgency=medium + + * Rebuild for trixie-backports (Closes: #1124227) + * d/rules: Don't run dwz since it keeps failing + + -- Matthias Geiger <[email protected]> Wed, 21 Jan 2026 17:05:16 +0100 + xournalpp (1.3.1-1) unstable; urgency=medium [ Roland Lötscher ] diff --git a/debian/control b/debian/control index 2b2b21e5e..71f14eda4 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: xournalpp Maintainer: Barak A. Pearlmutter <[email protected]> -Uploaders: Mike Gabriel <[email protected]> +Uploaders: Mike Gabriel <[email protected]>, Matthias Geiger <[email protected]> Section: x11 Standards-Version: 4.7.3 Build-Depends: debhelper-compat (= 13), cmake, diff --git a/debian/rules b/debian/rules index b2509059e..8437cd60b 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,6 @@ execute_after_dh_auto_install: -rm debian/xournalpp/usr/share/xournalpp/ui/README.md override_dh_dwz: - dh_dwz --no-dwz-multifile override_dh_auto_configure: dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_CPPTRACE=OFF ``` No idea what's up with the gitignore; I did a straight debcheckout followed by dch --bpo. best, werdahias