aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog15
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright30
-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.install3
-rw-r--r--debian/ssh-agent-filter.manpages3
-rw-r--r--debian/watch2
12 files changed, 85 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..43fe777
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,15 @@
+ssh-agent-filter (0.3-1) unstable; urgency=low
+
+ * New upstream release.
+ - Install new files: ssh-askpass-noinput(.1)
+ - Add Recommends: ssh-askpass, zenity
+ - Update copyright for new contributor.
+ * Allow parallel building.
+
+ -- Timo Weingärtner <timo@tiwe.de> Sat, 26 Oct 2013 01:51:31 +0200
+
+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..0e9ce43
--- /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, ssh-askpass, zenity
+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..952fb84
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+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>
+ 2013 Christian Amsüss <chrysn@fsfe.org>
+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..c819273
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@ --with bash-completion --parallel
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..a5bdfc2
--- /dev/null
+++ b/debian/ssh-agent-filter.install
@@ -0,0 +1,3 @@
+afssh usr/bin
+ssh-agent-filter usr/bin
+ssh-askpass-noinput usr/bin
diff --git a/debian/ssh-agent-filter.manpages b/debian/ssh-agent-filter.manpages
new file mode 100644
index 0000000..d416f5f
--- /dev/null
+++ b/debian/ssh-agent-filter.manpages
@@ -0,0 +1,3 @@
+afssh.1
+ssh-agent-filter.1
+ssh-askpass-noinput.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