From 35c74251ffcba187c2284d67b5bc425b057b0c18 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 19 Sep 2012 16:35:03 +0200 Subject: Delete debian directory. Now that Colin Watson has taken over Debian packaging, I can get rid of our own local poorly written debian/ directory. --- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 11 ----------- debian/copyright | 27 --------------------------- debian/rules | 6 ------ debian/source/format | 1 - 6 files changed, 51 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 6772855..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -pass (1.3-1) stable; urgency=low - - * Initial release. - - -- Jason A. Donenfeld Mon, 03 Sep 2012 20:38:44 -0400 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index 6011542..0000000 --- a/debian/control +++ /dev/null @@ -1,11 +0,0 @@ -Source: pass -Maintainer: Jason A. Donenfeld -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 deleted file mode 100644 index 24a61ec..0000000 --- a/debian/copyright +++ /dev/null @@ -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 -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 deleted file mode 100755 index 67ae48b..0000000 --- a/debian/rules +++ /dev/null @@ -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 deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) -- cgit v1.2.3-54-g00ecf