Bug#865167: patch
I am uploading a LowNMU to DELAYED/10 in order to fix this.diff -Nru ijs-0.35/debian/changelog ijs-0.35/debian/changelog --- ijs-0.35/debian/changelog 2019-08-16 12:15:57.0 +0200 +++ ijs-0.35/debian/changelog 2023-06-12 11:51:51.0 +0200 @@ -1,3 +1,10 @@ +ijs (0.35-15.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build-depend on automake. Closes: #865167. + + -- Bastian Germann Mon, 12 Jun 2023 11:51:51 +0200 + ijs (0.35-15) unstable; urgency=medium * Rename patches, and document patch micro policy in source. diff -Nru ijs-0.35/debian/control ijs-0.35/debian/control --- ijs-0.35/debian/control 2019-08-16 12:06:28.0 +0200 +++ ijs-0.35/debian/control 2023-06-12 11:35:05.0 +0200 @@ -6,7 +6,7 @@ Build-Depends: cdbs, autotools-dev, libtool, - automake1.11, + automake, autoconf, debhelper (>= 9~), Build-Depends-Indep: docbook, diff -Nru ijs-0.35/debian/rules ijs-0.35/debian/rules --- ijs-0.35/debian/rules 2019-05-11 12:13:27.0 +0200 +++ ijs-0.35/debian/rules 2023-06-12 11:35:15.0 +0200 @@ -18,9 +18,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. DEB_AUTO_UPDATE_LIBTOOL = pre -DEB_AUTO_UPDATE_AUTOCONF = 2.68 -DEB_AUTO_UPDATE_ACLOCAL = 1.11 -DEB_AUTO_UPDATE_AUTOMAKE = 1.11 +DEB_AUTO_UPDATE_AUTOCONF = 2.69 +DEB_AUTO_UPDATE_ACLOCAL = 1.16 +DEB_AUTO_UPDATE_AUTOMAKE = 1.16 DEB_AUTOMAKE_ARGS = --add-missing include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk
Bug#1055387: jbig2dec: CVE-2023-46361
Control: tags -1 patch Please use the patch at https://git.ghostscript.com/?p=jbig2dec.git;a=commit;h=ee53a7e4bc7819d32e8c0b2057885bcc97586bf3
Bug#1099811: tea4cups: Please migrate away from CDBS and python-distutils.mk
Control: tags -1 patch I am including a debdiff and am uploading the changes as NMU to DELAYED/2. diff -Nru tea4cups-3.14~alpha0+svn3576/debian/changelog tea4cups-3.14~alpha0+svn3576/debian/changelog --- tea4cups-3.14~alpha0+svn3576/debian/changelog 2019-12-03 10:35:08.0 +0100 +++ tea4cups-3.14~alpha0+svn3576/debian/changelog 2025-03-31 21:15:34.0 +0200 @@ -1,3 +1,11 @@ +tea4cups (3.14~alpha0+svn3576-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop unnecessary Build-Depends: subversion, svn2cl | subversion-tools. + * Add Depends: python3-requests. (Closes: #1002642) + + -- Bastian Germann Mon, 31 Mar 2025 21:15:34 +0200 + tea4cups (3.14~alpha0+svn3576-2) unstable; urgency=medium * debian/patches: diff -Nru tea4cups-3.14~alpha0+svn3576/debian/control tea4cups-3.14~alpha0+svn3576/debian/control --- tea4cups-3.14~alpha0+svn3576/debian/control 2019-12-03 10:34:41.0 +0100 +++ tea4cups-3.14~alpha0+svn3576/debian/control 2025-03-31 21:14:19.0 +0200 @@ -6,8 +6,6 @@ Build-Depends: debhelper (>= 9), cdbs, python3, - subversion, - svn2cl | subversion-tools (<< 1.7.5) Standards-Version: 4.4.1 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/printing-team/tea4cups
Bug#1100126: ippsample: Unused B-D on libmupdf-dev
Source: ippsample Version: 0.0~git20220607.72f89b3-1 Severity: important Please drop the unused libmupdf-dev, which is not available on mips64el anymore and is not used by ippsample.
Bug#1042570: ippsample: ippserver and ippfind are non-functional
The problem is that with the bookworm version, the commit https://github.com/istopwg/ippsample/commit/6a7111610948c91185899aaa909b76e5229406fc was included, which depends on libcups3 which is still in pre-release phase, and the library is not included with the package. Please consider reverting to Debian revision 0.0~git20220215.f365352-1 for both unstable and bookworm, which builds with the cups version available in Debian.