This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository scythe.
commit f267eacb12cd5611946517aff2a7c949cbfe9e09 Author: Kevin Murray <[email protected]> Date: Mon May 11 14:03:48 2015 +1000 Add get-orig-source rule: wget tarball from github --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index ae577d2..32d9367 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +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 + +get-orig-source: + @echo "Downloading source from GitHub" + wget -O scythe_0.994.orig.tar.gz https://api.github.com/repos/vsbuffalo/scythe/tarball/20d3cff7d7f483bd779aff75f861e93708c0a2b5 -- 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
