Here is a patch to help:

  * Update to Standards-Version to 3.9.3.1, debhelper to 9 and fix
    miscellaneous Lintian warnings; like extra article in Description field.
  * Update libmime-perl to libmime-tools-perl in depends (Closes: #665044).

Jari

>From 379aea46081623d8078f755d15d9ef8dd8fe51ad Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Thu, 22 Mar 2012 07:43:22 -0400
Subject: [PATCH] 665044
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 compat           |    1 +
 debian/compat    |    2 +-
 debian/control   |    8 ++++----
 debian/copyright |    2 +-
 debian/rules     |    5 ++++-
 5 files changed, 11 insertions(+), 7 deletions(-)
 create mode 100644 compat

diff --git a/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index ff678e7..0817a4a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: kuvert
 Section: mail
 Priority: extra
 Maintainer: Alexander Zangerl <a...@debian.org>
-Build-Depends: debhelper (>= 5)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3.1
 
 Package: kuvert
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gnupg (>= 1.0.6), sendmail | mail-transport-agent, ${perl:Depends}, libmailtools-perl, libmime-tools-perl | libmime-perl (>= 5.212), libfile-slurp-perl, libnet-server-mail-perl, libauthen-sasl-perl
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnupg (>= 1.0.6), sendmail | mail-transport-agent, ${perl:Depends}, libmailtools-perl, libmime-tools-perl | libmime-tool-perl (>= 5.212), libfile-slurp-perl, libnet-server-mail-perl, libauthen-sasl-perl
 Suggests: keyutils 
 Homepage: http://www.snafu.priv.at/mystuff/kuvert/
-Description: A wrapper that encrypts or signs outgoing mail
+Description: wrapper that encrypts or signs outgoing mail
  kuvert automatically signs and/or encrypts outgoing mail using
  the PGP/MIME standard (RFC3156), based on the availability
  of the recipient's key in your keyring. Other than similar wrappers,
diff --git a/debian/copyright b/debian/copyright
index 9e40013..247a72a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,6 +17,6 @@ Copyright (C) 1999-2001  Alexander Zangerl <a...@snafu.priv.at>
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License with
-  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
   if not, write to the Free Software Foundation, Inc., 
 	51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/debian/rules b/debian/rules
index 4dd92f3..b9984a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,10 +31,13 @@ clean:
 
 	dh_clean
 
+build-arch: build
+build-indep: build
+
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(DESTDIR)
-- 
1.7.9.1

Reply via email to