tags 552322 patch thanks I took some time to updated the gsasl package for 1.4.0 and uploaded packages for i386 to:
http://josefsson.org/debian-gsasl/ Please test them if you need 1.4.0! I also fixed some lintian errors. It now just outputs this: j...@mocca:~/src$ lintian --pedantic -E -I -i /var/cache/pbuilder/result/gsasl_1.4.0-1_i386.changes I: libgsasl7: no-symbols-control-file usr/lib/libgsasl.so.7.7.2 N: N: Although the package includes a shared library, the package does not N: have a symbols control file. N: N: dpkg can use symbols files in order to generate more accurate library N: dependencies for applications, based on the symbols from the library N: that are actually used by the application. N: N: Refer to the dpkg-gensymbols(1) manual page and N: http://wiki.debian.org/UsingSymbolsFiles for details. N: N: Severity: wishlist, Certainty: certain N: j...@mocca:~/src$ Below is the patch to the 1.1-1 packaging files to make this happen. Maintainers, are you interested in a co-maintainer? /Simon >From 8441dbda429037206939baf2d44afb3f99b898e1 Mon Sep 17 00:00:00 2001 From: Simon Josefsson <[email protected]> Date: Wed, 18 Nov 2009 16:28:00 +0100 Subject: [PATCH] Fix. --- changelog | 12 ++++++++++++ control | 17 ++++++++++++++--- watch | 4 ++-- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/changelog b/changelog index ec9b795..b880b23 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,15 @@ +gsasl (1.4.0-1) unstable; urgency=low + + * New upstream version (Closes: #552322). + * Use correct URL in watch file. + * Fix duplicate-long-description lintian warning by improving the + package descriptions. + * Fix missing-dependency-on-install-info for the gsasl package. + * Upgrade standards version to 3.8.3. + * Add Simon to Uploaders. + + -- Simon Josefsson <[email protected]> Wed, 18 Nov 2009 16:08:19 +0100 + gsasl (1.1-1) unstable; urgency=low * New Upstream Version (Closes: #494625). diff --git a/control b/control index afe92d2..d0d1cb2 100644 --- a/control +++ b/control @@ -3,12 +3,12 @@ Section: devel Priority: optional Maintainer: Debian XMPP Maintainers <[email protected]> Uploaders: Thadeu Lima de Souza Cascardo <[email protected]>, - Jorge Salamero Sanz <[email protected]> + Jorge Salamero Sanz <[email protected]>, Simon Josefsson <[email protected]> Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, gettext, texinfo, pkg-config, libgcrypt-dev, libkrb5-dev, help2man, libidn11-dev, libgnutls-dev, libntlm0-dev Vcs-Git: git://git.savannah.gnu.org/gsasl.git Vcs-Browser: http://git.savannah.gnu.org/gitweb/?p=gsasl.git Homepage: http://www.gnu.org/software/gsasl/ -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Package: libgsasl7-dev Section: libdevel @@ -22,6 +22,10 @@ Description: Development files for the GNU SASL library Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. + . + This package contain all files necessary for developing programs that + use GNU SASL. You will need this package if you want to build a + program that uses the GNU SASL library. Package: libgsasl7 Section: libs @@ -34,12 +38,19 @@ Description: GNU SASL library Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. + . + This package includes the GNU SASL shared library that is required + by applications using GNU SASL. You normally don't need to install + it manually. Package: gsasl Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info Description: GNU SASL command line utility GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. + . + This package contains the GNU SASL command line tool and the + GNU SASL manual. diff --git a/watch b/watch index 1998751..57a3f7c 100644 --- a/watch +++ b/watch @@ -1,2 +1,2 @@ -version=2 -ftp://alpha.gnu.org/pub/gnu/gsasl/gsasl-([0-9.]+).tar.gz debian uupdate +version=3 +ftp://ftp.gnu.org/gnu/gsasl/gsasl-([0-9.]+)\.tar\.gz -- 1.6.5.2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

