[pkg-d-commits] [ldc] 04/06: Update Phobos package name for SONAME change

Matthias Klumpp mak at moszumanska.debian.org
Tue Jun 20 22:48:52 UTC 2017


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

mak pushed a commit to branch master
in repository ldc.

commit a8b379b81579cfbc8a6c925d1a4d0282445fbc66
Author: Matthias Klumpp <mak at debian.org>
Date:   Tue Jun 20 23:53:08 2017 +0200

    Update Phobos package name for SONAME change
---
 debian/control                                                  | 8 ++++----
 debian/libphobos2-ldc71.install                                 | 3 ---
 debian/libphobos2-ldc72.install                                 | 3 +++
 debian/{libphobos2-ldc71.triggers => libphobos2-ldc72.triggers} | 0
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 1cdab17..49d6a6a 100644
--- a/debian/control
+++ b/debian/control
@@ -39,16 +39,16 @@ Description: LLVM D Compiler
 Package: libphobos2-ldc-dev
 Section: libdevel
 Architecture: amd64 arm64 armhf i386 ppc64el
-Depends: libphobos2-ldc71 (= ${binary:Version}),
+Depends: libphobos2-ldc72 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: LLVM D Compiler - Phobos2 Standard library, imports
  LDC is a compiler for the D programming Language. It is based on the
  latest DMD frontend and uses LLVM as backend.
  .
- This package includes the D imports for Phobos2 Standard Library
+ This package includes the D imports for the Phobos standard library.
 
-Package: libphobos2-ldc71
+Package: libphobos2-ldc72
 Section: libdevel
 Architecture: amd64 arm64 armhf i386 ppc64el
 Multi-Arch: same
@@ -59,4 +59,4 @@ Description: LLVM D Compiler - Phobos2 Standard library, shared objects
  LDC is a compiler for the D programming Language. It is based on the
  latest DMD frontend and uses LLVM as backend.
  .
- This package includes the libs for Phobos2 Standard Library
+ This package includes the libraries for the Phobos standard library.
diff --git a/debian/libphobos2-ldc71.install b/debian/libphobos2-ldc71.install
deleted file mode 100755
index 12a164b..0000000
--- a/debian/libphobos2-ldc71.install
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/dh-exec
-usr/lib/*-ldc.so.71		usr/lib/${DEB_HOST_MULTIARCH}/
-usr/lib/*-ldc.so.2.0.71		usr/lib/${DEB_HOST_MULTIARCH}/
diff --git a/debian/libphobos2-ldc72.install b/debian/libphobos2-ldc72.install
new file mode 100755
index 0000000..880c55b
--- /dev/null
+++ b/debian/libphobos2-ldc72.install
@@ -0,0 +1,3 @@
+#!/usr/bin/dh-exec
+usr/lib/*-ldc.so.72		usr/lib/${DEB_HOST_MULTIARCH}/
+usr/lib/*-ldc.so.2.0.72		usr/lib/${DEB_HOST_MULTIARCH}/
diff --git a/debian/libphobos2-ldc71.triggers b/debian/libphobos2-ldc72.triggers
similarity index 100%
rename from debian/libphobos2-ldc71.triggers
rename to debian/libphobos2-ldc72.triggers

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list