[med-svn] [libundead] 05/06: Wrap and sort
Matthias Klumpp
ximion-guest at moszumanska.debian.org
Fri Aug 4 02:03:56 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 0b9669cac62bf405950bfe0bb1ff93160388d53d
Author: Matthias Klumpp <matthias at tenstral.net>
Date: Thu Aug 3 21:53:50 2017 -0400
Wrap and sort
---
debian/control | 10 ++++++----
debian/libundead-dev.install | 4 ++--
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 2448f1a..60fb6f3 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Homepage: https://github.com/dlang/undeaD
Package: libundead0
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs: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.
@@ -32,8 +32,10 @@ Description: Obsolete Phobos modules upgraded to work with the latest D
Package: libundead-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends},
- ${misc:Depends}, libphobos2-ldc-dev
+Depends: libphobos2-ldc-dev,
+ libundead0 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
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.
diff --git a/debian/libundead-dev.install b/debian/libundead-dev.install
index a3d90ec..d0896fa 100644
--- a/debian/libundead-dev.install
+++ b/debian/libundead-dev.install
@@ -1,3 +1,3 @@
-usr/lib/*/pkgconfig/*.pc
-usr/lib/*/libundead.so
usr/include/d/*
+usr/lib/*/libundead.so
+usr/lib/*/pkgconfig/*.pc
--
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