Control: tags 1031448 + patch Control: tags 1031448 + pending Dear maintainer,
I've prepared an NMU for flashrom (versioned as 1.3.0-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru flashrom-1.3.0/debian/changelog flashrom-1.3.0/debian/changelog --- flashrom-1.3.0/debian/changelog 2023-02-06 12:32:07.000000000 +0200 +++ flashrom-1.3.0/debian/changelog 2023-02-25 17:13:29.000000000 +0200 @@ -1,3 +1,13 @@ +flashrom (1.3.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove no longer used debian/flashrom.pc + (pkg-config file is now generated during the build). + * libflashrom-dev: Remove the unnecessary Requires.private + from flashrom.pc. (Closes: #1031448) + + -- Adrian Bunk <b...@debian.org> Sat, 25 Feb 2023 17:13:29 +0200 + flashrom (1.3.0-2) unstable; urgency=medium * d/rules: diff -Nru flashrom-1.3.0/debian/flashrom.pc flashrom-1.3.0/debian/flashrom.pc --- flashrom-1.3.0/debian/flashrom.pc 2020-03-05 02:45:52.000000000 +0200 +++ flashrom-1.3.0/debian/flashrom.pc 1970-01-01 02:00:00.000000000 +0200 @@ -1,9 +0,0 @@ -prefix=/usr -libdir=${prefix}/lib/x86_64-linux-gnu -includedir=${prefix}/include/flashrom - -Name: flashrom -Description: library to interact with flashrom -Version: 1.2 -Libs: -L${libdir} -lflashrom -Cflags: -I${includedir} diff -Nru flashrom-1.3.0/debian/rules flashrom-1.3.0/debian/rules --- flashrom-1.3.0/debian/rules 2023-02-06 12:32:07.000000000 +0200 +++ flashrom-1.3.0/debian/rules 2023-02-25 17:13:29.000000000 +0200 @@ -44,3 +44,4 @@ override_dh_auto_install: dh_auto_install -Smeson + perl -ni -e '/Requires.private.*/ or print' debian/tmp/usr/lib/*/pkgconfig/flashrom.pc