summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-03 17:55:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-10-03 17:55:12 -0300
commit6b1a9638aa417da337e68e3d073e5ecc1f113b9b (patch)
tree851513c0ac6f139bca7ca7cf605ab8eae3b0937f /debian
parent527cc6a003fa2344cf34ed65bdf287e539c582f6 (diff)
downloadkeyringer-6b1a9638aa417da337e68e3d073e5ecc1f113b9b.tar.gz
keyringer-6b1a9638aa417da337e68e3d073e5ecc1f113b9b.tar.bz2
Stop shipping debian/ in the upstream branch and tarballs
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog23
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/copyright21
-rw-r--r--debian/docs1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
8 files changed, 0 insertions, 86 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index ea19f5b..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,23 +0,0 @@
-keyringer (0.2.5-1) unstable; urgency=low
-
- * Packaging upstream 0.2.5
-
- -- Silvio Rhatto <rhatto@riseup.net> Fri, 27 Sep 2013 18:00:52 -0300
-
-keyringer (0.2.4-1) unstable; urgency=low
-
- * Packaging upstream 0.2.4
-
- -- Silvio Rhatto <rhatto@riseup.net> Tue, 17 Sep 2013 12:18:27 -0300
-
-keyringer (0.2.3-1) unstable; urgency=low
-
- * Packaging upstream 0.2.3
-
- -- Silvio Rhatto <rhatto@riseup.net> Thu, 05 Sep 2013 18:32:37 -0300
-
-keyringer (0.1-1) unstable; urgency=low
-
- * Initial release
-
- -- Silvio Rhatto <rhatto@riseup.net> Tue, 26 Jun 2012 16:33:57 -0300
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index cdf2773..0000000
--- a/debian/control
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: keyringer
-Section: misc
-Priority: extra
-Maintainer: Silvio Rhatto <rhatto@riseup.net>
-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 commands to encrypt, decrypt and
- recrypt secrets as well as create key pairs. It supports encryption
- to multiple recipients and groups of different recipients: the same
- repository can be shared with a workgroup, while still allowing to
- keep some secrets available just to subsets of that group.
- .
- OpenSSL is needed to generate X.509 certificates and keys. xdg-utils
- are needed to open and edit encrypted secrets according to their
- file types.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 37ffde1..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,21 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-
-Files: *
-Copyright: 2013 Silvio Rhatto <rhatto@riseup.net>
- 2010 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
- 2012 Jamie McClelland <jm@mayfirst.org>
- 2012 ricola <ricola@poivron.org>
-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
deleted file mode 100644
index e845566..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index cfa61e1..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index b4fa82d..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-https://keyringer.pw/releases/keyringer-(.*)\.tar\.bz2