From 6f131d437f00e41a83fd158e03d2648ea2131d50 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Mon, 9 Sep 2013 15:30:49 +0200 Subject: initial debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 20 ++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/gbp.conf | 5 +++++ debian/rules | 3 +++ debian/source/format | 1 + debian/ssh-agent-filter.bash-completion | 1 + debian/ssh-agent-filter.docs | 1 + debian/ssh-agent-filter.install | 2 ++ debian/ssh-agent-filter.manpages | 2 ++ debian/watch | 2 ++ 12 files changed, 71 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/gbp.conf create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/ssh-agent-filter.bash-completion create mode 100644 debian/ssh-agent-filter.docs create mode 100644 debian/ssh-agent-filter.install create mode 100644 debian/ssh-agent-filter.manpages create mode 100644 debian/watch 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 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 +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 +License: GPL-3.0+ + +Files: debian/* +Copyright: 2013 Timo Weingärtner +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 . + . + 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 -- cgit v1.2.3