Added manage.py to openstack-dashboard pkg
authorGhe Rivero <ghe@debian.org>
Sun, 29 Jan 2012 09:26:06 +0000 (10:26 +0100)
committerGhe Rivero <ghe@debian.org>
Sun, 29 Jan 2012 09:26:43 +0000 (10:26 +0100)
Rewritten-From: dc8350404f4695278ab7100bdea9b9f5354128e3

xenial/debian/changelog
xenial/debian/rules

index a527532fa35cf0205358e5d1d63d55297c3e1475..99511f8cb693f65a34f9100ca4a70ef312b2b18a 100644 (file)
@@ -1,3 +1,9 @@
+horizon (2012.1~e3-3) unstable; urgency=low
+
+  * Added manage.py to openstack-dashboard pkg
+
+ -- Ghe Rivero <ghe@debian.org>  Sun, 29 Jan 2012 10:26:12 +0100
+
 horizon (2012.1~e3-2) unstable; urgency=low
 
   *Fixed typo in libjs-jquery
index e81afe839df263fde2be8839591314f90aed2cf4..b0f9097053153d7e0112c8c518b8ae429a6ef39f 100755 (executable)
@@ -27,6 +27,9 @@ override_dh_auto_install:
        install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard
        cp $(CURDIR)/openstack-dashboard/local/local_settings.py.example \
                $(CURDIR)/debian/tmp/etc/openstack-dashboard/settings.py
+       cp $(CURDIR)/openstack-dashboard/manage.py \
+               $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/manage.py
+
        ln -s /etc/openstack-dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/local/local_settings.py
 
 override_dh_auto_clean: