[med-svn] [Git][med-team/libundead][master] 3 commits: libundead-dev: Drop explicit dependency on libphobos: It is not needed
Matthias Klumpp
gitlab at salsa.debian.org
Mon Mar 19 21:22:37 UTC 2018
Matthias Klumpp pushed to branch master at Debian Med / libundead
Commits:
40f4f30a by Matthias Klumpp at 2018-03-19T22:18:47+01:00
libundead-dev: Drop explicit dependency on libphobos: It is not needed
- - - - -
e9145662 by Matthias Klumpp at 2018-03-19T22:20:31+01:00
Use dh-dlang for D compiler selection & flags
- - - - -
0dbd7d61 by Matthias Klumpp at 2018-03-19T22:20:46+01:00
Fail on missing files
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10.4),
- ldc,
+ dh-dlang,
meson (>= 0.38),
pkg-config
Standards-Version: 4.1.2
@@ -32,8 +32,7 @@ Description: Obsolete Phobos modules upgraded to work with the latest D
Package: libundead-dev
Architecture: any
Section: libdevel
-Depends: libphobos2-ldc-dev,
- libundead0 (= ${binary:Version}),
+Depends: libundead0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Obsolete Phobos modules - development files
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-export DFLAGS=-O -release -g
+include /usr/share/dh-dlang/dlang-flags.mk
%:
dh $@
override_dh_missing:
- dh_missing --list-missing
+ dh_missing --fail-missing
View it on GitLab: https://salsa.debian.org/med-team/libundead/compare/7c50aad102eacff537085a19f25e42078fcdd44a...0dbd7d616920e8aabeb73ed122cb1e29730814cb
---
View it on GitLab: https://salsa.debian.org/med-team/libundead/compare/7c50aad102eacff537085a19f25e42078fcdd44a...0dbd7d616920e8aabeb73ed122cb1e29730814cb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180319/7d7d0104/attachment-0001.html>
More information about the debian-med-commit
mailing list