Control: tags -1 + pending patch
attaching a patch, uploading to delayed
diff -Nru sword-1.7.3+dfsg/debian/changelog sword-1.7.3+dfsg/debian/changelog --- sword-1.7.3+dfsg/debian/changelog 2014-07-16 02:27:30.000000000 +0200 +++ sword-1.7.3+dfsg/debian/changelog 2015-07-10 16:23:52.000000000 +0200 @@ -1,3 +1,10 @@ +sword (1.7.3+dfsg-2.1) unstable; urgency=medium + + * Non maintainer upload. + * Fix build with GCC 5 (-Wno-error=deprecated-declarations). Closes: #778133. + + -- Matthias Klose <d...@debian.org> Fri, 10 Jul 2015 16:18:02 +0200 + sword (1.7.3+dfsg-2) unstable; urgency=medium * Add missing license in debian/copyright. (Closes: 754869) diff -Nru sword-1.7.3+dfsg/debian/rules sword-1.7.3+dfsg/debian/rules --- sword-1.7.3+dfsg/debian/rules 2014-07-15 20:01:30.000000000 +0200 +++ sword-1.7.3+dfsg/debian/rules 2015-07-10 16:19:30.000000000 +0200 @@ -4,7 +4,7 @@ ver:=$(shell dpkg-parsechangelog | sed -nr "2s/Version: (.*)-.*/\1/p") bd :=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -WFLAGS := -Wall -Werror +WFLAGS := -Wall -Werror -Wno-error=deprecated-declarations CFLAGS = $(shell dpkg-buildflags --get CFLAGS) $(WFLAGS) CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS) $(WFLAGS)