From 132667f9d7754704d437a6e149d02bea9dceffad Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 30 May 2013 11:23:51 +0800 Subject: [PATCH] Ran wrap-and-sort. Rewritten-From: 8cb2ca8ed20e323b8ffb1216c651415739b93ab6 --- xenial/debian/changelog | 6 ++ xenial/debian/control | 107 ++++++++++---------- xenial/debian/openstack-dashboard.install | 2 +- xenial/debian/python-django-horizon.install | 2 +- 4 files changed, 61 insertions(+), 56 deletions(-) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index bbc0dd0..3f6f5e5 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +horizon (2013.1.1-3) UNRELEASED; urgency=low + + * Ran wrap-and-sort. + + -- Thomas Goirand Thu, 30 May 2013 11:23:28 +0800 + horizon (2013.1.1-2) unstable; urgency=low * Added missing symlink to /var for the css and js dynamic generation folder. diff --git a/xenial/debian/control b/xenial/debian/control index 9c9640c..9d4b96e 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -8,32 +8,32 @@ Uploaders: Loic Dachary (OuoU) , Ghe Rivero , Mehdi Abaakouk Build-Depends: debhelper (>= 9), - po-debconf, - python-all (>= 2.6.6-3~), - python-setuptools -Build-Depends-Indep: openstack-pkg-tools, - pep8 (>= 1.3.3), - python-cloudfiles, - python-compressor, - python-coverage, - python-django-nose, - python-docutils, - python-glanceclient, - python-cinderclient, - python-keystoneclient, - python-mox, - python-netaddr, - python-nose, - python-nosexcover, - python-novaclient (>= 2:2.10), - python-openstack-auth, - python-quantumclient (>= 1:2.0), - python-sphinx, - python-swiftclient, - python-tz, - pylint, - nodejs-legacy, - node-less + po-debconf, + python-all (>= 2.6.6-3~), + python-setuptools +Build-Depends-Indep: node-less, + nodejs-legacy, + openstack-pkg-tools, + pep8 (>= 1.3.3), + pylint, + python-cinderclient, + python-cloudfiles, + python-compressor, + python-coverage, + python-django-nose, + python-docutils, + python-glanceclient, + python-keystoneclient, + python-mox, + python-netaddr, + python-nose, + python-nosexcover, + python-novaclient (>= 2:2.10), + python-openstack-auth, + python-quantumclient (>= 1:2.0), + python-sphinx, + python-swiftclient, + python-tz Standards-Version: 3.9.3 Homepage: http://horizon.openstack.org Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/horizon.git;a=summary @@ -43,22 +43,23 @@ Package: python-django-horizon Section: python Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python:Depends}, - python-cinderclient, - python-cloudfiles, - python-compressor, - python-django, - python-django-nose, - python-glanceclient, - python-keystoneclient, - python-lockfile, - python-memcache, - python-netaddr, - python-novaclient (>= 2:2.10), - python-openstack-auth, - python-quantumclient (>= 1:2.0), - python-swiftclient, - python-tz, +Depends: python-cinderclient, + python-cloudfiles, + python-compressor, + python-django, + python-django-nose, + python-glanceclient, + python-keystoneclient, + python-lockfile, + python-memcache, + python-netaddr, + python-novaclient (>= 2:2.10), + python-openstack-auth, + python-quantumclient (>= 1:2.0), + python-swiftclient, + python-tz, + ${misc:Depends}, + ${python:Depends} Recommends: memcached Description: Django module providing web interaction with OpenStack The OpenStack Dashboard is a Web application allowing to control an OpenStack @@ -72,15 +73,15 @@ Description: Django module providing web interaction with OpenStack Package: openstack-dashboard Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${python:Depends}, - python-django-horizon (= ${source:Version}), - libjs-jquery, - libjs-jquery-cookie, - node-less, - adduser, - libapache2-mod-wsgi (>= 2.3) +Depends: adduser, + libapache2-mod-wsgi (>= 2.3), + libjs-jquery, + libjs-jquery-cookie, + node-less, + python-django-horizon (= ${source:Version}), + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} Recommends: memcached, openstack-dashboard-apache Description: OpenStack Dashboard The OpenStack Dashboard is a Web application allowing to control an OpenStack @@ -91,9 +92,7 @@ Description: OpenStack Dashboard Package: openstack-dashboard-apache Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: debconf, - openstack-dashboard, - ${misc:Depends} +Depends: debconf, openstack-dashboard, ${misc:Depends} Description: OpenStack Dashboard - Apache support The OpenStack Dashboard is a Web application allowing to control an OpenStack cloud. It connects to OpenStack services including Nova, Swift, Keystone, etc. diff --git a/xenial/debian/openstack-dashboard.install b/xenial/debian/openstack-dashboard.install index 748e044..b835c9d 100644 --- a/xenial/debian/openstack-dashboard.install +++ b/xenial/debian/openstack-dashboard.install @@ -1,2 +1,2 @@ -usr/share/openstack-dashboard etc/openstack-dashboard +usr/share/openstack-dashboard diff --git a/xenial/debian/python-django-horizon.install b/xenial/debian/python-django-horizon.install index 7077017..d9462f9 100644 --- a/xenial/debian/python-django-horizon.install +++ b/xenial/debian/python-django-horizon.install @@ -1 +1 @@ -usr/lib/python*/dist-packages/horizon \ No newline at end of file +usr/lib/python*/dist-packages/horizon -- 2.45.2