[Pkg-sysvinit-devel] Bug#812898: NMU in DELAYED/7
Adam Borowski
kilobyte at angband.pl
Wed Jan 27 17:50:06 UTC 2016
Hi!
Here's the NMU diff.
--
A tit a day keeps the vet away.
-------------- next part --------------
diff -Nru insserv-1.14.0/debian/changelog insserv-1.14.0/debian/changelog
--- insserv-1.14.0/debian/changelog 2016-01-26 13:52:43.000000000 +0100
+++ insserv-1.14.0/debian/changelog 2016-01-27 18:45:31.000000000 +0100
@@ -1,3 +1,10 @@
+insserv (1.14.0-5.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS on hurd. (Closes: #812898)
+
+ -- Adam Borowski <kilobyte at angband.pl> Wed, 27 Jan 2016 18:43:02 +0100
+
insserv (1.14.0-5.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru insserv-1.14.0/debian/patches/180_MAXSYMLINKS.patch insserv-1.14.0/debian/patches/180_MAXSYMLINKS.patch
--- insserv-1.14.0/debian/patches/180_MAXSYMLINKS.patch 1970-01-01 01:00:00.000000000 +0100
+++ insserv-1.14.0/debian/patches/180_MAXSYMLINKS.patch 2016-01-27 00:50:27.000000000 +0100
@@ -0,0 +1,13 @@
+--- insserv-1.14.0.orig/insserv.c
++++ insserv-1.14.0/insserv.c
+@@ -71,6 +71,10 @@
+ # endif
+ #endif
+
++#ifndef MAXSYMLINKS
++# define MAXSYMLINKS 20
++#endif
++
+ #ifdef SUSE
+ # define DEFAULT_START_LVL "3 5"
+ # define DEFAULT_STOP_LVL "3 5"
diff -Nru insserv-1.14.0/debian/patches/series insserv-1.14.0/debian/patches/series
--- insserv-1.14.0/debian/patches/series 2016-01-26 13:46:22.000000000 +0100
+++ insserv-1.14.0/debian/patches/series 2016-01-27 00:50:19.000000000 +0100
@@ -11,3 +11,4 @@
150_core_string_test.patch
160_manual_page_update.patch
170_undeclared_extension.patch
+180_MAXSYMLINKS.patch
More information about the Pkg-sysvinit-devel
mailing list