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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-6) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed homepage (https).
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
[ Thomas Goirand ]
* Applied patch contributed in launchpad (Closes: #837997).
* Ran wrap-and-sort -t -a.
* Build-depends on dh-python.
* Removed Pre-Depends: dpkg (>= 1.15.6~).
* Removed inactive uploaders.
* Standards-Version: 3.9.8 (no change).
-- Thomas Goirand <zigo@debian.org> Sun, 09 Oct 2016 01:00:48 +0200
novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-4) unstable; urgency=high
* Adds security patch (Closes: #778618):
adds_support_for_secure_attribute_on_token_cookie.patch
* Adds a source.lintian-overrides for include/logo.js. This is a logo, and
not code source, so I believe it should be fine. Moreover, the file in
include/logo.js.png is the source, and running "base64 include/logo.js.png"
generates the same data, so it is my point of view that we're in the case
of a false positive. If one difers, please provide the patch to generate
the logo.js out of the logo.js.png file.
-- Thomas Goirand <zigo@debian.org> Mon, 02 Mar 2015 17:27:07 +0100
novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-3) unstable; urgency=medium
* Drops python-nova as a direct dependency, and only puts it as a
Recommends:.
-- Thomas Goirand <zigo@debian.org> Thu, 12 Feb 2015 22:52:35 +0100
novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-2) unstable; urgency=medium
* Do not create nova user and group if they already exist.
-- Thomas Goirand <zigo@debian.org> Wed, 25 Dec 2013 16:47:06 +0800
novnc (1:0.4+dfsg+1+20131010+gitf68af8af3d-1) unstable; urgency=low
* New upstream release (well, a more recent commit since upstream isn't
doing much tagged release...).
* Kill the wrong patch that landed in the master-dfsg branch somehow, and
broke novnc (Closes #718889).
-- Thomas Goirand <zigo@debian.org> Fri, 11 Oct 2013 22:28:34 +0800
novnc (1:0.4+dfsg+1+20130425+git4973b9cc80-1) unstable; urgency=low
* Uploading to unstable.
* New upstream release.
* Added dependency on oslo-config.
* Updated debian/patches/python-disutils.patch.
* Removed rebind and websockify from /usr/share/util, since they are
available in the websockify package.
* Now depends on libjs-swfobject and use that file instead of the embbeded
version.
* Switch novnc from arch: any to arch: all since there's no built binaries
in the package anymore (those are in websockify).
* Delete the debian/novnc.init, because the init script is in nova-novncproxy
already.
* Ran wrap-and-sort.
-- Thomas Goirand <zigo@debian.org> Mon, 20 May 2013 23:55:04 +0800
novnc (1:0.4+dfsg+1-7) experimental; urgency=low
* Added missing usr/share/novnc folder (Closes: #705669), thanks to
Denis Laxalde <denis.laxalde@logilab.fr> for reporting it.
-- Thomas Goirand <zigo@debian.org> Tue, 23 Apr 2013 21:53:58 +0800
novnc (1:0.4+dfsg+1-6) experimental; urgency=low
* Removes /usr/bin/websockify and /usr/bin/rebind, and now depends on the
websockify package which has them.
-- Thomas Goirand <zigo@debian.org> Wed, 27 Mar 2013 22:26:08 +0800
novnc (1:0.4+dfsg+1-5) experimental; urgency=low
[ Mehdi Abaakouk ]
* New upstream release
* Change uptream URL
* Change epoch to follow novnc version
[ Ghe Rivero]
* Removed depend on nova-common
* Split config file
[ Thomas Goirand ]
* Added a get-vcs-source target.
* Added a gbp.conf file.
* Now using openstack-pkg-tools for packaging.
* Increased compat level to 9, now the compat level and debhelper
build-depends are matching (sic!!!).
* Pre-Depends: dpkg (>= 1.15.6~) because of xz compression.
* Reviewed long description.
* Added a watch file.
* Added a patch description for the distutil patch.
* Added missing dependency python-nova.
-- Thomas Goirand <zigo@debian.org> Sat, 02 Feb 2013 16:47:45 +0000
novnc (2012.1~e3+dfsg+1-4) unstable; urgency=low
* replace debian/rules build: target with override_dh_auto_build-arch:
otherwise it is ignored and fails when running dpkg-buildpackage -B
-- Loic Dachary (OuoU) <loic@debian.org> Tue, 26 Jun 2012 21:57:28 +0200
novnc (2012.1~e3+dfsg+1-3) unstable; urgency=low
* Add a build-depend on python-greenlet. There is no actual need for
python-greenlet at build time. But on some architectures
python-greenlet is not yet available and novnc should not try to build
because the resulting package will fail to install. This workaround
should not be necessary but the maintainer of python-greenlet has not
resolved portability issues in months at this time and we cannot
assume it will be resolved quickly. (Closes: #665893).
-- Loic Dachary (OuoU) <loic@debian.org> Tue, 26 Jun 2012 11:17:31 +0200
novnc (2012.1~e3+dfsg+1-2) unstable; urgency=low
[ Ghe Rivero ]
* Bumped Debian Policy Version
* Updated copyright file
[ Thomas Goirand ]
* Added a debian/novnc.postinst creating nova user and group.
* Added a debian/gbp.conf
-- Thomas Goirand <zigo@debian.org> Sun, 11 Mar 2012 10:31:31 -0400
novnc (2012.1~e3+dfsg-1) unstable; urgency=low
* New upstream release
-- Ghe Rivero <ghe.rivero@stackops.com> Mon, 30 Jan 2012 17:09:57 +0100
novnc (0.1) maverick; urgency=low
* First upstream release
-- Joel Martin <github@martintribe.org> Tue, 05 Jul 2011 01:00:00 -0600
|