[Pkg-xmpp-commits] [SCM] GNU SASL Library branch, master, updated. upstream/1.6.1-86-g7d413cb

Simon Josefsson simon at josefsson.org
Tue May 29 07:41:04 UTC 2012


The following commit has been merged in the master branch:
commit e9f20dbb809e0c49660877553023cbe2144d3f3b
Author: Simon Josefsson <simon at josefsson.org>
Date:   Tue May 29 09:07:53 2012 +0200

    Disable valgrind.  Use --with-packager flags.

diff --git a/debian/changelog b/debian/changelog
index 81282b5..f74ecfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ gsasl (1.8.0-1) unstable; urgency=low
   [ Simon Josefsson ]
   * New upstream stable release.
   * Standards-Version: 3.9.3.
+  * Disable valgrind (false positives due to compiler
+    optimizations of strlen).
+  * Use --with-packager flags to get Debian-specific output from 'gsasl'.
 
  -- Simon Josefsson <simon at josefsson.org>  Tue, 29 May 2012 08:20:52 +0200
 
diff --git a/debian/rules b/debian/rules
index 884a2e7..1cf42fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ DEB_DH_STRIP_ARGS = --dbg-package=gsasl-dbg
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libgsasl7 = -- -c4
 
+DEB_CONFIGURE_USER_FLAGS = --disable-valgrind-tests
+DEB_CONFIGURE_EXTRA_FLAGS = --with-packager=Debian --with-packager-version=$(DEB_VERSION) --with-packager-bug-reports=http://bugs.debian.org/
+
 common-install-arch::
 	find debian/tmp/usr/lib -name "*.la" -exec \
 		sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +

-- 
GNU SASL Library



More information about the Pkg-xmpp-commits mailing list