Your message dated Mon, 11 Nov 2024 17:42:56 +0000
with message-id <e1tayre-002imx...@fasolo.debian.org>
and subject line Bug#1086437: Removed package(s) from unstable
has caused the Debian Bug report #956626,
regarding dhcpcanon systemd unit fails at boot due to missing debhelper
apparmor integration
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
956626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dhcpcanon
Severity: normal
X-Debbugs-CC: whonix-de...@whonix.org
Debian buster dhcpcanon_0.8.5-2_all.deb debian/postinst lacks apparmor
integration which should be auto added by debhelper.
sudo aa-enforce /etc/apparmor.d/sbin.dhcpcanon
ERROR: Include file /etc/apparmor.d/local/sbin.dhcpcanon not found
Workaround:
sudo touch /etc/apparmor.d/local/sbin.dhcpcanon
For example /var/lib/dpkg/info/man-db.postinst has:
```
# Automatically added by dh_apparmor/2.13.2-7
if [ "$1" = "configure" ]; then
APP_PROFILE="/etc/apparmor.d/usr.bin.man"
if [ -f "$APP_PROFILE" ]; then
# Add the local/ include
LOCAL_APP_PROFILE="/etc/apparmor.d/local/usr.bin.man"
test -e "$LOCAL_APP_PROFILE" || {
mkdir -p `dirname "$LOCAL_APP_PROFILE"`
install --mode 644 /dev/null "$LOCAL_APP_PROFILE"
}
# Reload the profile, including any abstraction updates
if aa-enabled --quiet 2>/dev/null; then
apparmor_parser -r -T -W "$APP_PROFILE" || true
fi
fi
fi
# End automatically added section
```
--- End Message ---
--- Begin Message ---
Version: 0.8.5-2.2+rm
Dear submitter,
as the package dhcpcanon has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1086437
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---