r38659 - in /packages/arpack++/trunk/debian: changelog control patches/series rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Wed Aug 3 09:15:19 UTC 2011
Author: sylvestre
Date: Wed Aug 3 09:15:18 2011
New Revision: 38659
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38659
Log:
various other updates
Added:
packages/arpack++/trunk/debian/patches/series
Modified:
packages/arpack++/trunk/debian/changelog
packages/arpack++/trunk/debian/control
packages/arpack++/trunk/debian/rules
Modified: packages/arpack++/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/arpack%2B%2B/trunk/debian/changelog?rev=38659&op=diff
==============================================================================
--- packages/arpack++/trunk/debian/changelog (original)
+++ packages/arpack++/trunk/debian/changelog Wed Aug 3 09:15:18 2011
@@ -6,6 +6,9 @@
* Codes with "arlsmat.h" could not be compiled. Thanks to Konstantinos
Poulios for the patch (Closes: #508744)
* Switch to dpkg-source 3.0 (quilt) format
+ * spelling-error-in-description fixed: correponding => corresponding
+ * outdated-autotools-helper-file fixed => autoreconf
+ * debhelper-but-no-misc-depends fixed
-- Sylvestre Ledru <sylvestre at debian.org> Wed, 03 Aug 2011 10:29:30 +0200
Modified: packages/arpack++/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/arpack%2B%2B/trunk/debian/control?rev=38659&op=diff
==============================================================================
--- packages/arpack++/trunk/debian/control (original)
+++ packages/arpack++/trunk/debian/control Wed Aug 3 09:15:18 2011
@@ -2,7 +2,7 @@
Homepage: http://ljk.imag.fr/membres/Christophe.Prudhomme/software.php
Section: devel
Priority: optional
-Build-Depends: cdbs, debhelper ( >> 4.1.0 ), g++, gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath
+Build-Depends: cdbs, debhelper ( >> 4.1.0 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, automake, autoconf, libtool
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm at debian.org>
Standards-Version: 3.9.2
@@ -12,7 +12,7 @@
Package: libarpack++2c2a
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: arpack++, libarpack++2, libarpack++2c2
Replaces: libarpack++2, libarpack++2c2
Description: Object-oriented version of the ARPACK package (runtime)
@@ -24,13 +24,13 @@
.
ARPACK stands for ARnoldi PACKage and provides standard and
generalized eigenvalue solvers for sparse matrices that arises
- typically from finite element codes. See the correponding Debian
+ typically from finite element codes. See the corresponding Debian
package.
Package: libarpack++2-dev
Section: libdevel
Architecture: any
-Depends: libarpack++2c2a, libarpack2-dev
+Depends: libarpack++2c2a (= ${binary:Version}), libarpack2-dev, ${misc:Depends}
Description: Object-oriented version of the ARPACK package (development)
ARPACK++ is an object-oriented version of the ARPACK package. It consists a
collection of classes that offers c++ programmers an interface to ARPACK. It
@@ -40,5 +40,5 @@
.
ARPACK stands for ARnoldi PACKage and provides standard and
generalized eigenvalue solvers for sparse matrices that arises
- typically from finite element codes. See the correponding Debian
+ typically from finite element codes. See the corresponding Debian
package.
Added: packages/arpack++/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/arpack%2B%2B/trunk/debian/patches/series?rev=38659&op=file
==============================================================================
--- packages/arpack++/trunk/debian/patches/series (added)
+++ packages/arpack++/trunk/debian/patches/series Wed Aug 3 09:15:18 2011
@@ -1,0 +1,1 @@
+arlsmat.diff
Modified: packages/arpack++/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/arpack%2B%2B/trunk/debian/rules?rev=38659&op=diff
==============================================================================
--- packages/arpack++/trunk/debian/rules (original)
+++ packages/arpack++/trunk/debian/rules Wed Aug 3 09:15:18 2011
@@ -5,9 +5,7 @@
DEB_BUILDDIR := $(DEB_SRCDIR)/
DEB_CONFIGURE_SCRIPT := $(DEB_SRCDIR)/configure
DEB_MAKE_CLEAN_TARGET := clean
-DEB_MAKE_BUILD_TARGET := all
DEB_COMPRESS_EXCLUDE := .pdf
-DEB_MAKE_INSTALL_TARGET = install $(DEB_DESTDIR)
DEB_INSTALL_EXAMPLES_libarpack++2-dev:=examples/*
@@ -33,6 +31,10 @@
CXXFLAGS= -O3
FFLAGS= -O3
+debian/stamp-autotools-files:
+ libtoolize
+ autoreconf
+
VERSION=2.3
orig-tarball:
mkdir tmp; \
@@ -41,5 +43,3 @@
mv arpack++-${VERSION}.tar.gz ../arpack++_${VERSION}.orig.tar.gz; \
cd ..; \
rmdir tmp
-
-
More information about the debian-science-commits
mailing list