~ubuntu-branches/debian/stretch/mydumper/stretch

« back to all changes in this revision

Viewing changes to debian/patches/0001-manpage-whatis-description.patch

  • Committer: Package Import Robot
  • Author(s): Mateusz Kijowski
  • Date: 2014-03-20 01:17:43 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140320011743-gd2ujpc0pqzpc6jq
Tags: 0.6.1-1
* updated standards version
* move sphinxdoc depends to recommends (Closes: #730443)
* homepage updated (Closes: #714921)
* explicitly tell CMAKE to link libm
  patch 0003-explicitly-link-libm.patch
* Imported Upstream version 0.6.1 (Closes: #735851) (LP: #1270330)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Subject: manpage whatis description
4
4
 
5
5
---
6
 
 docs/CMakeLists.txt    |    4 ++++
7
 
 docs/_build/conf.py.in |    4 ++--
 
6
 docs/CMakeLists.txt    | 4 ++++
 
7
 docs/_build/conf.py.in | 4 ++--
8
8
 2 files changed, 6 insertions(+), 2 deletions(-)
9
9
 
10
10
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
11
 
index 64b3ee4..93a20ff 100644
 
11
index 8fdb6b4..c43d246 100644
12
12
--- a/docs/CMakeLists.txt
13
13
+++ b/docs/CMakeLists.txt
14
 
@@ -22,6 +22,10 @@ if(GENERATE_DOC)
 
14
@@ -27,6 +27,10 @@ if(GENERATE_DOC)
15
15
   # master document with modules index
16
16
   set(REF_MASTER_DOC "modules")
17
17