Merge lp:~rjwills/ensoft-sextant/packaging into lp:ensoft-sextant

Proposed by Robert
Status: Merged
Approved by: Phil Connell
Approved revision: 19
Merged at revision: 24
Proposed branch: lp:~rjwills/ensoft-sextant/packaging
Merge into: lp:ensoft-sextant
Diff against target: 19 lines (+2/-4)
2 files modified
debian/sextant.install (+2/-0)
setup.py (+0/-4)
To merge this branch: bzr merge lp:~rjwills/ensoft-sextant/packaging
Reviewer Review Type Date Requested Status
Phil Connell Approve
Review via email: mp+233518@code.launchpad.net

Commit message

Fix the packaging so that pip packages can be installed in a virtualenv.

Description of the change

Fix the packaging so that pip packages can be installed in a virtualenv.

To post a comment you must log in.
Revision history for this message
Phil Connell (pconnell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/sextant.install'
2--- debian/sextant.install 1970-01-01 00:00:00 +0000
3+++ debian/sextant.install 2014-09-05 12:58:38 +0000
4@@ -0,0 +1,2 @@
5+etc/init/sextantweb.conf etc/init/
6+etc/sextant.conf etc/
7
8=== modified file 'setup.py'
9--- setup.py 2014-09-03 09:47:04 +0000
10+++ setup.py 2014-09-05 12:58:38 +0000
11@@ -23,10 +23,6 @@
12 'resources': ['sextant/web/*'],
13 'etc': ['*.conf', 'init/*'],
14 },
15- data_files=[
16- ('/etc', ['etc/sextant.conf']),
17- ('/etc/init', ['etc/init/sextantweb.conf']),
18- ]
19 )
20
21

Subscribers

People subscribed via source and target branches