Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Build-Depends: dh-dlang
· 38b679d9
Andreas Tille
authored
Mar 20, 2018
38b679d9
Standards-Version: 4.1.3
· f3486bad
Andreas Tille
authored
Mar 20, 2018
f3486bad
debhelper 11
· 2b6774ec
Andreas Tille
authored
Mar 20, 2018
2b6774ec
libbiod0 should be section libs
· b70700bd
Andreas Tille
authored
Mar 20, 2018
b70700bd
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b70700bd
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@debian.org> Tue, 20 Mar 2018 09:53:09 +0100
libbiod (0.1.0-4) unstable; urgency=medium
* Team upload
...
...
debian/compat
View file @
b70700bd
1
0
1
1
debian/control
View file @
b70700bd
...
...
@@ -3,19 +3,20 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0.4
),
ldc
,
Build-Depends: debhelper (>= 1
1~
),
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
View file @
b70700bd
#!/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
%:
...
...