[feel++] 43/122: fix doc-base and do not compress pdf files

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository feel++.

commit a739f62d8ccd88cf0431ec1643c5023055e250fa
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Fri Dec 31 16:53:44 2010 +0000

    fix doc-base and do not compress pdf files
---
 debian/feel++-doc.docs | 2 +-
 debian/feel++.doc-base | 6 +++++-
 debian/rules           | 3 +++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/feel++-doc.docs b/debian/feel++-doc.docs
index 81aa613..3cd32a9 100644
--- a/debian/feel++-doc.docs
+++ b/debian/feel++-doc.docs
@@ -1 +1 @@
-debian/tmp/usr/share/doc/feel/feel-manual.pdf   /usr/share/doc/feel++-doc/Feel++UserGuide.pdf
+debian/tmp/usr/share/doc/feel/*
diff --git a/debian/feel++.doc-base b/debian/feel++.doc-base
index 7b9dba8..eabf050 100644
--- a/debian/feel++.doc-base
+++ b/debian/feel++.doc-base
@@ -7,4 +7,8 @@ variational language for partial differential equations
 Section: math
 
 Format: pdf
-Files: /usr/share/doc/feel++/Feel++UserGuide.pdf
+Files: /usr/share/doc/feel++/feel-manual.pdf
+
+Format: html
+Files: /usr/share/doc/feel++/html/index.html
+
diff --git a/debian/rules b/debian/rules
index 6bc729c..8a75cdc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+DEB_AUTO_CLEANUP_RCS   := yes
+DEB_COMPRESS_EXCLUDE   := .pdf
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk
 # include /usr/share/cdbs/1/rules/patchsys-quilt.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git



More information about the debian-science-commits mailing list