This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository cnvkit.
commit 90a8bf0c09c3e2eeab412da6b3b081c12cbd1ce2 Author: Andreas Tille <[email protected]> Date: Fri Sep 29 10:23:06 2017 +0200 New upstream version --- debian/changelog | 2 +- debian/patches/no-py-ext | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e13a11..be9730d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cnvkit (0.7.11-1) UNRELEASED; urgency=medium +cnvkit (0.9.0-1) UNRELEASED; urgency=medium * Initial release. (Closes: #828176) diff --git a/debian/patches/no-py-ext b/debian/patches/no-py-ext index 4d1f624..902c5a2 100644 --- a/debian/patches/no-py-ext +++ b/debian/patches/no-py-ext @@ -1,10 +1,10 @@ Author: Michael R. Crusoe <[email protected]> Description: Remove .py extensions as per Debian policy ---- cnvkit.orig/setup.py -+++ cnvkit/setup.py -@@ -41,7 +41,7 @@ - 'cnvlib.ngfrills', - 'cnvlib.segmentation', +--- a/setup.py ++++ b/setup.py +@@ -43,7 +43,7 @@ setup_args.update( + 'skgenome', + 'skgenome.tabio', ], - scripts=[join(DIR, 'cnvkit.py')] + glob(join(DIR, 'scripts/*.py')), + scripts=[join(DIR, 'cnvkit')] + glob(join(DIR, 'scripts/*')), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cnvkit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
