This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository scythe.
commit 607b6e40ee3e52bf46ca6ff92ad2d0788854a88a Author: Andreas Tille <[email protected]> Date: Mon May 11 08:11:06 2015 +0200 Install README.html --- debian/control | 1 + debian/docs | 1 + debian/rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 231d3aa..1fbfe01 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), zlib1g-dev, + python-markdown, ruby-ronn, check Standards-Version: 3.9.6 diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..daa30a3 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.html diff --git a/debian/rules b/debian/rules index 32d9367..65aa80d 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ include /usr/share/dpkg/buildflags.mk override_dh_auto_build: dh_auto_build ronn -r --manual=scythe --organization='Vince Buffalo' debian/scythe.1.ronn + markdown_py -f README.html README.md get-orig-source: @echo "Downloading source from GitHub" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/scythe.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
