Your message dated Fri, 21 Oct 2016 14:09:44 +0000
with message-id <20161021140944.ga21...@layer-acht.org>
and subject line Re: [Packaging] Bug#841549: munin: FTBFS: dpkg-deb: error: 
parsing file 'debian/munin-doc/DEBIAN/control' near line 21 package 
'munin-doc:all':
has caused the Debian Bug report #841549,
regarding munin: FTBFS: dpkg-deb: error: parsing file 
'debian/munin-doc/DEBIAN/control' near line 21 package 'munin-doc:all':
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
841549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: munin
Version: 2.0.26-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161021 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p /<<PKGBUILDDIR>>/debian/munin-plugins-java/usr/share/munin
> ./install-sh -m 0644 build/plugins/javalib/munin-jmx-plugins.jar 
> /<<PKGBUILDDIR>>/debian/munin-plugins-java/usr/share/munin/
> mkdir -p /<<PKGBUILDDIR>>/debian/munin-plugins-java/usr/share/munin/plugins
> for p in build/plugins/node.d.java/*; do               \
>     if test -f "$p" ; then                            \
>       echo Installing $p;                           \
>       ./install-sh -m 0755 $p 
> /<<PKGBUILDDIR>>/debian/munin-plugins-java/usr/share/munin/plugins/;     \
>     fi                                                 \
> done
> Installing build/plugins/node.d.java/jmx_
> Installing build/plugins/node.d.java/jmx_tomcat_dbpools
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> # Install apache configuration
> install -D -m0644 debian/munin.apache.conf \
>       /<<PKGBUILDDIR>>/debian/munin/etc/munin/apache.conf
> # Install apache 2.4 configuration
> install -D -m0644 debian/munin.apache24.conf \
>       /<<PKGBUILDDIR>>/debian/munin/etc/munin/apache24.conf
> # Remove default .htaccess file from installation, as we include it
> # in the default apache2/conf.d/munin configuration
> rm -v /<<PKGBUILDDIR>>/debian/munin/var/cache/munin/www/.htaccess
> removed '/<<PKGBUILDDIR>>/debian/munin/var/cache/munin/www/.htaccess'
> # Remove bundled VeraMono.ttf, debian gets this font from 
> # the ttf-dejavu package. http://bugs.debian.org/548508
> rm -v /<<PKGBUILDDIR>>/debian/munin/usr/share/munin/DejaVuSans*.ttf
> removed '/<<PKGBUILDDIR>>/debian/munin/usr/share/munin/DejaVuSans.ttf'
> removed '/<<PKGBUILDDIR>>/debian/munin/usr/share/munin/DejaVuSansMono.ttf'
> # Munin::Plugins & plugins.sh go into munin-common.
> # They are used for munin-plugins-* and we don't want a whole 
> # dedicated new package (munin-plugins-common) for that. yet.
> for file in usr/share/perl5/Munin/Plugin.pm 
> usr/share/munin/plugins/plugin.sh; do \
>       mkdir -p /<<PKGBUILDDIR>>/debian/munin-common/$(dirname $file) ;\
>       mv /<<PKGBUILDDIR>>/debian/munin-plugins-core/$file \
>               /<<PKGBUILDDIR>>/debian/munin-common/$file; \
> done
> # Install debian provided plugin configuration
> install -D -m0644 debian/plugins.conf \
>       /<<PKGBUILDDIR>>/debian/munin-node/etc/munin/plugin-conf.d/munin-node
> # Move plugins not marked "auto" "manual" or "snmpauto" to the
> # "munin-plugins-extra" package.
> mkdir -p /<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins
> for file in $(find debian/munin-plugins-core/usr/share/munin/plugins -type f 
> -not -name plugins.history -and -not -name plugins.sh); do \
>       if ! grep -q "#%# family=\(auto\|manual\|snmpauto\)" $file ; then \
>               mv -v $file 
> /<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins; \
>       fi; \
> done
> 'debian/munin-plugins-core/usr/share/munin/plugins/nut_misc' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/nut_misc'
> 'debian/munin-plugins-core/usr/share/munin/plugins/hddtemp' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/hddtemp'
> 'debian/munin-plugins-core/usr/share/munin/plugins/iostat' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/iostat'
> 'debian/munin-plugins-core/usr/share/munin/plugins/samba' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/samba'
> 'debian/munin-plugins-core/usr/share/munin/plugins/nomadix_users_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/nomadix_users_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/foldingathome_wu' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/foldingathome_wu'
> 'debian/munin-plugins-core/usr/share/munin/plugins/foldingathome' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/foldingathome'
> 'debian/munin-plugins-core/usr/share/munin/plugins/apc_nis' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/apc_nis'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_channels' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_channels'
> 'debian/munin-plugins-core/usr/share/munin/plugins/netstat_multi' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/netstat_multi'
> 'debian/munin-plugins-core/usr/share/munin/plugins/spamstats' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/spamstats'
> 'debian/munin-plugins-core/usr/share/munin/plugins/surfboard' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/surfboard'
> 'debian/munin-plugins-core/usr/share/munin/plugins/foldingathome_rank' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/foldingathome_rank'
> 'debian/munin-plugins-core/usr/share/munin/plugins/pm3users_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/pm3users_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_meetmeusers' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_meetmeusers'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_codecs' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_codecs'
> 'debian/munin-plugins-core/usr/share/munin/plugins/lpar_cpu' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/lpar_cpu'
> 'debian/munin-plugins-core/usr/share/munin/plugins/qmailscan' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/qmailscan'
> 'debian/munin-plugins-core/usr/share/munin/plugins/netopia' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/netopia'
> 'debian/munin-plugins-core/usr/share/munin/plugins/named' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/named'
> 'debian/munin-plugins-core/usr/share/munin/plugins/mbmon_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/mbmon_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/nutups_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/nutups_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/hp2000_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/hp2000_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/courier_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/courier_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/mailman' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/mailman'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_channelstypes' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_channelstypes'
> 'debian/munin-plugins-core/usr/share/munin/plugins/qmailscan-simple' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/qmailscan-simple'
> 'debian/munin-plugins-core/usr/share/munin/plugins/ejabberd_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/ejabberd_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_meetme' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_meetme'
> 'debian/munin-plugins-core/usr/share/munin/plugins/zimbra_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/zimbra_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_sippeers' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_sippeers'
> 'debian/munin-plugins-core/usr/share/munin/plugins/haproxy_ng' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/haproxy_ng'
> 'debian/munin-plugins-core/usr/share/munin/plugins/mailscanner' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/mailscanner'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_sipchannels' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_sipchannels'
> 'debian/munin-plugins-core/usr/share/munin/plugins/iostat_ios' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/iostat_ios'
> 'debian/munin-plugins-core/usr/share/munin/plugins/perdition' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/perdition'
> 'debian/munin-plugins-core/usr/share/munin/plugins/nut_volts' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/nut_volts'
> 'debian/munin-plugins-core/usr/share/munin/plugins/exim_mailqueue_alt' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/exim_mailqueue_alt'
> 'debian/munin-plugins-core/usr/share/munin/plugins/asterisk_voicemail' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/asterisk_voicemail'
> 'debian/munin-plugins-core/usr/share/munin/plugins/ipac-ng' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/ipac-ng'
> 'debian/munin-plugins-core/usr/share/munin/plugins/hddtemp2' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/hddtemp2'
> 'debian/munin-plugins-core/usr/share/munin/plugins/mysql_isam_space_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/mysql_isam_space_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/pop_stats' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/pop_stats'
> 'debian/munin-plugins-core/usr/share/munin/plugins/mhttping' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/mhttping'
> 'debian/munin-plugins-core/usr/share/munin/plugins/haproxy_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/haproxy_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/memcached_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/memcached_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/cmc_tc_sensor_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/cmc_tc_sensor_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/meminfo' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/meminfo'
> 'debian/munin-plugins-core/usr/share/munin/plugins/openvpn' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/openvpn'
> 'debian/munin-plugins-core/usr/share/munin/plugins/dhcpd3' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/dhcpd3'
> 'debian/munin-plugins-core/usr/share/munin/plugins/ipmi_sensor_' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/ipmi_sensor_'
> 'debian/munin-plugins-core/usr/share/munin/plugins/hddtempd' -> 
> '/<<PKGBUILDDIR>>/debian/munin-plugins-extra/usr/share/munin/plugins/hddtempd'
> rmdir /<<PKGBUILDDIR>>/debian/munin/var/run/munin
> rmdir /<<PKGBUILDDIR>>/debian/munin-node/var/run/munin
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_installdocs
>       install -d debian/munin-node/usr/share/doc/munin-node
>       cp --reflink=auto -a debian/README.PluginConfiguration 
> debian/munin-node/usr/share/doc/munin-node
>       chown -R 0:0 debian/munin-node/usr/share/doc
>       chmod -R go=rX debian/munin-node/usr/share/doc
>       chmod -R u\+rw debian/munin-node/usr/share/doc
>       install -p -m0644 debian/munin-node.README.Debian 
> debian/munin-node/usr/share/doc/munin-node/README.Debian
>       install -p -m0644 debian/copyright 
> debian/munin-node/usr/share/doc/munin-node/copyright
>       install -d debian/munin-plugins-core/usr/share/doc/munin-plugins-core
>       install -p -m0644 debian/copyright 
> debian/munin-plugins-core/usr/share/doc/munin-plugins-core/copyright
>       install -d debian/munin-plugins-extra/usr/share/doc/munin-plugins-extra
>       install -p -m0644 debian/copyright 
> debian/munin-plugins-extra/usr/share/doc/munin-plugins-extra/copyright
>       install -d debian/munin-plugins-java/usr/share/doc/munin-plugins-java
>       install -p -m0644 debian/copyright 
> debian/munin-plugins-java/usr/share/doc/munin-plugins-java/copyright
>       install -d debian/munin/usr/share/doc/munin
>       cp --reflink=auto -a Announce-2.0 debian/munin/usr/share/doc/munin
>       cp --reflink=auto -a UPGRADING debian/munin/usr/share/doc/munin
>       chown -R 0:0 debian/munin/usr/share/doc
>       chmod -R go=rX debian/munin/usr/share/doc
>       chmod -R u\+rw debian/munin/usr/share/doc
>       install -p -m0644 debian/munin.README.Debian 
> debian/munin/usr/share/doc/munin/README.Debian
>       install -p -m0644 debian/copyright 
> debian/munin/usr/share/doc/munin/copyright
>       install -d debian/munin-common/usr/share/doc/munin-common
>       install -p -m0644 debian/copyright 
> debian/munin-common/usr/share/doc/munin-common/copyright
>       install -d debian/munin-async/usr/share/doc/munin-async
>       install -p -m0644 debian/munin-async.README.Debian 
> debian/munin-async/usr/share/doc/munin-async/README.Debian
>       install -p -m0644 debian/copyright 
> debian/munin-async/usr/share/doc/munin-async/copyright
>       install -d debian/munin-doc/usr/share/doc/munin-doc
>       install -p -m0644 debian/copyright 
> debian/munin-doc/usr/share/doc/munin-doc/copyright
>    dh_installchangelogs
>       install -p -m0644 debian/changelog 
> debian/munin-node/usr/share/doc/munin-node/changelog.Debian
>       install -p -m0644 debian/munin-node.NEWS 
> debian/munin-node/usr/share/doc/munin-node/NEWS.Debian
>       install -p -m0644 ./ChangeLog 
> debian/munin-node/usr/share/doc/munin-node/changelog
>       install -p -m0644 debian/changelog 
> debian/munin-plugins-core/usr/share/doc/munin-plugins-core/changelog.Debian
>       install -p -m0644 ./ChangeLog 
> debian/munin-plugins-core/usr/share/doc/munin-plugins-core/changelog
>       install -p -m0644 debian/changelog 
> debian/munin-plugins-extra/usr/share/doc/munin-plugins-extra/changelog.Debian
>       install -p -m0644 ./ChangeLog 
> debian/munin-plugins-extra/usr/share/doc/munin-plugins-extra/changelog
>       install -p -m0644 debian/changelog 
> debian/munin-plugins-java/usr/share/doc/munin-plugins-java/changelog.Debian
>       install -p -m0644 ./ChangeLog 
> debian/munin-plugins-java/usr/share/doc/munin-plugins-java/changelog
>       install -p -m0644 debian/changelog 
> debian/munin/usr/share/doc/munin/changelog.Debian
>       install -p -m0644 debian/munin.NEWS 
> debian/munin/usr/share/doc/munin/NEWS.Debian
>       install -p -m0644 ./ChangeLog debian/munin/usr/share/doc/munin/changelog
>       install -p -m0644 debian/changelog 
> debian/munin-common/usr/share/doc/munin-common/changelog.Debian
>       install -p -m0644 ./ChangeLog 
> debian/munin-common/usr/share/doc/munin-common/changelog
>       install -p -m0644 debian/changelog 
> debian/munin-async/usr/share/doc/munin-async/changelog.Debian
>       install -p -m0644 ./ChangeLog 
> debian/munin-async/usr/share/doc/munin-async/changelog
>       install -p -m0644 debian/changelog 
> debian/munin-doc/usr/share/doc/munin-doc/changelog.Debian
>       install -p -m0644 ./ChangeLog 
> debian/munin-doc/usr/share/doc/munin-doc/changelog
>    dh_installexamples
>       install -d debian/munin/usr/share/doc/munin/examples
>       cp --reflink=auto -a debian/examples/nginx 
> debian/munin/usr/share/doc/munin/examples
>    dh_installman
>       install -d debian/munin-doc/usr/share/man/man8/
>       install -p -m0644 build/doc/munin-cron.8 
> debian/munin-doc/usr/share/man/man8/munin-cron.8
>       install -p -m0644 build/doc/munin-html.8 
> debian/munin-doc/usr/share/man/man8/munin-html.8
>       install -p -m0644 build/doc/munin-limits.8 
> debian/munin-doc/usr/share/man/man8/munin-limits.8
>       install -p -m0644 build/doc/munin-update.8 
> debian/munin-doc/usr/share/man/man8/munin-update.8
>       install -p -m0644 build/doc/munin-check.8 
> debian/munin-doc/usr/share/man/man8/munin-check.8
>       install -d debian/munin-doc/usr/share/man/man5/
>       install -p -m0644 build/doc/munin.conf.5 
> debian/munin-doc/usr/share/man/man5/munin.conf.5
>       install -p -m0644 build/doc/munin.8 
> debian/munin-doc/usr/share/man/man8/munin.8
>       install -p -m0644 build/doc/munin-node.conf.5 
> debian/munin-doc/usr/share/man/man5/munin-node.conf.5
>       install -p -m0644 node/blib/bindoc/munin-run.1p 
> debian/munin-doc/usr/share/man/man1/munin-run.1p
>       install -p -m0644 node/blib/bindoc/munindoc.1p 
> debian/munin-doc/usr/share/man/man1/munindoc.1p
>       install -p -m0644 node/blib/bindoc/munin-node.1p 
> debian/munin-doc/usr/share/man/man1/munin-node.1p
>       install -p -m0644 node/blib/bindoc/munin-node-configure.1p 
> debian/munin-doc/usr/share/man/man1/munin-node-configure.1p
>       man --recode UTF-8 ./munin\-node\.conf\.5 > munin\-node\.conf\.5\.new
>       chmod 0755 -- munin-node.conf.5.new
>       chown 0:0 -- munin-node.conf.5.new
>       mv -f munin-node.conf.5.new munin-node.conf.5
>       man --recode UTF-8 ./munin\.conf\.5 > munin\.conf\.5\.new
>       chmod 0755 -- munin.conf.5.new
>       chown 0:0 -- munin.conf.5.new
>       mv -f munin.conf.5.new munin.conf.5
>       man --recode UTF-8 ./Munin\:\:Master\:\:Update\.3pm > 
> Munin\:\:Master\:\:Update\.3pm\.new
>       chmod 0755 -- Munin::Master::Update.3pm.new
>       chown 0:0 -- Munin::Master::Update.3pm.new
>       mv -f Munin::Master::Update.3pm.new Munin::Master::Update.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:HTMLOld\.3pm > 
> Munin\:\:Master\:\:HTMLOld\.3pm\.new
>       chmod 0755 -- Munin::Master::HTMLOld.3pm.new
>       chown 0:0 -- Munin::Master::HTMLOld.3pm.new
>       mv -f Munin::Master::HTMLOld.3pm.new Munin::Master::HTMLOld.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:Worker\.3pm > 
> Munin\:\:Master\:\:Worker\.3pm\.new
>       chmod 0755 -- Munin::Master::Worker.3pm.new
>       chown 0:0 -- Munin::Master::Worker.3pm.new
>       mv -f Munin::Master::Worker.3pm.new Munin::Master::Worker.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Configure\:\:PluginList\.3pm > 
> Munin\:\:Node\:\:Configure\:\:PluginList\.3pm\.new
>       chmod 0755 -- Munin::Node::Configure::PluginList.3pm.new
>       chown 0:0 -- Munin::Node::Configure::PluginList.3pm.new
>       mv -f Munin::Node::Configure::PluginList.3pm.new 
> Munin::Node::Configure::PluginList.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:SNMPConfig\.3pm > 
> Munin\:\:Node\:\:SNMPConfig\.3pm\.new
>       chmod 0755 -- Munin::Node::SNMPConfig.3pm.new
>       chown 0:0 -- Munin::Node::SNMPConfig.3pm.new
>       mv -f Munin::Node::SNMPConfig.3pm.new Munin::Node::SNMPConfig.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:Utils\.3pm > 
> Munin\:\:Master\:\:Utils\.3pm\.new
>       chmod 0755 -- Munin::Master::Utils.3pm.new
>       chown 0:0 -- Munin::Master::Utils.3pm.new
>       mv -f Munin::Master::Utils.3pm.new Munin::Master::Utils.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Session\.3pm > 
> Munin\:\:Node\:\:Session\.3pm\.new
>       chmod 0755 -- Munin::Node::Session.3pm.new
>       chown 0:0 -- Munin::Node::Session.3pm.new
>       mv -f Munin::Node::Session.3pm.new Munin::Node::Session.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Server\.3pm > 
> Munin\:\:Node\:\:Server\.3pm\.new
>       chmod 0755 -- Munin::Node::Server.3pm.new
>       chown 0:0 -- Munin::Node::Server.3pm.new
>       mv -f Munin::Node::Server.3pm.new Munin::Node::Server.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:LimitsOld\.3pm > 
> Munin\:\:Master\:\:LimitsOld\.3pm\.new
>       chmod 0755 -- Munin::Master::LimitsOld.3pm.new
>       chown 0:0 -- Munin::Master::LimitsOld.3pm.new
>       mv -f Munin::Master::LimitsOld.3pm.new Munin::Master::LimitsOld.3pm
>       man --recode UTF-8 ./Munin\:\:Common\:\:Config\.3pm > 
> Munin\:\:Common\:\:Config\.3pm\.new
>       chmod 0755 -- Munin::Common::Config.3pm.new
>       chown 0:0 -- Munin::Common::Config.3pm.new
>       mv -f Munin::Common::Config.3pm.new Munin::Common::Config.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:ProxySpooler\.3pm > 
> Munin\:\:Node\:\:ProxySpooler\.3pm\.new
>       chmod 0755 -- Munin::Node::ProxySpooler.3pm.new
>       chown 0:0 -- Munin::Node::ProxySpooler.3pm.new
>       mv -f Munin::Node::ProxySpooler.3pm.new Munin::Node::ProxySpooler.3pm
>       man --recode UTF-8 ./Munin\:\:Common\:\:TLSClient\.3pm > 
> Munin\:\:Common\:\:TLSClient\.3pm\.new
>       chmod 0755 -- Munin::Common::TLSClient.3pm.new
>       chown 0:0 -- Munin::Common::TLSClient.3pm.new
>       mv -f Munin::Common::TLSClient.3pm.new Munin::Common::TLSClient.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Config\.3pm > 
> Munin\:\:Node\:\:Config\.3pm\.new
>       chmod 0755 -- Munin::Node::Config.3pm.new
>       chown 0:0 -- Munin::Node::Config.3pm.new
>       mv -f Munin::Node::Config.3pm.new Munin::Node::Config.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:Node\.3pm > 
> Munin\:\:Master\:\:Node\.3pm\.new
>       chmod 0755 -- Munin::Master::Node.3pm.new
>       chown 0:0 -- Munin::Master::Node.3pm.new
>       mv -f Munin::Master::Node.3pm.new Munin::Master::Node.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Configure\:\:Debug\.3pm > 
> Munin\:\:Node\:\:Configure\:\:Debug\.3pm\.new
>       chmod 0755 -- Munin::Node::Configure::Debug.3pm.new
>       chown 0:0 -- Munin::Node::Configure::Debug.3pm.new
>       mv -f Munin::Node::Configure::Debug.3pm.new 
> Munin::Node::Configure::Debug.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:ProcessManager\.3pm > 
> Munin\:\:Master\:\:ProcessManager\.3pm\.new
>       chmod 0755 -- Munin::Master::ProcessManager.3pm.new
>       chown 0:0 -- Munin::Master::ProcessManager.3pm.new
>       mv -f Munin::Master::ProcessManager.3pm.new 
> Munin::Master::ProcessManager.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Configure\:\:History\.3pm > 
> Munin\:\:Node\:\:Configure\:\:History\.3pm\.new
>       chmod 0755 -- Munin::Node::Configure::History.3pm.new
>       chown 0:0 -- Munin::Node::Configure::History.3pm.new
>       mv -f Munin::Node::Configure::History.3pm.new 
> Munin::Node::Configure::History.3pm
>       man --recode UTF-8 ./Munin\:\:Plugin\:\:Pgsql\.3pm > 
> Munin\:\:Plugin\:\:Pgsql\.3pm\.new
>       chmod 0755 -- Munin::Plugin::Pgsql.3pm.new
>       chown 0:0 -- Munin::Plugin::Pgsql.3pm.new
>       mv -f Munin::Plugin::Pgsql.3pm.new Munin::Plugin::Pgsql.3pm
>       man --recode UTF-8 ./Munin\:\:Common\:\:Timeout\.3pm > 
> Munin\:\:Common\:\:Timeout\.3pm\.new
>       chmod 0755 -- Munin::Common::Timeout.3pm.new
>       chown 0:0 -- Munin::Common::Timeout.3pm.new
>       mv -f Munin::Common::Timeout.3pm.new Munin::Common::Timeout.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:Group\.3pm > 
> Munin\:\:Master\:\:Group\.3pm\.new
>       chmod 0755 -- Munin::Master::Group.3pm.new
>       chown 0:0 -- Munin::Master::Group.3pm.new
>       mv -f Munin::Master::Group.3pm.new Munin::Master::Group.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:OS\.3pm > 
> Munin\:\:Node\:\:OS\.3pm\.new
>       chmod 0755 -- Munin::Node::OS.3pm.new
>       chown 0:0 -- Munin::Node::OS.3pm.new
>       mv -f Munin::Node::OS.3pm.new Munin::Node::OS.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Configure\:\:HostEnumeration\.3pm 
> > Munin\:\:Node\:\:Configure\:\:HostEnumeration\.3pm\.new
>       chmod 0755 -- Munin::Node::Configure::HostEnumeration.3pm.new
>       chown 0:0 -- Munin::Node::Configure::HostEnumeration.3pm.new
>       mv -f Munin::Node::Configure::HostEnumeration.3pm.new 
> Munin::Node::Configure::HostEnumeration.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:Host\.3pm > 
> Munin\:\:Master\:\:Host\.3pm\.new
>       chmod 0755 -- Munin::Master::Host.3pm.new
>       chown 0:0 -- Munin::Master::Host.3pm.new
>       mv -f Munin::Master::Host.3pm.new Munin::Master::Host.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:Config\.3pm > 
> Munin\:\:Master\:\:Config\.3pm\.new
>       chmod 0755 -- Munin::Master::Config.3pm.new
>       chown 0:0 -- Munin::Master::Config.3pm.new
>       mv -f Munin::Master::Config.3pm.new Munin::Master::Config.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:SpoolWriter\.3pm > 
> Munin\:\:Node\:\:SpoolWriter\.3pm\.new
>       chmod 0755 -- Munin::Node::SpoolWriter.3pm.new
>       chown 0:0 -- Munin::Node::SpoolWriter.3pm.new
>       mv -f Munin::Node::SpoolWriter.3pm.new Munin::Node::SpoolWriter.3pm
>       man --recode UTF-8 ./Munin\:\:Common\:\:TLSServer\.3pm > 
> Munin\:\:Common\:\:TLSServer\.3pm\.new
>       chmod 0755 -- Munin::Common::TLSServer.3pm.new
>       chown 0:0 -- Munin::Common::TLSServer.3pm.new
>       mv -f Munin::Common::TLSServer.3pm.new Munin::Common::TLSServer.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Configure\:\:Plugin\.3pm > 
> Munin\:\:Node\:\:Configure\:\:Plugin\.3pm\.new
>       chmod 0755 -- Munin::Node::Configure::Plugin.3pm.new
>       chown 0:0 -- Munin::Node::Configure::Plugin.3pm.new
>       mv -f Munin::Node::Configure::Plugin.3pm.new 
> Munin::Node::Configure::Plugin.3pm
>       man --recode UTF-8 ./Munin\:\:Common\:\:Defaults\.3pm > 
> Munin\:\:Common\:\:Defaults\.3pm\.new
>       chmod 0755 -- Munin::Common::Defaults.3pm.new
>       chown 0:0 -- Munin::Common::Defaults.3pm.new
>       mv -f Munin::Common::Defaults.3pm.new Munin::Common::Defaults.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Utils\.3pm > 
> Munin\:\:Node\:\:Utils\.3pm\.new
>       chmod 0755 -- Munin::Node::Utils.3pm.new
>       chown 0:0 -- Munin::Node::Utils.3pm.new
>       mv -f Munin::Node::Utils.3pm.new Munin::Node::Utils.3pm
>       man --recode UTF-8 ./Munin\:\:Plugin\:\:SNMP\.3pm > 
> Munin\:\:Plugin\:\:SNMP\.3pm\.new
>       chmod 0755 -- Munin::Plugin::SNMP.3pm.new
>       chown 0:0 -- Munin::Plugin::SNMP.3pm.new
>       mv -f Munin::Plugin::SNMP.3pm.new Munin::Plugin::SNMP.3pm
>       man --recode UTF-8 ./Munin\:\:Plugin\.3pm > Munin\:\:Plugin\.3pm\.new
>       chmod 0755 -- Munin::Plugin.3pm.new
>       chown 0:0 -- Munin::Plugin.3pm.new
>       mv -f Munin::Plugin.3pm.new Munin::Plugin.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:SpoolReader\.3pm > 
> Munin\:\:Node\:\:SpoolReader\.3pm\.new
>       chmod 0755 -- Munin::Node::SpoolReader.3pm.new
>       chown 0:0 -- Munin::Node::SpoolReader.3pm.new
>       mv -f Munin::Node::SpoolReader.3pm.new Munin::Node::SpoolReader.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:GroupRepository\.3pm > 
> Munin\:\:Master\:\:GroupRepository\.3pm\.new
>       chmod 0755 -- Munin::Master::GroupRepository.3pm.new
>       chown 0:0 -- Munin::Master::GroupRepository.3pm.new
>       mv -f Munin::Master::GroupRepository.3pm.new 
> Munin::Master::GroupRepository.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:UpdateWorker\.3pm > 
> Munin\:\:Master\:\:UpdateWorker\.3pm\.new
>       chmod 0755 -- Munin::Master::UpdateWorker.3pm.new
>       chown 0:0 -- Munin::Master::UpdateWorker.3pm.new
>       mv -f Munin::Master::UpdateWorker.3pm.new 
> Munin::Master::UpdateWorker.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Logger\.3pm > 
> Munin\:\:Node\:\:Logger\.3pm\.new
>       chmod 0755 -- Munin::Node::Logger.3pm.new
>       chown 0:0 -- Munin::Node::Logger.3pm.new
>       mv -f Munin::Node::Logger.3pm.new Munin::Node::Logger.3pm
>       man --recode UTF-8 ./Munin\:\:Master\:\:Logger\.3pm > 
> Munin\:\:Master\:\:Logger\.3pm\.new
>       chmod 0755 -- Munin::Master::Logger.3pm.new
>       chown 0:0 -- Munin::Master::Logger.3pm.new
>       mv -f Munin::Master::Logger.3pm.new Munin::Master::Logger.3pm
>       man --recode UTF-8 ./Munin\:\:Node\:\:Service\.3pm > 
> Munin\:\:Node\:\:Service\.3pm\.new
>       chmod 0755 -- Munin::Node::Service.3pm.new
>       chown 0:0 -- Munin::Node::Service.3pm.new
>       mv -f Munin::Node::Service.3pm.new Munin::Node::Service.3pm
>       man --recode UTF-8 ./Munin\:\:Common\:\:TLS\.3pm > 
> Munin\:\:Common\:\:TLS\.3pm\.new
>       chmod 0755 -- Munin::Common::TLS.3pm.new
>       chown 0:0 -- Munin::Common::TLS.3pm.new
>       mv -f Munin::Common::TLS.3pm.new Munin::Common::TLS.3pm
>       man --recode UTF-8 ./munindoc\.1p > munindoc\.1p\.new
>       chmod 0755 -- munindoc.1p.new
>       chown 0:0 -- munindoc.1p.new
>       mv -f munindoc.1p.new munindoc.1p
>       man --recode UTF-8 ./munin\-sched\.1p > munin\-sched\.1p\.new
>       chmod 0755 -- munin-sched.1p.new
>       chown 0:0 -- munin-sched.1p.new
>       mv -f munin-sched.1p.new munin-sched.1p
>       man --recode UTF-8 ./munin\-node\.1p > munin\-node\.1p\.new
>       chmod 0755 -- munin-node.1p.new
>       chown 0:0 -- munin-node.1p.new
>       mv -f munin-node.1p.new munin-node.1p
>       man --recode UTF-8 ./munin\-run\.1p > munin\-run\.1p\.new
>       chmod 0755 -- munin-run.1p.new
>       chown 0:0 -- munin-run.1p.new
>       mv -f munin-run.1p.new munin-run.1p
>       man --recode UTF-8 ./munin\-node\-configure\.1p > 
> munin\-node\-configure\.1p\.new
>       chmod 0755 -- munin-node-configure.1p.new
>       chown 0:0 -- munin-node-configure.1p.new
>       mv -f munin-node-configure.1p.new munin-node-configure.1p
>       man --recode UTF-8 ./munin\-update\.8 > munin\-update\.8\.new
>       chmod 0755 -- munin-update.8.new
>       chown 0:0 -- munin-update.8.new
>       mv -f munin-update.8.new munin-update.8
>       man --recode UTF-8 ./munin\-check\.8 > munin\-check\.8\.new
>       chmod 0755 -- munin-check.8.new
>       chown 0:0 -- munin-check.8.new
>       mv -f munin-check.8.new munin-check.8
>       man --recode UTF-8 ./munin\-limits\.8 > munin\-limits\.8\.new
>       chmod 0755 -- munin-limits.8.new
>       chown 0:0 -- munin-limits.8.new
>       mv -f munin-limits.8.new munin-limits.8
>       man --recode UTF-8 ./munin\-html\.8 > munin\-html\.8\.new
>       chmod 0755 -- munin-html.8.new
>       chown 0:0 -- munin-html.8.new
>       mv -f munin-html.8.new munin-html.8
>       man --recode UTF-8 ./munin\-cron\.8 > munin\-cron\.8\.new
>       chmod 0755 -- munin-cron.8.new
>       chown 0:0 -- munin-cron.8.new
>       mv -f munin-cron.8.new munin-cron.8
>       man --recode UTF-8 ./munin\.8 > munin\.8\.new
>       chmod 0755 -- munin.8.new
>       chown 0:0 -- munin.8.new
>       mv -f munin.8.new munin.8
>    dh_installcron
>       install -d debian/munin-node/etc/cron.d
>       install -p -m0644 debian/munin-node.cron.d 
> debian/munin-node/etc/cron.d/munin-node
>       install -d debian/munin/etc/cron.d
>       install -p -m0644 debian/munin.cron.d debian/munin/etc/cron.d/munin
>    dh_systemd_enable
>       install -d debian/munin-node/lib/systemd/system
>       install -p -m0644 debian/munin-node.service 
> debian/munin-node/lib/systemd/system/munin-node.service
>       echo "# Automatically added by dh_systemd_enable">> 
> debian/munin-node.postinst.debhelper
>       sed "s/#UNITFILE#/munin-node.service/" 
> /usr/share/debhelper/autoscripts/postinst-systemd-enable >> 
> debian/munin-node.postinst.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-node.postinst.debhelper
>       echo "# Automatically added by dh_systemd_enable">> 
> debian/munin-node.postrm.debhelper
>       sed "s/#UNITFILES#/munin-node.service/" 
> /usr/share/debhelper/autoscripts/postrm-systemd >> 
> debian/munin-node.postrm.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-node.postrm.debhelper
>       (grep -a -s -v misc:Depends debian/munin-node.substvars; echo 
> "misc:Depends=init-system-helpers (>= 1.18~)") > 
> debian/munin-node.substvars.new
>       mv debian/munin-node.substvars.new debian/munin-node.substvars
>       install -d debian/munin-common/usr/lib/tmpfiles.d
>       install -p -m0644 debian/munin-common.tmpfile 
> debian/munin-common/usr/lib/tmpfiles.d/munin-common.conf
>       install -d debian/munin-async/lib/systemd/system
>       install -p -m0644 debian/munin-async.service 
> debian/munin-async/lib/systemd/system/munin-async.service
>       echo "# Automatically added by dh_systemd_enable">> 
> debian/munin-async.postinst.debhelper
>       sed "s/#UNITFILE#/munin-async.service/" 
> /usr/share/debhelper/autoscripts/postinst-systemd-enable >> 
> debian/munin-async.postinst.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-async.postinst.debhelper
>       echo "# Automatically added by dh_systemd_enable">> 
> debian/munin-async.postrm.debhelper
>       sed "s/#UNITFILES#/munin-async.service/" 
> /usr/share/debhelper/autoscripts/postrm-systemd >> 
> debian/munin-async.postrm.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-async.postrm.debhelper
>       (grep -a -s -v misc:Depends debian/munin-async.substvars; echo 
> "misc:Depends=init-system-helpers (>= 1.18~)") > 
> debian/munin-async.substvars.new
>       mv debian/munin-async.substvars.new debian/munin-async.substvars
>    dh_installinit
>       install -p -m0644 debian/munin-node.service 
> debian/munin-node/lib/systemd/system/munin-node.service
>       install -d debian/munin-node/etc/init
>       install -p -m0644 debian/munin-node.upstart 
> debian/munin-node/etc/init/munin-node.conf
>       install -d debian/munin-node/etc/init.d
>       install -p -m0755 debian/munin-node.init 
> debian/munin-node/etc/init.d/munin-node
>       echo "# Automatically added by dh_installinit">> 
> debian/munin-node.postinst.debhelper
>       sed 
> "s/#SCRIPT#/munin-node/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/postinst-init >> 
> debian/munin-node.postinst.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-node.postinst.debhelper
>       echo "# Automatically added by dh_installinit">> 
> debian/munin-node.prerm.debhelper
>       sed 
> "s/#SCRIPT#/munin-node/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/prerm-init >> 
> debian/munin-node.prerm.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-node.prerm.debhelper
>       echo "# Automatically added by dh_installinit"> 
> debian/munin-node.postrm.debhelper.new
>       sed 
> "s/#SCRIPT#/munin-node/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/postrm-init >> 
> debian/munin-node.postrm.debhelper.new
>       echo '# End automatically added section' >> 
> debian/munin-node.postrm.debhelper.new
>       cat debian/munin-node.postrm.debhelper >> 
> debian/munin-node.postrm.debhelper.new
>       mv debian/munin-node.postrm.debhelper.new 
> debian/munin-node.postrm.debhelper
>       install -d debian/munin/etc/init
>       install -p -m0644 debian/munin.upstart debian/munin/etc/init/munin.conf
>       install -d debian/munin/etc/init.d
>       install -p -m0755 debian/munin.init debian/munin/etc/init.d/munin
>       echo "# Automatically added by dh_installinit">> 
> debian/munin.postinst.debhelper
>       sed "s/#SCRIPT#/munin/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/postinst-init >> 
> debian/munin.postinst.debhelper
>       echo '# End automatically added section' >> 
> debian/munin.postinst.debhelper
>       echo "# Automatically added by dh_installinit">> 
> debian/munin.prerm.debhelper
>       sed "s/#SCRIPT#/munin/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/prerm-init >> 
> debian/munin.prerm.debhelper
>       echo '# End automatically added section' >> debian/munin.prerm.debhelper
>       echo "# Automatically added by dh_installinit">> 
> debian/munin.postrm.debhelper
>       sed "s/#SCRIPT#/munin/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/postrm-init >> 
> debian/munin.postrm.debhelper
>       echo '# End automatically added section' >> 
> debian/munin.postrm.debhelper
>       install -p -m0644 debian/munin-common.tmpfile 
> debian/munin-common/usr/lib/tmpfiles.d/munin-common.conf
>       echo "# Automatically added by dh_installinit">> 
> debian/munin-common.postinst.debhelper
>       sed "s,#TMPFILES#,/usr/lib/tmpfiles.d/munin-common.conf,g" 
> /usr/share/debhelper/autoscripts/postinst-init-tmpfiles >> 
> debian/munin-common.postinst.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-common.postinst.debhelper
>       install -p -m0644 debian/munin-async.service 
> debian/munin-async/lib/systemd/system/munin-async.service
>       install -d debian/munin-async/etc/init
>       install -p -m0644 debian/munin-async.upstart 
> debian/munin-async/etc/init/munin-async.conf
>       install -d debian/munin-async/etc/init.d
>       install -p -m0755 debian/munin-async.init 
> debian/munin-async/etc/init.d/munin-async
>       echo "# Automatically added by dh_installinit">> 
> debian/munin-async.postinst.debhelper
>       sed 
> "s/#SCRIPT#/munin-async/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/postinst-init >> 
> debian/munin-async.postinst.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-async.postinst.debhelper
>       echo "# Automatically added by dh_installinit">> 
> debian/munin-async.prerm.debhelper
>       sed 
> "s/#SCRIPT#/munin-async/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/prerm-init >> 
> debian/munin-async.prerm.debhelper
>       echo '# End automatically added section' >> 
> debian/munin-async.prerm.debhelper
>       echo "# Automatically added by dh_installinit"> 
> debian/munin-async.postrm.debhelper.new
>       sed 
> "s/#SCRIPT#/munin-async/g;s/#INITPARMS#/defaults/g;s/#ERROR_HANDLER#/exit 
> \$?/g" /usr/share/debhelper/autoscripts/postrm-init >> 
> debian/munin-async.postrm.debhelper.new
>       echo '# End automatically added section' >> 
> debian/munin-async.postrm.debhelper.new
>       cat debian/munin-async.postrm.debhelper >> 
> debian/munin-async.postrm.debhelper.new
>       mv debian/munin-async.postrm.debhelper.new 
> debian/munin-async.postrm.debhelper
>    dh_systemd_start
>    dh_installlogrotate
>       install -d debian/munin-node/etc/logrotate.d
>       install -p -m0644 debian/munin-node.logrotate 
> debian/munin-node/etc/logrotate.d/munin-node
>       install -d debian/munin/etc/logrotate.d
>       install -p -m0644 debian/munin.logrotate 
> debian/munin/etc/logrotate.d/munin
>    dh_lintian
>       install -d debian/munin-node/usr/share/lintian/overrides
>       install -p -m0644 debian/munin-node.lintian-overrides 
> debian/munin-node/usr/share/lintian/overrides/munin-node
>       install -d debian/munin/usr/share/lintian/overrides
>       install -p -m0644 debian/munin.lintian-overrides 
> debian/munin/usr/share/lintian/overrides/munin
>    dh_perl
>       (grep -a -s -v perl:Depends debian/munin-node.substvars; echo 
> perl:Depends=perl) > debian/munin-node.substvars.new
>       mv debian/munin-node.substvars.new debian/munin-node.substvars
>       rmdir --ignore-fail-on-non-empty --parents 
> debian/munin-node/usr/share/perl5
>       (grep -a -s -v perl:Depends debian/munin-plugins-core.substvars; echo 
> perl:Depends=perl) > debian/munin-plugins-core.substvars.new
>       mv debian/munin-plugins-core.substvars.new 
> debian/munin-plugins-core.substvars
>       rmdir --ignore-fail-on-non-empty --parents 
> debian/munin-plugins-core/usr/share/perl5
>       (grep -a -s -v perl:Depends debian/munin-plugins-extra.substvars; echo 
> perl:Depends=perl:any) > debian/munin-plugins-extra.substvars.new
>       mv debian/munin-plugins-extra.substvars.new 
> debian/munin-plugins-extra.substvars
>       (grep -a -s -v perl:Depends debian/munin-plugins-java.substvars; echo 
> perl:Depends=perl:any) > debian/munin-plugins-java.substvars.new
>       mv debian/munin-plugins-java.substvars.new 
> debian/munin-plugins-java.substvars
>       (grep -a -s -v perl:Depends debian/munin.substvars; echo 
> perl:Depends=perl) > debian/munin.substvars.new
>       mv debian/munin.substvars.new debian/munin.substvars
>       rmdir --ignore-fail-on-non-empty --parents debian/munin/usr/share/perl5
>       (grep -a -s -v perl:Depends debian/munin-common.substvars; echo 
> perl:Depends=perl) > debian/munin-common.substvars.new
>       mv debian/munin-common.substvars.new debian/munin-common.substvars
>       rmdir --ignore-fail-on-non-empty --parents 
> debian/munin-common/usr/share/perl5
>       (grep -a -s -v perl:Depends debian/munin-async.substvars; echo 
> perl:Depends=perl:any) > debian/munin-async.substvars.new
>       mv debian/munin-async.substvars.new debian/munin-async.substvars
>    dh_link
>       install -d debian/munin/lib/systemd/system
>       rm -f debian/munin/lib/systemd/system/munin.service
>       ln -sf /dev/null debian/munin/lib/systemd/system/munin.service
>    dh_strip_nondeterminism
>    dh_compress
>       cd debian/munin-node
>       chmod a-x usr/share/doc/munin-node/NEWS.Debian 
> usr/share/doc/munin-node/changelog usr/share/doc/munin-node/changelog.Debian
>       gzip -9nf usr/share/doc/munin-node/NEWS.Debian 
> usr/share/doc/munin-node/changelog usr/share/doc/munin-node/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>       cd debian/munin-plugins-core
>       chmod a-x usr/share/doc/munin-plugins-core/changelog 
> usr/share/doc/munin-plugins-core/changelog.Debian
>       gzip -9nf usr/share/doc/munin-plugins-core/changelog 
> usr/share/doc/munin-plugins-core/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>       cd debian/munin-plugins-extra
>       chmod a-x usr/share/doc/munin-plugins-extra/changelog 
> usr/share/doc/munin-plugins-extra/changelog.Debian
>       gzip -9nf usr/share/doc/munin-plugins-extra/changelog 
> usr/share/doc/munin-plugins-extra/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>       cd debian/munin-plugins-java
>       chmod a-x usr/share/doc/munin-plugins-java/changelog 
> usr/share/doc/munin-plugins-java/changelog.Debian
>       gzip -9nf usr/share/doc/munin-plugins-java/changelog 
> usr/share/doc/munin-plugins-java/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>       cd debian/munin
>       chmod a-x usr/share/doc/munin/NEWS.Debian usr/share/doc/munin/changelog 
> usr/share/doc/munin/changelog.Debian
>       gzip -9nf usr/share/doc/munin/NEWS.Debian usr/share/doc/munin/changelog 
> usr/share/doc/munin/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>       cd debian/munin-common
>       chmod a-x usr/share/doc/munin-common/changelog 
> usr/share/doc/munin-common/changelog.Debian
>       gzip -9nf usr/share/doc/munin-common/changelog 
> usr/share/doc/munin-common/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>       cd debian/munin-async
>       chmod a-x usr/share/doc/munin-async/README.Debian 
> usr/share/doc/munin-async/changelog usr/share/doc/munin-async/changelog.Debian
>       gzip -9nf usr/share/doc/munin-async/README.Debian 
> usr/share/doc/munin-async/changelog usr/share/doc/munin-async/changelog.Debian
>       cd '/<<PKGBUILDDIR>>'
>       cd debian/munin-doc
>       chmod a-x usr/share/doc/munin-doc/changelog 
> usr/share/doc/munin-doc/changelog.Debian 
> usr/share/man/man1/munin-node-configure.1p usr/share/man/man1/munin-node.1p 
> usr/share/man/man1/munin-run.1p usr/share/man/man1/munin-sched.1p 
> usr/share/man/man1/munindoc.1p usr/share/man/man3/Munin::Common::Config.3pm 
> usr/share/man/man3/Munin::Common::Defaults.3pm 
> usr/share/man/man3/Munin::Common::TLS.3pm 
> usr/share/man/man3/Munin::Common::TLSClient.3pm 
> usr/share/man/man3/Munin::Common::TLSServer.3pm 
> usr/share/man/man3/Munin::Common::Timeout.3pm 
> usr/share/man/man3/Munin::Master::Config.3pm 
> usr/share/man/man3/Munin::Master::Group.3pm 
> usr/share/man/man3/Munin::Master::GroupRepository.3pm 
> usr/share/man/man3/Munin::Master::HTMLOld.3pm 
> usr/share/man/man3/Munin::Master::Host.3pm 
> usr/share/man/man3/Munin::Master::LimitsOld.3pm 
> usr/share/man/man3/Munin::Master::Logger.3pm 
> usr/share/man/man3/Munin::Master::Node.3pm 
> usr/share/man/man3/Munin::Master::ProcessManager.3pm 
> usr/share/man/man3/Munin::Master::Update.3pm 
> usr/share/man/man3/Munin::Master::UpdateWorker.3pm 
> usr/share/man/man3/Munin::Master::Utils.3pm 
> usr/share/man/man3/Munin::Master::Worker.3pm 
> usr/share/man/man3/Munin::Node::Config.3pm 
> usr/share/man/man3/Munin::Node::Configure::Debug.3pm 
> usr/share/man/man3/Munin::Node::Configure::History.3pm 
> usr/share/man/man3/Munin::Node::Configure::HostEnumeration.3pm 
> usr/share/man/man3/Munin::Node::Configure::Plugin.3pm 
> usr/share/man/man3/Munin::Node::Configure::PluginList.3pm 
> usr/share/man/man3/Munin::Node::Logger.3pm 
> usr/share/man/man3/Munin::Node::OS.3pm 
> usr/share/man/man3/Munin::Node::ProxySpooler.3pm 
> usr/share/man/man3/Munin::Node::SNMPConfig.3pm 
> usr/share/man/man3/Munin::Node::Server.3pm 
> usr/share/man/man3/Munin::Node::Service.3pm 
> usr/share/man/man3/Munin::Node::Session.3pm 
> usr/share/man/man3/Munin::Node::SpoolReader.3pm 
> usr/share/man/man3/Munin::Node::SpoolWriter.3pm 
> usr/share/man/man3/Munin::Node::Utils.3pm 
> usr/share/man/man3/Munin::Plugin.3pm 
> usr/share/man/man3/Munin::Plugin::Pgsql.3pm 
> usr/share/man/man3/Munin::Plugin::SNMP.3pm 
> usr/share/man/man5/munin-node.conf.5 usr/share/man/man5/munin.conf.5 
> usr/share/man/man8/munin-check.8 usr/share/man/man8/munin-cron.8 
> usr/share/man/man8/munin-html.8 usr/share/man/man8/munin-limits.8 
> usr/share/man/man8/munin-update.8 usr/share/man/man8/munin.8
>       gzip -9nf usr/share/doc/munin-doc/changelog 
> usr/share/doc/munin-doc/changelog.Debian 
> usr/share/man/man1/munin-node-configure.1p usr/share/man/man1/munin-node.1p 
> usr/share/man/man1/munin-run.1p usr/share/man/man1/munin-sched.1p 
> usr/share/man/man1/munindoc.1p usr/share/man/man3/Munin::Common::Config.3pm 
> usr/share/man/man3/Munin::Common::Defaults.3pm 
> usr/share/man/man3/Munin::Common::TLS.3pm 
> usr/share/man/man3/Munin::Common::TLSClient.3pm 
> usr/share/man/man3/Munin::Common::TLSServer.3pm 
> usr/share/man/man3/Munin::Common::Timeout.3pm 
> usr/share/man/man3/Munin::Master::Config.3pm 
> usr/share/man/man3/Munin::Master::Group.3pm 
> usr/share/man/man3/Munin::Master::GroupRepository.3pm 
> usr/share/man/man3/Munin::Master::HTMLOld.3pm 
> usr/share/man/man3/Munin::Master::Host.3pm 
> usr/share/man/man3/Munin::Master::LimitsOld.3pm 
> usr/share/man/man3/Munin::Master::Logger.3pm 
> usr/share/man/man3/Munin::Master::Node.3pm 
> usr/share/man/man3/Munin::Master::ProcessManager.3pm 
> usr/share/man/man3/Munin::Master::Update.3pm 
> usr/share/man/man3/Munin::Master::UpdateWorker.3pm 
> usr/share/man/man3/Munin::Master::Utils.3pm 
> usr/share/man/man3/Munin::Master::Worker.3pm 
> usr/share/man/man3/Munin::Node::Config.3pm 
> usr/share/man/man3/Munin::Node::Configure::Debug.3pm 
> usr/share/man/man3/Munin::Node::Configure::History.3pm 
> usr/share/man/man3/Munin::Node::Configure::HostEnumeration.3pm 
> usr/share/man/man3/Munin::Node::Configure::Plugin.3pm 
> usr/share/man/man3/Munin::Node::Configure::PluginList.3pm 
> usr/share/man/man3/Munin::Node::Logger.3pm 
> usr/share/man/man3/Munin::Node::OS.3pm 
> usr/share/man/man3/Munin::Node::ProxySpooler.3pm 
> usr/share/man/man3/Munin::Node::SNMPConfig.3pm 
> usr/share/man/man3/Munin::Node::Server.3pm 
> usr/share/man/man3/Munin::Node::Service.3pm 
> usr/share/man/man3/Munin::Node::Session.3pm 
> usr/share/man/man3/Munin::Node::SpoolReader.3pm 
> usr/share/man/man3/Munin::Node::SpoolWriter.3pm 
> usr/share/man/man3/Munin::Node::Utils.3pm 
> usr/share/man/man3/Munin::Plugin.3pm 
> usr/share/man/man3/Munin::Plugin::Pgsql.3pm 
> usr/share/man/man3/Munin::Plugin::SNMP.3pm 
> usr/share/man/man5/munin-node.conf.5 usr/share/man/man5/munin.conf.5 
> usr/share/man/man8/munin-check.8 usr/share/man/man8/munin-cron.8 
> usr/share/man/man8/munin-html.8 usr/share/man/man8/munin-limits.8 
> usr/share/man/man8/munin-update.8 usr/share/man/man8/munin.8
>       cd '/<<PKGBUILDDIR>>'
>    dh_fixperms
>       find debian/munin-node  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin-node ! -type l  -print0 2>/dev/null | xargs -0r chmod 
> go=rX,u+rw,a-s
>       find debian/munin-node/usr/share/doc -type f  ! -regex 
> 'debian/munin-node/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-node/usr/share/doc -type d  -print0 2>/dev/null | 
> xargs -0r chmod 0755
>       find debian/munin-node/usr/share/man -type f  -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-node/usr/include -type f  -print0 2>/dev/null | xargs 
> -0r chmod 0644
>       find debian/munin-node/usr/share/applications -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-node/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin-node/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 
> 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin-node -perm -5 -type f \( -name '*.so.*' -o -name 
> '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o 
> -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name 
> '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-node/usr/bin -type f  -print0 2>/dev/null | xargs -0r 
> chmod a+x
>       find debian/munin-node/usr/sbin -type f  -print0 2>/dev/null | xargs 
> -0r chmod a+x
>       find debian/munin-node/etc/init.d -type f  -print0 2>/dev/null | xargs 
> -0r chmod a+x
>       find debian/munin-node/usr/lib -type f -name '*.ali'  -print0 
> 2>/dev/null | xargs -0r chmod uga-w
>       find debian/munin-node/usr/share/lintian/overrides -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-core  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin-plugins-core ! -type l  -print0 2>/dev/null | xargs 
> -0r chmod go=rX,u+rw,a-s
>       find debian/munin-plugins-core/usr/share/doc -type f  ! -regex 
> 'debian/munin-plugins-core/usr/share/doc/[^/]*/examples/.*' -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-core/usr/share/doc -type d  -print0 
> 2>/dev/null | xargs -0r chmod 0755
>       find debian/munin-plugins-core/usr/share/man -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-core/usr/include -type f  -print0 2>/dev/null 
> | xargs -0r chmod 0644
>       find debian/munin-plugins-core/usr/share/applications -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-core/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin-plugins-core/usr/share/perl5 -type f -perm -5 -name '*.pm'  
> -print0 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin-plugins-core -perm -5 -type f \( -name '*.so.*' -o 
> -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' 
> -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name 
> '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-core/usr/lib -type f -name '*.ali'  -print0 
> 2>/dev/null | xargs -0r chmod uga-w
>       find debian/munin-plugins-extra  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin-plugins-extra ! -type l  -print0 2>/dev/null | xargs 
> -0r chmod go=rX,u+rw,a-s
>       find debian/munin-plugins-extra/usr/share/doc -type f  ! -regex 
> 'debian/munin-plugins-extra/usr/share/doc/[^/]*/examples/.*' -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-extra/usr/share/doc -type d  -print0 
> 2>/dev/null | xargs -0r chmod 0755
>       find debian/munin-plugins-extra/usr/share/man -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-extra/usr/include -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-extra/usr/share/applications -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-extra/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin-plugins-extra/usr/share/perl5 -type f -perm -5 -name '*.pm'  
> -print0 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin-plugins-extra -perm -5 -type f \( -name '*.so.*' -o 
> -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' 
> -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name 
> '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-extra/usr/lib -type f -name '*.ali'  -print0 
> 2>/dev/null | xargs -0r chmod uga-w
>       find debian/munin-plugins-java  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin-plugins-java ! -type l  -print0 2>/dev/null | xargs 
> -0r chmod go=rX,u+rw,a-s
>       find debian/munin-plugins-java/usr/share/doc -type f  ! -regex 
> 'debian/munin-plugins-java/usr/share/doc/[^/]*/examples/.*' -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-java/usr/share/doc -type d  -print0 
> 2>/dev/null | xargs -0r chmod 0755
>       find debian/munin-plugins-java/usr/share/man -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-java/usr/include -type f  -print0 2>/dev/null 
> | xargs -0r chmod 0644
>       find debian/munin-plugins-java/usr/share/applications -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-java/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin-plugins-java/usr/share/perl5 -type f -perm -5 -name '*.pm'  
> -print0 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin-plugins-java -perm -5 -type f \( -name '*.so.*' -o 
> -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' 
> -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name 
> '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-plugins-java/usr/lib -type f -name '*.ali'  -print0 
> 2>/dev/null | xargs -0r chmod uga-w
>       find debian/munin  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin ! -type l  -print0 2>/dev/null | xargs -0r chmod 
> go=rX,u+rw,a-s
>       find debian/munin/usr/share/doc -type f  ! -regex 
> 'debian/munin/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs 
> -0r chmod 0644
>       find debian/munin/usr/share/doc -type d  -print0 2>/dev/null | xargs 
> -0r chmod 0755
>       find debian/munin/usr/share/man -type f  -print0 2>/dev/null | xargs 
> -0r chmod 0644
>       find debian/munin/usr/include -type f  -print0 2>/dev/null | xargs -0r 
> chmod 0644
>       find debian/munin/usr/share/applications -type f  -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 
> 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o 
> -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name 
> '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' 
> \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin/usr/bin -type f  -print0 2>/dev/null | xargs -0r 
> chmod a+x
>       find debian/munin/etc/init.d -type f  -print0 2>/dev/null | xargs -0r 
> chmod a+x
>       find debian/munin/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | 
> xargs -0r chmod uga-w
>       find debian/munin/usr/share/lintian/overrides -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-common  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin-common ! -type l  -print0 2>/dev/null | xargs -0r 
> chmod go=rX,u+rw,a-s
>       find debian/munin-common/usr/share/doc -type f  ! -regex 
> 'debian/munin-common/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-common/usr/share/doc -type d  -print0 2>/dev/null | 
> xargs -0r chmod 0755
>       find debian/munin-common/usr/share/man -type f  -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-common/usr/include -type f  -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-common/usr/share/applications -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-common/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin-common/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 
> 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin-common -perm -5 -type f \( -name '*.so.*' -o -name 
> '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o 
> -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name 
> '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-common/usr/lib -type f -name '*.ali'  -print0 
> 2>/dev/null | xargs -0r chmod uga-w
>       find debian/munin-async  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin-async ! -type l  -print0 2>/dev/null | xargs -0r 
> chmod go=rX,u+rw,a-s
>       find debian/munin-async/usr/share/doc -type f  ! -regex 
> 'debian/munin-async/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-async/usr/share/doc -type d  -print0 2>/dev/null | 
> xargs -0r chmod 0755
>       find debian/munin-async/usr/share/man -type f  -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-async/usr/include -type f  -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-async/usr/share/applications -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-async/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin-async/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 
> 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin-async -perm -5 -type f \( -name '*.so.*' -o -name 
> '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o 
> -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name 
> '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-async/etc/init.d -type f  -print0 2>/dev/null | xargs 
> -0r chmod a+x
>       find debian/munin-async/usr/lib -type f -name '*.ali'  -print0 
> 2>/dev/null | xargs -0r chmod uga-w
>       find debian/munin-doc  -print0 2>/dev/null | xargs -0r chown 
> --no-dereference 0:0
>       find debian/munin-doc ! -type l  -print0 2>/dev/null | xargs -0r chmod 
> go=rX,u+rw,a-s
>       find debian/munin-doc/usr/share/doc -type f  ! -regex 
> 'debian/munin-doc/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-doc/usr/share/doc -type d  -print0 2>/dev/null | 
> xargs -0r chmod 0755
>       find debian/munin-doc/usr/share/man -type f  -print0 2>/dev/null | 
> xargs -0r chmod 0644
>       find debian/munin-doc/usr/include -type f  -print0 2>/dev/null | xargs 
> -0r chmod 0644
>       find debian/munin-doc/usr/share/applications -type f  -print0 
> 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-doc/usr/lib/x86_64-linux-gnu/perl5/5.24 
> debian/munin-doc/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 
> 2>/dev/null | xargs -0r chmod a-X
>       find debian/munin-doc -perm -5 -type f \( -name '*.so.*' -o -name 
> '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o 
> -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name 
> '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
>       find debian/munin-doc/usr/lib -type f -name '*.ali'  -print0 
> 2>/dev/null | xargs -0r chmod uga-w
>    dh_installdeb
>       install -d debian/munin-node/DEBIAN
>       perl -pe 's~#DEBHELPER#~qx{cat 
> debian/munin-node.postinst.debhelper}~eg' < debian/munin-node.postinst > 
> debian/munin-node/DEBIAN/postinst
>       chmod 0755 -- debian/munin-node/DEBIAN/postinst
>       chown 0:0 -- debian/munin-node/DEBIAN/postinst
>       printf '#!/bin/sh
> set -e
> ' > debian/munin-node/DEBIAN/prerm
>       cat debian/munin-node.prerm.debhelper >> debian/munin-node/DEBIAN/prerm
>       chmod 0755 -- debian/munin-node/DEBIAN/prerm
>       chown 0:0 -- debian/munin-node/DEBIAN/prerm
>       perl -pe 's~#DEBHELPER#~qx{cat debian/munin-node.postrm.debhelper}~eg' 
> < debian/munin-node.postrm > debian/munin-node/DEBIAN/postrm
>       chmod 0755 -- debian/munin-node/DEBIAN/postrm
>       chown 0:0 -- debian/munin-node/DEBIAN/postrm
>       install -p -m0644 debian/munin-node.triggers 
> debian/munin-node/DEBIAN/triggers
>       find debian/munin-node/etc -type f -printf '/etc/%P
> ' | LC_ALL=C sort >> debian/munin-node/DEBIAN/conffiles
>       chmod 0644 -- debian/munin-node/DEBIAN/conffiles
>       chown 0:0 -- debian/munin-node/DEBIAN/conffiles
>       install -d debian/munin-plugins-core/DEBIAN
>       sed s/#DEBHELPER#// < debian/munin-plugins-core.postrm > 
> debian/munin-plugins-core/DEBIAN/postrm
>       chmod 0755 -- debian/munin-plugins-core/DEBIAN/postrm
>       chown 0:0 -- debian/munin-plugins-core/DEBIAN/postrm
>       find debian/munin-plugins-core/etc -type f -printf '/etc/%P
> ' | LC_ALL=C sort >> debian/munin-plugins-core/DEBIAN/conffiles
>       rm -f debian/munin-plugins-core/DEBIAN/conffiles
>       install -d debian/munin-plugins-extra/DEBIAN
>       install -d debian/munin-plugins-java/DEBIAN
>       install -d debian/munin/DEBIAN
>       perl -pe 's~#DEBHELPER#~qx{cat debian/munin.postinst.debhelper}~eg' < 
> debian/munin.postinst > debian/munin/DEBIAN/postinst
>       chmod 0755 -- debian/munin/DEBIAN/postinst
>       chown 0:0 -- debian/munin/DEBIAN/postinst
>       printf '#!/bin/sh
> set -e
> ' > debian/munin/DEBIAN/prerm
>       cat debian/munin.prerm.debhelper >> debian/munin/DEBIAN/prerm
>       chmod 0755 -- debian/munin/DEBIAN/prerm
>       chown 0:0 -- debian/munin/DEBIAN/prerm
>       perl -pe 's~#DEBHELPER#~qx{cat debian/munin.postrm.debhelper}~eg' < 
> debian/munin.postrm > debian/munin/DEBIAN/postrm
>       chmod 0755 -- debian/munin/DEBIAN/postrm
>       chown 0:0 -- debian/munin/DEBIAN/postrm
>       find debian/munin/etc -type f -printf '/etc/%P
> ' | LC_ALL=C sort >> debian/munin/DEBIAN/conffiles
>       chmod 0644 -- debian/munin/DEBIAN/conffiles
>       chown 0:0 -- debian/munin/DEBIAN/conffiles
>       install -d debian/munin-common/DEBIAN
>       perl -pe 's~#DEBHELPER#~qx{cat 
> debian/munin-common.postinst.debhelper}~eg' < debian/munin-common.postinst > 
> debian/munin-common/DEBIAN/postinst
>       chmod 0755 -- debian/munin-common/DEBIAN/postinst
>       chown 0:0 -- debian/munin-common/DEBIAN/postinst
>       install -d debian/munin-async/DEBIAN
>       perl -pe 's~#DEBHELPER#~qx{cat 
> debian/munin-async.postinst.debhelper}~eg' < debian/munin-async.postinst > 
> debian/munin-async/DEBIAN/postinst
>       chmod 0755 -- debian/munin-async/DEBIAN/postinst
>       chown 0:0 -- debian/munin-async/DEBIAN/postinst
>       printf '#!/bin/sh
> set -e
> ' > debian/munin-async/DEBIAN/prerm
>       cat debian/munin-async.prerm.debhelper >> 
> debian/munin-async/DEBIAN/prerm
>       chmod 0755 -- debian/munin-async/DEBIAN/prerm
>       chown 0:0 -- debian/munin-async/DEBIAN/prerm
>       perl -pe 's~#DEBHELPER#~qx{cat debian/munin-async.postrm.debhelper}~eg' 
> < debian/munin-async.postrm > debian/munin-async/DEBIAN/postrm
>       chmod 0755 -- debian/munin-async/DEBIAN/postrm
>       chown 0:0 -- debian/munin-async/DEBIAN/postrm
>       find debian/munin-async/etc -type f -printf '/etc/%P
> ' | LC_ALL=C sort >> debian/munin-async/DEBIAN/conffiles
>       chmod 0644 -- debian/munin-async/DEBIAN/conffiles
>       chown 0:0 -- debian/munin-async/DEBIAN/conffiles
>       install -d debian/munin-doc/DEBIAN
>    dh_gencontrol
>       echo misc:Pre-Depends= >> debian/munin-node.substvars
>       dpkg-gencontrol -pmunin-node -ldebian/changelog 
> -Tdebian/munin-node.substvars -Pdebian/munin-node
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
>       chmod 0644 -- debian/munin-node/DEBIAN/control
>       chown 0:0 -- debian/munin-node/DEBIAN/control
>       echo misc:Depends= >> debian/munin-plugins-core.substvars
>       echo misc:Pre-Depends= >> debian/munin-plugins-core.substvars
>       dpkg-gencontrol -pmunin-plugins-core -ldebian/changelog 
> -Tdebian/munin-plugins-core.substvars -Pdebian/munin-plugins-core
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
>       chmod 0644 -- debian/munin-plugins-core/DEBIAN/control
>       chown 0:0 -- debian/munin-plugins-core/DEBIAN/control
>       echo misc:Depends= >> debian/munin-plugins-extra.substvars
>       echo misc:Pre-Depends= >> debian/munin-plugins-extra.substvars
>       dpkg-gencontrol -pmunin-plugins-extra -ldebian/changelog 
> -Tdebian/munin-plugins-extra.substvars -Pdebian/munin-plugins-extra
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
>       chmod 0644 -- debian/munin-plugins-extra/DEBIAN/control
>       chown 0:0 -- debian/munin-plugins-extra/DEBIAN/control
>       echo misc:Depends= >> debian/munin-plugins-java.substvars
>       echo misc:Pre-Depends= >> debian/munin-plugins-java.substvars
>       dpkg-gencontrol -pmunin-plugins-java -ldebian/changelog 
> -Tdebian/munin-plugins-java.substvars -Pdebian/munin-plugins-java
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
> dpkg-gencontrol: warning: package munin-plugins-java: unused substitution 
> variable ${perl:Depends}
>       chmod 0644 -- debian/munin-plugins-java/DEBIAN/control
>       chown 0:0 -- debian/munin-plugins-java/DEBIAN/control
>       echo misc:Depends= >> debian/munin.substvars
>       echo misc:Pre-Depends= >> debian/munin.substvars
>       dpkg-gencontrol -pmunin -ldebian/changelog -Tdebian/munin.substvars 
> -Pdebian/munin
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
>       chmod 0644 -- debian/munin/DEBIAN/control
>       chown 0:0 -- debian/munin/DEBIAN/control
>       echo misc:Depends= >> debian/munin-common.substvars
>       echo misc:Pre-Depends= >> debian/munin-common.substvars
>       dpkg-gencontrol -pmunin-common -ldebian/changelog 
> -Tdebian/munin-common.substvars -Pdebian/munin-common
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
>       chmod 0644 -- debian/munin-common/DEBIAN/control
>       chown 0:0 -- debian/munin-common/DEBIAN/control
>       echo misc:Pre-Depends= >> debian/munin-async.substvars
>       dpkg-gencontrol -pmunin-async -ldebian/changelog 
> -Tdebian/munin-async.substvars -Pdebian/munin-async
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
>       chmod 0644 -- debian/munin-async/DEBIAN/control
>       chown 0:0 -- debian/munin-async/DEBIAN/control
>       echo misc:Depends= >> debian/munin-doc.substvars
>       echo misc:Pre-Depends= >> debian/munin-doc.substvars
>       dpkg-gencontrol -pmunin-doc -ldebian/changelog 
> -Tdebian/munin-doc.substvars -Pdebian/munin-doc
> dpkg-gencontrol: warning: Depends field of package munin-doc: unknown 
> substitution variable ${perl:Depends}
> dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
> not NFS-safe
>       chmod 0644 -- debian/munin-doc/DEBIAN/control
>       chown 0:0 -- debian/munin-doc/DEBIAN/control
>    dh_md5sums
>       (cd debian/munin-node >/dev/null ; find . -type f ! -path 
> "./etc/cron.d/munin-node" ! -path "./etc/init.d/munin-node" ! -path 
> "./etc/init/munin-node.conf" ! -path "./etc/logrotate.d/munin-node" ! -path 
> "./etc/munin/munin-node.conf" ! -path "./etc/munin/plugin-conf.d/munin-node"  
> ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
> DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin-node/DEBIAN/md5sums
>       chown 0:0 -- debian/munin-node/DEBIAN/md5sums
>       (cd debian/munin-plugins-core >/dev/null ; find . -type f  ! -regex 
> './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
> DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin-plugins-core/DEBIAN/md5sums
>       chown 0:0 -- debian/munin-plugins-core/DEBIAN/md5sums
>       (cd debian/munin-plugins-extra >/dev/null ; find . -type f  ! -regex 
> './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
> DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin-plugins-extra/DEBIAN/md5sums
>       chown 0:0 -- debian/munin-plugins-extra/DEBIAN/md5sums
>       (cd debian/munin-plugins-java >/dev/null ; find . -type f  ! -regex 
> './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
> DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin-plugins-java/DEBIAN/md5sums
>       chown 0:0 -- debian/munin-plugins-java/DEBIAN/md5sums
>       (cd debian/munin >/dev/null ; find . -type f ! -path 
> "./etc/cron.d/munin" ! -path "./etc/init.d/munin" ! -path 
> "./etc/init/munin.conf" ! -path "./etc/logrotate.d/munin" ! -path 
> "./etc/munin/apache.conf" ! -path "./etc/munin/apache24.conf" ! -path 
> "./etc/munin/munin.conf" ! -path "./etc/munin/static/definitions.html" ! 
> -path "./etc/munin/static/dynazoom.html" ! -path 
> "./etc/munin/static/favicon.ico" ! -path "./etc/munin/static/formatdate.js" ! 
> -path "./etc/munin/static/logo-h.png" ! -path "./etc/munin/static/logo.png" ! 
> -path "./etc/munin/static/querystring.js" ! -path 
> "./etc/munin/static/style-1.2.css" ! -path "./etc/munin/static/style-new.css" 
> ! -path "./etc/munin/static/style.css" ! -path "./etc/munin/static/zoom.js" ! 
> -path "./etc/munin/templates/munin-categoryview.tmpl" ! -path 
> "./etc/munin/templates/munin-comparison-day.tmpl" ! -path 
> "./etc/munin/templates/munin-comparison-month.tmpl" ! -path 
> "./etc/munin/templates/munin-comparison-week.tmpl" ! -path 
> "./etc/munin/templates/munin-comparison-year.tmpl" ! -path 
> "./etc/munin/templates/munin-domainview.tmpl" ! -path 
> "./etc/munin/templates/munin-dynazoom.tmpl" ! -path 
> "./etc/munin/templates/munin-nodeview.tmpl" ! -path 
> "./etc/munin/templates/munin-overview.tmpl" ! -path 
> "./etc/munin/templates/munin-problemview.tmpl" ! -path 
> "./etc/munin/templates/munin-serviceview.tmpl" ! -path 
> "./etc/munin/templates/partial/bottom_navigation.tmpl" ! -path 
> "./etc/munin/templates/partial/footer.tmpl" ! -path 
> "./etc/munin/templates/partial/generated_by.tmpl" ! -path 
> "./etc/munin/templates/partial/head.tmpl" ! -path 
> "./etc/munin/templates/partial/logo_navigation.tmpl" ! -path 
> "./etc/munin/templates/partial/logo_navigation_comparison.tmpl" ! -path 
> "./etc/munin/templates/partial/logo_navigation_problem.tmpl" ! -path 
> "./etc/munin/templates/partial/logo_path.tmpl" ! -path 
> "./etc/munin/templates/partial/navigation.tmpl" ! -path 
> "./etc/munin/templates/partial/path.tmpl"  ! -regex './DEBIAN/.*' -printf 
> '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin/DEBIAN/md5sums
>       chown 0:0 -- debian/munin/DEBIAN/md5sums
>       (cd debian/munin-common >/dev/null ; find . -type f  ! -regex 
> './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
> DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin-common/DEBIAN/md5sums
>       chown 0:0 -- debian/munin-common/DEBIAN/md5sums
>       (cd debian/munin-async >/dev/null ; find . -type f ! -path 
> "./etc/init.d/munin-async" ! -path "./etc/init/munin-async.conf"  ! -regex 
> './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
> DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin-async/DEBIAN/md5sums
>       chown 0:0 -- debian/munin-async/DEBIAN/md5sums
>       (cd debian/munin-doc >/dev/null ; find . -type f  ! -regex 
> './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > 
> DEBIAN/md5sums) >/dev/null
>       chmod 0644 -- debian/munin-doc/DEBIAN/md5sums
>       chown 0:0 -- debian/munin-doc/DEBIAN/md5sums
>    dh_builddeb
>       dpkg-deb --build debian/munin-node ..
> dpkg-deb: building package 'munin-node' in '../munin-node_2.0.26-3_all.deb'.
>       dpkg-deb --build debian/munin-plugins-core ..
> dpkg-deb: building package 'munin-plugins-core' in 
> '../munin-plugins-core_2.0.26-3_all.deb'.
>       dpkg-deb --build debian/munin-plugins-extra ..
> dpkg-deb: building package 'munin-plugins-extra' in 
> '../munin-plugins-extra_2.0.26-3_all.deb'.
>       dpkg-deb --build debian/munin-plugins-java ..
> dpkg-deb: building package 'munin-plugins-java' in 
> '../munin-plugins-java_2.0.26-3_all.deb'.
>       dpkg-deb --build debian/munin ..
> dpkg-deb: building package 'munin' in '../munin_2.0.26-3_all.deb'.
>       dpkg-deb --build debian/munin-common ..
> dpkg-deb: building package 'munin-common' in 
> '../munin-common_2.0.26-3_all.deb'.
>       dpkg-deb --build debian/munin-async ..
> dpkg-deb: building package 'munin-async' in '../munin-async_2.0.26-3_all.deb'.
>       dpkg-deb --build debian/munin-doc ..
> dpkg-deb: error: parsing file 'debian/munin-doc/DEBIAN/control' near line 21 
> package 'munin-doc:all':
>  package has field 'Multi-Arch: same' but is architecture all
> dh_builddeb: dpkg-deb --build debian/munin-doc .. returned exit code 2
> debian/rules:8: recipe for target 'binary' failed
> make: *** [binary] Error 1

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   http://aws-logs.debian.net/2016/10/21/munin_2.0.26-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
version: 2.0.26-4

Hi,

this is also a duplicate of #841517 and fixed in NEW.


-- 
cheers,
        Holger

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to