This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository abyss.
commit f4596a33cf6100169872670b05f5e353ca554583 Author: Andreas Tille <[email protected]> Date: Fri Sep 19 22:39:14 2014 +0200 Prevent privacy breach --- debian/changelog | 1 + debian/patches/privacy-breach.patch | 11 +++++++++++ debian/patches/series | 2 ++ 3 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index ce2d888..0dbae3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ abyss (1.5.2-1) UNRELEASED; urgency=medium * d/control: Build-Depends: libgtest-dev to enable unit tests at build time * d/control: drop copy of citation info from long description * patch to make gtest work (thanks to Anthony Raymond <[email protected]>) + * Drop privacy breach in doc -- Andreas Tille <[email protected]> Mon, 15 Sep 2014 14:53:24 +0200 diff --git a/debian/patches/privacy-breach.patch b/debian/patches/privacy-breach.patch new file mode 100644 index 0000000..ba4ed03 --- /dev/null +++ b/debian/patches/privacy-breach.patch @@ -0,0 +1,11 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 15 Sep 2014 14:53:24 +0200 +Description: Prevent privacy breach + +--- a/README.md ++++ b/README.md +@@ -427,4 +427,3 @@ Supervised by [**Dr. İnanç Birol**](ht + + Copyright 2014 Canada's Michael Smith Genome Sciences Centre + +-[](http://githalytics.com/sjackman/abyss) diff --git a/debian/patches/series b/debian/patches/series index f09fd48..2f06b22 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,3 @@ abyss-pe +gtest.patch +privacy-breach.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/abyss.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
