[getfem] 02/03: Rename package for GCC 5 transition, rebuild for GCC 5 transition (Closes: #793243)

Scott Sheridan Howard showard at moszumanska.debian.org
Sun Aug 23 19:20:28 UTC 2015


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

showard pushed a commit to branch master
in repository getfem.

commit 9e563f83aec81a3060f1a7d0626bcd7d512dfc73
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 e0abbd0..9b953e2 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,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
@@ -52,7 +52,7 @@ Section: libdevel
 Architecture: any
 Depends:
  libboost-dev,
- libgetfem4++ (= ${binary:Version}),
+ libgetfem4++v5 (= ${binary:Version}),
  libgmm++-dev,
  libmuparser-dev [!hurd-i386],
  libsuperlu-dev,
@@ -65,7 +65,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
@@ -73,6 +73,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,
@@ -97,7 +99,7 @@ Package: python-getfem++
 Section: python
 Architecture: any
 Depends:
- libgetfem4++ (= ${binary:Version}),
+ libgetfem4++v5 (= ${binary:Version}),
  python (<<2.8),
  python (>= 2.7),
  python-numpy,
@@ -120,7 +122,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