From 0df83f42d977851310b8cd72e5a2a36d9150e85f Mon Sep 17 00:00:00 2001 From: thijs Date: Tue, 1 Nov 2011 19:18:05 +0000 Subject: [PATCH] * Debian package: small cleanups. git-svn-id: svn://svn.debian.org/pgp-tools/trunk@485 b513b33f-fedd-0310-b452-c3deb5f4c849 --- debian/changelog | 9 ++++++--- debian/control | 6 +++--- debian/rules | 4 +++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index f28ff88..d2617b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ signing-party (1.1.4-1) UNRELEASED; urgency=low [ Thijs Kinkhorst ] - * Correct path of ~/.caffrc in informational messages (Closes: #582603). - * Be more verbose on unexpected key ID (Closes: #645792). + * caff: + + Correct path of ~/.caffrc in informational messages (Closes: #582603). + + Be more verbose on unexpected key ID (Closes: #645792). + * Debian package: small cleanups. + [ Franck Joncourt ] * Debian package: @@ -41,7 +44,7 @@ signing-party (1.1.4-1) UNRELEASED; urgency=low + Create the mail files in ~/.caff/keys even if mail is not sent (closes: #590666). - -- Thijs Kinkhorst Tue, 01 Nov 2011 19:54:10 +0100 + -- Thijs Kinkhorst Tue, 01 Nov 2011 20:17:22 +0100 signing-party (1.1.3-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 07467a8..231975d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Simon Richter , Christoph Berg , Franck Joncourt Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Homepage: http://pgp-tools.alioth.debian.org/ Vcs-Svn: svn://svn.debian.org/svn/pgp-tools/trunk Vcs-Browser: http://svn.debian.org/wsvn/pgp-tools @@ -24,8 +24,8 @@ Recommends: default-mta | mail-transport-agent, libpaper-utils, Suggests: imagemagick | graphicsmagick-imagemagick-compat, wipe, mutt, texlive-latex-recommended # keyanalyze -Replaces: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1) -Conflicts: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1) +Replaces: keyanalyze (<< 0.1) +Conflicts: keyanalyze (<< 0.1) Provides: sig2dot, springgraph, keyanalyze Description: Various OpenPGP related tools signing-party is a collection for all kinds of PGP/GnuPG related things, diff --git a/debian/rules b/debian/rules index bf664d5..b863c73 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,9 @@ configure-stamp: dh_testdir touch $@ -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) -- 2.30.2