Control: tags 834014 + patch Dear maintainer,
the transit file got removed in override_dh_installmenu. Please consider attached patch. Regards. -- Marvin Kohl GPG Key: EE4C A357 9062 9C99 CFA4 2EAC CE96 61D5 3CC5 6030 https://www.marvinkohl.de
diff -Nru openrc-0.21/debian/changelog openrc-0.21/debian/changelog --- openrc-0.21/debian/changelog 2016-09-11 08:38:44.000000000 +0200 +++ openrc-0.21/debian/changelog 2016-09-16 19:41:17.000000000 +0200 @@ -1,3 +1,11 @@ +openrc (0.21-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix "fails to install: rc-update: service `transit' does not exist" + Exclude transit when removing gentoo init files. (Closes: #834014) + + -- Marvin Kohl <mar...@marvinkohl.de> Fri, 16 Sep 2016 19:37:17 +0200 + openrc (0.21-2) unstable; urgency=medium * Move Recommends init-system-helpers to Pre-Depend (Closes: 829488). diff -Nru openrc-0.21/debian/rules openrc-0.21/debian/rules --- openrc-0.21/debian/rules 2016-09-11 08:38:44.000000000 +0200 +++ openrc-0.21/debian/rules 2016-09-16 19:08:04.000000000 +0200 @@ -67,7 +67,7 @@ done # We don't want the Gentoo init scripts, but only want savecache to stay - find $(CURDIR)/debian/openrc/etc/init.d/* -name savecache -or -name rc -or -name rcS -prune -o -exec rm -f {} + + find $(CURDIR)/debian/openrc/etc/init.d/* -name savecache -or -name rc -or -name rcS -or -name transit -prune -o -exec rm -f {} + for dir in boot default sysinit shutdown; do \ rm -f $(CURDIR)/debian/openrc/etc/runlevels/$${dir}/* ; \
signature.asc
Description: Digital signature