summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-08 20:55:27 +0200
committerPaul Buetow <paul@buetow.org>2013-04-08 20:55:27 +0200
commitef2e1f9bf779cc82eee58c5764038fc152ae3c14 (patch)
treee3811a690b549e31e8041b2526fe4c90dbd53cb1 /debian
parent55fe23e6a4890ef5a2e191d26460574731d844f5 (diff)
fixex in the makefile0.8.4
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ee77f4..eef4dcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,7 +86,7 @@ pwgrep (0.8.3) stable; urgency=low
Wed Jul 28 18:16:09 CEST 2010 - v0.5-pre-1
* pwfcat redirects all informational message to stderr. means
pwfcat includes no informational messages in stdout of pwgrep itself
- anymore. Usefull for piping the content do another process or for
+ anymore. Useful for piping the content do another process or for
redirecting it into a file.
Sun Jul 18 10:10:29 CEST 2010 v0.5-pre-0
diff --git a/debian/control b/debian/control
index 40985b0..0dd8024 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Vcs-Browser: http://web.buetow.org/git/?p=pwgrep.git;a=summary
Package: pwgrep
Architecture: all
-Depends: vim, git, bash, awk
+Depends: vim, git, gawk
Description: Simple password manager
- This is just a simple password manager for the console programmed in bash and some awk using Vim and GnuPG and Git.
+ This is just a simple password manager for the console programmed in bash
+ and some awk using Vim and GnuPG and Git.