[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r4037 - trunk/app/xdm/debian



Author: julien
Date: 2006-11-19 14:07:23 -0500 (Sun, 19 Nov 2006)
New Revision: 4037

Modified:
   trunk/app/xdm/debian/changelog
   trunk/app/xdm/debian/rules
   trunk/app/xdm/debian/xdm.init
Log:
* Add LSB dependency information to xdm's init script, using patch from
  Petter Reinholdtsen <pere@hungry.com> (closes: #335388).
* Install upstream ChangeLog.

Modified: trunk/app/xdm/debian/changelog
===================================================================
--- trunk/app/xdm/debian/changelog	2006-11-19 18:30:58 UTC (rev 4036)
+++ trunk/app/xdm/debian/changelog	2006-11-19 19:07:23 UTC (rev 4037)
@@ -4,8 +4,11 @@
     + Refresh/update all patches.
     + Drop style and whitespace changes from xdm_fixes.diff, as they won't
       apply cleanly.
+  * Add LSB dependency information to xdm's init script, using patch from
+    Petter Reinholdtsen <pere@hungry.com> (closes: #335388).
+  * Install upstream ChangeLog.
 
- -- Julien Cristau <julien.cristau@ens-lyon.org>  Sun, 19 Nov 2006 19:28:18 +0100
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Sun, 19 Nov 2006 19:59:20 +0100
 
 xdm (1:1.0.5-1) unstable; urgency=high
 

Modified: trunk/app/xdm/debian/rules
===================================================================
--- trunk/app/xdm/debian/rules	2006-11-19 18:30:58 UTC (rev 4036)
+++ trunk/app/xdm/debian/rules	2006-11-19 19:07:23 UTC (rev 4037)
@@ -106,7 +106,7 @@
 
 	dh_installdocs
 	dh_install --sourcedir=debian/tmp --list-missing
-	dh_installchangelogs
+	dh_installchangelogs ChangeLog
 	dh_installinit --noscripts
 	dh_installdebconf
 	dh_installlogrotate

Modified: trunk/app/xdm/debian/xdm.init
===================================================================
--- trunk/app/xdm/debian/xdm.init	2006-11-19 18:30:58 UTC (rev 4036)
+++ trunk/app/xdm/debian/xdm.init	2006-11-19 19:07:23 UTC (rev 4037)
@@ -20,6 +20,16 @@
 # not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA 02111-1307 USA
 
+### BEGIN INIT INFO
+# Provides:          xdm
+# Required-Start:    $local_fs $remote_fs
+# Required-Stop:     $local_fs $remote_fs
+# Should-Start:      xfs $named slapd
+# Should-Stop:       xfs $named slapd
+# Default-Start:     2 3 4 5
+# Default-Stop:      S 0 1 6
+### END INIT INFO
+
 set -e
 
 # To start xdm even if it is not the default display manager, change



Reply to: