Control: tags 1057752 + pending
Dear maintainer, I've prepared an NMU for fpga-icestorm (versioned as 0~20230218gitd20a5e9-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru fpga-icestorm-0~20230218gitd20a5e9/debian/changelog fpga-icestorm-0~20230218gitd20a5e9/debian/changelog --- fpga-icestorm-0~20230218gitd20a5e9/debian/changelog 2023-06-13 14:52:48.000000000 +0200 +++ fpga-icestorm-0~20230218gitd20a5e9/debian/changelog 2024-06-07 21:10:15.000000000 +0200 @@ -1,3 +1,11 @@ +fpga-icestorm (0~20230218gitd20a5e9-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Delegate placement of udev files to pkg-config data (Closes: #1057752) + * Use debhelper compat 13 for substitutions in .install files + + -- Chris Hofstaedtler <[email protected]> Fri, 07 Jun 2024 21:10:15 +0200 + fpga-icestorm (0~20230218gitd20a5e9-1) unstable; urgency=medium * New upstream version 0~20230218gitd20a5e9 diff -Nru fpga-icestorm-0~20230218gitd20a5e9/debian/control fpga-icestorm-0~20230218gitd20a5e9/debian/control --- fpga-icestorm-0~20230218gitd20a5e9/debian/control 2023-05-17 21:08:04.000000000 +0200 +++ fpga-icestorm-0~20230218gitd20a5e9/debian/control 2024-06-07 21:10:14.000000000 +0200 @@ -4,11 +4,12 @@ Daniel Gröber <[email protected]> Section: electronics Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), libftdi-dev, python3, txt2man, - pkg-config + pkg-config, + systemd-dev Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/electronics-team/fpga-icestorm Vcs-Git: https://salsa.debian.org/electronics-team/fpga-icestorm.git diff -Nru fpga-icestorm-0~20230218gitd20a5e9/debian/fpga-icestorm.install fpga-icestorm-0~20230218gitd20a5e9/debian/fpga-icestorm.install --- fpga-icestorm-0~20230218gitd20a5e9/debian/fpga-icestorm.install 2023-05-17 21:08:17.000000000 +0200 +++ fpga-icestorm-0~20230218gitd20a5e9/debian/fpga-icestorm.install 2024-06-07 21:10:14.000000000 +0200 @@ -5,5 +5,5 @@ docs/*.svg usr/share/doc/fpga-icestorm/html docs/*.html usr/share/doc/fpga-icestorm/html docs/*.png usr/share/doc/fpga-icestorm/html -debian/40-fpga-icestorm.rules lib/udev/rules.d +debian/40-fpga-icestorm.rules ${env:deb_udevdir}/rules.d/ debian/at.clifford.icestorm.metainfo.xml usr/share/metainfo diff -Nru fpga-icestorm-0~20230218gitd20a5e9/debian/rules fpga-icestorm-0~20230218gitd20a5e9/debian/rules --- fpga-icestorm-0~20230218gitd20a5e9/debian/rules 2023-05-17 21:08:17.000000000 +0200 +++ fpga-icestorm-0~20230218gitd20a5e9/debian/rules 2024-06-07 21:10:14.000000000 +0200 @@ -11,6 +11,8 @@ export CHIPDB_SUBDIR=fpga-icestorm/chipdb +export deb_udevdir = $(shell pkg-config --variable=udevdir udev | sed s,^/,,) + %: dh $@

