Package: startpar
Version: 0.59-3
Tags: patch
Severity: serious

Hi

startpar build fails on current sid:

/usr/bin/make STARTPAR=/tmp/startpar/startpar-0.59/startpar -C testsuite check
make[3]: Entering directory '/tmp/startpar/startpar-0.59/testsuite'
STARTPAR=/tmp/startpar/startpar-0.59/startpar ./runtests
./runtests: 27: ./runtests: /sbin/insserv: not found
Makefile:6: recipe for target 'check' failed
make[3]: *** [check] Error 127

insserv used to be de-facto Essential because of the sysvinit -> sysv-rc -> 
insserv dependency chain but not anymore. Please see attached patch (add it to 
Build-Depends).

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD
diff -Nur -x '*~' -x changelog -x debhelper-build-stamp ../debian/control debian/control
--- ../debian/control	2014-04-11 19:14:31.000000000 +0200
+++ debian/control	2016-07-08 20:58:07.000000000 +0200
@@ -12,6 +12,7 @@
  debhelper (>= 9.20120410)
  , quilt (>= 0.40)
  , hardening-wrapper
+ , insserv
 Standards-Version: 3.9.5
 Homepage: http://savannah.nongnu.org/projects/sysvinit
 Vcs-Git: git://anonscm.debian.org/collab-maint/startpar

Reply via email to