copy README.md to save important notes, precise description

Signed-off-by: Jens Frederich <jfrederich@gmail.com>
This commit is contained in:
Jens Frederich 2016-10-22 23:21:19 +02:00
parent ff10906a4b
commit 7ed2525767
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Source: think-cell-range Source: think-cell-range
Maintainer: jfrederich@gmail.com Maintainer: jfrederich@gmail.com
Version: 61e184a Version: 61e184a
Description: think-cell's range library (https://www.think-cell.com/en/career/talks/ranges/#1) Description: think-cell's range library <https://think-cell.com>, <https://github.com/think-cell/range>, <https://www.think-cell.com/en/career/talks/ranges/#1>
Build-Depends: boost Build-Depends: boost

View File

@ -11,6 +11,7 @@ file(INSTALL ${SOURCE_PATH}/range DESTINATION ${CURRENT_PACKAGES_DIR}/include/th
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range) file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/think-cell-range/COPYING ${CURRENT_PACKAGES_DIR}/share/think-cell-range/copyright) file(RENAME ${CURRENT_PACKAGES_DIR}/share/think-cell-range/COPYING ${CURRENT_PACKAGES_DIR}/share/think-cell-range/copyright)
file(COPY ${SOURCE_PATH}/README.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range)
file(COPY ${SOURCE_PATH}/range/range.example.cpp DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range) file(COPY ${SOURCE_PATH}/range/range.example.cpp DESTINATION ${CURRENT_PACKAGES_DIR}/share/think-cell-range)