aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-09-09 15:30:49 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-09-15 14:42:21 +0200
commit6f131d437f00e41a83fd158e03d2648ea2131d50 (patch)
tree7376ce576bfbee61979fc2c6a46e26bdb8738c1b
parentad2ee59254259fb117a16f3cc60c9a19b7c78ab9 (diff)
downloadssh-agent-filter-6f131d437f00e41a83fd158e03d2648ea2131d50.tar.gz
initial debian packagingdebian/0.2-1
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright28
-rw-r--r--debian/gbp.conf5
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/source/format1
-rw-r--r--debian/ssh-agent-filter.bash-completion1
-rw-r--r--debian/ssh-agent-filter.docs1
-rw-r--r--debian/ssh-agent-filter.install2
-rw-r--r--debian/ssh-agent-filter.manpages2
-rw-r--r--debian/watch2
12 files changed, 71 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2027594
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ssh-agent-filter (0.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #722950)
+
+ -- Timo Weingärtner <timo@tiwe.de> Sun, 15 Sep 2013 14:19:54 +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..61e366e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: ssh-agent-filter
+Section: net
+Priority: extra
+Maintainer: Timo Weingärtner <timo@tiwe.de>
+Build-Depends: debhelper (>= 9), nettle-dev, libgmp-dev, libboost-program-options-dev, libboost-filesystem-dev, bash-completion, help2man, pandoc, pandoc-data
+Standards-Version: 3.9.4
+Homepage: https://github.com/tiwe-de/ssh-agent-filter
+Vcs-Git: git://github.com/tiwe-de/ssh-agent-filter.git -b debian
+Vcs-Browser: https://github.com/tiwe-de/ssh-agent-filter/tree/debian
+
+Package: ssh-agent-filter
+Architecture: any
+Multi-Arch: foreign
+Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client
+Recommends: whiptail | dialog
+Description: filtering proxy for ssh-agent
+ This package solves the all-or-nothing problem regarding ssh-agent
+ forwarding. It contains:
+ * ssh-agent-filter, the filtering proxy itself
+ * afssh, a wrapper around ssh-agent-filter and ssh
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..068ae57
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ssh-agent-filter
+Source: https://github.com/tiwe-de/ssh-agent-filter
+
+Files: *
+Copyright: 2013 Timo Weingärtner <timo@tiwe.de>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2013 Timo Weingärtner <timo@tiwe.de>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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 package 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 program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..305e4dc
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+upstream-branch=master
+upstream-tag=%(version)s
+debian-branch=debian
+pristine-tar=true
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..01c4f53
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@ --with bash-completion
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/ssh-agent-filter.bash-completion b/debian/ssh-agent-filter.bash-completion
new file mode 100644
index 0000000..7518e12
--- /dev/null
+++ b/debian/ssh-agent-filter.bash-completion
@@ -0,0 +1 @@
+ssh-agent-filter.bash-completion ssh-agent-filter
diff --git a/debian/ssh-agent-filter.docs b/debian/ssh-agent-filter.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ssh-agent-filter.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ssh-agent-filter.install b/debian/ssh-agent-filter.install
new file mode 100644
index 0000000..010bd3a
--- /dev/null
+++ b/debian/ssh-agent-filter.install
@@ -0,0 +1,2 @@
+ssh-agent-filter usr/bin
+afssh usr/bin
diff --git a/debian/ssh-agent-filter.manpages b/debian/ssh-agent-filter.manpages
new file mode 100644
index 0000000..635d703
--- /dev/null
+++ b/debian/ssh-agent-filter.manpages
@@ -0,0 +1,2 @@
+afssh.1
+ssh-agent-filter.1
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..49dae7b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/tiwe-de/ssh-agent-filter/tags .*/(\d[\d\.]*)\.tar\.gz