[Python-apps-commits] r1703 - in packages/hotssh/trunk (9 files)

thomasbl-guest at users.alioth.debian.org thomasbl-guest at users.alioth.debian.org
Wed Aug 27 20:19:54 UTC 2008


    Date: Wednesday, August 27, 2008 @ 20:19:53
  Author: thomasbl-guest
Revision: 1703

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/hotssh/trunk/debian/
  packages/hotssh/trunk/debian/changelog
  packages/hotssh/trunk/debian/compat
  packages/hotssh/trunk/debian/control
  packages/hotssh/trunk/debian/copyright
  packages/hotssh/trunk/debian/docs
  packages/hotssh/trunk/debian/hotssh.1
  packages/hotssh/trunk/debian/rules
  packages/hotssh/trunk/debian/watch

Added: packages/hotssh/trunk/debian/changelog
===================================================================
--- packages/hotssh/trunk/debian/changelog	                        (rev 0)
+++ packages/hotssh/trunk/debian/changelog	2008-08-27 20:19:53 UTC (rev 1703)
@@ -0,0 +1,6 @@
+hotssh (0.2.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #492169)
+
+ -- Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>  Mon, 25 Aug 2008 14:26:35 +0200
+

Added: packages/hotssh/trunk/debian/compat
===================================================================
--- packages/hotssh/trunk/debian/compat	                        (rev 0)
+++ packages/hotssh/trunk/debian/compat	2008-08-27 20:19:53 UTC (rev 1703)
@@ -0,0 +1 @@
+7

Added: packages/hotssh/trunk/debian/control
===================================================================
--- packages/hotssh/trunk/debian/control	                        (rev 0)
+++ packages/hotssh/trunk/debian/control	2008-08-27 20:19:53 UTC (rev 1703)
@@ -0,0 +1,29 @@
+Source: hotssh
+Section: python
+XS-Python-Version: >= 2.4
+Priority: optional
+Maintainer: Thomas Bläsing <thomasbl at pool.math.tu-berlin.de>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: python(>= 2.4), python-central (>= 0.6.8), debhelper (>= 7.0.17), python-dbus (>= 0.83.0), intltool (>= 0.40.3), scrollkeeper (>= 0.3.14), pkg-config (>= 0.22)
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/hotssh
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/hotssh/trunk/?op=log
+
+Package: hotssh
+Architecture: all
+Depends: ${python:Depends}, openssh-client (>= 5.1p1)
+Recommends: 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: A 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
+

Added: packages/hotssh/trunk/debian/copyright
===================================================================
--- packages/hotssh/trunk/debian/copyright	                        (rev 0)
+++ packages/hotssh/trunk/debian/copyright	2008-08-27 20:19:53 UTC (rev 1703)
@@ -0,0 +1,28 @@
+This package was debianized by Thomas Bläsing <thomasbl at 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 at verbum.org>
+
+Copyright: 
+	Copyright (C) 2008 Colin Walters
+
+License:
+	This package 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; version 2 dated June, 1991.
+
+	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 package; if not, write to the Free Software
+        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+	MA 02110-1301, USA.
+
+The Debian packaging is (C) 2008, Thomas Bläsing <thomasbl at pool.math.tu-berlin.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/hotssh/trunk/debian/docs
===================================================================
--- packages/hotssh/trunk/debian/docs	                        (rev 0)
+++ packages/hotssh/trunk/debian/docs	2008-08-27 20:19:53 UTC (rev 1703)
@@ -0,0 +1,2 @@
+MAINTAINERS
+README

Added: packages/hotssh/trunk/debian/hotssh.1
===================================================================
--- packages/hotssh/trunk/debian/hotssh.1	                        (rev 0)
+++ packages/hotssh/trunk/debian/hotssh.1	2008-08-27 20:19:53 UTC (rev 1703)
@@ -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 at verbum.org>
+.PP
+	Manpage created by Thomas Bl\[:a]sing <thomasbl at pool.math.tu-berlin.de>

Added: packages/hotssh/trunk/debian/rules
===================================================================
--- packages/hotssh/trunk/debian/rules	                        (rev 0)
+++ packages/hotssh/trunk/debian/rules	2008-08-27 20:19:53 UTC (rev 1703)
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	rm -rf build/
+	python waf distclean
+
+install: clean
+	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.5
+
+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


Property changes on: packages/hotssh/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/hotssh/trunk/debian/watch
===================================================================
--- packages/hotssh/trunk/debian/watch	                        (rev 0)
+++ packages/hotssh/trunk/debian/watch	2008-08-27 20:19:53 UTC (rev 1703)
@@ -0,0 +1,2 @@
+version=2
+http://ftp.gnome.org/pub/GNOME/sources/hotssh/0.2/hotssh-(.+)\.tar\.gz




More information about the Python-apps-commits mailing list