I'm not sure how patches are done. I cloned the git repo and it had a
.gitreview file but this pointed to the upstream code, not the debian
packaging code?

Patch is a simple one:

diff --git a/debian/rules b/debian/rules
index dddea8d..cf688de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,8 @@ override_dh_auto_install:
        set -e ; for pyvers in $(PYTHONS); do \
                mkdir -p 
$(CURDIR)/debian/python-manila-ui/usr/lib/python$$pyvers/dist-packages/openstack_dashboard/enabled
 ; \
                cp $(CURDIR)/manila_ui/local/enabled/_90* 
$(CURDIR)/debian/python-manila-ui/usr/lib/python$$pyvers/dist-packages/openstack_dashboard/enabled
 ; \
+               cp $(CURDIR)/manila_ui/local/enabled/_80* 
$(CURDIR)/debian/python-manila-ui/usr/lib/python$$pyvers/dist-packages/openstack_dashboard/enabled
 ; \
        done
        mkdir -p 
$(CURDIR)/debian/python-manila-ui/usr/share/openstack-dashboard/openstack_dashboard/enabled
        cp $(CURDIR)/manila_ui/local/enabled/_90* 
$(CURDIR)/debian/python-manila-ui/usr/share/openstack-dashboard/openstack_dashboard/enabled
+       cp $(CURDIR)/manila_ui/local/enabled/_80* 
$(CURDIR)/debian/python-manila-ui/usr/share/openstack-dashboard/openstack_dashboard/enabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1759478

Title:
  Enabled files missing from xenial queens cloud archive package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/manila-ui/+bug/1759478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to