[med-svn] [Git][med-team/libbiod][master] 4 commits: Build-Depends: dh-dlang
Andreas Tille
gitlab at salsa.debian.org
Tue Mar 20 10:33:02 UTC 2018
Andreas Tille pushed to branch master at Debian Med / libbiod
Commits:
38b679d9 by Andreas Tille at 2018-03-20T09:51:28+01:00
Build-Depends: dh-dlang
- - - - -
f3486bad by Andreas Tille at 2018-03-20T09:52:52+01:00
Standards-Version: 4.1.3
- - - - -
2b6774ec by Andreas Tille at 2018-03-20T09:53:07+01:00
debhelper 11
- - - - -
b70700bd by Andreas Tille at 2018-03-20T09:57:52+01:00
libbiod0 should be section libs
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libbiod (0.1.0-5) unstable; urgency=medium
+
+ * Build-Depends: dh-dlang
+ * Standards-Version: 4.1.3
+ * debhelper 11
+ * d/control: libbiod0 should be section libs
+
+ -- Andreas Tille <tille at debian.org> Tue, 20 Mar 2018 09:53:09 +0100
+
libbiod (0.1.0-4) unstable; urgency=medium
* Team upload
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,20 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 10.4),
- ldc,
+Build-Depends: debhelper (>= 11~),
+ dh-dlang,
meson (>= 0.40),
pkg-config,
- libundead-dev (>= 1.0.7),
+ libundead-dev (>= 1.0.9-2),
zlib1g-dev
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbiod.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libbiod.git
Homepage: https://github.com/biod/BioD
Package: libbiod0
Architecture: any
+Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: bioinformatics library in D
@@ -32,8 +33,8 @@ Description: bioinformatics library in D
This package contains the dynamic library.
Package: libbiod-dev
-Section: libdevel
Architecture: any
+Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libbiod0 (= ${binary:Version})
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# DH_VERBOSE := 1
-export DFLAGS=-O -g -release
+include /usr/share/dh-dlang/dlang-flags.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
View it on GitLab: https://salsa.debian.org/med-team/libbiod/compare/774ac8e7e193b5526cedbcad6f8186ade2019882...b70700bdfd3c7f940d4fdd2d89c2cd60d42bbe1e
---
View it on GitLab: https://salsa.debian.org/med-team/libbiod/compare/774ac8e7e193b5526cedbcad6f8186ade2019882...b70700bdfd3c7f940d4fdd2d89c2cd60d42bbe1e
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/20180320/151efe5c/attachment-0001.html>
More information about the debian-med-commit
mailing list