[med-svn] [qcumber] 03/03: New upstream version
Andreas Tille
tille at debian.org
Tue Nov 29 16:29:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository qcumber.
commit 537e6455998ad428b468fdef2499834575aab33d
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 29 16:35:08 2016 +0100
New upstream version
---
debian/changelog | 4 ++--
debian/patches/python3_explicit.patch | 2 +-
debian/patches/use_smaller_try-except_blocks.patch | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 257416d..c69e43b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qcumber (1.0.0+dfsg-1) UNRELEASED; urgency=medium
+qcumber (1.0.1+dfsg-1) UNRELEASED; urgency=medium
TODO:
- license
@@ -6,7 +6,7 @@ qcumber (1.0.0+dfsg-1) UNRELEASED; urgency=medium
- VERSION/trimmomatic ???
* Initial release (Closes: #<bug>)
- -- Andreas Tille <tille at debian.org> Fri, 21 Oct 2016 15:28:14 +0200
+ -- Andreas Tille <tille at debian.org> Tue, 29 Nov 2016 16:34:36 +0100
qc-pipeline (0.0.20160303-1) UNRELEASED; urgency=medium
diff --git a/debian/patches/python3_explicit.patch b/debian/patches/python3_explicit.patch
index eca80a5..05d51bb 100644
--- a/debian/patches/python3_explicit.patch
+++ b/debian/patches/python3_explicit.patch
@@ -9,4 +9,4 @@ Description: seems dh-python needs proper first line
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
__author__ = 'LieuV'
- __version__ = "1.0.0"
+ __version__ = "1.0.1"
diff --git a/debian/patches/use_smaller_try-except_blocks.patch b/debian/patches/use_smaller_try-except_blocks.patch
index f0b933b..af54904 100644
--- a/debian/patches/use_smaller_try-except_blocks.patch
+++ b/debian/patches/use_smaller_try-except_blocks.patch
@@ -4,7 +4,7 @@ Description: use smaller try-except blocks
--- a/QCumber.py
+++ b/QCumber.py
-@@ -434,10 +434,16 @@ def main(arguments):
+@@ -437,10 +437,16 @@ def main(arguments):
for line in iter(process.stderr.readline, b''):
print(line)
process.communicate()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/qcumber.git
More information about the debian-med-commit
mailing list