From 0782a40478fff9be02c5cdde166d199b8f09cf90 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 3 Oct 2013 17:56:02 -0300 Subject: Get debian/ back --- debian/changelog | 23 +++++++++++++++++++++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 21 +++++++++++++++++++++ debian/docs | 1 + debian/rules | 12 ++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 8 files changed, 86 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ea19f5b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,23 @@ +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 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7ad2643 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: keyringer +Section: misc +Priority: extra +Maintainer: Silvio Rhatto +Build-Depends: debhelper (>= 9.20120909~) +Standards-Version: 3.9.4 +Homepage: https://keyringer.pw +Vcs-Git: git://git.sarava.org/keyringer.git +Vcs-Browser: https://git.sarava.org/?p=keyringer.git;a=summary + +Package: keyringer +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk +Recommends: openssl, xdg-utils +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..37ffde1 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,21 @@ +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'. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cfa61e1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b4fa82d --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://keyringer.pw/releases/keyringer-(.*)\.tar\.bz2 -- cgit v1.2.3