[Initscripts-ng-commits] r748 - in /trunk/src/insserv/debian: changelog patches/60_disable_cfgfilter_stat.dpatch patches/61_default_stop_changed_from_empty.dpatch patches/62_warn_on_missing_required_fields.dpatch patches/63_warn_on_missing_default_fields.dpatch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon May 19 14:20:45 UTC 2008


Author: kelmo-guest
Date: Mon May 19 14:20:45 2008
New Revision: 748

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=748
Log:
Add a note to new patches to relate them to a case function of the test
suite.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/60_disable_cfgfilter_stat.dpatch
    trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch
    trunk/src/insserv/debian/patches/62_warn_on_missing_required_fields.dpatch
    trunk/src/insserv/debian/patches/63_warn_on_missing_default_fields.dpatch

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=748&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Mon May 19 14:20:45 2008
@@ -38,8 +38,10 @@
     63_warn_on_missing_default_fields to enable warnings by default about
     missing Provides, Required-Start, Required-Stop, Default-Start or
     Default-Stop  LSB comment keywords.
-
- -- Kel Modderman <kel at otaku42.de>  Mon, 19 May 2008 23:52:35 +1000
+  * Add a note to new patches to relate them to a case function of the test
+    suite.
+
+ -- Kel Modderman <kel at otaku42.de>  Tue, 20 May 2008 00:19:55 +1000
 
 insserv (1.11.0-8) unstable; urgency=low
 

Modified: trunk/src/insserv/debian/patches/60_disable_cfgfilter_stat.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/60_disable_cfgfilter_stat.dpatch?rev=748&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/60_disable_cfgfilter_stat.dpatch (original)
+++ trunk/src/insserv/debian/patches/60_disable_cfgfilter_stat.dpatch Mon May 19 14:20:45 2008
@@ -1,10 +1,17 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 60_disable_cfgfilter_stat.dpatch by Kel Modderman <kel at otaku42.de>
 ##
-## DP: The call to stat in scandir filter is flawed, it does not stat
+## DP: Goal: Make sure /etc/insserv.conf.d/* are used.
+## DP:
+## DP: Fixes: none
+## DP:
+## DP: Status: Applied upstream
+## DP:
+## DP: Notes: The call to stat in scandir filter is flawed, it does not stat
 ## DP: full path to file and prevents /etc/insserv.conf.d/* from being
 ## DP: used. The filter function is called at one other location, and a
 ## DP: stat + IS_REG() test is done before that.
+## DP: test_insserv_conf_d test suite case exposes this situation.
 
 @DPATCH@
 diff -urNad insserv~/insserv.c insserv/insserv.c

Modified: trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch?rev=748&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch (original)
+++ trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch Mon May 19 14:20:45 2008
@@ -11,6 +11,8 @@
 ## DP:
 ## DP: Status: Not yet sumbitted upstream. Contact has been made to rebase
 ## DP: patch against development tree (not in version control).
+## DP:
+## DP: Notes: test_adding_stop test suite case exposes this situation.
 
 @DPATCH@
 diff -urNad insserv~/insserv.c insserv/insserv.c

Modified: trunk/src/insserv/debian/patches/62_warn_on_missing_required_fields.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/62_warn_on_missing_required_fields.dpatch?rev=748&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/62_warn_on_missing_required_fields.dpatch (original)
+++ trunk/src/insserv/debian/patches/62_warn_on_missing_required_fields.dpatch Mon May 19 14:20:45 2008
@@ -9,6 +9,8 @@
 ## DP: Fixes: none
 ## DP:
 ## DP: Status: Intend to submit upstream.
+## DP:
+## DP: Notes: test_broken_header test suite case exposes this situation.
 
 @DPATCH@
 diff -urNad insserv~/insserv.c insserv/insserv.c

Modified: trunk/src/insserv/debian/patches/63_warn_on_missing_default_fields.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/63_warn_on_missing_default_fields.dpatch?rev=748&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/63_warn_on_missing_default_fields.dpatch (original)
+++ trunk/src/insserv/debian/patches/63_warn_on_missing_default_fields.dpatch Mon May 19 14:20:45 2008
@@ -10,6 +10,9 @@
 ## DP: Fixes: none
 ## DP:
 ## DP: Status: Intend to submit upstream.
+## DP:
+## DP: Notes: test_no_default_start and test_no_default_stop test suite cases
+## DP: expose this situation.
 
 @DPATCH@
 diff -urNad insserv~/insserv.c insserv/insserv.c




More information about the Initscripts-ng-commits mailing list