Mir

Merge lp:~thomir-deactivatedaccount/mir/fix-doc-install-path into lp:~mir-team/mir/trunk

Proposed by Thomi Richards
Status: Merged
Approved by: Thomi Richards
Approved revision: no longer in the source branch.
Merged at revision: 487
Proposed branch: lp:~thomir-deactivatedaccount/mir/fix-doc-install-path
Merge into: lp:~mir-team/mir/trunk
Diff against target: 17 lines (+2/-2)
2 files modified
cmake/Doxygen.cmake (+1/-1)
debian/mir-doc.install (+1/-1)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/mir/fix-doc-install-path
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michael Terry (community) Approve
Francis Ginther Approve
Review via email: mp+152771@code.launchpad.net

Commit message

mir-doc package now installs documentation to /usr/share/doc/mir-doc/

Description of the change

This branch fixes the install path in the mir-doc package to conform to debian packaging policy.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:471
http://jenkins.qa.ubuntu.com/job/mir-ci/45/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/mir-quantal-amd64-ci/46//console

Click here to trigger a rebuild:
http://jenkins.qa.ubuntu.com/job/mir-ci/45//rebuild/?

review: Approve (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

That looks right. The html/ tree is now under /usr/share/doc/mir-doc/.

review: Approve
Revision history for this message
Michael Terry (mterry) wrote :

This looks good to me now.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:472
http://jenkins.qa.ubuntu.com/job/mir-ci/47/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/mir-quantal-amd64-ci/48//console

Click here to trigger a rebuild:
http://jenkins.qa.ubuntu.com/job/mir-ci/47//rebuild/?

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmake/Doxygen.cmake'
2--- cmake/Doxygen.cmake 2013-03-11 10:10:12 +0000
3+++ cmake/Doxygen.cmake 2013-03-11 22:18:20 +0000
4@@ -17,5 +17,5 @@
5 add_custom_target(doc ${ALL}
6 COMMAND ${DOXYGEN_EXECUTABLE} ${PROJECT_BINARY_DIR}/Doxyfile
7 SOURCES ${PROJECT_BINARY_DIR}/Doxyfile)
8- install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html DESTINATION ${CMAKE_INSTALL_PATH}/share/doc/mir-doc/)
9+ install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/mir-doc/)
10 endif()
11
12=== modified file 'debian/mir-doc.install'
13--- debian/mir-doc.install 2013-03-08 05:01:04 +0000
14+++ debian/mir-doc.install 2013-03-11 22:18:20 +0000
15@@ -1,1 +1,1 @@
16-share/doc/mir-doc/
17+usr/share/doc/mir-doc/

Subscribers

People subscribed via source and target branches