[getfem] 01/03: Rename package for GCC 5 transition, rebuild for GCC 5 transition (Closes: #793243)
Anton Gladky
gladk at moszumanska.debian.org
Sun Aug 23 22:00:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch fix-gcc5-transition
in repository getfem.
commit 8d1a31c236dacb39af3e78ce100037128015c80f
Author: Scott Howard <showard314 at gmail.com>
Date: Sun Aug 23 15:00:50 2015 -0400
Rename package for GCC 5 transition, rebuild for GCC 5 transition (Closes: #793243)
---
debian/control | 12 +++++++-----
debian/{libgetfem4++.install => libgetfem4++v5.install} | 0
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 0fca8e2..8857aea 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Package: libgetfem++-dbg
Section: debug
Architecture: any
Depends:
- libgetfem4++ (= ${binary:Version}),
+ libgetfem4++v5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Debugging symbols for the GETFEM++ generic finite element library
@@ -51,7 +51,7 @@ Section: libdevel
Architecture: any
Depends:
libboost-dev,
- libgetfem4++ (= ${binary:Version}),
+ libgetfem4++v5 (= ${binary:Version}),
libgmm++-dev,
libmuparser-dev [!hurd-i386],
libsuperlu-dev,
@@ -64,7 +64,7 @@ Description: Development files for the GETFEM++ generic finite element library
This package contains development files for building software that uses the
GETFEM++ library.
-Package: libgetfem4++
+Package: libgetfem4++v5
Pre-Depends:
${misc:Pre-Depends}
Multi-Arch: same
@@ -72,6 +72,8 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
+Conflicts: libgetfem4++
+Replaces: libgetfem4++
Description: GETFEM++ generic finite element library
GETFEM++ is a library allowing the computation of any elementary matrix (even
for mixed finite element methods) on the largest class of methods and elements,
@@ -96,7 +98,7 @@ Package: python-getfem++
Section: python
Architecture: any
Depends:
- libgetfem4++ (= ${binary:Version}),
+ libgetfem4++v5 (= ${binary:Version}),
python (<<2.8),
python (>= 2.7),
python-numpy,
@@ -119,7 +121,7 @@ Pre-Depends:
Multi-Arch: same
Architecture: alpha amd64 armel armhf i386 ia64 mips mipsel powerpc s390 s390x sparc
Depends:
- libgetfem4++ (= ${binary:Version}),
+ libgetfem4++v5 (= ${binary:Version}),
scilab,
${misc:Depends},
${shlibs:Depends}
diff --git a/debian/libgetfem4++.install b/debian/libgetfem4++v5.install
similarity index 100%
rename from debian/libgetfem4++.install
rename to debian/libgetfem4++v5.install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getfem.git
More information about the debian-science-commits
mailing list