aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-19 16:35:03 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-19 16:35:03 +0200
commit35c74251ffcba187c2284d67b5bc425b057b0c18 (patch)
tree5c3a6701049bc030cc574c8ce78a97edc684c6cd
parentNo more push/pull in zsh script, either. (diff)
downloadpassword-store-35c74251ffcba187c2284d67b5bc425b057b0c18.tar.xz
password-store-35c74251ffcba187c2284d67b5bc425b057b0c18.zip
Delete debian directory.
Now that Colin Watson has taken over Debian packaging, I can get rid of our own local poorly written debian/ directory.
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control11
-rw-r--r--debian/copyright27
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
6 files changed, 0 insertions, 51 deletions
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 <Jason@zx2c4.com> 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 <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
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 <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
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)