This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libtabixpp.
commit 58408e0d9642ff978c385c9a9255a760b0e580c0 Author: Andreas Tille <[email protected]> Date: Tue Jul 7 12:41:09 2015 +0200 Stumbled upon this one at the end of the chain of dependencies of free-bayes; just fix the build for the moment --- debian/control | 3 ++- debian/rules | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 19c30aa..309e806 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Build-Depends: debhelper (>= 9), - python-markdown + python-markdown, + zlib1g-dev Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libtabixpp.git Vcs-Git: git://anonscm.debian.org/debian-med/libtabixpp.git diff --git a/debian/rules b/debian/rules index 1d086d0..58ec00b 100755 --- a/debian/rules +++ b/debian/rules @@ -19,9 +19,5 @@ %: dh $@ -override_dh_auto_build: - dh_auto_build - markdown_py -f README.html README.md - #get-orig-source: # . debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libtabixpp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
