diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-08 09:09:32 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-08 09:09:32 +0200 |
| commit | 25292890e297d63a43beffeeccad7ff5a67dc700 (patch) | |
| tree | 8b359e429b50136cb7c5dc2fef3000f9a0637351 | |
| parent | a17f01bcc10e7aca07f684c5e155659da289043c (diff) | |
update debian files
| -rw-r--r-- | COPYING | 28 | ||||
| -rw-r--r-- | debian/control | 12 | ||||
| -rw-r--r-- | debian/copyright | 2 |
3 files changed, 7 insertions, 35 deletions
diff --git a/COPYING b/COPYING deleted file mode 100644 index 5fd405b..0000000 --- a/COPYING +++ /dev/null @@ -1,28 +0,0 @@ -# pwgrep (c) 2009-2011, 2013, Dipl.-Inform. (FH) Paul Buetow -# -# E-Mail: pwgrep@mx.buetow.org WWW: http://pwgrep.buetow.org -# -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# * Neither the name of buetow.org nor the names of its contributors may -# be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED Paul Buetow ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT Paul C. Buetow BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. 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> |
