[sundials] 18/76: closes #650933

Andreas Tille tille at debian.org
Sun Feb 5 18:44:51 UTC 2017


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

tille pushed a commit to branch master
in repository sundials.

commit fbc387446855704c2cda43f21fcfc73acaaf2fab
Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
Date:   Mon Dec 5 08:54:59 2011 +0000

    closes #650933
---
 debian/changelog | 7 +++++++
 debian/control   | 1 +
 debian/rules     | 5 +++--
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da4040c..3dfc147 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sundials (2.4.0-5) unstable; urgency=low
+
+  * debian/rules: remove duplicate definition of debexp var (closes: #650933)
+  * debian/control: add DM-Upload-Allowed
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Mon, 05 Dec 2011 08:36:33 +0100
+
 sundials (2.4.0-4) unstable; urgency=low
 
   * add octave support
diff --git a/debian/control b/debian/control
index 23d0edc..5f2208b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Section: libs
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>,
  Sylvestre Ledru <sylvestre at debian.org>
+DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt, gfortran, 
  libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so,
  octave-pkg-dev (>= 0.7.0)
diff --git a/debian/rules b/debian/rules
index 68eca06..5ee9bdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,6 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 debusr := $(DEB_DESTDIR)usr
 debexp = debian/libsundials-serial-dev/usr/share/doc/libsundials-serial-dev/examples
-debexp = debian/libsundials-serial-dev/usr/lib
 
 DEB_AUTO_UPDATE_AUTOMAKE := 1.11
 
@@ -67,7 +66,7 @@ install/octave-sundials::
 
 binary-install/libsundials-serial-dev::
 	find $(deblib) \( -name \*.la \) -exec rm -rf {} +
-	find $(debexp) -name .libs -exec rm -rf {} +
+	find $(debexp) \( -name \*.libs \) -exec rm -rf {} +
 	find $(debexp) \
 	        -type f -a ! \( -name README -o -name \*.out		\
 				   -o -name \*.f -o -name \*.c \)	\
@@ -81,6 +80,8 @@ clean::
 	        -type f -a  \( -name \*.o -o -name \*.mex \)	\
 		-a -exec rm -f \{\} \;
 	rm -rf sundialsTB/octave
+	rm -rf bin/makefile-update.sh
+	
 
 get-orig-source:
 	mkdir -p $(USCAN_DESTDIR)

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



More information about the debian-science-commits mailing list