Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian....@packages.debian.org
Usertags: pu


As written in #1006183 [1] and #1005813 [2], the Debian Edu team has a somewhat strange handling of config files. In order to make their life a bit easier, they asked to add another file entry to the apparmor configuration of cups-filters.
Do you mind allowing this change for Bullseye as well?

The same patch was already uploaded to Testing/Unstable and nobody complained yet.

  Thorsten


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006183
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005813
diff -Nru cups-filters-1.28.7/debian/apparmor/usr.sbin.cups-browsed 
cups-filters-1.28.7/debian/apparmor/usr.sbin.cups-browsed
--- cups-filters-1.28.7/debian/apparmor/usr.sbin.cups-browsed   2021-01-08 
10:40:57.000000000 +0100
+++ cups-filters-1.28.7/debian/apparmor/usr.sbin.cups-browsed   2022-03-14 
22:03:02.000000000 +0100
@@ -15,6 +15,9 @@
   /var/log/cups/* rw,
   /tmp/** rw,
 
+  # Courtesy to the Debian Edu team...
+  /etc/cups/cups-browsed-debian-edu.conf r,
+
   # Site-specific additions and overrides. See local/README for details.
   #include <local/usr.sbin.cups-browsed>
 }
diff -Nru cups-filters-1.28.7/debian/changelog 
cups-filters-1.28.7/debian/changelog
--- cups-filters-1.28.7/debian/changelog        2021-01-08 10:40:57.000000000 
+0100
+++ cups-filters-1.28.7/debian/changelog        2022-03-14 22:03:02.000000000 
+0100
@@ -1,3 +1,12 @@
+cups-filters (1.28.7-1+deb11u1) bullseye; urgency=medium
+
+  * debian/apparmor/usr.sbin.cups-browsed: Allow reading from Debian Edu's
+    cups-browsed config file (/etc/cups/cups-browsed-debian-edu.conf).
+    (Closes: #1006183). (patch provided by Mike Gabriel)
+  * debian/control: add myself to Uploaders:
+
+ -- Thorsten Alteholz <deb...@alteholz.de>  Mon, 14 Mar 2022 22:03:02 +0100
+
 cups-filters (1.28.7-1) unstable; urgency=medium
 
   * 1.28.7 upstream release
diff -Nru cups-filters-1.28.7/debian/control cups-filters-1.28.7/debian/control
--- cups-filters-1.28.7/debian/control  2021-01-08 10:40:57.000000000 +0100
+++ cups-filters-1.28.7/debian/control  2022-03-14 22:03:02.000000000 +0100
@@ -1,7 +1,8 @@
 Source: cups-filters
 Maintainer: Debian Printing Team <debian-print...@lists.debian.org>
 Uploaders: Till Kamppeter <till.kamppe...@gmail.com>,
-           Didier Raboud <o...@debian.org>
+           Didier Raboud <o...@debian.org>,
+           Thorsten Alteholz <deb...@alteholz.de>
 Section: net
 Priority: optional
 Build-Depends: autoconf,

Reply via email to