Skip to content
Snippets Groups Projects
Commit 35c74251 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld
Browse files

Delete debian directory.

Now that Colin Watson has taken over Debian packaging, I can get rid of
our own local poorly written debian/ directory.
parent b932448d
No related branches found
No related tags found
No related merge requests found
pass (1.3-1) stable; urgency=low
* Initial release.
-- Jason A. Donenfeld <Jason@zx2c4.com> Mon, 03 Sep 2012 20:38:44 -0400
7
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.
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'.
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/pass PREFIX=/usr install
3.0 (quilt)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment