[Pkg-cups-devel] r304 - cupsys/branches/cups-1.2-ubuntu/debian

Martin Pitt mpitt at costa.debian.org
Fri Jul 21 15:46:21 UTC 2006


Author: mpitt
Date: Fri Jul 21 15:46:18 2006
New Revision: 304

Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/changelog
   cupsys/branches/cups-1.2-ubuntu/debian/cupsys.postinst
   cupsys/branches/cups-1.2-ubuntu/debian/rules

Log:
import 1.2.1-2ubuntu3.patch upload

Modified: cupsys/branches/cups-1.2-ubuntu/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/changelog	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/changelog	Fri Jul 21 15:46:18 2006
@@ -1,8 +1,8 @@
-cupsys (1.2.1-2ubuntu3) UNRELEASED-edgy; urgency=low
+cupsys (1.2.1-2ubuntu3) edgy; urgency=low
 
-  * 
+  * Remove stop links from rc0 and rc6
 
- -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 27 Jun 2006 16:16:15 +0200
+ -- Scott James Remnant <scott at ubuntu.com>  Thu, 20 Jul 2006 22:13:25 +0100
 
 cupsys (1.2.1-2ubuntu2) edgy; urgency=low
 

Modified: cupsys/branches/cups-1.2-ubuntu/debian/cupsys.postinst
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/cupsys.postinst	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/cupsys.postinst	Fri Jul 21 15:46:18 2006
@@ -215,6 +215,13 @@
 	     ln -s /etc/ssl/private/ssl-cert-snakeoil.key /etc/cups/ssl/server.key
 	     adduser cupsys ssl-cert
 	fi
+
+
+	# Remove shutdown and reboot links; this init script does not need them.
+	if dpkg --compare-versions "$2" lt "1.2.1-2ubuntu3"; then
+	    rm -f /etc/rc0.d/K19cupsys /etc/rc6.d/K19cupsys
+	fi
+
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Modified: cupsys/branches/cups-1.2-ubuntu/debian/rules
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/rules	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/rules	Fri Jul 21 15:46:18 2006
@@ -20,7 +20,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --with-optim=$(DEB_OPTFLAGS) --libdir=/usr/lib --mandir=/usr/share/man --with-docdir=/usr/share/cups/doc-root --enable-slp --enable-libpaper --enable-ssl --enable-gnutls --disable-openssl --enable-threads --enable-static --disable-pdftops --disable-launchd --with-cups-user=cupsys --with-cups-group=lp --with-system-groups=lpadmin --enable-privilege-dropping
 DEB_MAKE_INSTALL_TARGET := install BUILDROOT=$(DEB_DESTDIR)
-DEB_DH_INSTALLINIT_ARGS := -u'defaults 19'
+DEB_DH_INSTALLINIT_ARGS := -u'multiuser 19'
 
 clean::
 	-rm core



More information about the Pkg-cups-devel mailing list