This is an automated email from the git hooks/post-receive script. ximion-guest pushed a commit to branch master in repository libbiod.
commit 08299dfa2229cf4ea2272627422e4f6476261019 Author: Matthias Klumpp <[email protected]> Date: Thu Aug 3 22:18:50 2017 -0400 Use debhelper's built-in Meson support --- debian/control | 4 ++-- debian/rules | 26 ++------------------------ 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/debian/control b/debian/control index c61065c..08779c2 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 10.4), ldc, - meson (>= 0.38), + meson (>= 0.40), pkg-config, libundead-dev (>= 1.0.7), zlib1g-dev diff --git a/debian/rules b/debian/rules index b6bc220..96cf07b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,33 +1,11 @@ #!/usr/bin/make -f # DH_VERBOSE := 1 -CONFIG_FLAGS := --prefix=/usr \ - --buildtype=plain - -INSTALL_DIR := $(CURDIR)/debian/tmp export DFLAGS=-O -g -release - export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -override_dh_auto_configure: - mkdir build - (cd build && meson $(CONFIG_FLAGS) ..) - -override_dh_auto_build: - ninja -Cbuild -v - -override_dh_auto_install: - DESTDIR=$(INSTALL_DIR) ninja -Cbuild -v install - -override_dh_install: - dh_install --list-missing - -override_dh_auto_test: - ninja -Cbuild -v test - -override_dh_clean: - rm -rf build/ - dh_clean +override_dh_missing: + dh_missing --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbiod.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
