[PATCH] Fix.
Simon Josefsson
simon at josefsson.org
Wed Nov 18 15:28:00 UTC 2009
---
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 <simon at josefsson.org> 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 <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>
+ 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
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
More information about the Pkg-xmpp-devel
mailing list