[Pgp-tools-commit] r744 - in trunk: debian keyart
Guilhem Moulin
guilhem-guest at moszumanska.debian.org
Thu Dec 11 23:54:00 UTC 2014
Author: guilhem-guest
Date: 2014-12-11 23:53:59 +0000 (Thu, 11 Dec 2014)
New Revision: 744
Modified:
trunk/debian/changelog
trunk/keyart/keyart
Log:
Replace shebang by /usr/bin/python.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2014-12-11 23:53:54 UTC (rev 743)
+++ trunk/debian/changelog 2014-12-11 23:53:59 UTC (rev 744)
@@ -14,6 +14,8 @@
status 2 when there are secret keys without public part.
+ Add a configuration option 'mail-subject' to set the "Subject:" header
field. (Closes: #771436)
+ * keyart:
+ + Replace shebang by /usr/bin/python.
-- Guilhem Moulin <guilhem at guilhem.org> Mon, 17 Nov 2014 16:49:51 +0100
Modified: trunk/keyart/keyart
===================================================================
--- trunk/keyart/keyart 2014-12-11 23:53:54 UTC (rev 743)
+++ trunk/keyart/keyart 2014-12-11 23:53:59 UTC (rev 744)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
"""This script takes a key ID, fingerprint, email address, publicly exported
key, or a keyring, and prints the random ASCII art visualization of the key
as per the Drunken Bishop algorithm as applied to OpenSSH keys by Dirk Loss."""
More information about the Pgp-tools-commit
mailing list