Ran wrap-and-sort.

This commit is contained in:
Thomas Goirand 2013-05-30 11:29:16 +08:00
parent f93c151566
commit dd72785010
4 changed files with 27 additions and 26 deletions

1
debian/changelog vendored
View File

@ -12,6 +12,7 @@ novnc (1:0.4+dfsg+1+20130425+git4973b9cc80-1) unstable; urgency=low
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

32
debian/control vendored
View File

@ -4,9 +4,9 @@ Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
Ghe Rivero <ghe.rivero@stackops.com>,
Thomas Goirand <zigo@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9), python (>=2.6.6-3~), openstack-pkg-tools
Build-Depends: debhelper (>= 9), openstack-pkg-tools, python (>=2.6.6-3~)
Build-Depends-Indep: python-greenlet
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/novnc.git;a=summary
@ -17,15 +17,15 @@ Package: novnc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
python (>= 2.6.6-3~),
python-nova,
python-novnc,
python-numpy,
libjs-swfobject,
websockify,
${misc:Depends},
${shlibs:Depends},
${python:Depends}
libjs-swfobject,
python (>= 2.6.6-3~),
python-nova,
python-novnc,
python-numpy,
websockify,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: HTML5 VNC client - daemon and programs
noVNC is a HTML5 VNC (WebSockets, Canvas) with encryption (wss://) support
client that runs well in any modern browser including mobile browsers
@ -40,11 +40,11 @@ Architecture: all
Section: python
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python (>= 2.6.6-3~),
python-nova,
python-oslo.config,
${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-nova,
python-oslo.config,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: HTML5 VNC client - libraries
noVNC is a HTML5 VNC (WebSockets, Canvas) with encryption (wss://) support
client that runs well in any modern browser including mobile browsers

18
debian/novnc.install vendored
View File

@ -1,23 +1,23 @@
vnc.html /usr/share/novnc
vnc_auto.html /usr/share/novnc
README.md /usr/share/doc/novnc
LICENSE.txt /usr/share/doc/novnc
utils/Makefile /usr/share/novnc/utils
README.md /usr/share/doc/novnc
images /usr/share/novnc
images/favicon.ico /usr/share/novnc
include/base.css /usr/share/novnc/include
include/base64.js /usr/share/novnc/include
include/black.css /usr/share/novnc/include
include/blue.css /usr/share/novnc/include
include/des.js /usr/share/novnc/include
include/display.js /usr/share/novnc/include
include/input.js /usr/share/novnc/include
include/jsunzip.js /usr/share/novnc/include
include/logo.js /usr/share/novnc/include
include/base.css /usr/share/novnc/include
include/blue.css /usr/share/novnc/include
include/black.css /usr/share/novnc/include
include/playback.js /usr/share/novnc/include
include/rfb.js /usr/share/novnc/include
include/ui.js /usr/share/novnc/include
include/util.js /usr/share/novnc/include
include/web-socket-js/* /usr/share/novnc/include/web-socket-js
include/websock.js /usr/share/novnc/include
include/webutil.js /usr/share/novnc/include
include/jsunzip.js /usr/share/novnc/include
include/web-socket-js/* /usr/share/novnc/include/web-socket-js
utils/Makefile /usr/share/novnc/utils
vnc.html /usr/share/novnc
vnc_auto.html /usr/share/novnc

View File

@ -1 +1 @@
usr/lib/python*/dist-packages/*
usr/lib/python*/dist-packages/*