hotssh (0.2.6-2) debian-dir only changes

Summary

 debian/changelog |   25 ++++++++++++++++
 debian/compat    |    1 
 debian/control   |   28 ++++++++++++++++++
 debian/copyright |   85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs      |    2 +
 debian/hotssh.1  |   15 +++++++++
 debian/rules     |   41 ++++++++++++++++++++++++++
 debian/watch     |    2 +
 8 files changed, 199 insertions(+)

    
download this patch

Patch contents

--- hotssh-0.2.6.orig/debian/docs
+++ hotssh-0.2.6/debian/docs
@@ -0,0 +1,2 @@
+MAINTAINERS
+README
--- hotssh-0.2.6.orig/debian/control
+++ hotssh-0.2.6/debian/control
@@ -0,0 +1,28 @@
+Source: hotssh
+Section: gnome
+XS-Python-Version: >= 2.4
+Priority: optional
+Maintainer: Thomas Bläsing <thomasbl@pool.math.tu-berlin.de>
+Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
+Build-Depends: python (>= 2.4), debhelper (>= 5)
+Build-Depends-Indep: python-central (>= 0.6.8), python-dbus (>= 0.83.0), intltool (>= 0.40.3), pkg-config (>= 0.22), python-gobject (>= 2.14.2), rarian-compat (>=0.8.1-2)
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/hotssh
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/hotssh/trunk/
+
+Package: hotssh
+Architecture: all
+Depends: ${python:Depends}, openssh-client (>= 5.1p1), python-gtk2 (>= 2.12.1), python-dbus (>= 0.83.0), python-vte (>= 0.16.14), gnome-terminal (>= 2.22.3)
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Homepage: http://www.gnome.org/projects/hotssh/
+Description: graphical interface to secure shell
+ HotSSH is an interface to Secure Shell, for GNOME and OpenSSH.
+ It intends to be a better experience than simply invoking "ssh" 
+ from an existing terminal window.
+ Features:
+   * Fast search-based interface for new connections
+   * Also display and search of local (Avahi) SSH servers
+   * Tabbed display with automatic session saving
+   * Close integration with OpenSSH features like connection sharing
+   * NetworkManager integration to easily reconnect after a network change
--- hotssh-0.2.6.orig/debian/rules
+++ hotssh-0.2.6/debian/rules
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	rm -rf build/
+	python waf distclean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	
+	python waf configure --prefix=$(CURDIR)/debian/hotssh/usr
+	python waf
+	python waf install
+
+	rm -rf $(CURDIR)/debian/hotssh/usr/share/doc/hotssh-0.2.6
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_pycentral
+	dh_installchangelogs
+	dh_installman debian/hotssh.1
+	dh_installdocs
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep 
+.PHONY: build clean binary-indep binary install
--- hotssh-0.2.6.orig/debian/watch
+++ hotssh-0.2.6/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://ftp.gnome.org/pub/GNOME/sources/hotssh/0.2/hotssh-(.+)\.tar\.gz
--- hotssh-0.2.6.orig/debian/changelog
+++ hotssh-0.2.6/debian/changelog
@@ -0,0 +1,25 @@
+hotssh (0.2.6-2) unstable; urgency=low
+
+  * build-deps changed: rarian-compat instead of scrollkeeper (Closes: #526121)
+
+ -- Thomas Bläsing <thomasbl@pool.math.tu-berlin.de>  Thu, 30 Apr 2009 13:06:16 +0200
+
+hotssh (0.2.6-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Thomas Bläsing <thomasbl@pool.math.tu-berlin.de>  Sun, 18 Jan 2009 16:59:34 +0100
+
+hotssh (0.2.5-2) UNRELEASED; urgency=low
+
+  * debian/control
+    - switch Vcs-Browser field to viewsvn
+
+ -- Sandro Tosi <morph@debian.org>  Mon, 03 Nov 2008 22:47:32 +0100
+
+hotssh (0.2.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #492169)
+
+ -- Thomas Bläsing <thomasbl@pool.math.tu-berlin.de>  Mon, 25 Aug 2008 14:26:35 +0200
+
--- hotssh-0.2.6.orig/debian/compat
+++ hotssh-0.2.6/debian/compat
@@ -0,0 +1 @@
+5
--- hotssh-0.2.6.orig/debian/hotssh.1
+++ hotssh-0.2.6/debian/hotssh.1
@@ -0,0 +1,15 @@
+.TH HOTSSH "1" "August 2008" "http://www.gnome.org/projects/hotssh/" "User Commands"
+.SH NAME
+hotssh \- a graphical interface to secure shell.
+.SH SYNOPSIS
+.B hotssh
+.SH DESCRIPTION
+HotSSH is an interface to Secure Shell, for GNOME and OpenSSH.
+.br
+It intends to be a better experience than simply invoking "ssh"
+from an existing terminal window.
+.SH AUTHOR
+.PP
+	Copyright (C) 2008 Colin Walters <walters@verbum.org>
+.PP
+	Manpage created by Thomas Bl\[:a]sing <thomasbl@pool.math.tu-berlin.de>
--- hotssh-0.2.6.orig/debian/copyright
+++ hotssh-0.2.6/debian/copyright
@@ -0,0 +1,85 @@
+This package was debianized by Thomas Bläsing <thomasbl@pool.math.tu-berlin.de> on
+Mon, 25 Aug 2008 14:26:35 +0200
+
+It was downloaded from http://www.gnome.org/projects/hotssh/
+
+Upstream Author:
+	Colin Walters <walters@verbum.org>
+
+Copyright: 
+	Copyright (C) 2008 Colin Walters
+
+License:
+	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 2 of the License, or
+	(at your option) any later version.
+	
+	This program 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, write to the Free Software Foundation, Inc.,
+	51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+	
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+
+The Files hotlib/logutil.py, version.py are under the following license:
+	Permission is hereby granted, free of charge, to any person obtaining a copy 
+	of this software and associated documentation files (the "Software"), to deal 
+	in the Software without restriction, including without limitation the rights 
+	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
+	of the Software, and to permit persons to whom the Software is furnished to do so, 
+	subject to the following conditions:
+
+	The above copyright notice and this permission notice shall be included in all 
+	copies or substantial portions of the Software.
+
+	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+	INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
+	PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE 
+	LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+	TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 
+	THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The File hotlib/timesince.py is under the following license:
+	This is lifted from Django:
+	http://code.djangoproject.com/browser/django/trunk/django/utils/timesince.py
+
+	Copyright (c) 2005, the Lawrence Journal-World
+	All rights reserved.
+
+	Redistribution and use in source and binary forms, with or without modification,
+	are permitted provided that the following conditions are met:
+
+	    1. Redistributions of source code must retain the above copyright notice, 
+	       this list of conditions and the following disclaimer.
+	    
+	    2. Redistributions in binary form must reproduce the above copyright 
+	       notice, this list of conditions and the following disclaimer in the
+	       documentation and/or other materials provided with the distribution.
+
+	    3. Neither the name of Django nor the names of its contributors may be used
+	       to endorse or promote products derived from this software without
+	       specific prior written permission.
+
+	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+	DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+	ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+	ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD license can be found
+in /usr/share/common-licenses/BSD.
+
+The Debian packaging is (C) 2008, Thomas Bläsing <thomasbl@pool.math.tu-berlin.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+