[Initscripts-ng-commits] r798 - /trunk/src/insserv/debian/patches/
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Wed Jul 23 08:09:51 UTC 2008
Author: kelmo-guest
Date: Wed Jul 23 08:09:51 2008
New Revision: 798
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=798
Log:
Update status with respect to upstream of ./debian/patches/*
Modified:
trunk/src/insserv/debian/patches/11_more_warnings.dpatch
trunk/src/insserv/debian/patches/34_debian_fixedscripts.dpatch
trunk/src/insserv/debian/patches/40_segfault_virtprov.dpatch
trunk/src/insserv/debian/patches/42_loopnochangemsg.dpatch
trunk/src/insserv/debian/patches/52_shutdown_links.dpatch
trunk/src/insserv/debian/patches/53_debugoutput.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
trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch
Modified: trunk/src/insserv/debian/patches/11_more_warnings.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/11_more_warnings.dpatch?rev=798&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/11_more_warnings.dpatch (original)
+++ trunk/src/insserv/debian/patches/11_more_warnings.dpatch Wed Jul 23 08:09:51 2008
@@ -2,6 +2,8 @@
## 11_more_warnings.dpatch by Petter Reinholdtsen
Make more issues visible by using -W in addition to -Wall.
+
+Status: Applied upstream.
@DPATCH@
--- insserv-1.11.0.orig/Makefile
Modified: trunk/src/insserv/debian/patches/34_debian_fixedscripts.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/34_debian_fixedscripts.dpatch?rev=798&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/34_debian_fixedscripts.dpatch (original)
+++ trunk/src/insserv/debian/patches/34_debian_fixedscripts.dpatch Wed Jul 23 08:09:51 2008
@@ -12,6 +12,8 @@
Debian documentation stating where in the boot sequence some scripts
are expected to be located. The document referense is yet to be
recovered.
+
+Status: Unknown, does not apply upstream.
@DPATCH@
--- insserv-1.09.0.orig/insserv.c
Modified: trunk/src/insserv/debian/patches/40_segfault_virtprov.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/40_segfault_virtprov.dpatch?rev=798&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/40_segfault_virtprov.dpatch (original)
+++ trunk/src/insserv/debian/patches/40_segfault_virtprov.dpatch Wed Jul 23 08:09:51 2008
@@ -4,8 +4,7 @@
Avoid segfault when an enabled service provide a virtual system
facility.
-Status: Suspect bug is fixed upstream with changes. This patch does not
- apply to version 1.11.2
+Status: Fixed upstream
@DPATCH@
--- insserv/insserv.c
Modified: trunk/src/insserv/debian/patches/42_loopnochangemsg.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/42_loopnochangemsg.dpatch?rev=798&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/42_loopnochangemsg.dpatch (original)
+++ trunk/src/insserv/debian/patches/42_loopnochangemsg.dpatch Wed Jul 23 08:09:51 2008
@@ -5,7 +5,7 @@
existing boot sequence. Thanks to Frans Pop for the rationale for
this change.
-Status: Not applied in version 1.11.2
+Status: Applied upstream
@DPATCH@
--- insserv-1.11.0.orig/insserv.c
Modified: trunk/src/insserv/debian/patches/52_shutdown_links.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/52_shutdown_links.dpatch?rev=798&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/52_shutdown_links.dpatch (original)
+++ trunk/src/insserv/debian/patches/52_shutdown_links.dpatch Wed Jul 23 08:09:51 2008
@@ -4,9 +4,7 @@
Make sure to not not insert unwanted stop symlinks for scripts that
are already configured. BTS issue #464017.
-Status: Not applied to version 1.11.2. Although patch makes insserv behave
- correctly, I believe the fix can be done cleaner. Need to reinvestigate
- and submit.
+Status: Fixed upstream.
@DPATCH@
--- insserv-1.11.0.orig/insserv.c
Modified: trunk/src/insserv/debian/patches/53_debugoutput.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/53_debugoutput.dpatch?rev=798&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/53_debugoutput.dpatch (original)
+++ trunk/src/insserv/debian/patches/53_debugoutput.dpatch Wed Jul 23 08:09:51 2008
@@ -2,6 +2,8 @@
## 53_debugoutput.dpatch by Petter Reinholdtsen
Provide more debug output to help finding bugs in insserv.
+
+Status: Unknown, does not apply upstream.
@DPATCH@
--- insserv-1.11.0.orig/listing.h
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=798&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 Wed Jul 23 08:09:51 2008
@@ -6,7 +6,7 @@
with lintian warning:
http://lintian.debian.org/reports/tags/init.d-script-missing-lsb-keyword.html
Fixes: none
-Status: Not applied to version 1.11.2. Need to submit.
+Status: Applied upstream.
test_broken_header test suite case exposes this situation.
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=798&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 Wed Jul 23 08:09:51 2008
@@ -7,7 +7,7 @@
lintian warning:
http://lintian.debian.org/reports/tags/init.d-script-missing-lsb-keyword.html
Fixes: none
-Status: Not applied to version 1.11.2. Need to submit.
+Status: Applied upstream.
test_no_default_start and test_no_default_stop test suite cases
expose this situation.
Modified: trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch?rev=798&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch (original)
+++ trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch Wed Jul 23 08:09:51 2008
@@ -5,7 +5,7 @@
a script, assume runlevel links to be empty. If Default-Start is defined
and empty, do not overwrite it. Likewise for Default-Stop.
Fixes: none
-Status: Not applied to version 1.11.2. Need to improve patch and submit.
+Status: Fixed upstream.
test_no_default_start and test_no_default_stop expose these cases.
More information about the Initscripts-ng-commits
mailing list