Use common documentation directory for all binary packages.

Now install cmake documentation into /usr/share/doc/cmake/ and link doc
directories of the rest binary packages to it (needs debhelper 7.4.2).
ci/unstable
Modestas Vainius 14 years ago
parent daa238878d
commit 2f19fc7ece

4
debian/changelog vendored

@ -7,7 +7,9 @@ cmake (2.8.3-2) UNRELEASED; urgency=low
* debian/patches/FindTCL_fix_#600245.diff: Added. (Closes: #600245)
[ Modestas Vainius ]
* Install cmake documentation into /usr/share/doc/cmake-doc/ (LP: #669197).
* Install cmake documentation into /usr/share/doc/cmake/ and link doc
directories of the rest binary packages to it (needs debhelper 7.4.2).
(LP: #669197)
-- Kai Wasserbäch <debian@carbon-project.org> Fri, 27 Nov 2010 10:41:10 +0100

@ -3,8 +3,8 @@ Title: Reference of curses based interface of CMake.
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/ccmake.html
Files: /usr/share/doc/cmake-doc/ccmake.html
Index: /usr/share/doc/cmake/ccmake.html
Files: /usr/share/doc/cmake/ccmake.html
Format: Text
Files: /usr/share/doc/cmake-doc/ccmake.txt.gz
Files: /usr/share/doc/cmake/ccmake.txt.gz

@ -3,8 +3,8 @@ Title: Reference of CMake the Cross-Platform Makefile Generator.
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake.html
Files: /usr/share/doc/cmake-doc/cmake.html
Index: /usr/share/doc/cmake/cmake.html
Files: /usr/share/doc/cmake/cmake.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake.txt.gz
Files: /usr/share/doc/cmake/cmake.txt.gz

@ -3,8 +3,8 @@ Title: Command reference of CMake
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake-commands.html
Files: /usr/share/doc/cmake-doc/cmake-commands.html
Index: /usr/share/doc/cmake/cmake-commands.html
Files: /usr/share/doc/cmake/cmake-commands.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake-commands.txt.gz
Files: /usr/share/doc/cmake/cmake-commands.txt.gz

@ -3,8 +3,8 @@ Title: Reference of CMake compatibility commands
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake-compatcommands.html
Files: /usr/share/doc/cmake-doc/cmake-compatcommands.html
Index: /usr/share/doc/cmake/cmake-compatcommands.html
Files: /usr/share/doc/cmake/cmake-compatcommands.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake-compatcommands.txt.gz
Files: /usr/share/doc/cmake/cmake-compatcommands.txt.gz

@ -3,8 +3,8 @@ Title: Documentation of the Qt GUI for CMake
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake-gui.html
Files: /usr/share/doc/cmake-doc/cmake-gui.html
Index: /usr/share/doc/cmake/cmake-gui.html
Files: /usr/share/doc/cmake/cmake-gui.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake-gui.txt.gz
Files: /usr/share/doc/cmake/cmake-gui.txt.gz

@ -3,8 +3,8 @@ Title: Reference of available CMake modules
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake-modules.html
Files: /usr/share/doc/cmake-doc/cmake-modules.html
Index: /usr/share/doc/cmake/cmake-modules.html
Files: /usr/share/doc/cmake/cmake-modules.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake-modules.txt.gz
Files: /usr/share/doc/cmake/cmake-modules.txt.gz

@ -3,8 +3,8 @@ Title: Reference of CMake policies.
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake-policies.html
Files: /usr/share/doc/cmake-doc/cmake-policies.html
Index: /usr/share/doc/cmake/cmake-policies.html
Files: /usr/share/doc/cmake/cmake-policies.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake-policies.txt.gz
Files: /usr/share/doc/cmake/cmake-policies.txt.gz

@ -3,8 +3,8 @@ Title: Reference of CMake properties.
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake-properties.html
Files: /usr/share/doc/cmake-doc/cmake-properties.html
Index: /usr/share/doc/cmake/cmake-properties.html
Files: /usr/share/doc/cmake/cmake-properties.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake-properties.txt.gz
Files: /usr/share/doc/cmake/cmake-properties.txt.gz

@ -3,8 +3,8 @@ Title: Reference of CMake variables.
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cmake-variables.html
Files: /usr/share/doc/cmake-doc/cmake-variables.html
Index: /usr/share/doc/cmake/cmake-variables.html
Files: /usr/share/doc/cmake/cmake-variables.html
Format: Text
Files: /usr/share/doc/cmake-doc/cmake-variables.txt.gz
Files: /usr/share/doc/cmake/cmake-variables.txt.gz

@ -3,8 +3,8 @@ Title: Reference of the packaging driver provided by CMake.
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/cpack.html
Files: /usr/share/doc/cmake-doc/cpack.html
Index: /usr/share/doc/cmake/cpack.html
Files: /usr/share/doc/cmake/cpack.html
Format: Text
Files: /usr/share/doc/cmake-doc/cpack.txt.gz
Files: /usr/share/doc/cmake/cpack.txt.gz

@ -3,8 +3,8 @@ Title: Reference of the testing driver provided by CMake.
Section: Programming
Format: HTML
Index: /usr/share/doc/cmake-doc/ctest.html
Files: /usr/share/doc/cmake-doc/ctest.html
Index: /usr/share/doc/cmake/ctest.html
Files: /usr/share/doc/cmake/ctest.html
Format: Text
Files: /usr/share/doc/cmake-doc/ctest.txt.gz
Files: /usr/share/doc/cmake/ctest.txt.gz

@ -1,3 +1,3 @@
usr/share/doc/cmake/*.html usr/share/doc/cmake-doc/
usr/share/doc/cmake/*.txt usr/share/doc/cmake-doc/
usr/share/doc/cmake/*.docbook usr/share/doc/cmake-doc/
usr/share/doc/cmake/*.html usr/share/doc/cmake/
usr/share/doc/cmake/*.txt usr/share/doc/cmake/
usr/share/doc/cmake/*.docbook usr/share/doc/cmake/

2
debian/control vendored

@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Modestas Vainius <modax@debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <debian@carbon-project.org>
Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
Build-Depends: debhelper (>= 7.4.2), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
libncurses5-dev, libqt4-dev (>= 4.4.0), procps [!hurd-any], libarchive-dev (>= 2.8.0)
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git

3
debian/rules vendored

@ -33,6 +33,9 @@ override_dh_auto_clean:
dh_auto_clean
rm -f $(BUILD_FLAGS_FILE)
override_dh_installdocs:
dh_installdocs --link-doc=cmake
%:
dh --parallel --builddirectory=Build --dbg-package=cmake-dbg $@

Loading…
Cancel
Save