Control: tags 796608 + patch Control: tags 796608 + pending Dear maintainer,
I've prepared an NMU for espeakup (versioned as 1:0.71-27.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Best, Christian diff -Nru espeakup-0.71/debian/changelog espeakup-0.71/debian/changelog --- espeakup-0.71/debian/changelog 2016-05-19 21:08:31.000000000 +0200 +++ espeakup-0.71/debian/changelog 2016-07-03 20:53:44.000000000 +0200 @@ -1,3 +1,10 @@ +espeakup (1:0.71-27.1) unstable; urgency=medium + + * Non-maintainer upload. + * Install espeakup.service. (Closes: #796608) + + -- Christian Hofstaedtler <z...@debian.org> Sun, 03 Jul 2016 20:52:49 +0200 + espeakup (1:0.71-27) unstable; urgency=high [ Samuel Thibault ] diff -Nru espeakup-0.71/debian/espeakup.service espeakup-0.71/debian/espeakup.service --- espeakup-0.71/debian/espeakup.service 1970-01-01 01:00:00.000000000 +0100 +++ espeakup-0.71/debian/espeakup.service 2016-07-03 20:52:40.000000000 +0200 @@ -0,0 +1,17 @@ +[Unit] +Description=Software speech output for Speakup +Documentation=man:espeakup(8) +Wants=systemd-udev-settle.service +After=systemd-udev-settle.service sound.target + +[Service] +Type=forking +PIDFile=/run/espeakup.pid +Environment=VOICE= +EnvironmentFile=-/etc/default/espeakup +ExecStart=/usr/bin/espeakup -V ${VOICE} +ExecReload=/bin/kill -HUP $MAINPID +Restart=always + +[Install] +WantedBy=sound.target