tags 390010 +pending
thanks
Hello,
in the attachement you can find the patch for the NMU which I will
upload in a few minutes.
Regards from BSP Zurich/Switzerland
--
.''`. Mario Iseli <[EMAIL PROTECTED]>
: :' : proud user of Debian unstable
`. `'`
`- Debian - when you have better things to do than fixing a system
diff -Naur old/savant-20060129/debian/changelog savant-20060129/debian/changelog
--- old/savant-20060129/debian/changelog 2006-03-25 17:16:29.000000000
+0100
+++ savant-20060129/debian/changelog 2006-10-08 14:37:22.000000000 +0200
@@ -1,3 +1,10 @@
+savant (20060129-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload, BSP Zurich/Switzerland
+ * Fixes FTBFS on all arches (Closes: #390010).
+
+ -- Mario Iseli <[EMAIL PROTECTED]> Sun, 08 Oct 2006 14:37:17 +0200
+
savant (20060129-1) unstable; urgency=low
* New upstream version. Much more flexible extension model.
diff -Naur old/savant-20060129/src/aire/iir/IIRScram/IIRScram.hh
savant-20060129/src/aire/iir/IIRScram/IIRScram.hh
--- old/savant-20060129/src/aire/iir/IIRScram/IIRScram.hh 2005-04-21
23:16:41.000000000 +0200
+++ savant-20060129/src/aire/iir/IIRScram/IIRScram.hh 2006-10-08
13:17:19.000000000 +0200
@@ -494,7 +494,7 @@
IIRScram_TextLiteral *_get_declarator();
protected:
// Return a cast pointer to the design file
- IIRScram_DesignFile * IIRScram::_get_my_design_file();
+ IIRScram_DesignFile *_get_my_design_file();
private:
diff -Naur
old/savant-20060129/src/aire/iir/IIRScram/IIRScram_VariableDeclaration.hh
savant-20060129/src/aire/iir/IIRScram/IIRScram_VariableDeclaration.hh
--- old/savant-20060129/src/aire/iir/IIRScram/IIRScram_VariableDeclaration.hh
2005-04-19 17:21:51.000000000 +0200
+++ savant-20060129/src/aire/iir/IIRScram/IIRScram_VariableDeclaration.hh
2006-10-08 13:47:48.000000000 +0200
@@ -40,7 +40,7 @@
class IIRScram_VariableDeclaration : public virtual
IIRScram_ObjectDeclaration, public virtual IIRBase_VariableDeclaration{
public:
- IIRScram_VariableDeclaration::IIRScram_VariableDeclaration();
+ IIRScram_VariableDeclaration();
/// Accept visitations \Ref{_accept_visitor}.
visitor_return_type* _accept_visitor(node_visitor *, visitor_argument_type
*);