password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 35c74251ffcba187c2284d67b5bc425b057b0c18
parent b932448df7914d70682b64987c5e82c246f83f19
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Wed, 19 Sep 2012 16:35:03 +0200

Delete debian directory.

Now that Colin Watson has taken over Debian packaging, I can get rid of
our own local poorly written debian/ directory.

Diffstat:
Ddebian/changelog | 5-----
Ddebian/compat | 1-
Ddebian/control | 11-----------
Ddebian/copyright | 27---------------------------
Ddebian/rules | 6------
Ddebian/source/format | 1-
6 files changed, 0 insertions(+), 51 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,5 +0,0 @@ -pass (1.3-1) stable; urgency=low - - * Initial release. - - -- Jason A. Donenfeld <Jason@zx2c4.com> Mon, 03 Sep 2012 20:38:44 -0400 diff --git a/debian/compat b/debian/compat @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control @@ -1,11 +0,0 @@ -Source: pass -Maintainer: Jason A. Donenfeld <Jason@zx2c4.com> -Section: admin -Priority: optional -Standards-Version: 3.9.2 -Build-Depends: - -Package: pass -Architecture: all -Depends: xclip, pwgen, git-core, gnupg, tree -Description: Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git. diff --git a/debian/copyright b/debian/copyright @@ -1,27 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Password Store -Source: http://git.zx2c4.com/password-store - -Files: * -Copyright: Copyright 2012 Jason A. Donenfeld <Jason@zx2c4.com> -License: GPL-2+ - This program is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later - version. - . - This program is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the GNU General Public License for more - details. - . - You should have received a copy of the GNU General Public - License along with this package; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301 USA - . - On Debian systems, the full text of the GNU General Public - License version 2 can be found in the file - `/usr/share/common-licenses/GPL-2'. diff --git a/debian/rules b/debian/rules @@ -1,6 +0,0 @@ -#!/usr/bin/make -f -%: - dh $@ - -override_dh_auto_install: - $(MAKE) DESTDIR=$$(pwd)/debian/pass PREFIX=/usr install diff --git a/debian/source/format b/debian/source/format @@ -1 +0,0 @@ -3.0 (quilt)