diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 12 | ||||
| -rw-r--r-- | debian/copyright | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 82ac910..40985b0 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Priority: optional Maintainer: Paul Buetow <paul@buetow.org> Build-Depends: Standards-Version: 3.9.2 -Homepage: https://template.buetow.org -Vcs-Git: git://git.buetow.org/template -Vcs-Browser: http://web.buetow.org/git/?p=template.git;a=summary +Homepage: https://pwgrep.buetow.org +Vcs-Git: git://git.buetow.org/pwgrep.git +Vcs-Browser: http://web.buetow.org/git/?p=pwgrep.git;a=summary Package: pwgrep Architecture: all -Depends: -Description: Small template package - This is just a template package, which cann print Hello World. +Depends: vim, git, bash, awk +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. diff --git a/debian/copyright b/debian/copyright index aa02fec..8416510 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://dep.debian.net/deps/dep5 Upstream-Name: pwgrep -Source: http://template.buetow.org +Source: http://pwgrep.buetow.org Files: * Copyright: 2012 Paul Buetow <paul@buetow.org> |
