[Pkg-crosswire-commits] [sword] 01/01: d/rules: Drop -Werror, closes: #811602.

Unit 193 unit193-guest at moszumanska.debian.org
Wed Aug 31 05:21:32 UTC 2016


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

unit193-guest pushed a commit to branch master
in repository sword.

commit c3712c1cbdf549fbfbd10c23f70c56030a5038d3
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Wed Aug 31 01:20:59 2016 -0400

    d/rules: Drop -Werror, closes: #811602.
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 320e8b8..ab94702 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 sword (1.7.3+dfsg-8) UNRELEASED; urgency=medium
 
+  [ Daniel Glassey ]
   * d/rules: CLucene_FIND_REQUIRED not used
 
+  [ Unit 193 ]
+  * d/rules: Drop -Werror, closes: #811602.
+
  -- Daniel Glassey <wdg at debian.org>  Thu, 17 Sep 2015 06:15:53 +0100
 
 sword (1.7.3+dfsg-7) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 032847f..49d64d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ ver:=$(shell dpkg-parsechangelog | sed -nr "2s/Version: (.*)-.*/\1/p")
 bd :=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-WFLAGS   := -Wall -Werror -Wno-error=deprecated-declarations
+WFLAGS   := -Wall
 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