tags 667094 + patch
thanks

diff -Nru adanaxisgpl-1.2.5.dfsg.1/debian/changelog 
adanaxisgpl-1.2.5.dfsg.1/debian/changelog
--- adanaxisgpl-1.2.5.dfsg.1/debian/changelog   2011-07-16 11:21:51.000000000 
+0000
+++ adanaxisgpl-1.2.5.dfsg.1/debian/changelog   2012-05-03 19:49:03.000000000 
+0000
@@ -1,3 +1,10 @@
+adanaxisgpl (1.2.5.dfsg.1-4.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Build with -fpermissive. Closes: #667094.
+
+ -- Matthias Klose <d...@debian.org>  Thu, 03 May 2012 21:48:16 +0200
+
 adanaxisgpl (1.2.5.dfsg.1-4) unstable; urgency=low
 
   * Team upload.
diff -Nru adanaxisgpl-1.2.5.dfsg.1/debian/rules 
adanaxisgpl-1.2.5.dfsg.1/debian/rules
--- adanaxisgpl-1.2.5.dfsg.1/debian/rules       2011-07-16 11:23:28.000000000 
+0000
+++ adanaxisgpl-1.2.5.dfsg.1/debian/rules       2012-05-03 19:48:14.000000000 
+0000
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
+CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive
+
 %:
        dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure:
-       dh_auto_configure -- \
+       CXXFLAGS="$(CXXFLAGS)" dh_auto_configure -- \
                --bindir='$${prefix}/games' \
                --datadir='$${prefix}/share/games'
 

Reply via email to