Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes upstreamed while packaging libkhmer for Debian #1148

Merged
merged 20 commits into from
Jul 31, 2015

Conversation

kdm9
Copy link
Contributor

@kdm9 kdm9 commented Jul 6, 2015

Misc changes @mr-c & I though should be upstreamed

@mr-c
Copy link
Contributor

mr-c commented Jul 8, 2015

@kdmurray91 I'm going to leave feedback on the Debian packaging here, for lack of better place

Since we haven't published the release candidate on GitHub you can't use uscan to download & exclude files & repack.

Looks like the way to work around that is:

wget https://github.com/dib-lab/khmer/archive/v2.0-rc1.tar.gz
mk-origtargz v2.0-rc1.tar.gz --repack --compression xz --version 2.0rc1+dfsg

& update the ChangeLog to use the matching version (with 'dfsg' in it)

debian/control: Should build-depend on python3-screed (>= 0.9,<< 1.0); strip out other python(2) and replace with python3.

Why liboxli2 ?

debian/rules: remove "export PYBUILD_AFTER_INSTALL" paragraph as that has been fixed in 2.0

Don't add/change files directly to the upstream (khmer) code. Add them using quilt :-)

@mr-c
Copy link
Contributor

mr-c commented Jul 8, 2015

Feel free to bring your commits into the master branch.

@mr-c
Copy link
Contributor

mr-c commented Jul 15, 2015

Seems fine to me; as I don't personally use that Makefile I'm happy to leave it up to you, @blahah, and @luizirber

@mr-c
Copy link
Contributor

mr-c commented Jul 31, 2015

Checklist?

@kdm9
Copy link
Contributor Author

kdm9 commented Jul 31, 2015

  • Is it mergeable?
  • Did it pass the tests?
  • If it introduces new functionality in scripts/ is it tested?
    Check for code coverage with make clean diff-cover
  • Is it well formatted? Look at make pep8, make diff_pylint_report,
    make cppcheck, and make doc output. Use make format and manual
    fixing as needed.
  • Did it change the command-line interface? Only additions are allowed
    without a major version increment. Changing file formats also requires a
    major version number increment.
  • Is it documented in the ChangeLog?
    http://en.wikipedia.org/wiki/Changelog#Format
  • Was a spellchecker run on the source code and documentation after
    changes were made?
  • Is the Copyright year up to date?

@kdm9 kdm9 force-pushed the fix/debian-libkhmer-upstreaming branch from d8369dc to 9b317b4 Compare July 31, 2015 01:18
@kdm9
Copy link
Contributor Author

kdm9 commented Jul 31, 2015

Ready for review @mr-c et al.

@mr-c
Copy link
Contributor

mr-c commented Jul 31, 2015

LGTM, thanks!

mr-c added a commit that referenced this pull request Jul 31, 2015
Changes upstreamed while packaging `libkhmer` for Debian
@mr-c mr-c merged commit 8c2f8d3 into master Jul 31, 2015
@mr-c mr-c deleted the fix/debian-libkhmer-upstreaming branch August 5, 2015 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants