[med-svn] [libundead] 01/06: Create shared library package

Matthias Klumpp ximion-guest at moszumanska.debian.org
Fri Aug 4 02:03:55 UTC 2017


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

ximion-guest pushed a commit to branch master
in repository libundead.

commit b78c12ffd28ff11422a08dcc98fc539345f8d69f
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Thu Aug 3 21:37:53 2017 -0400

    Create shared library package
---
 debian/control               | 23 +++++++++++++++++++++--
 debian/libundead-dev.install |  3 +++
 debian/libundead0.install    |  1 +
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b07b91b..07f3d9e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,29 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libundead.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/libundead.git
 Homepage: https://github.com/dlang/undeaD
 
+Package: libundead0
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Obsolete Phobos modules upgraded to work with the latest D
+ Need an obsolete Phobos module? Here they are, back from the dead and
+ upgraded to work with the latest D.
+ .
+ Current modules included:
+ .
+   std.bitarray
+   std.date
+   std.datebase
+   std.dateparse
+   std.regexp
+   std.stream and friends
+
 Package: libundead-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: obsolete Phobos modules upgraded to work with the latest D
+         ${misc:Depends}, libphobos2-ldc-dev
+Description: Obsolete Phobos modules - development files
  Need an obsolete Phobos module? Here they are, back from the dead and
  upgraded to work with the latest D.
  .
@@ -29,3 +46,5 @@ Description: obsolete Phobos modules upgraded to work with the latest D
    std.dateparse
    std.regexp
    std.stream and friends
+ .
+ This package contains development files for D.
diff --git a/debian/libundead-dev.install b/debian/libundead-dev.install
new file mode 100644
index 0000000..a3d90ec
--- /dev/null
+++ b/debian/libundead-dev.install
@@ -0,0 +1,3 @@
+usr/lib/*/pkgconfig/*.pc
+usr/lib/*/libundead.so
+usr/include/d/*
diff --git a/debian/libundead0.install b/debian/libundead0.install
new file mode 100644
index 0000000..d4c7a88
--- /dev/null
+++ b/debian/libundead0.install
@@ -0,0 +1 @@
+usr/lib/*/libundead.so.*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libundead.git



More information about the debian-med-commit mailing list