[dune-typetree] 02/09: Move shared library into -dev package
Ansgar Burchardt
ansgar at moszumanska.debian.org
Sun Sep 6 13:01:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to annotated tag debian/2.4.20150723g7b9a720-1
in repository dune-typetree.
commit d4dca5b2819cb65a59d3c722957ab230ae24c474
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Sun Sep 6 14:25:41 2015 +0200
Move shared library into -dev package
Reference: https://lists.debian.org/debian-devel/2015/07/msg00115.html
---
debian/control | 16 +---------------
debian/libdune-typetree-2.3.1.install | 1 -
debian/libdune-typetree-2.3.1.lintian-overrides | 3 ---
debian/libdune-typetree-dev.install | 4 ++--
4 files changed, 3 insertions(+), 21 deletions(-)
diff --git a/debian/control b/debian/control
index 687c597..7587b02 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,7 @@ Build-Depends-Indep: doxygen, ghostscript, texlive-latex-recommended, pgf
Package: libdune-typetree-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends},
- libdune-typetree-2.3.1 (= ${binary:Version}),
+Depends: ${misc:Depends}, ${shlibs:Depends},
libdune-common-dev (>= 2.4~20150825rc2)
Description: toolbox for solving PDEs -- typed tree template library (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
@@ -27,19 +26,6 @@ Description: toolbox for solving PDEs -- typed tree template library (developmen
This package contains the development files for the typed tree template
library.
-Package: libdune-typetree-2.3.1
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Description: toolbox for solving PDEs -- typed tree template library (library)
- DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
- for solving partial differential equations (PDEs) with grid-based methods.
- It supports the easy implementation of methods like Finite Elements (FE),
- Finite Volumes (FV), and also Finite Differences (FD).
- .
- This package contains the library for the typed tree template library.
-
Package: libdune-typetree-doc
Section: doc
Architecture: all
diff --git a/debian/libdune-typetree-2.3.1.install b/debian/libdune-typetree-2.3.1.install
deleted file mode 100644
index 64f6c36..0000000
--- a/debian/libdune-typetree-2.3.1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libdune*-*.so
diff --git a/debian/libdune-typetree-2.3.1.lintian-overrides b/debian/libdune-typetree-2.3.1.lintian-overrides
deleted file mode 100644
index 2217ac4..0000000
--- a/debian/libdune-typetree-2.3.1.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# I prefer libdune-typetree as the module is named dune-typetree upstream.
-# -- ansgar 2013-01-10
-libdune-typetree-2.3.1: package-name-doesnt-match-sonames libdunetypetree-2.3.1
diff --git a/debian/libdune-typetree-dev.install b/debian/libdune-typetree-dev.install
index 9f0b469..bedab1a 100644
--- a/debian/libdune-typetree-dev.install
+++ b/debian/libdune-typetree-dev.install
@@ -1,8 +1,8 @@
usr/include
usr/lib/*/cmake
usr/lib/*/dunecontrol usr/lib
-usr/lib/*/libdunetypetree.a
-usr/lib/*/libdunetypetree.so
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
usr/lib/*/pkgconfig
usr/share/dune
usr/share/dune-typetree
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-typetree.git
More information about the debian-science-commits
mailing list