[Python-apps-commits] r1747 - in packages/hotssh/trunk/debian (4 files)

thomasbl-guest at users.alioth.debian.org thomasbl-guest at users.alioth.debian.org
Tue Sep 2 22:39:16 UTC 2008


    Date: Tuesday, September 2, 2008 @ 22:39:14
  Author: thomasbl-guest
Revision: 1747

* adding of some build-deps
* downgrade compat level
* rigth fsf-address in copyright file

Modified:
  packages/hotssh/trunk/debian/compat
  packages/hotssh/trunk/debian/control
  packages/hotssh/trunk/debian/copyright
  packages/hotssh/trunk/debian/rules

Modified: packages/hotssh/trunk/debian/compat
===================================================================
--- packages/hotssh/trunk/debian/compat	2008-09-02 21:08:41 UTC (rev 1746)
+++ packages/hotssh/trunk/debian/compat	2008-09-02 22:39:14 UTC (rev 1747)
@@ -1 +1 @@
-7
+5

Modified: packages/hotssh/trunk/debian/control
===================================================================
--- packages/hotssh/trunk/debian/control	2008-09-02 21:08:41 UTC (rev 1746)
+++ packages/hotssh/trunk/debian/control	2008-09-02 22:39:14 UTC (rev 1747)
@@ -4,7 +4,7 @@
 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), python-dbus (>= 0.83.0), intltool (>= 0.40.3), scrollkeeper (>= 0.3.14), pkg-config (>= 0.22)
+Build-Depends: python(>= 2.4), python-central (>= 0.6.8), debhelper (>= 5), python-dbus (>= 0.83.0), intltool (>= 0.40.3), scrollkeeper (>= 0.3.14), pkg-config (>= 0.22), python-gobject (>= 2.14.2)
 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
@@ -15,7 +15,7 @@
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Homepage: http://www.gnome.org/projects/hotssh/
-Description: A graphical interface to secure shell
+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.

Modified: packages/hotssh/trunk/debian/copyright
===================================================================
--- packages/hotssh/trunk/debian/copyright	2008-09-02 21:08:41 UTC (rev 1746)
+++ packages/hotssh/trunk/debian/copyright	2008-09-02 22:39:14 UTC (rev 1747)
@@ -12,18 +12,19 @@
 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.
-
+	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 with
-	the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
-	if not, write to the Free Software Foundation, Inc., 59 Temple Place,
-	Suite 330, Boston, MA  02111-1307  USA
 	
+	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.
 

Modified: packages/hotssh/trunk/debian/rules
===================================================================
--- packages/hotssh/trunk/debian/rules	2008-09-02 21:08:41 UTC (rev 1746)
+++ packages/hotssh/trunk/debian/rules	2008-09-02 22:39:14 UTC (rev 1747)
@@ -9,7 +9,7 @@
 	rm -rf build/
 	python waf distclean
 
-install: clean
+install:
 	dh_testdir
 	dh_testroot
 	dh_clean -k




More information about the Python-apps-commits mailing list