Skip to content
Commits on Source (8)
fast5 (0.6.5-3) UNRELEASED; urgency=medium
fast5 (0.6.5-3) unstable; urgency=medium
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 20 Oct 2018 20:47:07 +0000
[ Andreas Tille ]
* Afif removed himself from Uploaders
* Add myself as Uploader
* Drop Python2 support
Closes: #936504
* Simplify watch file
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/copyright
* Drop deprecated restrictions . See https://salsa.debian.org/ci-
team/autopkgtest/tree/master/doc/README.package-tests.rst
-- Andreas Tille <tille@debian.org> Wed, 04 Sep 2019 15:01:52 +0200
fast5 (0.6.5-2) unstable; urgency=medium
......
Source: fast5
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11),
Build-Depends: debhelper-compat (= 12),
dh-python,
libhdf5-dev,
libboost-python-dev,
python-all-dev,
python-setuptools,
python3-all-dev,
python3-setuptools,
cython,
cython3
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/fast5
Vcs-Git: https://salsa.debian.org/med-team/fast5.git
Homepage: https://github.com/mateidavid/fast5
......@@ -39,18 +37,6 @@ Description: library for reading Oxford Nanopore Fast5 files -- headers
.
This package provides the header files for development with fast5.
Package: python-fast5
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Description: library for reading Oxford Nanopore Fast5 files -- Python 2
A lightweight C++11 library to read raw signal data from Oxford
Nanopore's FAST5 files.
.
This package provides the Python 2 library
Package: python3-fast5
Architecture: any
Section: python
......
......@@ -15,7 +15,7 @@ export CXXFLAGS += -std=c++11
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python2,python3 --buildsystem=pybuild \
dh $@ --with python3 --buildsystem=pybuild \
--sourcedirectory=python
override_dh_auto_test:
......@@ -38,4 +38,3 @@ override_dh_install:
dh_install
mkdir -p debian/fast5/usr/bin/
mv debian/python3-fast5/usr/bin/* debian/fast5/usr/bin/
rm -rf debian/python-fast5/usr/bin/ debian/python3-fast5/usr/bin/
......@@ -7,8 +7,7 @@ Test-Command:
Depends:
build-essential,
libfast5-dev,
Restrictions:
allow-stderr
Restrictions: allow-stderr
Test-Command:
python -c "import fast5"
......
version=3
version=4
opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/fast5-$1.tar.gz/" \
https://github.com/mateidavid/fast5/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz
https://github.com/mateidavid/fast5/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@