This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch debian/jessie-backports in repository fast5.
commit 047674b55f74ef46afa0e57abbb636f272b2e411 Merge: 1596a80 7c090de Author: Afif Elghraoui <[email protected]> Date: Mon Aug 22 22:41:08 2016 -0700 Merge tag 'debian/0.5.6-1' into debian/jessie-backports tagging package fast5 version debian/0.5.6-1 .VERSION.in | 1 + .gitignore | 2 + .travis.Dockerfile.in | 37 + .travis.yml | 19 + .version_files | 2 + LICENSE | 22 + README.md | 11 - README.org | 48 + VERSION | 1 + debian/changelog | 15 + debian/control | 11 +- debian/copyright | 7 +- debian/docs | 2 +- debian/examples | 2 - debian/patches/relative-paths.patch | 8 +- debian/patches/revise-example.patch | 31 - debian/patches/series | 1 - debian/tests/control | 6 - debian/watch | 5 +- python/.gitignore | 5 + python/Makefile | 35 + python/fast5/.version.py.in | 1 + python/fast5/__init__.py | 10 + python/fast5/source/fast5.cpp | 182 ++++ python/fast5/version.py | 1 + python/setup.py | 94 ++ src/.gitignore | 4 + src/Makefile | 35 +- src/a.cpp | 86 -- src/f5-mod.cpp | 92 ++ src/f5dump-full.cpp | 273 +++++ src/f5dump.cpp | 197 ++++ src/fast5.hpp | 928 ++++++++++++++--- src/hdf5-mod.cpp | 308 ++++++ src/hdf5_tools.hpp | 1894 +++++++++++++++++++++++++++-------- src/tmp.cpp | 207 ++++ 36 files changed, 3877 insertions(+), 706 deletions(-) diff --cc debian/changelog index fe3f053,f06f169..57759f0 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,18 +1,24 @@@ + fast5 (0.5.6-1) unstable; urgency=medium + + * Activate d/watch + * Imported Upstream version 0.5.6 (Closes: #832035) + * Update copyright years and email address + * Change section to science + * Bump Standards-Version to 3.9.8 + * Use encrypted protocols for VCS URLs + * Remove obsolete autopkgtest + * Update patches + * Update name of README + * Remove obsolete examples + + -- Afif Elghraoui <[email protected]> Thu, 11 Aug 2016 23:09:17 -0700 + +fast5 (0~20150918-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Afif Elghraoui <[email protected]> Tue, 23 Feb 2016 20:30:30 -0800 + fast5 (0~20150918-1) unstable; urgency=low * Initial release - upstream git revision 0639cc5 (Closes: #811460) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fast5.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
