tags 672021 + patch thanks
diff -Nru libpqxx3-3.1/debian/changelog libpqxx3-3.1/debian/changelog --- libpqxx3-3.1/debian/changelog 2011-11-28 21:33:40.000000000 +0000 +++ libpqxx3-3.1/debian/changelog 2012-05-08 23:47:30.000000000 +0000 @@ -1,3 +1,10 @@ +libpqxx3 (3.1-1.1) unstable; urgency=low + + * Non maintainer upload + * Work around build failure with GCC 4.7. Closes: #672021. + + -- Matthias Klose <d...@debian.org> Tue, 08 May 2012 23:44:51 +0000 + libpqxx3 (3.1-1) unstable; urgency=low [ Marcin Kulisz ] diff -Nru libpqxx3-3.1/debian/rules libpqxx3-3.1/debian/rules --- libpqxx3-3.1/debian/rules 2011-11-28 21:36:48.000000000 +0000 +++ libpqxx3-3.1/debian/rules 2012-05-08 23:50:38.000000000 +0000 @@ -3,6 +3,8 @@ #export DH_VERBOSE=1 export LIBRARY_VERSION=3.1 +CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive + %: dh $@