[Pkg-telepathy-commits] [libnice] 263/265: New upstream release 0.1.6, 0.1.7

Simon McVittie smcv at debian.org
Wed May 14 12:05:15 UTC 2014


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

smcv pushed a commit to branch debian
in repository libnice.

commit 66f5f91c098cc1bb11207f4c7288526385e17921
Author: Simon McVittie <smcv at debian.org>
Date:   Wed May 7 09:29:04 2014 +0100

    New upstream release 0.1.6, 0.1.7
---
 debian/changelog | 8 ++++++--
 debian/rules     | 6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 17d738e..88b18ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
-libnice (0.1.5-2) UNRELEASED; urgency=medium
+libnice (0.1.7-1) unstable; urgency=low
 
+  * New upstream release 0.1.6, 0.1.7
+    - fixes various compiler warnings that were mistakenly fatal in 0.1.5
+      (Closes: #743232, #743233)
+  * Explicitly disable -Werror, even if we package a non-release in future
   * Don't run tests during the build. We were ignoring failures already,
     and they sometimes hang until the buildd terminates them.
     Upstream (Olivier Crête) says they are stable enough to be useful
     for developers, but not for integration testing.
 
- -- Simon McVittie <smcv at debian.org>  Wed, 02 Apr 2014 20:12:34 +0100
+ -- Simon McVittie <smcv at debian.org>  Wed, 07 May 2014 09:28:42 +0100
 
 libnice (0.1.5-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 011725d..c5a9efb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ common-binary-post-install-arch:: list-missing
 DEB_DBG_PACKAGE_libnice10 := libnice-dbg
 
 DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-	--enable-gupnp --with-gstreamer-0.10 --with-gstreamer
+	--enable-compile-warnings=yes \
+	--enable-gupnp \
+	--with-gstreamer-0.10 \
+	--with-gstreamer \
+	$(NULL)
 
 include $(CURDIR)/debian/update-patches.mk

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



More information about the Pkg-telepathy-commits mailing list