[SCM] taopm/master: Depends on c++-compiler. This is needed because TAO generates temporary C++ code and the TAO interface transparently compile the code to generate TAO objects. According to upstream documentation it's supposed to work well with any sort of C++ compiler.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Wed May 15 01:28:44 UTC 2013


The following commit has been merged in the master branch:
commit 27c59dc566d6775c294329890bf55b767e900a84
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Tue May 14 21:28:35 2013 -0400

    Depends on c++-compiler. This is needed because TAO generates temporary C++ code and the TAO interface transparently compile the code to generate TAO objects. According to upstream documentation it's supposed to work well with any sort of C++ compiler.

diff --git a/debian/changelog b/debian/changelog
index 2ea246a..b446022 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+taopm (1.0-3) unstable; urgency=low
+
+  * Depends on c++-compiler. This is needed because TAO generates temporary C++
+    code and the TAO interface transparently compile the code to generate TAO
+    objects. According to upstream documentation it's supposed to work well
+    with any sort of C++ compiler.
+
+ -- Tiago Bortoletto Vaz <tiago at debian.org>  Tue, 14 May 2013 21:24:51 -0400
+
 taopm (1.0-2) experimental; urgency=low
 
   * Depends on libxmu-dev.
diff --git a/debian/control b/debian/control
index 69ac010..894b38c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://taopm.sourceforge.net
 Package: taopm
 Architecture: any
 Pre-Depends: multiarch-support
-Depends: ${shlibs:Depends}, ${misc:Depends}, freeglut3-dev, libxmu-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, freeglut3-dev, libxmu-dev, c++-compiler
 Description: Sound synthesis software with physical models
  Tao is a software package for sound synthesis using physical models. It
  provides a virtual acoustic material constructed from masses and springs which

-- 
taopm packaging



More information about the pkg-multimedia-commits mailing list