[med-svn] [bamtools] 04/04: Fix build override of dh_auto_build
Kevin Murray
daube-guest at moszumanska.debian.org
Thu Sep 24 09:04:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository bamtools.
commit 612de91f66726cdc48474a4721f7f149eb9f21ed
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Thu Sep 24 19:03:43 2015 +1000
Fix build override of dh_auto_build
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4e79b27..e3881f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
%:
dh $@ --parallel
-override_dh_build:
- dh_build
+override_dh_auto_build:
+ dh_auto_build
doxygen docs/Doxyfile
override_dh_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git
More information about the debian-med-commit
mailing list