From 2ad0a2476374e3446da75f3b772b9b063eb9c1a1 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 11 Apr 2009 13:20:53 -0400 Subject: [PATCH] Fixed installing the wrong lintian overrides for the Debian package. --- debian/changelog | 4 +++- debian/control | 11 ++++++++--- debian/rules | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 90b96c72..e76fc810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,5 +6,7 @@ libpwmd (6.0.0-1) testing; urgency=low can be made. * Updated to standards version 3.8.1. * Don't build with libpth2 support. + * Updated description. + * Fixed installing the wrong lintian overrides for libpwmd5. - -- Ben Kibbey Sun, 05 Apr 2009 11:29:32 -0400 + -- Ben Kibbey Sat, 11 Apr 2009 12:41:09 -0400 diff --git a/debian/control b/debian/control index 8dabc57f..fc10dc4e 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,13 @@ Recommends: pwmd (>= 1.11), pinentry-curses (>= 0.7.5) | pinentry-gtk (>= 0.7.5) Provides: libpwmd Description: library for applications making use of pwmd A library that makes it easy for applications to use Password Manager Daemon. - Supports (non-blocking) password retrieval from pinentry, secure memory - management and remote connections over an SSH channel. A command line client - is also included. + Features include: + . + * Thread safe (libpth2 supported) + * Asynchronous pinentry when threading isn't available + * Secure remote connections over SSH using libssh2 + * Secure memory management which applications can also use + . + A command line client is also included. . This package contains both the shared library and the development files. diff --git a/debian/rules b/debian/rules index 516d535e..116bf9a7 100755 --- a/debian/rules +++ b/debian/rules @@ -74,7 +74,7 @@ install: build # Add here commands to install the package into debian/tmp $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install install -d $(CURDIR)/debian/tmp/usr/share/lintian/overrides - install -m644 $(CURDIR)/debian/lintian.overrides debian/tmp/usr/share/lintian/overrides/libpwmd5 + install -m644 $(CURDIR)/debian/lintian.overrides debian/tmp/usr/share/lintian/overrides/libpwmd6 # Build architecture-independent files here. -- 2.11.4.GIT