[med-svn] [Git][med-team/libbioparser-dev][master] debian/patches/eof: add EOF function for racon.

Michael R. Crusoe gitlab at salsa.debian.org
Wed Jan 13 11:03:01 GMT 2021



Michael R. Crusoe pushed to branch master at Debian Med / libbioparser-dev


Commits:
cf499fa1 by Michael R. Crusoe at 2021-01-11T12:44:30+01:00
debian/patches/eof: add EOF function for racon.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/eof
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libbioparser-dev (3.0.12-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debian/patches/eof: add EOF function for racon.
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Mon, 11 Jan 2021 12:43:33 +0100
+
 libbioparser-dev (3.0.12-1) unstable; urgency=medium
 
   [ Étienne Mollier ]


=====================================
debian/patches/eof
=====================================
@@ -0,0 +1,15 @@
+From: Michael R. Crusoe <crusoe at debian.org>
+Subject: Add EOF indicator
+--- libbioparser-dev.orig/include/bioparser/parser.hpp
++++ libbioparser-dev/include/bioparser/parser.hpp
+@@ -47,6 +47,10 @@
+     buffer_bytes_ = 0;
+   }
+ 
++  bool Eof() {
++    return gzeof(file_.get());
++  }
++
+  protected:
+   Parser(gzFile file, std::uint32_t storage_size)
+       : file_(file, gzclose),


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 biosoup
+eof



View it on GitLab: https://salsa.debian.org/med-team/libbioparser-dev/-/commit/cf499fa1ed2cacbc55cef3eddfa3d607e9fa32ac

-- 
View it on GitLab: https://salsa.debian.org/med-team/libbioparser-dev/-/commit/cf499fa1ed2cacbc55cef3eddfa3d607e9fa32ac
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210113/c67289cd/attachment-0001.html>


More information about the debian-med-commit mailing list