Dear maintainer,

I've prepared a NMU for uhd, 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 c5aaf0af9681d56cc2f8e7181b26651c4a18342d Mon Sep 17 00:00:00 2001
From: Julien Cristau <jcris...@debian.org>
Date: Sun, 16 Aug 2015 17:55:53 +0200
Subject: [PATCH] Rename library packages for g++5 ABI transition (closes:
 794878).

---
 debian/changelog           | 7 +++++++
 debian/control             | 9 +++++----
 debian/libuhd003.install   | 1 -
 debian/libuhd003.shlibs    | 1 -
 debian/libuhd003v5.install | 1 +
 debian/libuhd003v5.shlibs  | 1 +
 6 files changed, 14 insertions(+), 6 deletions(-)
 delete mode 100644 debian/libuhd003.install
 delete mode 100644 debian/libuhd003.shlibs
 create mode 100644 debian/libuhd003v5.install
 create mode 100644 debian/libuhd003v5.shlibs

diff --git a/debian/changelog b/debian/changelog
index 495b2b8..95c26a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+uhd (3.8.5-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename library packages for g++5 ABI transition (closes: 794878).
+
+ -- Julien Cristau <jcris...@debian.org>  Sun, 16 Aug 2015 17:55:53 +0200
+
 uhd (3.8.5-2) unstable; urgency=medium
 
   * update to release_003_008_005-10-g3dbced2
diff --git a/debian/control b/debian/control
index 5ff9681..05a3d3a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Vcs-Browser: 
http://anonscm.debian.org/cgit/users/bottoms/pkg-uhd.git/
 
 Package: uhd-host
 Architecture: any
-Depends: libuhd003, python, adduser, ${shlibs:Depends}, ${misc:Depends}
+Depends: libuhd003v5, python, adduser, ${shlibs:Depends}, ${misc:Depends}
 Recommends: python-tk, curl, procps
 Suggests: gnuradio
 Description: universal hardware driver for Ettus Research products
@@ -37,14 +37,15 @@ Description: universal hardware driver for Ettus Research 
products
  display hardware configuration information and Doxygen generated
  documentation.
 
-Package: libuhd003
+Package: libuhd003v5
 Architecture: any
 Section: libs
 Pre-Depends: multiarch-support, ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: gnuradio (<<3.7.6.1)
+Conflicts: libuhd003, gnuradio (<<3.7.6.1)
 Suggests: gnuradio
 Multi-Arch: same
+Replaces: libuhd003
 Description: universal hardware driver for Ettus Research products
  Host library for the Universal Hardware Driver for Ettus Research products.
  .
@@ -55,7 +56,7 @@ Description: universal hardware driver for Ettus Research 
products
 Package: libuhd-dev
 Architecture: any
 Section: libdevel
-Depends: libuhd003 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libuhd003v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: gnuradio
 Description: universal hardware driver for Ettus Research products
  Host library for the Universal Hardware Driver for Ettus Research products.
diff --git a/debian/libuhd003.install b/debian/libuhd003.install
deleted file mode 100644
index 3de3b10..0000000
--- a/debian/libuhd003.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff --git a/debian/libuhd003.shlibs b/debian/libuhd003.shlibs
deleted file mode 100644
index 2d5028d..0000000
--- a/debian/libuhd003.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libuhd 003 libuhd003
diff --git a/debian/libuhd003v5.install b/debian/libuhd003v5.install
new file mode 100644
index 0000000..3de3b10
--- /dev/null
+++ b/debian/libuhd003v5.install
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff --git a/debian/libuhd003v5.shlibs b/debian/libuhd003v5.shlibs
new file mode 100644
index 0000000..e7fdeac
--- /dev/null
+++ b/debian/libuhd003v5.shlibs
@@ -0,0 +1 @@
+libuhd 003 libuhd003v5
-- 
2.5.0

Reply via email to