Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
[ci/packaging] Setup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Jul 5, 2020
1 parent 7f0e3e0 commit 0c2154a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
Package: libgram-savitzky-golay-dev
Section: libdevel
Architecture: any
Suggests: libgram-savitzky-golay-doc
Depends: pkg-config,
libeigen3-dev (>= 3.2),
libgram-savitzky-golay1 (= ${binary:Version}),
Expand All @@ -28,3 +29,13 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Savitzky-Golay filtering based on Gram polynomials

Package: libgram-savitzky-golay-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Suggests: libgram-savitzky-golay-dev
Description: gram-savitzky-golay - API documentation
gram_savitzky_golay is a C++ implementation of Savitzky-Golay filters based on Gram polynomials
This package provides the complete API documentation in HTML format.
1 change: 0 additions & 1 deletion debian/libgram-savitzky-golay-dev.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ usr/include/*
usr/lib/libgram_savitzky_golay.so
usr/lib/*/pkgconfig/*
usr/lib/cmake/*
usr/share/doc/gram_savitzky_golay/doxygen-html/*
8 changes: 8 additions & 0 deletions debian/libgram-savitzky-golay-doc.doc-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Document: libgram-savitzky-golay-api-documentation
Title: API documentation for gram_savitzky_golay
Author: Arnaud Tanguy
Section: Programming/C++

Format: HTML
Index: /usr/share/doc/gram_savitzky_golay/doxygen-html/index.html
Files: /usr/share/doc/gram_savitzky_golay/doxygen-html/*.html
1 change: 1 addition & 0 deletions debian/libgram-savitzky-golay-doc.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/share/doc/*
1 change: 1 addition & 0 deletions debian/source.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gram_savizky_golay source: source-is-missing cmake/doxygen/MathJax/*

0 comments on commit 0c2154a

Please sign in to comment.