r44083 - in /packages/sundials/trunk/debian: changelog control rules
trophime-guest at users.alioth.debian.org
trophime-guest at users.alioth.debian.org
Mon Dec 5 08:54:59 UTC 2011
Author: trophime-guest
Date: Mon Dec 5 08:54:59 2011
New Revision: 44083
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44083
Log:
closes #650933
Modified:
packages/sundials/trunk/debian/changelog
packages/sundials/trunk/debian/control
packages/sundials/trunk/debian/rules
Modified: packages/sundials/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/changelog?rev=44083&op=diff
==============================================================================
--- packages/sundials/trunk/debian/changelog (original)
+++ packages/sundials/trunk/debian/changelog Mon Dec 5 08:54:59 2011
@@ -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
Modified: packages/sundials/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/control?rev=44083&op=diff
==============================================================================
--- packages/sundials/trunk/debian/control (original)
+++ packages/sundials/trunk/debian/control Mon Dec 5 08:54:59 2011
@@ -4,6 +4,7 @@
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)
Modified: packages/sundials/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/rules?rev=44083&op=diff
==============================================================================
--- packages/sundials/trunk/debian/rules (original)
+++ packages/sundials/trunk/debian/rules Mon Dec 5 08:54:59 2011
@@ -14,7 +14,6 @@
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 @@
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 @@
-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)
More information about the debian-science-commits
mailing list