Author: dnusinow Date: 2006-05-16 23:57:35 -0400 (Tue, 16 May 2006) New Revision: 2163
Modified: trunk/debian/xorg/debian/changelog trunk/debian/xorg/debian/control trunk/debian/xorg/debian/x11-common.postinst.in Log: * Re-add call to update-rc.d and invoke-rc.d in x11-common postinst * Bump standards version to 3.7.2.0 Modified: trunk/debian/xorg/debian/changelog =================================================================== --- trunk/debian/xorg/debian/changelog 2006-05-17 03:35:05 UTC (rev 2162) +++ trunk/debian/xorg/debian/changelog 2006-05-17 03:57:35 UTC (rev 2163) @@ -31,8 +31,10 @@ for helping hammer this out. (closes: #362885, #363699) * Add missing quotes in 20x11-common_process-args. Thanks Greg Kochanski. (closes: #347481) + * Re-add call to update-rc.d and invoke-rc.d in x11-common postinst + * Bump standards version to 3.7.2.0 - -- David Nusinow <[EMAIL PROTECTED]> Tue, 16 May 2006 23:34:40 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 16 May 2006 23:56:47 -0400 xorg (1:7.0.18) unstable; urgency=low Modified: trunk/debian/xorg/debian/control =================================================================== --- trunk/debian/xorg/debian/control 2006-05-17 03:35:05 UTC (rev 2162) +++ trunk/debian/xorg/debian/control 2006-05-17 03:57:35 UTC (rev 2163) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> -Standards-Version: 3.6.1 +Standards-Version: 3.7.2.0 Build-Depends: dpkg (>= 1.7.0), po-debconf, debhelper (>= 4.1.16) Package: x11-common Modified: trunk/debian/xorg/debian/x11-common.postinst.in =================================================================== --- trunk/debian/xorg/debian/x11-common.postinst.in 2006-05-17 03:35:05 UTC (rev 2162) +++ trunk/debian/xorg/debian/x11-common.postinst.in 2006-05-17 03:57:35 UTC (rev 2163) @@ -117,8 +117,14 @@ fi fi +if [ -e /etc/init.d/x11-common ]; then + update-rc.d x11-common start 70 S . +fi + #DEBHELPER# +invoke-rc.d x11-common start || true + exit 0 # vim:set ai et sts=2 sw=2 tw=80: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]