[arpack++] 07/09: Use wrap-and-sort.
Anton Gladky
gladk at moszumanska.debian.org
Wed Sep 10 19:11:09 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 7a88366c81cee4be47ade2c21b62f780e49c1670
Author: Anton Gladky <gladk at debian.org>
Date: Wed Sep 10 20:33:45 2014 +0200
Use wrap-and-sort.
---
debian/control | 47 +++++++++++++++++++++++++++++------------
debian/libarpack++2-dev.install | 4 ++--
2 files changed, 36 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index 259f808..0a362d6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,33 @@ Source: arpack++
Homepage: http://www.caam.rice.edu/software/ARPACK/arpack++.html
Section: devel
Priority: optional
-Build-Depends: cdbs, debhelper ( >=9 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, chrpath, dh-autoreconf
+Build-Depends:
+ cdbs,
+ chrpath,
+ debhelper ( >=9 ),
+ dh-autoreconf,
+ gfortran,
+ libarpack2-dev,
+ libblas-dev,
+ liblapack-dev
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Anton Gladky <gladk at debian.org>
+Uploaders:
+ Christophe Prud'homme <prudhomm at debian.org>,
+ Anton Gladky <gladk at debian.org>
Standards-Version: 3.9.5
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/arpack++/
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/arpack++/
-Package: libarpack++2c2a
-Section: libs
+Package: libarpack++2-dev
+Section: libdevel
Architecture: any
-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)
+Depends:
+ libarpack++2c2a (= ${binary:Version}),
+ libarpack2-dev,
+ ${misc:Depends}
+Recommends:
+ libsuperlu3-dev
+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
preserves the full capability, performance, accuracy and low memory
@@ -27,12 +40,20 @@ Description: Object-oriented version of the ARPACK package (runtime)
typically from finite element codes. See the corresponding Debian
package.
-Package: libarpack++2-dev
-Section: libdevel
+Package: libarpack++2c2a
+Section: libs
Architecture: any
-Depends: libarpack++2c2a (= ${binary:Version}), libarpack2-dev, ${misc:Depends}
-Recommends: libsuperlu3-dev
-Description: Object-oriented version of the ARPACK package (development)
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts:
+ arpack++,
+ libarpack++2,
+ libarpack++2c2
+Replaces:
+ libarpack++2,
+ libarpack++2c2
+Description: Object-oriented version of the ARPACK package (runtime)
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
preserves the full capability, performance, accuracy and low memory
diff --git a/debian/libarpack++2-dev.install b/debian/libarpack++2-dev.install
index 213df9b..eda5b11 100644
--- a/debian/libarpack++2-dev.install
+++ b/debian/libarpack++2-dev.install
@@ -1,3 +1,3 @@
-debian/tmp/usr/lib/libarpack++.a
+debian/tmp/usr/include/arpack++/*.h
+debian/tmp/usr/lib/libarpack++.a
debian/tmp/usr/lib/libarpack++.so
-debian/tmp/usr/include/arpack++/*.h
--
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