[Debichem-devel] Bug#791208: nmu diff for mpqc 2.3.1-16.1
Julien Cristau
jcristau at debian.org
Mon Aug 17 19:04:36 UTC 2015
Dear maintainer,
I've prepared a NMU for mpqc, to deal with the libstdc++ transition,
and will shortly upload it to the 1-day delayed queue. Please find the
debdiff below.
Cheers,
Julien
>From 7a0d04383d62bf21ab33ad022f7e2ddb6bba6d67 Mon Sep 17 00:00:00 2001
From: Julien Cristau <jcristau at debian.org>
Date: Sun, 16 Aug 2015 17:47:08 +0200
Subject: [PATCH] Rename library packages for g++5 ABI transition (closes:
791208).
---
debian/changelog | 7 +++++++
debian/control | 6 ++++--
debian/libsc7.dirs | 1 -
debian/libsc7.install | 1 -
debian/libsc7.lintian-overrides | 3 ---
debian/libsc7v5.dirs | 1 +
debian/libsc7v5.install | 1 +
debian/libsc7v5.lintian-overrides | 3 +++
8 files changed, 16 insertions(+), 7 deletions(-)
delete mode 100644 debian/libsc7.dirs
delete mode 100644 debian/libsc7.install
delete mode 100644 debian/libsc7.lintian-overrides
create mode 100644 debian/libsc7v5.dirs
create mode 100644 debian/libsc7v5.install
create mode 100644 debian/libsc7v5.lintian-overrides
diff --git a/debian/changelog b/debian/changelog
index b1e9f67..84eb40b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mpqc (2.3.1-16.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename library packages for g++5 ABI transition (closes: 791208).
+
+ -- Julien Cristau <jcristau at debian.org> Sun, 16 Aug 2015 17:47:08 +0200
+
mpqc (2.3.1-16) unstable; urgency=low
* debian/patches/16_format-security.patch: New patches, fixes a FTBFS error
diff --git a/debian/control b/debian/control
index 2bcc7be..8347788 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,7 @@ Description: Massively Parallel Quantum Chemistry Program (OpenMPI transitional
Package: libsc-dev
Architecture: any
Section: libdevel
-Depends: libsc7 (= ${binary:Version}),
+Depends: libsc7v5 (= ${binary:Version}),
mpi-default-dev,
${misc:Depends},
${shlibs:Depends}
@@ -81,10 +81,12 @@ Description: Scientific Computing Toolkit (development files)
.
This package includes the static libraries and header files.
-Package: libsc7
+Package: libsc7v5
Architecture: any
Section: libs
Depends: libsc-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Conflicts: libsc7
+Replaces: libsc7
Description: Scientific Computing Toolkit (library)
The Scientific Computing toolkit (SC) provides C++ class libraries for
scientific computation. Included are classes for managing memory, saving and
diff --git a/debian/libsc7.dirs b/debian/libsc7.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/libsc7.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/libsc7.install b/debian/libsc7.install
deleted file mode 100644
index dc120cc..0000000
--- a/debian/libsc7.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/lib*so.*
diff --git a/debian/libsc7.lintian-overrides b/debian/libsc7.lintian-overrides
deleted file mode 100644
index deca817..0000000
--- a/debian/libsc7.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-## the libsc7 package contains the full collection of mpqc libraries - a split
-## is not planned atm and should be suggested only with compelling reasons
-libsc7: package-name-doesnt-match-sonames
diff --git a/debian/libsc7v5.dirs b/debian/libsc7v5.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/libsc7v5.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/libsc7v5.install b/debian/libsc7v5.install
new file mode 100644
index 0000000..dc120cc
--- /dev/null
+++ b/debian/libsc7v5.install
@@ -0,0 +1 @@
+usr/lib/lib*so.*
diff --git a/debian/libsc7v5.lintian-overrides b/debian/libsc7v5.lintian-overrides
new file mode 100644
index 0000000..6422a22
--- /dev/null
+++ b/debian/libsc7v5.lintian-overrides
@@ -0,0 +1,3 @@
+## the libsc7v5 package contains the full collection of mpqc libraries - a split
+## is not planned atm and should be suggested only with compelling reasons
+libsc7v5: package-name-doesnt-match-sonames
--
2.5.0
More information about the Debichem-devel
mailing list