Bug#842674: marked as done (speech-dispatcher FTCBFS: python3 build dependency not installable)

2017-08-06 Thread Debian Bug Tracking System
Your message dated Sun, 06 Aug 2017 13:53:05 +
with message-id 
and subject line Bug#842674: fixed in speech-dispatcher-contrib 0.8.7-1
has caused the Debian Bug report #842674,
regarding speech-dispatcher FTCBFS: python3 build dependency not installable
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.)


-- 
842674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: speech-dispatcher
Version: 0.8.5-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

speech-dispatcher fails to cross build from source, because it requests
the host architecture python3 which can neither be installed nor
executed. Fortunately, it doesn't actually use python3 during an
arch-only build, so demoting it to Build-Depends-Indep makes the build
succeed. Please consider applying the attached patch.

Helmut
diff --minimal -Nru speech-dispatcher-0.8.5/debian/changelog 
speech-dispatcher-0.8.5/debian/changelog
--- speech-dispatcher-0.8.5/debian/changelog2016-10-09 18:37:29.0 
+0200
+++ speech-dispatcher-0.8.5/debian/changelog2016-10-31 11:19:51.0 
+0100
@@ -1,3 +1,10 @@
+speech-dispatcher (0.8.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Demote python3 from Build-Depends to Build-Depends-Indep (Closes: #-1)
+
+ -- Helmut Grohne   Mon, 31 Oct 2016 11:19:34 +0100
+
 speech-dispatcher (0.8.5-2) unstable; urgency=medium
 
   * Restore recommandation of pulseaudio to fix speech after default
diff --minimal -Nru speech-dispatcher-0.8.5/debian/control 
speech-dispatcher-0.8.5/debian/control
--- speech-dispatcher-0.8.5/debian/control  2016-10-09 17:03:13.0 
+0200
+++ speech-dispatcher-0.8.5/debian/control  2016-10-31 11:16:50.0 
+0100
@@ -23,8 +23,9 @@
  libxau-dev,
  libsndfile1-dev,
 # libttspico-dev,
- python3,
  texinfo
+Build-Depends-Indep:
+ python3,
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=tts/speech-dispatcher.git;a=summary
 Vcs-Git: git://anonscm.debian.org/tts/speech-dispatcher.git
 Homepage: http://devel.freebsoft.org/speechd
diff --minimal -Nru speech-dispatcher-0.8.5/debian/rules 
speech-dispatcher-0.8.5/debian/rules
--- speech-dispatcher-0.8.5/debian/rules2016-05-22 21:07:38.0 
+0200
+++ speech-dispatcher-0.8.5/debian/rules2016-10-31 11:17:28.0 
+0100
@@ -3,7 +3,8 @@
 source=$(shell dpkg-parsechangelog -S Source)
 
 %:
-   dh $@ --with autoreconf,python3
+   dh $@ --with=autoreconf $(DH_ADDONS)
+build-indep install-indep binary-indep build install binary: 
DH_ADDONS+=--with=python3
 
 override_dh_auto_configure:
dh_auto_configure -- 
--with-module-bindir=\$${prefix}/lib/speech-dispatcher-modules \
--- End Message ---
--- Begin Message ---
Source: speech-dispatcher-contrib
Source-Version: 0.8.7-1

We believe that the bug you reported is fixed in the latest version of
speech-dispatcher-contrib, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 842...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Gevers  (supplier of updated speech-dispatcher-contrib 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Jul 2017 18:36:44 +0200
Source: speech-dispatcher-contrib
Binary: speech-dispatcher-pico
Architecture: source amd64
Version: 0.8.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Paul Gevers 
Description:
 speech-dispatcher-pico - Speech Dispatcher: Pico output module
Closes: 803536 842674 860889 860898 863306
Changes:
 speech-dispatcher-contrib (0.8.7-1) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * Make sure to drop obsolete /etc/speech-dispatcher/clients/gnome-speech.conf
 conffile. (Closes: Bug#803536)
   * patches/spd-conf: Fix spd-conf (Closes: Bug#860898)
   * Use canonical anonscm vcs URL.
   * debian/speech-dispatcher.1: fix debugging output path (Closes: Bug#860889)
 .
   [ Helmut Grohne ]
   * Demote python3 from Build-Depends to Build-Depends-Indep (Closes: #842674)
 .
   [ Luke Yelavich ]
   * debian/speech-dispatcher-pico.install: Ship the configuration fil

Bug#842674: marked as done (speech-dispatcher FTCBFS: python3 build dependency not installable)

2017-07-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Jul 2017 18:21:43 +
with message-id 
and subject line Bug#842674: fixed in speech-dispatcher 0.8.7-1
has caused the Debian Bug report #842674,
regarding speech-dispatcher FTCBFS: python3 build dependency not installable
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.)


-- 
842674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: speech-dispatcher
Version: 0.8.5-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

speech-dispatcher fails to cross build from source, because it requests
the host architecture python3 which can neither be installed nor
executed. Fortunately, it doesn't actually use python3 during an
arch-only build, so demoting it to Build-Depends-Indep makes the build
succeed. Please consider applying the attached patch.

Helmut
diff --minimal -Nru speech-dispatcher-0.8.5/debian/changelog 
speech-dispatcher-0.8.5/debian/changelog
--- speech-dispatcher-0.8.5/debian/changelog2016-10-09 18:37:29.0 
+0200
+++ speech-dispatcher-0.8.5/debian/changelog2016-10-31 11:19:51.0 
+0100
@@ -1,3 +1,10 @@
+speech-dispatcher (0.8.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Demote python3 from Build-Depends to Build-Depends-Indep (Closes: #-1)
+
+ -- Helmut Grohne   Mon, 31 Oct 2016 11:19:34 +0100
+
 speech-dispatcher (0.8.5-2) unstable; urgency=medium
 
   * Restore recommandation of pulseaudio to fix speech after default
diff --minimal -Nru speech-dispatcher-0.8.5/debian/control 
speech-dispatcher-0.8.5/debian/control
--- speech-dispatcher-0.8.5/debian/control  2016-10-09 17:03:13.0 
+0200
+++ speech-dispatcher-0.8.5/debian/control  2016-10-31 11:16:50.0 
+0100
@@ -23,8 +23,9 @@
  libxau-dev,
  libsndfile1-dev,
 # libttspico-dev,
- python3,
  texinfo
+Build-Depends-Indep:
+ python3,
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=tts/speech-dispatcher.git;a=summary
 Vcs-Git: git://anonscm.debian.org/tts/speech-dispatcher.git
 Homepage: http://devel.freebsoft.org/speechd
diff --minimal -Nru speech-dispatcher-0.8.5/debian/rules 
speech-dispatcher-0.8.5/debian/rules
--- speech-dispatcher-0.8.5/debian/rules2016-05-22 21:07:38.0 
+0200
+++ speech-dispatcher-0.8.5/debian/rules2016-10-31 11:17:28.0 
+0100
@@ -3,7 +3,8 @@
 source=$(shell dpkg-parsechangelog -S Source)
 
 %:
-   dh $@ --with autoreconf,python3
+   dh $@ --with=autoreconf $(DH_ADDONS)
+build-indep install-indep binary-indep build install binary: 
DH_ADDONS+=--with=python3
 
 override_dh_auto_configure:
dh_auto_configure -- 
--with-module-bindir=\$${prefix}/lib/speech-dispatcher-modules \
--- End Message ---
--- Begin Message ---
Source: speech-dispatcher
Source-Version: 0.8.7-1

We believe that the bug you reported is fixed in the latest version of
speech-dispatcher, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 842...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Gevers  (supplier of updated speech-dispatcher package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Jul 2017 18:36:44 +0200
Source: speech-dispatcher
Binary: speech-dispatcher libspeechd2 libspeechd-dev cl-speech-dispatcher 
python3-speechd speech-dispatcher-festival speech-dispatcher-doc-cs 
speech-dispatcher-audio-plugins speech-dispatcher-flite 
speech-dispatcher-cicero speech-dispatcher-espeak speech-dispatcher-espeak-ng
Architecture: source
Version: 0.8.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Paul Gevers 
Description:
 cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
 libspeechd-dev - Speech Dispatcher: Development libraries and header files
 libspeechd2 - Speech Dispatcher: Shared libraries
 python3-speechd - Python interface to Speech Dispatcher
 speech-dispatcher - Common interface to speech synthesizers
 speech-dispatcher-audio-plugins - Speech Dispatcher: Audio output plugins
 speech-dispatcher-cicero - Speech Dispatcher: Cicero output module
 speech-dispatcher-doc-cs - Speech Di

Bug#842674: marked as done (speech-dispatcher FTCBFS: python3 build dependency not installable)

2017-01-23 Thread Debian Bug Tracking System
Your message dated Tue, 24 Jan 2017 00:07:02 +
with message-id 
and subject line Bug#842674: fixed in speech-dispatcher 0.8.6-2
has caused the Debian Bug report #842674,
regarding speech-dispatcher FTCBFS: python3 build dependency not installable
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.)


-- 
842674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: speech-dispatcher
Version: 0.8.5-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

speech-dispatcher fails to cross build from source, because it requests
the host architecture python3 which can neither be installed nor
executed. Fortunately, it doesn't actually use python3 during an
arch-only build, so demoting it to Build-Depends-Indep makes the build
succeed. Please consider applying the attached patch.

Helmut
diff --minimal -Nru speech-dispatcher-0.8.5/debian/changelog 
speech-dispatcher-0.8.5/debian/changelog
--- speech-dispatcher-0.8.5/debian/changelog2016-10-09 18:37:29.0 
+0200
+++ speech-dispatcher-0.8.5/debian/changelog2016-10-31 11:19:51.0 
+0100
@@ -1,3 +1,10 @@
+speech-dispatcher (0.8.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Demote python3 from Build-Depends to Build-Depends-Indep (Closes: #-1)
+
+ -- Helmut Grohne   Mon, 31 Oct 2016 11:19:34 +0100
+
 speech-dispatcher (0.8.5-2) unstable; urgency=medium
 
   * Restore recommandation of pulseaudio to fix speech after default
diff --minimal -Nru speech-dispatcher-0.8.5/debian/control 
speech-dispatcher-0.8.5/debian/control
--- speech-dispatcher-0.8.5/debian/control  2016-10-09 17:03:13.0 
+0200
+++ speech-dispatcher-0.8.5/debian/control  2016-10-31 11:16:50.0 
+0100
@@ -23,8 +23,9 @@
  libxau-dev,
  libsndfile1-dev,
 # libttspico-dev,
- python3,
  texinfo
+Build-Depends-Indep:
+ python3,
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=tts/speech-dispatcher.git;a=summary
 Vcs-Git: git://anonscm.debian.org/tts/speech-dispatcher.git
 Homepage: http://devel.freebsoft.org/speechd
diff --minimal -Nru speech-dispatcher-0.8.5/debian/rules 
speech-dispatcher-0.8.5/debian/rules
--- speech-dispatcher-0.8.5/debian/rules2016-05-22 21:07:38.0 
+0200
+++ speech-dispatcher-0.8.5/debian/rules2016-10-31 11:17:28.0 
+0100
@@ -3,7 +3,8 @@
 source=$(shell dpkg-parsechangelog -S Source)
 
 %:
-   dh $@ --with autoreconf,python3
+   dh $@ --with=autoreconf $(DH_ADDONS)
+build-indep install-indep binary-indep build install binary: 
DH_ADDONS+=--with=python3
 
 override_dh_auto_configure:
dh_auto_configure -- 
--with-module-bindir=\$${prefix}/lib/speech-dispatcher-modules \
--- End Message ---
--- Begin Message ---
Source: speech-dispatcher
Source-Version: 0.8.6-2

We believe that the bug you reported is fixed in the latest version of
speech-dispatcher, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 842...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault  (supplier of updated speech-dispatcher 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Jan 2017 20:22:36 +0100
Source: speech-dispatcher
Binary: speech-dispatcher libspeechd2 libspeechd-dev cl-speech-dispatcher 
python3-speechd speech-dispatcher-festival speech-dispatcher-doc-cs 
speech-dispatcher-audio-plugins speech-dispatcher-flite 
speech-dispatcher-cicero speech-dispatcher-espeak speech-dispatcher-espeak-ng
Architecture: source
Version: 0.8.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team 
Changed-By: Samuel Thibault 
Description:
 cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
 libspeechd-dev - Speech Dispatcher: Development libraries and header files
 libspeechd2 - Speech Dispatcher: Shared libraries
 python3-speechd - Python interface to Speech Dispatcher
 speech-dispatcher - Common interface to speech synthesizers
 speech-dispatcher-audio-plugins - Speech Dispatcher: Audio output plugins
 speech-dispatcher-cicero - Speech Dispatcher: Cicero output module
 speech-dispatcher-doc-cs - S