[med-svn] [khmer] 01/01: Add descriptions to all quilt patches

Kevin Murray daube-guest at moszumanska.debian.org
Thu Aug 27 21:54:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository khmer.

commit c6fc39d433538606204564050977fb0d0644e84f
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Fri Aug 28 07:53:52 2015 +1000

    Add descriptions to all quilt patches
---
 debian/patches/cpython-bug-empty-exceptions | 3 +++
 debian/patches/get_version                  | 5 +++--
 debian/patches/install-prefix               | 1 +
 debian/patches/setup-py-py3                 | 5 +++--
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/patches/cpython-bug-empty-exceptions b/debian/patches/cpython-bug-empty-exceptions
index 8cf689a..d414638 100644
--- a/debian/patches/cpython-bug-empty-exceptions
+++ b/debian/patches/cpython-bug-empty-exceptions
@@ -1,3 +1,6 @@
+Patch unit test asserts to work around a suspected CPython bug where execption
+strings are empty. See upstream issues #885, #1190.
+
 --- a/tests/test_read_parsers.py
 +++ b/tests/test_read_parsers.py
 @@ -88,7 +88,10 @@
diff --git a/debian/patches/get_version b/debian/patches/get_version
index 3d9e9a4..f66ff13 100644
--- a/debian/patches/get_version
+++ b/debian/patches/get_version
@@ -1,5 +1,6 @@
---- khmer.orig/doc/conf.py
-+++ khmer/doc/conf.py
+Use debian package version instead of git version
+--- a/doc/conf.py
++++ b/doc/conf.py
 @@ -13,6 +13,7 @@
  
  import sys
diff --git a/debian/patches/install-prefix b/debian/patches/install-prefix
index 41f3a97..7909704 100644
--- a/debian/patches/install-prefix
+++ b/debian/patches/install-prefix
@@ -1,3 +1,4 @@
+Use correct library version etc. (fixed by upstream #1240, remove for 2.0)
 --- khmer.orig/lib/Makefile
 +++ khmer/lib/Makefile
 @@ -28,7 +28,7 @@
diff --git a/debian/patches/setup-py-py3 b/debian/patches/setup-py-py3
index 3b02dc7..7a42ee8 100644
--- a/debian/patches/setup-py-py3
+++ b/debian/patches/setup-py-py3
@@ -1,5 +1,6 @@
---- khmer.orig/setup.py
-+++ khmer/setup.py
+Use /usr/bin/env python3 as the crunchbang interpreter in setup.py
+--- a/setup.py
++++ b/setup.py
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +#!/usr/bin/env python3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git



More information about the debian-med-commit mailing list