[pkg-d-commits] [ldc] 04/07: Update packages names/contents for new runtime/stdlib

Matthias Klumpp mak at moszumanska.debian.org
Wed Jan 3 20:44:05 UTC 2018


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

mak pushed a commit to branch master
in repository ldc.

commit cf6ea27cf1e2188d26883766d788337ba6129126
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed Jan 3 21:08:02 2018 +0100

    Update packages names/contents for new runtime/stdlib
---
 debian/control                                     | 26 +++++++++++-----------
 debian/libphobos2-ldc-dev.install                  |  2 ++
 ...bos2-ldc75.install => libphobos2-ldc76.install} |  1 +
 3 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 7d57ec0..a22f0cc 100644
--- a/debian/control
+++ b/debian/control
@@ -36,27 +36,27 @@ Description: LLVM D Compiler
  .
  This is the actual ldc compiler
 
-Package: libphobos2-ldc-dev
-Section: libdevel
+Package: libphobos2-ldc76
+Section: libs
 Architecture: amd64 arm64 armhf i386 ppc64 ppc64el
-Depends: libphobos2-ldc75 (= ${binary:Version}),
-         ${misc:Depends},
+Multi-Arch: same
+Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: LLVM D Compiler - Phobos2 Standard library, imports
+Conflicts: libphobos2-ldc75
+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 D imports for the Phobos standard library.
+ This package includes the libraries for the Phobos standard library.
 
-Package: libphobos2-ldc75
-Section: libs
+Package: libphobos2-ldc-dev
+Section: libdevel
 Architecture: amd64 arm64 armhf i386 ppc64 ppc64el
-Multi-Arch: same
-Depends: ${misc:Depends},
+Depends: libphobos2-ldc76 (= ${binary:Version}),
+         ${misc:Depends},
          ${shlibs:Depends}
-Conflicts: libphobos2-ldc74
-Description: LLVM D Compiler - Phobos2 Standard library, shared objects
+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 libraries for the Phobos standard library.
+ This package includes the D imports for the Phobos standard library.
diff --git a/debian/libphobos2-ldc-dev.install b/debian/libphobos2-ldc-dev.install
index f49415d..62fde57 100755
--- a/debian/libphobos2-ldc-dev.install
+++ b/debian/libphobos2-ldc-dev.install
@@ -4,3 +4,5 @@ usr/lib/*-ldc.a				usr/lib/${DEB_HOST_MULTIARCH}/
 usr/lib/*-ldc.so			usr/lib/${DEB_HOST_MULTIARCH}/
 usr/lib/libldc-profile-rt*		usr/lib/${DEB_HOST_MULTIARCH}/
 usr/lib/*-ldc-debug.*			usr/lib/${DEB_HOST_MULTIARCH}/
+usr/lib/libldc-jit.so			usr/lib/${DEB_HOST_MULTIARCH}/
+usr/lib/libldc-jit-rt.a			usr/lib/${DEB_HOST_MULTIARCH}/
diff --git a/debian/libphobos2-ldc75.install b/debian/libphobos2-ldc76.install
similarity index 55%
rename from debian/libphobos2-ldc75.install
rename to debian/libphobos2-ldc76.install
index dde970f..4eee938 100755
--- a/debian/libphobos2-ldc75.install
+++ b/debian/libphobos2-ldc76.install
@@ -1,2 +1,3 @@
 #!/usr/bin/dh-exec
 usr/lib/*-ldc.so.*		usr/lib/${DEB_HOST_MULTIARCH}/
+usr/lib/libldc-jit.so.*		usr/lib/${DEB_HOST_MULTIARCH}/

-- 
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