This is an automated email from the git hooks/post-receive script. ximion-guest pushed a commit to branch master in repository libundead.
commit 345a72e724526bd8be66956619bb0005fd1639c2 Author: Matthias Klumpp <[email protected]> Date: Thu Aug 3 21:50:05 2017 -0400 Use debhelper's built-in Meson support --- debian/control | 2 +- debian/rules | 18 ++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/debian/control b/debian/control index 07f3d9e..7fa9593 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 10.4), ldc, meson (>= 0.38), pkg-config diff --git a/debian/rules b/debian/rules index d3fed0b..836b1b0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,24 +1,10 @@ #!/usr/bin/make -f # DH_VERBOSE := 1 -CONFIG_FLAGS := --prefix=/usr \ - --buildtype=plain - -INSTALL_DIR := $(CURDIR)/debian/libundead-dev export DFLAGS=-O -release -g %: 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_auto_test: - ninja -Cbuild -v test +override_dh_missing: + dh_missing --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libundead.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
