[Pkg-scicomp-commits] [SCM] sundials branch, master, updated. 0c77df68fa457bd3bf29c76460554af67a8c60f6

Rafael Laboissiere rafael at debian.org
Sun May 31 10:30:46 UTC 2009


The following commit has been merged in the master branch:
commit a34d6a4233be62347dc611bb3deaee54ac8a96f4
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 31 09:37:28 2009 +0200

    Do not remove the files *_ex.in installed under examples/templates

diff --git a/debian/changelog b/debian/changelog
index f2cb5dc..86848e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ sundials (2.4.0-1) UNRELEASED; urgency=low
       dependent (fix Lintian warning).
     + Use binary-install/libsundials-serial-doc instead of -dev,
       accordingly
+    + Do not remove the files *_ex.in installed under templates in the
+      examples area of the -doc package
 
   * debian/control: Adjust the binary package names to the new SONAMEs
   * debian/libsundials-*.{install,symbols}: Adjust the names of the
diff --git a/debian/rules b/debian/rules
index 0fc0a0c..cee608b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,5 +29,6 @@ binary-install/libsundials-serial-doc::
 	find $(debexp) -name .libs -exec rm -rf {} +
 	find $(debexp) \
 	        -type f -a ! \( -name README -o -name \*.out		\
-				   -o -name \*.f -o -name \*.c \)	\
+				   -o -name \*.f -o -name \*.c 		\
+				   -o -name \*_ex.in \)			\
 		-a -exec rm -f \{\} \;

-- 
sundials



More information about the Pkg-scicomp-commits mailing list