r35903 - in /packages/libmatio/trunk/debian: changelog control libmatio-doc.docs rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Fri Oct 16 19:34:14 UTC 2009


Author: sylvestre-guest
Date: Fri Oct 16 19:34:13 2009
New Revision: 35903

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35903
Log:
+  * 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


Added:
    packages/libmatio/trunk/debian/libmatio-doc.docs
Modified:
    packages/libmatio/trunk/debian/changelog
    packages/libmatio/trunk/debian/control
    packages/libmatio/trunk/debian/rules

Modified: packages/libmatio/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/changelog?rev=35903&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/changelog (original)
+++ packages/libmatio/trunk/debian/changelog Fri Oct 16 19:34:13 2009
@@ -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

Modified: packages/libmatio/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/control?rev=35903&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/control (original)
+++ packages/libmatio/trunk/debian/control Fri Oct 16 19:34:13 2009
@@ -2,15 +2,14 @@
 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 @@
  .
  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.
+

Added: packages/libmatio/trunk/debian/libmatio-doc.docs
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/libmatio-doc.docs?rev=35903&op=file
==============================================================================
--- packages/libmatio/trunk/debian/libmatio-doc.docs (added)
+++ packages/libmatio/trunk/debian/libmatio-doc.docs Fri Oct 16 19:34:13 2009
@@ -1,0 +1,1 @@
+doxygen/latex/libmatio.pdf

Modified: packages/libmatio/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libmatio/trunk/debian/rules?rev=35903&op=diff
==============================================================================
--- packages/libmatio/trunk/debian/rules (original)
+++ packages/libmatio/trunk/debian/rules Fri Oct 16 19:34:13 2009
@@ -5,6 +5,10 @@
 
 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




More information about the debian-science-commits mailing list