[Pkg-crosswire-commits] [sword] 04/04: Imported Debian patch 1.7.3+dfsg-2.1

Daniel Glassey wdg at moszumanska.debian.org
Mon Sep 7 10:15:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

wdg pushed a commit to branch master
in repository sword.

commit 4b2d76164a0d71480ead82b0a4fd9ffaf3e5d1bd
Author: Matthias Klose <doko at debian.org>
Date:   Fri Jul 10 16:18:02 2015 +0200

    Imported Debian patch 1.7.3+dfsg-2.1
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f2db2f5..b62945f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <doko at 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 --git a/debian/rules b/debian/rules
index 8610daa..13d8352 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ ppa:=$(shell sed -n "1s/.*~.*/yes/p" debian/changelog)
 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)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-crosswire/sword.git



More information about the Pkg-crosswire-commits mailing list