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

« back to all changes in this revision

Viewing changes to MANIFEST.in

  • 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:
 
1
recursive-include docs *.py *.rst *.css *.js *.html *.conf
 
2
recursive-include horizon *.html *.js *.csv *.template *.mo *.po
 
3
recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
 
4
recursive-include tools *.py *.sh
 
5
 
 
6
include AUTHORS
 
7
include LICENSE
 
8
include Makefile
 
9
include manage.py
 
10
include README.rst
 
11
include run_tests.sh
 
12
include docs/Makefile
 
13
include docs/source/_templates/.placeholder
 
14
include tools/pip-requires
 
15
include tools/test-requires
 
16
 
 
17
exclude openstack_dashboard/local/local_settings.py