git » debian:kxd » commit c66a924

Initial debian branch

author Maximiliano Curia
2014-04-30 15:37:51 UTC
committer Maximiliano Curia
2014-04-30 15:37:51 UTC
parent 0a784cfb1b870ae055bcd96058dcb2235b4443ee

Initial debian branch

debian/changelog +5 -0
debian/compat +1 -0
debian/control +19 -0
debian/copyright +30 -0
debian/rules +5 -0
debian/source/format +1 -0
debian/watch +4 -0

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2eb7c1f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kxd (0.10-1~) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)
+
+ -- Maximiliano Curia <maxy@debian.org>  Mon, 28 Apr 2014 11:56:09 +0200
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..7558ada
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: kxd
+Section: net
+Priority: optional
+Maintainer: Maximiliano Curia <maxy@debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.5
+Homepage: https://blitiri.com.ar/p/kxd
+#Vcs-Git: git://git.debian.org/collab-maint/kxd.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/kxd.git;a=summary
+
+Package: kxd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Key exchange daemon
+ kxd is a key exchange daemon, which serves blobs of data (keys) over https.
+ .
+ It can be used to get keys remotely instead of using local storage. The main
+ use case is to get keys to open dm-crypt devices automatically, without having
+ to store them on the local machine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bba65ba
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kxd
+Source: git://blitiri.com.ar/kxd
+
+Files: *
+Copyright: 2014 Alberto Bertogli <albertito@blitiri.com.ar>
+License: MIT
+
+Files: debian/*
+Copyright: 2014 Maximiliano Curia <maxy@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b8796e6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@
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..568097a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts="downloadurlmangle=s!/(\d[\d.]+\d)/$!/$1/kxd-$1.tar.bz2!,\
+filenamemangle=s!(\d[\d.]+\d)/!kxd-$1.tar.bz2!" \
+    https://blitiri.com.ar/p/kxd/files/ (\d[\d.]\d+)/