[Pkg-mpd-commits] [pkg-mpc] 07/08: Enable unit tests

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jun 2 21:35:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpc.

commit 9759aec065963f4681dc99fec89a761319341d20
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jun 2 23:28:28 2015 +0200

    Enable unit tests
---
 debian/control | 7 ++++++-
 debian/rules   | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 4e85149..401b802 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,12 @@ Uploaders: Florian Schlichting <fsfs at debian.org>
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mpd/pkg-mpc.git
 Vcs-Git: git://anonscm.debian.org/pkg-mpd/pkg-mpc.git
 Homepage: http://www.musicpd.org/clients/mpc/
-Build-Depends: debhelper (>= 9), dh-autoreconf, autoconf-archive, pkg-config, libmpdclient-dev
+Build-Depends: autoconf-archive,
+ check,
+ debhelper (>= 9),
+ dh-autoreconf,
+ libmpdclient-dev,
+ pkg-config
 Standards-Version: 3.9.6
 
 Package: mpc
diff --git a/debian/rules b/debian/rules
index cf8a276..7ce56d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,8 @@
 # Use as port when MPD_PORT environment variable is not set
 #DEB_CONFIGURE_USER_FLAGS += --with-default-port=PORT
 
-#override_dh_auto_configure:
-#	dh_auto_configure -- $(DEB_CONFIGURE_USER_FLAGS)
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-test $(DEB_CONFIGURE_USER_FLAGS)
 
 override_dh_install:
 	install -m 644 -D doc/mpc-completion.bash $(CURDIR)/debian/mpc/etc/bash_completion.d/mpc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpc.git



More information about the Pkg-mpd-commits mailing list