[Pkg-scicomp-commits] openturns/trunk/debian
Christophe Prud'homme
prudhomm at debian.org
Wed Oct 1 08:09:36 UTC 2008
SVN commit 3895 by prudhomm:
prepare for -4, news fixes in
M +8 -0 openturns/trunk/debian/changelog
M +1 -0 openturns/trunk/debian/python-openturns.install
M +5 -9 openturns/trunk/debian/qopenturns.sgml
M +4 -0 openturns/trunk/debian/rules
--- openturns/trunk/debian/changelog #3894:3895
@@ -1,3 +1,11 @@
+openturns (0.12.1-4) unstable; urgency=low
+
+ * debian/rules: use DEB_COMPRESS_EXCLUDE to avoid zipping pdf files
+ * Bug fix: "gzipped pdf", thanks to Jerome Robert (Closes: #499673).
+ * debian/qopenturns.sgml: fixed warnings and errors from docbook-to-man
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Wed, 01 Oct 2008 10:09:08 +0200
+
openturns (0.12.1-3) unstable; urgency=low
* debian/control: Fixed override disparity, python-openturns is now in
--- openturns/trunk/debian/python-openturns.install #3894:3895
@@ -1 +1,2 @@
debian/tmp/usr/lib/python2.5/site-packages/openturns/*.py usr/lib/python2.5/site-packages
+
--- openturns/trunk/debian/qopenturns.sgml #3894:3895
@@ -25,7 +25,7 @@
allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>prudhomm at debian.org</email>">
- <!ENTITY dhusername "Christophe Prud'homme <prudhomm at debian.org>">
+ <!ENTITY dhusername "Christophe Prud'homme">
<!ENTITY dhucpackage "<refentrytitle>OPENTURNS</refentrytitle>">
<!ENTITY dhpackage "openturns">
@@ -44,7 +44,7 @@
&dhsurname;
</author>
<copyright>
- <year>2003</year>
+ <year>2008</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
@@ -113,16 +113,12 @@
<refsect1>
<title>SEE ALSO</title>
- <!-- <para>bar (1), baz (1).</para>-->
-
- <!--<para>The programs are documented fully by <citetitle>The Rise and
- Fall of a Fooish Bar</citetitle> available via the
- <application>Info</application> system.</para>-->
- </refsect1>
+ <para>The python openturns module</para>
+ </refsect1>
<refsect1>
<title>AUTHOR</title>
- <para>This manual page was written by &dhusername; &dhemail; for
+ <para>This manual page was written by &dhusername; <&dhemail;> for
the &debian; system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the &gnu; General Public License, Version 2 any
--- openturns/trunk/debian/rules #3894:3895
@@ -3,6 +3,10 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+DEB_AUTO_CLEANUP_RCS := yes
+DEB_MAKE_CLEAN_TARGET := clean
+DEB_COMPRESS_EXCLUDE := .pdf .svn
+
DEB_CONFIGURE_EXTRA_FLAGS := --enable-lib --enable-python --enable-gui --enable-doc \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
More information about the Pkg-scicomp-commits
mailing list