This is an automated email from the git hooks/post-receive script. vdanjean pushed a commit to branch master in repository picard-tools.
commit 688437aa6cfe3649483397f73dd675612469e94c Author: Vincent Danjean <[email protected]> Date: Sat Sep 5 23:49:11 2015 +0200 gbp import-orig --uscan does not work du to #796986 Document the bug and the workaround in README.source --- debian/README.source | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/README.source b/debian/README.source index a2134ef..ec3bdee 100644 --- a/debian/README.source +++ b/debian/README.source @@ -3,6 +3,11 @@ is used to removed convenience prebuilt jar from the tarball. Sources are also reorganized and some of them have been moved to the new htsjdk package. +Warning: do not use "gbp import-orig --uscan" until #796986 is fixed. +Else, the repack will be ignored. Instead, do it in two steps: +uscan +gbp import-orig ../picard-tools_[VERSION]+dfsg.1.orig.tar.gz + -- Vincent Danjean <[email protected]> 2015-09-05 It seems that upstream are moving to GitHub, next release should be -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
