[Pkg-cups-devel] r842 - in cupsys/trunk: . debian debian/local

Martin Pitt mpitt at alioth.debian.org
Tue Sep 2 09:44:35 UTC 2008


Author: mpitt
Date: Tue Sep  2 09:44:35 2008
New Revision: 842

Log:
Add debian/local/cups.ufw.profile: "ufw" firewall profile. Install it
for Ubuntu builds only for now, until ufw enters Debian as well. Thanks to
Didier Roche and Jamie Strandboge! (https://launchpad.net/bugs/261903)

Added:
   cupsys/trunk/debian/local/cups.ufw.profile
Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/rules

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Tue Sep  2 09:44:35 2008
@@ -26,7 +26,6 @@
     debian/control, debian/rules: Added pdftoijs filter.
 
   [ Johan Kiviniemi ]
-
   * debian/filters/pstopdf:
     - Adobe Reader generates DRM-infested PostScript from encrypted PDF files.
       This PostScript contains code which stops Ghostscript with an error when
@@ -43,8 +42,11 @@
   * debian/rules: Enable PIE and other compiler flags security enhancements
     with DEB_BUILD_HARDENING=1. Add hardening-wrapper build dependency. Thanks
     to Kees Cook!
+  * Add debian/local/cups.ufw.profile: "ufw" firewall profile. Install it
+    for Ubuntu builds only for now, until ufw enters Debian as well. Thanks to
+    Didier Roche and Jamie Strandboge! (https://launchpad.net/bugs/261903)
 
- -- Martin Pitt <mpitt at debian.org>  Tue, 02 Sep 2008 10:44:32 +0200
+ -- Martin Pitt <mpitt at debian.org>  Tue, 02 Sep 2008 10:57:01 +0200
 
 cups (1.3.8-5) experimental; urgency=low
 

Added: cupsys/trunk/debian/local/cups.ufw.profile
==============================================================================
--- (empty file)
+++ cupsys/trunk/debian/local/cups.ufw.profile	Tue Sep  2 09:44:35 2008
@@ -0,0 +1,5 @@
+[CUPS]
+title=Common UNIX Printing System server
+description=CUPS is a printing system with support for IPP, samba, lpd, and other protocols.
+ports=631
+

Modified: cupsys/trunk/debian/rules
==============================================================================
--- cupsys/trunk/debian/rules	(original)
+++ cupsys/trunk/debian/rules	Tue Sep  2 09:44:35 2008
@@ -75,9 +75,10 @@
 	# the system-config-printer applet
 	install -D -m 644 packaging/cups-dbus.conf $(DEB_DESTDIR)/../cups/etc/dbus-1/system.d/cups.conf
 
-	# Install AppArmor profile on Ubuntu
+	# Install AppArmor and ufw profile on Ubuntu
 	if [ "`lsb_release -is 2>/dev/null`" = "Ubuntu" ]; then \
 	   install -D -m 644 debian/local/apparmor-profile debian/$(cdbs_curpkg)/etc/apparmor.d/usr.sbin.cupsd; \
+	   install -D -m 644 debian/local/cups.ufw.profile debian/$(cdbs_curpkg)/etc/ufw/applications.d/cups; \
 	fi
 
 	# Install documentation of the PDF CUPS filters



More information about the Pkg-cups-devel mailing list