summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gl-gh-dataence-porter2 0.0~git20150829.56e4718-2: d/control tuneups.debian/0.0_git20150829.56e4718-2archive/debian/0.0_git20150829.56e4718-2Aaron M. Ucko2019-02-26
| | | | | * Fix Vcs-* URLs (stray /package/). * Standards-Version: 3.0 (already compliant).
* Commit patch to update .gitignorearchive/debian/0.0_git20150829.56e4718-1Aaron M. Ucko2018-04-25
| | | | [dgit (4.4) update-gitignore-quilt-fixup]
* porter2_test.go: Formally port from surge/glog to golang/glog.Aaron M. Ucko2018-04-25
| | | | | | | Replace Debugf, which golang/glog lacks, with Infof, which should be close enough for this test's purposes. (There's no Debian package for surge/glog, and no point in bothering to make one for one private test.) Gbp-Pq: Name 0001-porter2_test.go-Formally-port-from-surge-glog-to-gol.patch
* Initial Debian release (v0.0~git20150829.56e4718-1; closes #896712).debian/0.0_git20150829.56e4718-1Aaron M. Ucko2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | * Generally base on dh-make-golang's template (v0.0~git20180410.bcfd5bf-1) and upstream's full history (all six commits of it). * Produce two binary packages: golang-github-dataence-porter2-dev (architecture all) for the library code, and suffixfsm (architecture any) for the eponymous tool. * .gitignore: Ignore obj-* (build tree) in addition to .pc (Quilt state). * debian/*.docs: Install relevant README.md files. * debian/.gitignore: Ignore generated files and directories under debian. * debian/control: Base both binary packages' descriptions on the relevant README.md files. * debian/g-g-d-p-d.{dirs,links}: Make the library additionally available under its old name, github.com/surgebase/porter2, for the sake of client code that expects that name (notably, in recent ncbi-entrez-direct). * debian/{man,suffixfsm.manpages}: Give suffixfsm a brief man page based on its README.md. * debian/patches: Formally port porter2_test.go from github.com/surge/glog (not in Debian) to github.com/golang/glog, which should be close enough, even if the port does entail having to substitute Infof for Debugf. * debian/rules: - Exclude cmd/compare -- no point in packaging rival implementations just to demonstrate that they're slower! - Install output.txt and voc.txt for use by porter2_test.go. * debian/suffixfsm.examples: cmd/suffixfsm/step*.txt.
* fixed #2Jian Zhen2015-08-29
| | | | added length check for step1b
* some quick updates, plus a bug fixJian Zhen2015-01-21
|
* added godoc statusJian Zhen2015-01-21
|
* more doc updatesJian Zhen2015-01-21
|
* docsJian Zhen2015-01-21
|
* initial commitJian Zhen2015-01-20