~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:50:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120309115022-ymiww5i58rbg97my
Tags: 2012.1~rc1~20120308.1479-0ubuntu1
* New upstream version.
* debian/rules: Fix symlink when installing horizon.
  (LP: #947118)
* debian/control: Add python-django-nose as a dep. (LP: #944235)
* debian/control: Fix broken depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                $(CURDIR)/debian/tmp/etc/openstack-dashboard/local_settings.py
25
25
        cp $(CURDIR)/manage.py \
26
26
                 $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/manage.py
27
 
        ln -s /etc/openstack-dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
 
27
        ln -fs /etc/openstack-dashboard/local_settings.py \
 
28
                $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
28
29
 
29
30
 
30
31
#ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))