tags 667145 + patch thanks
diff -Nru ctemplate-2.0/debian/changelog ctemplate-2.0/debian/changelog --- ctemplate-2.0/debian/changelog 2012-02-18 05:38:00.000000000 +0000 +++ ctemplate-2.0/debian/changelog 2012-04-17 12:25:27.000000000 +0000 @@ -1,3 +1,10 @@ +ctemplate (2.0-1.1) unstable; urgency=low + + * Non maintainer upload. + * Build with -fpermissive. Closes: #667145. + + -- Matthias Klose <[email protected]> Tue, 17 Apr 2012 14:24:52 +0200 + ctemplate (2.0-1) unstable; urgency=low * New upstream release diff -Nru ctemplate-2.0/debian/rules ctemplate-2.0/debian/rules --- ctemplate-2.0/debian/rules 2011-10-09 08:59:34.000000000 +0000 +++ ctemplate-2.0/debian/rules 2012-04-17 12:24:48.000000000 +0000 @@ -2,5 +2,7 @@ export PTHREAD_CFLAGS=-lpthread +export CXXFLAGS = $(shell dpkg-buildflags --get CFLAGS) -fpermissive + %: dh $@ --parallel

