1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
python-x2go (0.5.0.1-3) unstable; urgency=medium
* debian/patches:
+ Add 0003_use-correct-loglevel-WARN.patch. Use the proper
log.loglevel_WARN expression (instead of undefined
log.loglevel_WARNING). Upstream patch needed
rebasing and a modification to apply correctly. (Closes: #780128).
+ Update 0001_catch-connection-exception-during-session-startup.patch.
Fix expression errors in two Python exceptions. (Closes: #780125).
+ Add 0005_fix-password-auth-if-keys-have-passphrase.patch. Fix password
authentication in pyhoca-cli if people have default SSH keys locked with
a passphrase. (Closes: #780127).
-- Mike Gabriel <sunweaver@debian.org> Mon, 09 Mar 2015 15:55:42 +0100
python-x2go (0.5.0.1-2) unstable; urgency=medium
* debian/patches:
+ Add 0001_catch-connection-exception-during-session-startup.patch. Catch
exceptions raised by connection failures during session
startup/resumption.
+ Add 0002_fix-desktop-sharing.patch. Fix (cross-)user desktop sharing.
(Closes: #770976).
-- Mike Gabriel <sunweaver@debian.org> Thu, 27 Nov 2014 12:18:47 +0100
python-x2go (0.5.0.1-1) unstable; urgency=medium
* New upstream release.
* debian/upstream/changelog:
+ Stop manually shipping upstream ChangeLog files anymore. From now
on provided in upstream tarball.
* debian/control:
+ Bump Standards: to 3.9.6. No changes needed.
+ Drop Pre-D (all bin:pkg): dpkg (>= 1.15.6~).
+ Versioned D (python-x2go): python-paramiko (>= 1.15.1).
+ Add Ds (python-x2go): python-requests, python-simplejson (for X2Go
Session Broker client code).
+ Add to R (python-x2go): sshfs (for Telekinesis, not yet in Debian).
+ Add to S (python-x2go): telekinesis-client, mteleplayer-clientside (not
yet in Debian).
* debian/copyright:
+ Update copyright years.
-- Mike Gabriel <sunweaver@debian.org> Tue, 21 Oct 2014 01:11:36 +0200
python-x2go (0.4.0.9-1) unstable; urgency=low
* New upstream release.
* Lintian issue(s) fixed:
+ python-x2go(-doc): data.tar.xz-member-without-dpkg-pre-depends.
* debian/control:
+ Bump Standards: to 3.9.5. No changes needed.
* debian/watch:
+ Add cryptographic signature verification for upstream tarball.
* Update upstream changelog.
-- Mike Gabriel <sunweaver@debian.org> Wed, 06 Aug 2014 17:39:50 +0200
python-x2go (0.4.0.8-1) unstable; urgency=low
* New upstream release.
* /debian/control:
+ Use anonscm.debian.org in Vcs-Git: field.
-- Mike Gabriel <sunweaver@debian.org> Wed, 07 Aug 2013 14:15:09 +0200
python-x2go (0.4.0.5-1) unstable; urgency=low
* New upstream release.
-- Mike Gabriel <sunweaver@debian.org> Fri, 19 Jul 2013 14:24:11 +0200
python-x2go (0.4.0.3-1) unstable; urgency=low
* New upstream release.
* /debian/control:
+ Use my DD mail address in Uploaders.
+ Bump Standards: to 3.9.4. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Sun, 21 Apr 2013 23:35:58 +0200
python-x2go (0.4.0.2-1) unstable; urgency=low
* New upstream version.
* /debian/copyright:
+ Place packaging files under AGPL-3+ license, so that the packaging
license is identical to the upstream license.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 03 Mar 2013 16:26:35 +0100
python-x2go (0.2.1.0-1) unstable; urgency=low
* New upstream version.
* /debian/control:
+ Allow package builds on systems without dh_python2.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 10 Dec 2012 22:38:00 +0100
python-x2go (0.2.0.9-1) unstable; urgency=low
* New upstream version.
* /debian/control:
+ Explicitly name client-side printing feature of X2Go.
+ Bump python build dependency to 2.6.6-14.
+ Be more accurate about dependency for python-gevent.
+ Fix typo (corrected: bandwidth) in long descriptions.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Aug 2012 09:21:59 +0200
python-x2go (0.2.0.8-1) unstable; urgency=low
* New upstream version.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 23 Jul 2012 21:26:10 +0200
python-x2go (0.2.0.6-1) unstable; urgency=low
* Initial package build (closes: #655608).
* debian/copyright:
+ Contains full text of AGPL-3+ license as requested by FTP masters.
+ Refer to copyright-format 1.0 in file header.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 02 Jul 2012 21:24:39 +0200
|