On Wed, 02 Sep 2015, lumin wrote: > As a packaging Newbie I indeed paied considerable time on it... > at the same time I learned a lot packaging it. > This is just my 3rd Debian package (and it includes my 1st python3 > package), so I'm not sure how far it is to be accepted into Archive.
> Just a ping, thank you all. :-) just a minor recommendation... for the snapshot versions use following strategy to come up with upstream version -- should end with what 'git describe' ends with for the treeish: e.g. $> git describe --tags e8e66 rc2-513-ge8e660d as you see -- current one is not understood by git, $> git show 0.9999~rc2+git20150902+e8e660d3 fatal: ambiguous argument '0.9999~rc2+git20150902+e8e660d3': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' whenever such one (where you use "-g" instead of "+"): $> git show 0.9999~rc2+git20150902-ge8e660d3 commit e8e660d3ca5b5d8d1e8f2853c0d606cb525d8a72 Merge: cbb2ed1 4f64b9e Author: Jeff Donahue <[email protected]> Date: Tue Sep 1 19:37:41 2015 -0700 Merge pull request #2990 from mattdawkins/add-openblas-path Add extra OpenBLAS include search path does. that makes it possible for gbp to even generate tarball from that treeish if .orig is not found locally just few cents hoping of help ;) -- Yaroslav O. Halchenko Center for Open Neuroscience http://centerforopenneuroscience.org Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik

