[med-svn] [pbdagcon] 02/03: Disable build-time tests requiring the unavailable googletest package.
Afif Elghraoui
afif at moszumanska.debian.org
Wed Apr 26 07:01:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch debian/jessie-backports
in repository pbdagcon.
commit ac596e280c9c41d21775ce276e4bde94dceb40ae
Author: Afif Elghraoui <afif at debian.org>
Date: Wed Apr 26 02:59:54 2017 -0400
Disable build-time tests requiring the unavailable googletest package.
---
debian/control | 2 +-
debian/rules | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index cc1c5bb..eec36de 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
libpbseq-dev,
libpbbam-dev,
# Test-Depends:
- googletest,
+# googletest,
Standards-Version: 3.9.8
Homepage: https://github.com/PacificBiosciences/pbdagcon
Vcs-Git: https://anonscm.debian.org/git/debian-med/pbdagcon.git
diff --git a/debian/rules b/debian/rules
index b11d546..51beaaf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,5 @@ export DAZZ_DB_SRC = $(CURDIR)/DAZZ_DB
override_dh_auto_configure:
./configure.py --shared
+
+override_dh_auto_test: ;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbdagcon.git
More information about the debian-med-commit
mailing list