[Pgp-tools-commit] r485 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Tue Nov 1 19:18:05 UTC 2011
Author: thijs
Date: 2011-11-01 19:18:05 +0000 (Tue, 01 Nov 2011)
New Revision: 485
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
* Debian package: small cleanups.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-11-01 18:54:31 UTC (rev 484)
+++ trunk/debian/changelog 2011-11-01 19:18:05 UTC (rev 485)
@@ -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 @@
+ Create the mail files in ~/.caff/keys even if mail is not sent
(closes: #590666).
- -- Thijs Kinkhorst <thijs at debian.org> Tue, 01 Nov 2011 19:54:10 +0100
+ -- Thijs Kinkhorst <thijs at debian.org> Tue, 01 Nov 2011 20:17:22 +0100
signing-party (1.1.3-1) unstable; urgency=low
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2011-11-01 18:54:31 UTC (rev 484)
+++ trunk/debian/control 2011-11-01 19:18:05 UTC (rev 485)
@@ -7,7 +7,7 @@
Christoph Berg <myon at debian.org>,
Franck Joncourt <franck at debian.org>
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 @@
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,
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2011-11-01 18:54:31 UTC (rev 484)
+++ trunk/debian/rules 2011-11-01 19:18:05 UTC (rev 485)
@@ -21,7 +21,9 @@
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)
More information about the Pgp-tools-commit
mailing list