[arpack++] 03/04: various other updates

Anton Gladky gladk at moszumanska.debian.org
Wed Sep 10 16:38:24 UTC 2014


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

gladk pushed a commit to branch master
in repository arpack++.

commit 7052b1df26db95175a52df4b71034dc72f63d880
Author: sylvestre <sylvestre at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Wed Aug 3 09:15:18 2011 +0000

    various other updates
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-science/packages/arpack++@38659 7ca82aff-d165-4cda-a4f1-7f280d66a853
---
 trunk/debian/changelog      |  3 +++
 trunk/debian/control        | 10 +++++-----
 trunk/debian/patches/series |  1 +
 trunk/debian/rules          |  8 ++++----
 4 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/trunk/debian/changelog b/trunk/debian/changelog
index 618a73d..d980855 100644
--- a/trunk/debian/changelog
+++ b/trunk/debian/changelog
@@ -6,6 +6,9 @@ arpack++ (2.3-2) unstable; urgency=low
   * 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
 
diff --git a/trunk/debian/control b/trunk/debian/control
index bc975c2..7347ca9 100644
--- a/trunk/debian/control
+++ b/trunk/debian/control
@@ -2,7 +2,7 @@ Source: arpack++
 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 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/arpack++/
 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 @@ Description: Object-oriented version of the ARPACK package (runtime)
  .
  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 @@ Description: Object-oriented version of the ARPACK package (development)
  .
  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.
diff --git a/trunk/debian/patches/series b/trunk/debian/patches/series
new file mode 100644
index 0000000..3c0c221
--- /dev/null
+++ b/trunk/debian/patches/series
@@ -0,0 +1 @@
+arlsmat.diff
diff --git a/trunk/debian/rules b/trunk/debian/rules
index e1c89b0..22eb491 100755
--- a/trunk/debian/rules
+++ b/trunk/debian/rules
@@ -5,9 +5,7 @@ DEB_AUTO_CLEANUP_RCS            := yes
 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 @@ CFLAGS= -O3
 CXXFLAGS= -O3
 FFLAGS= -O3
 
+debian/stamp-autotools-files:
+	libtoolize
+	autoreconf
+
 VERSION=2.3
 orig-tarball:
 	mkdir tmp; \
@@ -41,5 +43,3 @@ orig-tarball:
 	mv arpack++-${VERSION}.tar.gz ../arpack++_${VERSION}.orig.tar.gz; \
 	cd ..; \
 	rmdir tmp
-
-

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



More information about the debian-science-commits mailing list