[Demudi-commits] r1544 - das-watchdog/trunk/debian

free-guest at alioth.debian.org free-guest at alioth.debian.org
Mon Aug 6 23:58:55 UTC 2007


Author: free-guest
Date: 2007-08-06 23:58:55 +0000 (Mon, 06 Aug 2007)
New Revision: 1544

Modified:
   das-watchdog/trunk/debian/changelog
   das-watchdog/trunk/debian/control
   das-watchdog/trunk/debian/rules
Log:
releasing version 0.3.1-2

Modified: das-watchdog/trunk/debian/changelog
===================================================================
--- das-watchdog/trunk/debian/changelog	2007-08-06 23:43:37 UTC (rev 1543)
+++ das-watchdog/trunk/debian/changelog	2007-08-06 23:58:55 UTC (rev 1544)
@@ -1,3 +1,10 @@
+das-watchdog (0.3.1-2) unstable; urgency=low
+
+  * should be started on installation and on reboots (Closes: #428062)
+  * short description is broken (Closes: #427471)
+
+ -- Free Ekanayaka <freee at debian.org>  Tue,  7 Aug 2007 01:36:41 +0200
+
 das-watchdog (0.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #426463)

Modified: das-watchdog/trunk/debian/control
===================================================================
--- das-watchdog/trunk/debian/control	2007-08-06 23:43:37 UTC (rev 1543)
+++ das-watchdog/trunk/debian/control	2007-08-06 23:58:55 UTC (rev 1544)
@@ -9,12 +9,12 @@
 Package: das-watchdog
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, xbase-clients
-Description: general watchdog for the linux operating system that
+Description: solves system lock-ups by making all processes non-realtime
  Das_Watchdog is a general watchdog for the linux operating system that
  should be run in the background at all times to ensure a realtime process
  won't hang the machine.
  .
- Das_Watchdog is inspired by the rt_watchdog program from  Florian Schmidt,
+ Das_Watchdog is inspired by the rt_watchdog program from Florian Schmidt,
  but has some improvements over it:
   * It works with 2.4 kernels as well as 2.6.
   * Instead of permanently setting all realtime processes to run

Modified: das-watchdog/trunk/debian/rules
===================================================================
--- das-watchdog/trunk/debian/rules	2007-08-06 23:43:37 UTC (rev 1543)
+++ das-watchdog/trunk/debian/rules	2007-08-06 23:58:55 UTC (rev 1544)
@@ -8,8 +8,9 @@
 DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/
 
-install::
+binary-post-install/das-watchdog::
 	ln -s ../das_watchdog.rc debian/das-watchdog.init
+	dh_installinit
 
 clean::
 	rm -f debian/das-watchdog.init




More information about the Demudi-commits mailing list