Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: [email protected], [email protected] Control: affects -1 + src:flvstreamer User: [email protected] Usertags: pu
[ Reason ] 2.1c1-2 enabled additional binaries to be installed that are also included in rtmpdump. While these binaries are installed in /usr/bin and /usr/sbin, they do not produce a file conflict, but violates policy since 4.7.1.0. Hence, this upload of flvstreamer reverts this change. [ Impact ] flvstreamer and rmtpdump would continue to violte policy [ Tests ] Checked list of installed files [ Risks ] None, it is a simple revert. [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in (old)stable [x] the issue is verified as fixed in unstable [ Changes ] Revert of the change that started to build and install the additional binaries. Cheers -- Sebastian Ramacher
diff --git a/debian/changelog b/debian/changelog index 8037f0a..cc05256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +flvstreamer (2.1c1-2+deb13u1) trixie; urgency=medium + + * debian/gbp.conf: Work in debian/trixie branch + * Revert "Build and install all programs of `progs` target in Makefile + (Closes: #1098981) + + -- Sebastian Ramacher <[email protected]> Sat, 30 Aug 2025 18:28:47 +0200 + flvstreamer (2.1c1-2) unstable; urgency=medium * Team upload. diff --git a/debian/flvstreamer.install b/debian/flvstreamer.install index 3e34554..68a2363 100644 --- a/debian/flvstreamer.install +++ b/debian/flvstreamer.install @@ -1,4 +1,2 @@ -flvstreamer usr/bin -streams usr/bin -rtmpsrv usr/bin -rtmpsuck usr/bin +flvstreamer usr/bin +streams usr/bin diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..dee7f42 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +debian-branch = debian/trixie diff --git a/debian/rules b/debian/rules index 123f634..bd721e2 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh $@ override_dh_auto_build: - dh_auto_build -- progs + dh_auto_build -- flvstreamer streams override_dh_installdocs: dh_installdocs README

