debian/0000755000000000000000000000000012254371044007170 5ustar debian/compat0000644000000000000000000000000212254371044010366 0ustar 9 debian/gbp.conf0000644000000000000000000000041412254371044010606 0ustar [DEFAULT] debian-branch = debian upstream-branch = upstream upstream-tag = upstream_keyringer_%(version)s debian-tag = debian_keyringer_%(version)s pristine-tar = True [git-import-orig] dch = False postimport = git-dch -N%(version)s -S -a --debian-branch=$GBP_BRANCH debian/changelog0000644000000000000000000000277012254371044011050 0ustar keyringer (0.2.9-2) unstable; urgency=low * Closes: #732092 -- Silvio Rhatto Wed, 18 Dec 2013 17:04:54 -0200 keyringer (0.2.9-1) unstable; urgency=low * Point Vcs-Browser to the debian branch * Updating Standards-Version to 3.9.5.0 * Added 'tree' package to Recommends * Keyringer 0.2.9 -- Silvio Rhatto Tue, 26 Nov 2013 17:18:59 -0200 keyringer (0.2.8-1) unstable; urgency=low * Keyringer 0.2.8 -- Silvio Rhatto Thu, 14 Nov 2013 19:02:44 -0200 keyringer (0.2.7-1) unstable; urgency=low * Adding wipe into package recommendations * Packaging upstream 0.2.7 -- Silvio Rhatto Thu, 14 Nov 2013 18:39:50 -0200 keyringer (0.2.6-1) unstable; urgency=low * Adding debian/gbp.conf * Updating development guidelines for a pure pristine-tar build * Packaging upstream 0.2.6 -- Silvio Rhatto Fri, 04 Oct 2013 13:05:53 -0300 keyringer (0.2.5-1) unstable; urgency=low * Packaging upstream 0.2.5 -- Silvio Rhatto Fri, 27 Sep 2013 18:00:52 -0300 keyringer (0.2.4-1) unstable; urgency=low * Packaging upstream 0.2.4 -- Silvio Rhatto Tue, 17 Sep 2013 12:18:27 -0300 keyringer (0.2.3-1) unstable; urgency=low * Packaging upstream 0.2.3 -- Silvio Rhatto Thu, 05 Sep 2013 18:32:37 -0300 keyringer (0.1-1) unstable; urgency=low * Initial release -- Silvio Rhatto Tue, 26 Jun 2012 16:33:57 -0300 debian/rules0000755000000000000000000000037012254371044010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_install: $(MAKE) DESTDIR=debian/keyringer PREFIX=/usr install rm debian/keyringer/usr/share/doc/keyringer/LICENSE debian/watch0000644000000000000000000000010112254371044010211 0ustar version=3 https://keyringer.pw/releases/keyringer-(.*)\.tar\.bz2 debian/source/0000755000000000000000000000000012254371044010470 5ustar debian/source/format0000644000000000000000000000001412254371044011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000164612254371044011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2013 Silvio Rhatto 2010 Daniel Kahn Gillmor 2012 Jamie McClelland 2012 ricola License: GPL-3+ 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 3 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. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/docs0000644000000000000000000000000712254371044010040 0ustar README debian/control0000644000000000000000000000210512254371044010571 0ustar Source: keyringer Section: misc Priority: extra Maintainer: Silvio Rhatto Build-Depends: debhelper (>= 9.20120909~) Standards-Version: 3.9.5 Homepage: https://keyringer.pw Vcs-Git: git://git.sarava.org/keyringer.git Vcs-Browser: https://git.sarava.org/?p=keyringer.git;a=shortlog;h=refs/heads/debian Package: keyringer Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk Recommends: openssl, xdg-utils, wipe, tree Description: Distributed secret management using GnuPG and Git Keyringer lets you manage and share secrets using GnuPG and Git in a distributed fashion. It has custom commands to encrypt, decrypt and recrypt secrets as well as create key pairs and supports encryption to multiple recipients and groups of different recipients to ensure the same repository can be shared with a workgroup but allowing to keep some secrets available just to subsets of that group. . OpenSSL is needed to generate X.509 certificates and keys and xdg-utils are needed to open and edit encrypted secrets according to their file types.