[med-svn] [sambamba] 01/01: Use debhelper's built-in Meson support
Matthias Klumpp
ximion-guest at moszumanska.debian.org
Fri Aug 4 02:28:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
ximion-guest pushed a commit to branch master
in repository sambamba.
commit eb699dd6791b48d10f677ba33eb59ff3c869e561
Author: Matthias Klumpp <matthias at tenstral.net>
Date: Thu Aug 3 22:28:42 2017 -0400
Use debhelper's built-in Meson support
---
debian/control | 2 +-
debian/rules | 21 ++-------------------
2 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index 7058e73..27c448b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.4),
ldc,
libbiod-dev,
libhts-dev,
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
index 73a2562..c8a86be
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,9 @@
#!/usr/bin/make -f
-
# DH_VERBOSE := 1
-export LC_ALL=C.UTF-8
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-SAMBAMBA_FLAGS := --prefix=/usr \
- --buildtype=plain
-
-INSTALL_DIR := $(CURDIR)/debian/sambamba
-
export DFLAGS=-O3 -g -release
# we can not build with NEON on armhf, the Debian builders
@@ -22,15 +15,5 @@ endif
%:
dh $@
-override_dh_auto_configure:
- mkdir build
- (cd build && meson $(SAMBAMBA_FLAGS) ..)
-
-override_dh_auto_build:
- ninja -Cbuild -v
-
-override_dh_auto_install:
- DESTDIR=$(INSTALL_DIR) ninja -Cbuild -v install
-
-override_dh_auto_clean:
- rm -rf build/
+override_missing:
+ dh_missing --list-missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sambamba.git
More information about the debian-med-commit
mailing list