[Pkg-scicomp-commits] openturns/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Thu Jul 31 11:21:33 UTC 2008


SVN commit 2647 by prudhomm:

continue work on lintian warnings

 M  +2 -2      openturns/trunk/debian/control  
 M  +1 -1      openturns/trunk/debian/copyright  
 D             openturns/trunk/debian/manpage.1.ex  
 D             openturns/trunk/debian/manpage.sgml.ex  
 D             openturns/trunk/debian/manpage.xml.ex  
 D             openturns/trunk/debian/menu.ex  
 M  +1 -0      openturns/trunk/debian/qopenturns.install  
 M  +4 -0      openturns/trunk/debian/rules  


--- openturns/trunk/debian/control #2646:2647
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: cdbs(>= 0.4.51), quilt (>= 0.46-4), debhelper (>= 5), gcc (>= 4.2), g++ (>= 4.2), gfortran (>= 4.2), libxerces-c2-dev, libboost1.35-dev, liblapack-dev, libblas-dev, libqt3-mt-dev, r-base-core (>= 2.0), python-central (>= 0.5.6), python-dev, graphviz, doxygen
+Build-Depends: cdbs(>= 0.4.51), quilt (>= 0.46-4), debhelper (>= 5), gcc (>= 4.2), g++ (>= 4.2), gfortran (>= 4.2), libxerces-c2-dev, libboost1.35-dev, liblapack-dev, libblas-dev, libqt3-mt-dev, r-base-core (>= 2.0), python-central (>= 0.5.6), python-dev, graphviz, doxygen, docbook-to-man
 Standards-Version: 3.8.0
 Homepage: http://trac.openturns.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/openturns/trunk
@@ -93,7 +93,7 @@
  algorithms of OpenTURNS in a mathematical sense.
 
 Package: openturns-doc
-Section: science
+Section: doc
 Architecture: all
 Description: Documentation for OpenTURNS
  The documentation includes any paper or note written on OpenTURNS
--- openturns/trunk/debian/copyright #2646:2647
@@ -4,7 +4,7 @@
 It was downloaded from 
 http://switch.dl.sourceforge.net/sourceforge/openturns/
 
-Upstream Author(s):
+The upstream authors are:
   * Électricité de France (EDF)
   * European Aeronautic Defence and Space company (EADS)
   * Phimeca
--- openturns/trunk/debian/qopenturns.install #2646:2647
@@ -1 +1,2 @@
 debian/tmp/usr/bin/qopenturns            usr/bin
+debian/qopenturns.1			/usr/share/man/man1
--- openturns/trunk/debian/rules #2646:2647
@@ -19,7 +19,11 @@
 export CXXFLAGS= -O3
 export FFLAGS= -O3
 
+build/qopenturns:: debian/qopenturns.1
 
+debian/qopenturns.1: debian/qopenturns.sgml
+	docbook-to-man $< > $@
+
 get-orig-source:
 	uscan --force-download --verbose
 	mv ../openturn*.tar.[gzbz2]* ../tarballs
\ No newline at end of file



More information about the Pkg-scicomp-commits mailing list