Hi Attached the patch for the version I intend to upload. Please respond if you don't want this NMU to happen, if you are working yourself on a patch or if you think that the attached patch won't work.
Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u speech-tools-1.2.3/include/EST_Chunk.h
speech-tools-1.2.3/include/EST_Chunk.h
--- speech-tools-1.2.3/include/EST_Chunk.h
+++ speech-tools-1.2.3/include/EST_Chunk.h
@@ -92,6 +92,8 @@
#endif
+class EST_ChunkPtr;
+
/************************************************************************/
/* */
/* EST_Chunk is a use-counted chunk of memory. You souldn`t be able */
diff -u speech-tools-1.2.3/debian/rules speech-tools-1.2.3/debian/rules
--- speech-tools-1.2.3/debian/rules
+++ speech-tools-1.2.3/debian/rules
@@ -22,7 +22,7 @@
build: build-stamp
build-stamp:
- $(MAKE) CC=gcc-3.4 CXX=g++-3.4
+ $(MAKE)
touch build-stamp
clean:
@@ -85,7 +85,7 @@
cp base_class/*.h $(STD)/usr/include/speech_tools/
# Needed to compile things against speech_tools
- cp -R config/ $(STD)/usr/lib/speech_tools/config/
+ cp -R config $(STD)/usr/lib/speech_tools/config
find $(STD)/usr/lib/speech_tools/config/ \
\( -name SCCS -o -name CVS -o -name RCS \) -print0 | \
xargs -0r rm -rf
diff -u speech-tools-1.2.3/debian/control speech-tools-1.2.3/debian/control
--- speech-tools-1.2.3/debian/control
+++ speech-tools-1.2.3/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Matthias Urlichs <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: g++-3.4, libesd0-dev, libncurses5-dev, debhelper (>= 4), gawk |
awk
+Build-Depends: libesd0-dev, libncurses5-dev, debhelper (>= 4), gawk | awk
Package: libestools1.2
Architecture: any
diff -u speech-tools-1.2.3/debian/changelog speech-tools-1.2.3/debian/changelog
--- speech-tools-1.2.3/debian/changelog
+++ speech-tools-1.2.3/debian/changelog
@@ -1,3 +1,11 @@
+speech-tools (1:1.2.3-9.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Remove trailing slash in cp -R command (Closes: #340084).
+ * Remove g++-3.4 build-dep (Closes: #343022).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Sun, 1 Jan 2006 18:56:06 +0100
+
speech-tools (1:1.2.3-9) unstable; urgency=low
* Synchronize package from Ubuntu.
signature.asc
Description: OpenPGP digital signature

