aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog62
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright30
-rw-r--r--debian/gbp.conf5
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
-rw-r--r--debian/ssh-agent-filter.docs1
-rwxr-xr-xdebian/ssh-agent-filter.install5
-rw-r--r--debian/ssh-agent-filter.links1
-rw-r--r--debian/ssh-agent-filter.maintscript1
-rw-r--r--debian/ssh-agent-filter.manpages3
-rw-r--r--debian/watch2
13 files changed, 138 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..db486ea
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,62 @@
+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..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b32a14a
--- /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), dh-exec, nettle-dev, libgmp-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-iostreams-dev, help2man, pandoc
+Standards-Version: 3.9.8
+Homepage: https://github.com/tiwe-de/ssh-agent-filter
+Vcs-Git: https://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..637c02e
--- /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-2016 Timo Weingärtner <timo@tiwe.de>
+ 2013 Christian Amsüss <chrysn@fsfe.org>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2013-2016 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/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