[med-svn] [fast5] 01/02: Fix all-on-any source:Version relationship

Afif Elghraoui afif at moszumanska.debian.org
Sun Oct 1 16:29:34 UTC 2017


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

afif pushed a commit to branch master
in repository fast5.

commit d0b4ee6d284c54538169fe992219bd7b0067538a
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Oct 1 12:07:34 2017 -0400

    Fix all-on-any source:Version relationship
    
    allows the package to be binNMU-able. Thanks, Lintian.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 214bc6b..95458b4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Architecture: all
 Depends:
 	${misc:Depends},
 	${python3:Depends},
-	python3-fast5 (=${source:Version}),
+	python3-fast5 (>= ${source:Version}),
 Description: utilities for manipulating Oxford Nanopore Fast5 files
  The data produced by Oxford Nanopore Technologies (ONT) sequencers
  are stored in fast5 files, based on the HDF5 file format, with one

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



More information about the debian-med-commit mailing list