[libmatio] 18/22: + * Build the documentation in the new package libmatio-doc (Closes: #545946) + * Change of my email address since I am now DD + * Removal of Torsten on his request + * Standards-Version updated to 3.8.3 + * DM-Upload-Allowed removed

Sébastien Villemot sebastien at debian.org
Sat Jan 16 20:42:27 UTC 2016


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

sebastien pushed a commit to annotated tag debian/1.3.3-7
in repository libmatio.

commit 529c99a95030f051c2f258d83ff7a02ce94a944a
Author: Sylvestre Ledru <sylvestre.ledru at inria.fr>
Date:   Fri Oct 16 19:34:13 2009 +0000

    +  * Build the documentation in the new package libmatio-doc (Closes: #545946)
    +  * Change of my email address since I am now DD
    +  * Removal of Torsten on his request
    +  * Standards-Version updated to 3.8.3
    +  * DM-Upload-Allowed removed
---
 changelog         | 10 ++++++++++
 control           | 17 +++++++++++++----
 libmatio-doc.docs |  1 +
 rules             |  4 ++++
 4 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/changelog b/changelog
index 0f56393..647f067 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+libmatio (1.3.3-5) unstable; urgency=low
+
+  * Build the documentation in the new package libmatio-doc (Closes: #545946)
+  * Change of my email address since I am now DD
+  * Removal of Torsten on his request
+  * Standards-Version updated to 3.8.3
+  * DM-Upload-Allowed removed
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 10 Sep 2009 16:32:05 +0200
+
 libmatio (1.3.3-4) unstable; urgency=low
 
   * Missing ${misc:Depends} added
diff --git a/control b/control
index d1876e1..6318c26 100644
--- a/control
+++ b/control
@@ -2,15 +2,14 @@ Source: libmatio
 Section: libs
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Sylvestre Ledru <sylvestre.ledru at inria.fr>, Torsten Werner <twerner at debian.org>
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 5), autotools-dev, cdbs, zlib1g-dev, 
- gfortran
+ gfortran, doxygen, texlive-latex-base, gs
 # quilt
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://sourceforge.net/projects/matio
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libmatio/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/libmatio/trunk
-DM-Upload-Allowed: yes
 
 Package: libmatio-dev
 Section: libdevel
@@ -41,3 +40,13 @@ Description: MAT File I/O Library - development files
  .
  This package contains the debugging symbols of the library.
 
+Package: libmatio-doc
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}
+Description: MAT File I/O Library - documentation files
+ matio is an ISO C library (with a limited Fortran 90 interface) for
+ reading and writing Matlab MAT files.
+ .
+ This package contains the documentation of the library.
+
diff --git a/libmatio-doc.docs b/libmatio-doc.docs
new file mode 100644
index 0000000..45deeeb
--- /dev/null
+++ b/libmatio-doc.docs
@@ -0,0 +1 @@
+doxygen/latex/libmatio.pdf
diff --git a/rules b/rules
index fd54d06..8db7cb3 100755
--- a/rules
+++ b/rules
@@ -5,6 +5,10 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_NORMAL_ARGS += --enable-shared
 DEB_MAKE_BUILD_TARGET     := libmatio_la_LIBADD=-lz
+DEB_COMPRESS_EXCLUDE := .pdf
 
+install/libmatio-doc::
+	(cd doxygen/; make)
+	
 get-orig-source:
 	-uscan --upstream-version=0 --rename

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



More information about the debian-science-commits mailing list