[Pkg-xmpp-devel] updated gsasl package
Simon Josefsson
simon at josefsson.org
Tue May 29 07:50:10 UTC 2012
All,
Recently GNU SASL 1.8.0 was released upstream. I have updated the
'gsasl' package and uploaded to Experimental. The changes are small
(diff below) but I'd appreciate review and comments before I upload to
unstable (in 1-2 weeks?).
/Simon
diff --git a/debian/changelog b/debian/changelog
index 88f1331..2c77137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+gsasl (1.8.0-1) experimental; 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'.
+ * Use internal crypto (reduce dependencies, no thread locking issues).
+
+ -- Simon Josefsson <simon at josefsson.org> Tue, 29 May 2012 08:20:52 +0200
+
gsasl (1.6.1-1) unstable; urgency=low
[ Simon Josefsson ]
diff --git a/debian/control b/debian/control
index 136679c..9cf9c18 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel at lists.alioth.debian.org>
Uploaders: Thadeu Lima de Souza Cascardo <cascardo at minaslivre.org>,
Jorge Salamero Sanz <bencer at debian.org>, Simon Josefsson <simon at josefsson.org>
-Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, gettext, texinfo, pkg-config, libgcrypt-dev, libkrb5-dev, help2man, libidn11-dev, libgnutls-dev, libntlm0-dev, valgrind [amd64 i386 powerpc]
+Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, gettext, texinfo, pkg-config, libkrb5-dev, help2man, libidn11-dev, libgnutls-dev, libntlm0-dev, valgrind [amd64 i386 powerpc]
Vcs-Git: git://git.debian.org/pkg-xmpp/gsasl.git
Vcs-Browser: http://git.debian.org/?p=pkg-xmpp/gsasl.git
Homepage: http://www.gnu.org/software/gsasl/
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
DM-Upload-Allowed: yes
Package: libgsasl7-dev
@@ -17,7 +17,7 @@ Architecture: any
Conflicts: libgsasl1-dev
Replaces: libgsasl1-dev
Depends: libgsasl7 (= ${binary:Version}), libidn11-dev, pkg-config,
- libntlm0-dev, libkrb5-dev, libgcrypt11-dev, ${misc:Depends}
+ libntlm0-dev, libkrb5-dev, ${misc:Depends}
Description: Development files for the GNU SASL library
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
@@ -31,7 +31,7 @@ Description: Development files for the GNU SASL library
Package: libgsasl7
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgcrypt11 (>= 1.4.5-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libgsasl1
Replaces: libgsasl1
Description: GNU SASL library
diff --git a/debian/rules b/debian/rules
index 884a2e7..d897886 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 --without-libgcrypt
+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=''," {} +
More information about the Pkg-xmpp-devel
mailing list