[Python-apps-commits] r9810 - in packages/hotssh/trunk/debian (changelog control rules)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Jun 27 18:29:12 UTC 2013
Date: Thursday, June 27, 2013 @ 18:29:11
Author: dktrkranz
Revision: 9810
Convert from python-central to dh_python2
Modified:
packages/hotssh/trunk/debian/changelog
packages/hotssh/trunk/debian/control
packages/hotssh/trunk/debian/rules
Modified: packages/hotssh/trunk/debian/changelog
===================================================================
--- packages/hotssh/trunk/debian/changelog 2013-06-27 18:28:49 UTC (rev 9809)
+++ packages/hotssh/trunk/debian/changelog 2013-06-27 18:29:11 UTC (rev 9810)
@@ -1,9 +1,15 @@
-hotssh (0.2.6+dfsg1-2) UNRELEASED; urgency=low
+hotssh (0.2.6+dfsg1-2) unstable; urgency=low
+ * Team upload.
+
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:05:12 +0200
+ [ Luca Falavigna ]
+ * Convert to dh_python2 (Closes: #616844).
+ -- Luca Falavigna <dktrkranz at debian.org> Thu, 27 Jun 2013 20:20:42 +0200
+
hotssh (0.2.6+dfsg1-1) unstable; urgency=low
* Team upload.
Modified: packages/hotssh/trunk/debian/control
===================================================================
--- packages/hotssh/trunk/debian/control 2013-06-27 18:28:49 UTC (rev 9809)
+++ packages/hotssh/trunk/debian/control 2013-06-27 18:29:11 UTC (rev 9810)
@@ -1,11 +1,11 @@
Source: hotssh
Section: gnome
-XS-Python-Version: >= 2.4
+X-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), 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)
+Build-Depends: python (>= 2.6.6-3~), debhelper (>= 5)
+Build-Depends-Indep: 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://anonscm.debian.org/python-apps/packages/hotssh/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/hotssh/trunk/
@@ -14,7 +14,6 @@
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.
Modified: packages/hotssh/trunk/debian/rules
===================================================================
--- packages/hotssh/trunk/debian/rules 2013-06-27 18:28:49 UTC (rev 9809)
+++ packages/hotssh/trunk/debian/rules 2013-06-27 18:29:11 UTC (rev 9810)
@@ -40,7 +40,7 @@
binary-indep: install
dh_testdir
dh_testroot
- dh_pycentral
+ dh_python2
dh_installchangelogs
dh_installman debian/hotssh.1
dh_installdocs
More information about the Python-apps-commits
mailing list