The branch, master has been updated
via b72afbf25c794c48d142d0cd665e210c559b57fb (commit)
from 092b64a698c248ce93ce1881014c6a41e21a61c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b72afbf25c794c48d142d0cd665e210c559b57fb
Author: Mike Gabriel
Date: Tue Oct 9 22:48:06 2012 +0200
/debian/control: Versioned depend on python-paramiko (>= 1.8-0~).
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 ++
debian/control | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 3a79b4b..71772ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ python-x2go (0.2.1.0-0~x2go1) UNRELEASED; urgency=low
Paramiko terms).
* /debian/rules:
+ Allow package build on systems with missing dh_python2.
+ * /debian/control:
+ + Versioned depend on python-paramiko (>= 1.8-0~).
-- Mike Gabriel
Wed, 26
Sep 2012 20:49:44 +0200
diff --git a/debian/control b/debian/control
index 36f017e..2b15378 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Depends:
${python:Depends},
${misc:Depends},
python-gevent (>= 0.13.6-0~),
- python-paramiko,
+ python-paramiko (>= 1.8-0~),
python-cups,
python-xlib,
nxproxy
hooks/post-receive
|