Please us this corrected patch. The package name libmime-tools-perl had a typo; it also did not need version specification.
Jari
>From 39b98457c584ff064e955926ae7c2152a914c0ca Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Thu, 22 Mar 2012 07:57:39 -0400 Subject: [PATCH] 665044 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <[email protected]> --- 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..64f3c95 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: kuvert Section: mail Priority: extra Maintainer: Alexander Zangerl <[email protected]> -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, 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 <[email protected]> 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

