Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
openstack-dashboard-cloudbase-theme (18.6.1-0ubuntu1) groovy; urgency=medium

* Victoria updates

-- Sergiu Miclea <smiclea@cloudbasesolutions.com> Tue, 27 Jan 2021 13:00:00 +0200

openstack-dashboard-cloudbase-theme (18.3.2-0ubuntu0.20.04.4) focal; urgency=medium

* Ussuri updates

-- Sergiu Miclea <smiclea@cloudbasesolutions.com> Tue, 26 Jan 2021 13:00:00 +0200

openstack-dashboard-cloudbase-theme (13.0.1-0ubuntu1) bionic; urgency=medium

* Queens fixes

-- Dorin Paslaru <dpaslaru@cloudbasesolutions.com> Thu, 20 Sept 2018 10:00:00 +0200
-- Dorin Paslaru <dpaslaru@cloudbasesolutions.com> Thu, 20 Sep 2018 10:00:00 +0200

openstack-dashboard-cloudbase-theme (13.0.0-0ubuntu1) bionic; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Source: openstack-dashboard-cloudbase-theme
Section: net
Priority: optional
Maintainer: Dorin Paslaru <dpaslaru@cloudbasesolutions.com>
Build-Depends: debhelper (>= 8.0.0)
Maintainer: Sergiu Miclea <smiclea@cloudbasesolutions.com>
Build-Depends: debhelper (>= 10.0.0)
Standards-Version: 3.9.6
Homepage: https://launchpad.net/openstack-dashboard-cloudbase-theme

Package: openstack-dashboard-cloudbase-theme
Architecture: all
Depends: ${misc:Depends},
openstack-dashboard (= 3:13.0.1-0ubuntu3)
openstack-dashboard (>= 4:18.6.1-0ubuntu1), openstack-dashboard (<< 4:18.6.2)
Description: Cloudbase Theme for the OpenStack Dashboard (Horizon)
The Cloudbase Solutions theme for OpenStack Dashboard (Horizon).
This package is optional and overrides the default theme and branding.
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: openstack-dashboard-cloudbase-theme
Source: https://github.com/cloudbase/openstack-dashboard-cloudbase-theme

Files: *
Copyright: 2018 Dorin Paslaru <dpaslaru@cloudbasesolutions.com>
Copyright: 2021 Sergiu Miclea <smiclea@cloudbasesolutions.com>

License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
6 changes: 3 additions & 3 deletions debian/postinst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright 2016-2018 Cloudbase Solutions Srl
# Copyright 2016-2021 Cloudbase Solutions Srl
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
Expand Down Expand Up @@ -53,8 +53,8 @@ fi
cd /usr/share/openstack-dashboard
echo "Collecting and compressing static assets..."
rm -rf /var/lib/openstack-dashboard/static/ || :
python manage.py collectstatic --noinput 2>&1 > /dev/null
python manage.py compress --force 2>&1 > /dev/null
python3 manage.py collectstatic --noinput 2>&1 > /dev/null
python3 manage.py compress --force 2>&1 > /dev/null

)

Expand Down
6 changes: 3 additions & 3 deletions debian/postrm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright 2016-2018 Cloudbase Solutions Srl
# Copyright 2016-2021 Cloudbase Solutions Srl
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
Expand Down Expand Up @@ -28,8 +28,8 @@ case "$1" in
cd /usr/share/openstack-dashboard
echo "Collecting and compressing static assets ..."
rm -rf /var/lib/openstack-dashboard/static/ || :
python manage.py collectstatic --noinput 2>&1 > /dev/null
python manage.py compress --force 2>&1 > /dev/null
python3 manage.py collectstatic --noinput 2>&1 > /dev/null
python3 manage.py compress --force 2>&1 > /dev/null
)
fi

Expand Down
2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3
https://github.com/cloudbase/horzion-cloudbase/tags .*/archive/(\d\S*)\.tar\.gz
https://github.com/cloudbase/horizon-cloudbase/tags .*/archive/(\d\S*)\.tar\.gz