diff options
-rw-r--r-- | debian/changelog | 81 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 35 | ||||
-rw-r--r-- | debian/copyright | 30 | ||||
-rw-r--r-- | debian/gbp.conf | 5 | ||||
-rwxr-xr-x | debian/rules | 6 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/ssh-agent-filter.docs | 1 | ||||
-rwxr-xr-x | debian/ssh-agent-filter.install | 5 | ||||
-rw-r--r-- | debian/ssh-agent-filter.links | 1 | ||||
-rw-r--r-- | debian/ssh-agent-filter.maintscript | 1 | ||||
-rw-r--r-- | debian/ssh-agent-filter.manpages | 3 | ||||
-rw-r--r-- | debian/tests/control | 3 | ||||
-rw-r--r-- | debian/watch | 2 |
14 files changed, 175 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0b1325c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,81 @@ +ssh-agent-filter (0.5-2) unstable; urgency=medium + + * fix autopkgtests: allow-sdterr, add Depends: shunit2 + * fix debian/watch + + -- Timo Weingärtner <timo@tiwe.de> Sun, 14 Jan 2018 18:37:19 +0100 + +ssh-agent-filter (0.5-1) unstable; urgency=medium + + * release 0.5 + * follow API change in nettle 3.4 (Closes: 884400) + * Bump Standards-Version and dh compat + * version Build-Depends: on nettle 3.4 (new API) + * update upstream urls + * add upstream testsuite as autopkgtest + * add Rules-Requires-Root: no + + -- Timo Weingärtner <timo@tiwe.de> Mon, 08 Jan 2018 22:50:15 +0100 + +ssh-agent-filter (0.4.2-1) unstable; urgency=medium + + * New upstream release: + + clear O_NONBLOCK on client sockets + * use debhelper for dpkg-maintscript-helper + * debian/rules: enable more hardening/reproducibility/qa build flags + * remove Build-Depends: bash-completion + * Standards-Version: 3.9.8 + * replace git: with https: in Vcs-Git: + + -- Timo Weingärtner <timo@tiwe.de> Sat, 27 Aug 2016 23:36:56 +0200 + +ssh-agent-filter (0.4.1-1) unstable; urgency=medium + + * New upstream release: + - call functions with namespace instead of using their names + (Closes: #797235) + - drop debian/patches/ + * install bash_completions manually, clean up conffile from prior versions + + -- Timo Weingärtner <timo@tiwe.de> Sun, 06 Sep 2015 21:40:05 +0200 + +ssh-agent-filter (0.4-2) unstable; urgency=medium + + * add debian/patches/0001-workaround-FTBFS-caused-by-doko: + link with -lpthread(Closes: #759859) + * Bump Standards-Version. + + -- Timo Weingärtner <timo@tiwe.de> Tue, 21 Oct 2014 17:26:33 +0200 + +ssh-agent-filter (0.4-1) unstable; urgency=medium + + * New upstream release. + + update copyright years + * Bump Standards-Version. + + -- Timo Weingärtner <timo@tiwe.de> Tue, 27 May 2014 00:21:18 +0200 + +ssh-agent-filter (0.3.1-1) unstable; urgency=medium + + * New upstream release. + - use LDLIBS instead of LDFLAGS (Closes: #729500) + * New Build-Depends: libboost-iostreams-dev + * Remove Build-Depends: pandoc-data + + -- Timo Weingärtner <timo@tiwe.de> Thu, 19 Dec 2013 16:17:24 +0100 + +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..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..fcc3220 --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: ssh-agent-filter +Section: net +Priority: optional +Maintainer: Timo Weingärtner <timo@tiwe.de> +Build-Depends: debhelper (>= 11~), + dh-exec, + help2man, + libboost-filesystem-dev, + libboost-iostreams-dev, + libboost-program-options-dev, + libgmp-dev, + nettle-dev (>= 3.4), + openssh-client <!nocheck>, + pandoc, + shunit2 <!nocheck> +Standards-Version: 4.1.3 +Rules-Requires-Root: no +Homepage: https://git.tiwe.de/ssh-agent-filter.git +Vcs-Git: https://git.tiwe.de/ssh-agent-filter.git -b debian +Vcs-Browser: https://git.tiwe.de/ssh-agent-filter.git/log/?h=debian + +Package: ssh-agent-filter +Architecture: any +Multi-Arch: foreign +Depends: openssh-client, + ${misc:Depends}, + ${shlibs:Depends} +Recommends: ssh-askpass, + whiptail | dialog, + 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..fd770ca --- /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-2018 Timo Weingärtner <timo@tiwe.de> + 2013 Christian Amsüss <chrysn@fsfe.org> +License: GPL-3.0+ + +Files: debian/* +Copyright: 2013-2018 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..27e5a11 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all reproducible=+all qa=+bug + +%: + dh $@ --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.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 100755 index 0000000..d48ecb8 --- /dev/null +++ b/debian/ssh-agent-filter.install @@ -0,0 +1,5 @@ +#!/usr/bin/dh-exec +afssh usr/bin +ssh-agent-filter usr/bin +ssh-askpass-noinput usr/bin +ssh-agent-filter.bash-completion => usr/share/bash-completion/completions/ssh-agent-filter diff --git a/debian/ssh-agent-filter.links b/debian/ssh-agent-filter.links new file mode 100644 index 0000000..7f029bf --- /dev/null +++ b/debian/ssh-agent-filter.links @@ -0,0 +1 @@ +usr/share/bash-completion/completions/ssh-agent-filter usr/share/bash-completion/completions/afssh diff --git a/debian/ssh-agent-filter.maintscript b/debian/ssh-agent-filter.maintscript new file mode 100644 index 0000000..0ed4cbe --- /dev/null +++ b/debian/ssh-agent-filter.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/bash_completion.d/ssh-agent-filter 0.4.1-1~ 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/tests/control b/debian/tests/control new file mode 100644 index 0000000..15a5200 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Test-Command: ./tests +Depends: @, shunit2 +Restrictions: allow-stderr diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6068206 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://git.tiwe.de/ssh-agent-filter.git/refs/tags/ .*/snapshot/ssh-agent-filter-([^/]+).tar.gz |