This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository varscan.
commit 776868e55950c019400ea788f765e8d388f78f1b Author: Andreas Tille <[email protected]> Date: Thu Aug 18 08:25:16 2016 +0200 Fix typo in d/rules --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 60f8ce7..ca2f65d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ varscan (2.4.2+dfsg-1) UNRELEASED; urgency=medium * Upstream moved to Github * Point d/watch to Github + * Fix typo in d/rules (Thanks to Chris Lamb <[email protected]> for the patch) + Closes: #834664 -- Andreas Tille <[email protected]> Thu, 18 Aug 2016 08:18:13 +0200 diff --git a/debian/rules b/debian/rules index 13b9c18..a93dbcd 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java -override_dh_aut_clean: +override_dh_auto_clean: dh_auto_clean if [ -d debian/orig_usage ] ; then \ mv debian/orig_usage/*.java sf/varscan ; \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/varscan.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
