Control: tags -1 patch
Please find a debdiff attached. This is hindering net-snmp migration, so I am uploading this as NMU to DELAYED/2.
diff -Nru pcs-0.12.1/debian/changelog pcs-0.12.1/debian/changelog --- pcs-0.12.1/debian/changelog 2025-07-17 23:05:02.000000000 +0200 +++ pcs-0.12.1/debian/changelog 2026-01-24 13:14:19.000000000 +0100 @@ -1,3 +1,10 @@ +pcs (0.12.1-2.1) unstable; urgency=medium + + * Non-maintainer upload + * Fix autopkgtest assumptions about whitespace + + -- Bastian Germann <[email protected]> Sat, 24 Jan 2026 13:14:19 +0100 + pcs (0.12.1-2) unstable; urgency=medium * d/control: require newer version of ruby-rack diff -Nru pcs-0.12.1/debian/tests/snmp pcs-0.12.1/debian/tests/snmp --- pcs-0.12.1/debian/tests/snmp 2025-04-15 22:13:22.000000000 +0200 +++ pcs-0.12.1/debian/tests/snmp 2026-01-24 12:55:28.000000000 +0100 @@ -22,7 +22,7 @@ service pacemaker start # enable localhost access to full snmp data -sed -i '/^rocommunity\s\+public/ i\ +sed -i '/^\s*rocommunity\s\+public/ i\ rocommunity public localhost' /etc/snmp/snmpd.conf service snmpd restart service pcs_snmp_agent restart

