Package: rephrase
Version: 0.1-1
Severity: grave
Tags: patch
Rephrase uses hardcoded /usr/local/bin/gpg binary.
Additionaly, as a rule, it shall also depends on gnupg package.
Attached patch fixes both issues.
Regards
Artur
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages rephrase depends on:
ii gnupg 1.4.10-2 GNU privacy guard - a free PGP rep
ii libc6 2.9-27 GNU C Library: Shared libraries
rephrase recommends no packages.
rephrase suggests no packages.
-- no debconf information
--
Kodeks marketingu szeptanego to jak Zasady przyjaznego terroryzmu
siwa, http://blip.pl/s/8363281
diff -Naru rephrase-0.1.orig/debian/control rephrase-0.1/debian/control
--- rephrase-0.1.orig/debian/control 2009-10-10 19:19:00.000000000 +0200
+++ rephrase-0.1/debian/control 2009-10-10 19:07:03.389237918 +0200
@@ -10,7 +10,7 @@
Package: rephrase
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, gnupg
Description: Specialized passphrase recovery tool for GnuPG
If you can nearly remember your GnuPG passphrase - but not quite - then
Rephrase may be able to help. Tell Rephrase the parts of the passphrase you
diff -Naru rephrase-0.1.orig/debian/rules rephrase-0.1/debian/rules
--- rephrase-0.1.orig/debian/rules 2009-10-10 19:19:00.000000000 +0200
+++ rephrase-0.1/debian/rules 2009-10-10 19:06:27.047172842 +0200
@@ -26,7 +26,7 @@
build-stamp: patch
dh_testdir
- $(MAKE)
+ $(MAKE) GPG=/usr/bin/gpg
touch build-stamp