r36332 - in /packages/sundials/trunk/debian: changelog control libsundials-serial-dev.install
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Tue Mar 30 21:41:17 UTC 2010
Author: sylvestre
Date: Tue Mar 30 21:41:16 2010
New Revision: 36332
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36332
Log:
* Package moved to debian-science
* Raphael removed and add myself in the Uploaders list (Closes: #571898)
* Missing replace/conflicts added (Closes: #540498)
* No longer install *.la files
* bashim removed (Closes: #530983)
* Standards-Version updated to version 3.8.4
Modified:
packages/sundials/trunk/debian/changelog
packages/sundials/trunk/debian/control
packages/sundials/trunk/debian/libsundials-serial-dev.install
Modified: packages/sundials/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/changelog?rev=36332&op=diff
==============================================================================
--- packages/sundials/trunk/debian/changelog (original)
+++ packages/sundials/trunk/debian/changelog Tue Mar 30 21:41:16 2010
@@ -1,3 +1,14 @@
+sundials (2.3.0-2) unstable; urgency=low
+
+ * Package moved to debian-science
+ * Raphael removed and add myself in the Uploaders list (Closes: #571898)
+ * Missing replace/conflicts added (Closes: #540498)
+ * No longer install *.la files
+ * bashim removed (Closes: #530983)
+ * Standards-Version updated to version 3.8.4
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 30 Mar 2010 22:54:48 +0200
+
sundials (2.3.0-1) unstable; urgency=low
[ Andrey Romanenko ]
Modified: packages/sundials/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/control?rev=36332&op=diff
==============================================================================
--- packages/sundials/trunk/debian/control (original)
+++ packages/sundials/trunk/debian/control Tue Mar 30 21:41:16 2010
@@ -2,12 +2,12 @@
Priority: optional
Section: libs
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Rafael Laboissiere <rafael at debian.org>
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt, gfortran
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
Homepage: http://www.llnl.gov/CASC/sundials/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/sundials/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/sundials/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/sundials/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/sundials/trunk/
Package: libsundials-serial
Architecture: any
@@ -28,6 +28,8 @@
Package: libsundials-cvode0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libsundials-serial0
+Replaces: libsundials-serial0
Description: ordinary differentialequation solver (SUNDIALS library)
This package contains the library for ordinary differential equation
(ODE) system solvers from SUNDIALS (SUit of Nonlinear and
@@ -36,6 +38,8 @@
Package: libsundials-cvodes1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libsundials-serial0
+Replaces: libsundials-serial0
Description: ODE solver with sensistivity analysis (SUNDIALS library)
This package contains the library for ordinary differential equation
(ODE) system solver with sensistivity analysis capabilities from
@@ -45,6 +49,8 @@
Package: libsundials-ida1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libsundials-serial0
+Replaces: libsundials-serial0
Description: differential-algebraic system solver (SUNDIALS library)
This package contains the library for differential-algebraic system
(IDA) solver from SUNDIALS (SUit of Nonlinear and
@@ -53,6 +59,8 @@
Package: libsundials-kinsol0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libsundials-serial0
+Replaces: libsundials-serial0
Description: KINSOL solver (SUNDIALS library)
This package contain the library for KINSOL (nonlinear algebraic
systems) system solver from SUNDIALS (SUit of Nonlinear and
@@ -61,6 +69,8 @@
Package: libsundials-nvecserial0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libsundials-serial0
+Replaces: libsundials-serial0
Description: vector operations library (SUNDIALS library)
This package provides implementations for all vector operations
defined by the generic NVECTOR module in the table of operations for
Modified: packages/sundials/trunk/debian/libsundials-serial-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/libsundials-serial-dev.install?rev=36332&op=diff
==============================================================================
--- packages/sundials/trunk/debian/libsundials-serial-dev.install (original)
+++ packages/sundials/trunk/debian/libsundials-serial-dev.install Tue Mar 30 21:41:16 2010
@@ -1,4 +1,4 @@
usr/include
-usr/lib/lib*a
+usr/lib/lib*.a
usr/lib/lib*.so
usr/bin/sundials-config
More information about the debian-science-commits
mailing list