This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository consensuscore2.
commit b8e123da0bcc3520f3aa640068c58329291aec48 Author: Afif Elghraoui <[email protected]> Date: Sun Jul 3 16:42:56 2016 -0700 Match python version with CMakelists --- debian/patches/match-pyversion.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/match-pyversion.patch b/debian/patches/match-pyversion.patch new file mode 100644 index 0000000..043bdd3 --- /dev/null +++ b/debian/patches/match-pyversion.patch @@ -0,0 +1,14 @@ +Description: Set Python module version to match CMakeLists version +Author: Afif Elghraoui <[email protected]> +Last-Update: 2016-07-03 +--- consensuscore2.orig/setup.py ++++ consensuscore2/setup.py +@@ -141,7 +141,7 @@ + + setup( + name="ConsensusCore2", +- version="0.11.0", ++ version="0.12.0", + author="PacificBiosciences", + author_email="[email protected]", + url="http://www.github.com/PacificBiosciences/ConsensusCore2", diff --git a/debian/patches/series b/debian/patches/series index 5879227..ce1b5ac 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ build.patch +match-pyversion.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/consensuscore2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
