From helmut at subdivi.de Sat Dec 3 11:50:48 2022 From: helmut at subdivi.de (Helmut Grohne) Date: Sat, 3 Dec 2022 12:50:48 +0100 Subject: Bug#1025444: vdr-plugin-femon FTCBFS: misses compiler flags due to using the build architecture pkg-config Message-ID: Source: vdr-plugin-femon Version: 2.4.0-5 Tags: patch User: debian-cross at lists.debian.org Usertags: ftcbfs vdr-plugin-femon fails to cross build from source, because it uses the build architecture pkg-config and thus misses out on relevant compiler flags. It has rather precise ideas on where to locate vdr.pc in order to support being vendored even though Debian doesn't vendor it. As such, changing the pkg-config invocation is probably not acceptable upstream. Instead, I propose forcing the Debian location of the .pc file. I'm attaching a patch for your convenience. Helmut -------------- next part -------------- diff --minimal -Nru vdr-plugin-femon-2.4.0/debian/changelog vdr-plugin-femon-2.4.0/debian/changelog --- vdr-plugin-femon-2.4.0/debian/changelog 2022-01-12 09:21:10.000000000 +0100 +++ vdr-plugin-femon-2.4.0/debian/changelog 2022-12-03 10:32:00.000000000 +0100 @@ -1,3 +1,10 @@ +vdr-plugin-femon (2.4.0-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Force correct location of vdr.pc. (Closes: #-1) + + -- Helmut Grohne Sat, 03 Dec 2022 10:32:00 +0100 + vdr-plugin-femon (2.4.0-5) unstable; urgency=medium * Fix debian/watch diff --minimal -Nru vdr-plugin-femon-2.4.0/debian/rules vdr-plugin-femon-2.4.0/debian/rules --- vdr-plugin-femon-2.4.0/debian/rules 2022-01-12 09:21:10.000000000 +0100 +++ vdr-plugin-femon-2.4.0/debian/rules 2022-12-03 10:31:56.000000000 +0100 @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/dpkg/architecture.mk +export VDRDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig + %: dh $@ --with vdrplugin From marillat at debian.org Sun Dec 18 09:16:52 2022 From: marillat at debian.org (Christian Marillat) Date: Sun, 18 Dec 2022 10:16:52 +0100 Subject: Bug#1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" Message-ID: <167135501224.130858.7924818424011576609.reportbug@christian.marillat.net> Package: vdr-dev Version: 2.6.0-1+b1 Severity: normal Dear Maintainer, I don't know if this is a bug in debhelepr or in vdr-dev Feel free to reassign if needed. ,---- | dh_vdrplugin_depends: warning: Unescaped newlines in the value of a substvars can cause broken substvars files (see #1025714). | dh_vdrplugin_depends: warning: Hint: If you really need a newline character, provide it as "${Newline}". | dh_vdrplugin_depends: error: Bug in helper: The substvar must not contain a raw newline character (vdr:Depends=vdr-abi-2.6.0-debian\n) `---- Christian -- System Information: Debian Release: bookworm/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.0.13 (SMP w/24 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) Versions of packages vdr-dev depends on: ii debhelper 13.11.3 ii linux-libc-dev 6.0.12-1 vdr-dev recommends no packages. Versions of packages vdr-dev suggests: ii dh-make 2.202204 ii make 4.3-4.1 -- no debconf information From niels at thykier.net Sun Dec 18 09:46:41 2022 From: niels at thykier.net (Niels Thykier) Date: Sun, 18 Dec 2022 10:46:41 +0100 Subject: Bug#1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" In-Reply-To: <167135501224.130858.7924818424011576609.reportbug@christian.marillat.net> References: <167135501224.130858.7924818424011576609.reportbug@christian.marillat.net> <167135501224.130858.7924818424011576609.reportbug@christian.marillat.net> <167135501224.130858.7924818424011576609.reportbug@christian.marillat.net> Message-ID: Control: severity -1 serious On Sun, 18 Dec 2022 10:16:52 +0100 Christian Marillat wrote: > Package: vdr-dev > Version: 2.6.0-1+b1 > Severity: normal > > Dear Maintainer, > > I don't know if this is a bug in debhelepr or in vdr-dev > > Feel free to reassign if needed. > > ,---- > | dh_vdrplugin_depends: warning: Unescaped newlines in the value of a substvars can cause broken substvars files (see #1025714). > | dh_vdrplugin_depends: warning: Hint: If you really need a newline character, provide it as "${Newline}". > | dh_vdrplugin_depends: error: Bug in helper: The substvar must not contain a raw newline character (vdr:Depends=vdr-abi-2.6.0-debian\n) > `---- > > Christian > > > [...] It is a bug in `dh_vdrplugin_depends` / vdr-dev. The package name is "vdr-abi-2.6.0-debian" without a newline in it. If you were to add a version to this dependency then we would have ended with the invalid substitution contents: """ vdr:Depends=vdr-abi-2.6.0-debian (>= 2.6.0) """ which would have caused a parse error at dpkg-gencontrol time. Without a version, you *often* get away without issues (but there are still cases where this could go wrong) In the concrete case, a version is unlikely to be added (as it is embedded in the package name), but the newline could still cause grief in other cases. Therefore, debhelper is now taking a "strict" approach to substvars. Thanks, ~Niels From owner at bugs.debian.org Sun Dec 18 10:06:04 2022 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 18 Dec 2022 10:06:04 +0000 Subject: Processed: Re: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" References: <167135501224.130858.7924818424011576609.reportbug@christian.marillat.net> Message-ID: Processing control commands: > severity -1 serious Bug #1026310 [vdr-dev] vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" Severity set to 'serious' from 'normal' -- 1026310: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026310 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From fabstz-it at yahoo.fr Mon Dec 19 16:09:15 2022 From: fabstz-it at yahoo.fr (Fab Stz) Date: Mon, 19 Dec 2022 17:09:15 +0100 Subject: w-scan: new pull request References: <2327033.PpMrJm7i6g.ref@debian> Message-ID: <2327033.PpMrJm7i6g@debian> Hello, I created a merge request for w-scan ~2 months ago. Would you please have a look and merge? It would be great if that could be uploaded before the freeze. https://salsa.debian.org/vdr-team/w-scan/-/merge_requests/1 Changelog: * New upstream version 20210218 * update d/watch & remove debian/repack-upstream.sh * remove support_fno-common_compilation patch - fixed upstream * update to debhelper 13 & Standards-Version: 4.6.1 * update Homepage Regards Fab From lucas at debian.org Tue Dec 20 17:04:08 2022 From: lucas at debian.org (Lucas Nussbaum) Date: Tue, 20 Dec 2022 18:04:08 +0100 Subject: Bug#1026475: vdr-plugin-remote: FTBFS: make: *** [debian/rules:7: binary] Error 25 Message-ID: Source: vdr-plugin-remote Version: 0.7.0-6 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lucas at debian.org Usertags: ftbfs-20221220 ftbfs-bookworm Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<>' > install -D libvdr-remote.so /<>/debian/vdr-plugin-remote/usr/lib/vdr/plugins/libvdr-remote.so.2.6.0 > install -D -m644 po/de_DE.mo /<>/debian/vdr-plugin-remote/usr/share/locale/de_DE/LC_MESSAGES/vdr-remote.mo > install -D -m644 po/fi_FI.mo /<>/debian/vdr-plugin-remote/usr/share/locale/fi_FI/LC_MESSAGES/vdr-remote.mo > install -D -m644 po/fr_FR.mo /<>/debian/vdr-plugin-remote/usr/share/locale/fr_FR/LC_MESSAGES/vdr-remote.mo > install -D -m644 po/it_IT.mo /<>/debian/vdr-plugin-remote/usr/share/locale/it_IT/LC_MESSAGES/vdr-remote.mo > install -D -m644 po/pl_PL.mo /<>/debian/vdr-plugin-remote/usr/share/locale/pl_PL/LC_MESSAGES/vdr-remote.mo > install -D -m644 po/ru_RU.mo /<>/debian/vdr-plugin-remote/usr/share/locale/ru_RU/LC_MESSAGES/vdr-remote.mo > make[1]: Leaving directory '/<>' > dh_install > dh_vdrplugin_enable > dh_installdocs > dh_installchangelogs > dh_perl > dh_link > dh_strip_nondeterminism > Normalized debian/vdr-plugin-remote/usr/share/locale/it_IT/LC_MESSAGES/vdr-remote.mo > Normalized debian/vdr-plugin-remote/usr/share/locale/fr_FR/LC_MESSAGES/vdr-remote.mo > Normalized debian/vdr-plugin-remote/usr/share/locale/ru_RU/LC_MESSAGES/vdr-remote.mo > Normalized debian/vdr-plugin-remote/usr/share/locale/de_DE/LC_MESSAGES/vdr-remote.mo > Normalized debian/vdr-plugin-remote/usr/share/locale/fi_FI/LC_MESSAGES/vdr-remote.mo > Normalized debian/vdr-plugin-remote/usr/share/locale/pl_PL/LC_MESSAGES/vdr-remote.mo > dh_compress > dh_fixperms > dh_missing > dh_dwz -a > dh_strip -a > dh_makeshlibs -a > dh_shlibdeps -a > dh_vdrplugin_depends > dh_vdrplugin_depends: warning: Unescaped newlines in the value of a substvars can cause broken substvars files (see #1025714). > dh_vdrplugin_depends: warning: Hint: If you really need a newline character, provide it as "${Newline}". > dh_vdrplugin_depends: error: Bug in helper: The substvar must not contain a raw newline character (vdr:Depends=vdr-abi-2.6.0-debian\n) > make: *** [debian/rules:7: binary] Error 25 The full build log is available from: http://qa-logs.debian.net/2022/12/20/vdr-plugin-remote_0.7.0-6_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas at debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lucas at debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime. From lucas at debian.org Tue Dec 20 17:03:58 2022 From: lucas at debian.org (Lucas Nussbaum) Date: Tue, 20 Dec 2022 18:03:58 +0100 Subject: Bug#1026533: vdr-plugin-femon: FTBFS: make: *** [debian/rules:7: binary] Error 25 Message-ID: Source: vdr-plugin-femon Version: 2.4.0-5 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lucas at debian.org Usertags: ftbfs-20221220 ftbfs-bookworm Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<>' > IN /<>/debian/vdr-plugin-femon/usr/lib/vdr/plugins/libvdr-femon.so.2.6.0 > install -D libvdr-femon.so /<>/debian/vdr-plugin-femon/usr/lib/vdr/plugins/libvdr-femon.so.2.6.0 > IN /<>/debian/vdr-plugin-femon/usr/share/locale/de_DE/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/de_DE.mo /<>/debian/vdr-plugin-femon/usr/share/locale/de_DE/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/es_ES/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/es_ES.mo /<>/debian/vdr-plugin-femon/usr/share/locale/es_ES/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/et_EE/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/et_EE.mo /<>/debian/vdr-plugin-femon/usr/share/locale/et_EE/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/fi_FI/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/fi_FI.mo /<>/debian/vdr-plugin-femon/usr/share/locale/fi_FI/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/fr_FR/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/fr_FR.mo /<>/debian/vdr-plugin-femon/usr/share/locale/fr_FR/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/hu_HU/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/hu_HU.mo /<>/debian/vdr-plugin-femon/usr/share/locale/hu_HU/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/it_IT/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/it_IT.mo /<>/debian/vdr-plugin-femon/usr/share/locale/it_IT/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/lt_LT/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/lt_LT.mo /<>/debian/vdr-plugin-femon/usr/share/locale/lt_LT/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/pl_PL/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/pl_PL.mo /<>/debian/vdr-plugin-femon/usr/share/locale/pl_PL/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/ru_RU/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/ru_RU.mo /<>/debian/vdr-plugin-femon/usr/share/locale/ru_RU/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/sk_SK/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/sk_SK.mo /<>/debian/vdr-plugin-femon/usr/share/locale/sk_SK/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/uk_UA/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/uk_UA.mo /<>/debian/vdr-plugin-femon/usr/share/locale/uk_UA/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/zh_CN/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/zh_CN.mo /<>/debian/vdr-plugin-femon/usr/share/locale/zh_CN/LC_MESSAGES/vdr-femon.mo > IN /<>/debian/vdr-plugin-femon/usr/share/locale/zh_TW/LC_MESSAGES/vdr-femon.mo > install -D -m644 po/zh_TW.mo /<>/debian/vdr-plugin-femon/usr/share/locale/zh_TW/LC_MESSAGES/vdr-femon.mo > make[1]: Leaving directory '/<>' > dh_vdrplugin_enable > dh_installdocs > dh_installchangelogs > dh_perl > dh_link > dh_strip_nondeterminism > Normalized debian/vdr-plugin-femon/usr/share/locale/uk_UA/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/fr_FR/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/it_IT/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/ru_RU/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/zh_TW/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/sk_SK/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/lt_LT/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/es_ES/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/et_EE/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/de_DE/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/fi_FI/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/zh_CN/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/pl_PL/LC_MESSAGES/vdr-femon.mo > Normalized debian/vdr-plugin-femon/usr/share/locale/hu_HU/LC_MESSAGES/vdr-femon.mo > dh_compress > dh_fixperms > dh_missing > dh_dwz -a > dh_strip -a > dh_makeshlibs -a > dh_shlibdeps -a > dh_vdrplugin_depends > dh_vdrplugin_depends: warning: Unescaped newlines in the value of a substvars can cause broken substvars files (see #1025714). > dh_vdrplugin_depends: warning: Hint: If you really need a newline character, provide it as "${Newline}". > dh_vdrplugin_depends: error: Bug in helper: The substvar must not contain a raw newline character (vdr:Depends=vdr-abi-2.6.0-debian\n) > make: *** [debian/rules:7: binary] Error 25 The full build log is available from: http://qa-logs.debian.net/2022/12/20/vdr-plugin-femon_2.4.0-5_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas at debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lucas at debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime. From noreply at release.debian.org Tue Dec 27 04:39:09 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:09 +0000 Subject: vdr-plugin-skinenigmang is marked for autoremoval from testing Message-ID: vdr-plugin-skinenigmang 0.1.2+git20190720-4 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:10 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:10 +0000 Subject: vdr-plugin-epgsync is marked for autoremoval from testing Message-ID: vdr-plugin-epgsync 1.0.1-8 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:09 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:09 +0000 Subject: vdr is marked for autoremoval from testing Message-ID: vdr 2.6.0-1 is marked for autoremoval from testing on 2023-01-31 It is affected by these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:11 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:11 +0000 Subject: vdr-plugin-svdrposd is marked for autoremoval from testing Message-ID: vdr-plugin-svdrposd 1.0.0-11 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:11 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:11 +0000 Subject: vdr-plugin-svdrpservice is marked for autoremoval from testing Message-ID: vdr-plugin-svdrpservice 1.0.0-10 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:09 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:09 +0000 Subject: vdr-plugin-dvbsddevice is marked for autoremoval from testing Message-ID: vdr-plugin-dvbsddevice 2.2.0-15 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:09 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:09 +0000 Subject: vdr-plugin-dvd is marked for autoremoval from testing Message-ID: vdr-plugin-dvd 0.3.6~b03+git20211216-2 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:10 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:10 +0000 Subject: vdr-plugin-osdteletext is marked for autoremoval from testing Message-ID: vdr-plugin-osdteletext 2.3.1-1 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:10 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:10 +0000 Subject: vdr-plugin-fritzbox is marked for autoremoval from testing Message-ID: vdr-plugin-fritzbox 1.5.4-2 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:11 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:11 +0000 Subject: vdr-plugin-remote is marked for autoremoval from testing Message-ID: vdr-plugin-remote 0.7.0-6 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:12 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:12 +0000 Subject: vdr-plugin-xineliboutput is marked for autoremoval from testing Message-ID: vdr-plugin-xineliboutput 2.2.0+git20211212-2.1 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:09 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:09 +0000 Subject: vdr-plugin-dvbhddevice is marked for autoremoval from testing Message-ID: vdr-plugin-dvbhddevice 2.2.0-15 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:10 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:10 +0000 Subject: vdr-plugin-femon is marked for autoremoval from testing Message-ID: vdr-plugin-femon 2.4.0-5 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:10 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:10 +0000 Subject: vdr-plugin-osdserver is marked for autoremoval from testing Message-ID: vdr-plugin-osdserver 0.1.3-22 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:10 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:10 +0000 Subject: vdr-plugin-epgsearch is marked for autoremoval from testing Message-ID: vdr-plugin-epgsearch 2.4.1-2 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:11 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:11 +0000 Subject: vdr-plugin-satip is marked for autoremoval from testing Message-ID: vdr-plugin-satip 2.4.1-2 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From noreply at release.debian.org Tue Dec 27 04:39:11 2022 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 27 Dec 2022 04:39:11 +0000 Subject: vdr-plugin-streamdev is marked for autoremoval from testing Message-ID: vdr-plugin-streamdev 0.6.1+git20180514-5 is marked for autoremoval from testing on 2023-01-31 It (build-)depends on packages with these RC bugs: 1026310: vdr-dev: dh_vdrplugin_depends fail with "error: Bug in helper:" https://bugs.debian.org/1026310 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl From dod at debian.org Thu Dec 29 15:58:33 2022 From: dod at debian.org (Dominique Dumont) Date: Thu, 29 Dec 2022 16:58:33 +0100 Subject: w-scan: new pull request In-Reply-To: <2327033.PpMrJm7i6g@debian> References: <2327033.PpMrJm7i6g.ref@debian> <2327033.PpMrJm7i6g@debian> Message-ID: <2130159.irdbgypaU6@ylum> On Monday, 19 December 2022 17:09:15 CET Fab Stz wrote: > I created a merge request for w-scan ~2 months ago. > Would you please have a look and merge? It would be great if that could be > uploaded before the freeze. > > https://salsa.debian.org/vdr-team/w-scan/-/merge_requests/1 Tobias, are you still more or less active on vdr project ? If yes, could you have a look on this PR ? All the best Dod