<div dir="ltr"><br><br><div class="gmail_quote">On Tue Feb 24 2015 at 3:13:05 AM Andreas Tille <<a href="mailto:andreas@an3as.eu">andreas@an3as.eu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Michael,<br>
<br>
nice to see you working on this as well. :-)<br></blockquote><div><br></div><div>Whoops, this was an accidental commit. I'm used to having a local repository in Git land :-)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
While I agree that parallel builds could help in building seqan it was<br>
the source of some errors in the past.  So we should take this change<br>
with a grain of salt.<br></blockquote><div><br></div><div>Feel free to revert it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Since I also had some pending changes which might support your attempt I<br>
did some fine grained commits.  I did not minded about committing before<br>
since the package does not build yet.  Please let me know if you want to<br>
keep on working on seqan which would be really welcome.<br></blockquote><div><br></div><div>Sure, I'll help out. I'm friendly with the upstream team. Git would be great.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
BTW, if you prefer Git I'm perfectly fine if you want to move the<br>
repository to Git.  Usually the maintainer who does the actual work<br>
decides and if we both are working on it and I'm neutral about the<br>
VCS the decision is yours. ;-)<br>
<br>
Seme for prodigal where you commited as well.  If you prefer Git over<br>
SVN we can move the repository.  Feel free to ping me about uploading<br>
of prodigal.<br></blockquote><div><br></div><div>If you want, sure!</div><div><br></div><div>What is the procedure for new upstream versions? </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Kind regards<br>
<br>
        Andreas.<br>
<br>
On Tue, Feb 24, 2015 at 04:57:55AM +0000, Michael Crusoe wrote:<br>
> Author: misterc-guest<br>
> Date: 2015-02-24 04:57:53 +0000 (Tue, 24 Feb 2015)<br>
> New Revision: 18848<br>
><br>
> Modified:<br>
>    trunk/packages/seqan/trunk/<u></u>debian/rules<br>
> Log:<br>
> Enable parallel builds<br>
><br>
><br>
> Modified: trunk/packages/seqan/trunk/<u></u>debian/rules<br>
> ==============================<u></u>==============================<u></u>=======<br>
> --- trunk/packages/seqan/trunk/<u></u>debian/rules   2015-02-23 13:25:49 UTC (rev 18847)<br>
> +++ trunk/packages/seqan/trunk/<u></u>debian/rules   2015-02-24 04:57:53 UTC (rev 18848)<br>
> @@ -5,7 +5,7 @@<br>
><br>
>  # Droping -fstack-protector flag helps **drastically** reducing memory consumption when building the package!!!!<br>
>  # export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-fstack-protector *//')  ## this simply tiggers #759978<br>
> -export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector<br>
> +# export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector<br>
>  # alternatively: export DEB_CXXFLAGS_STRIP='-fstack-<u></u>protector'<br>
><br>
>  DEB_HOST_ARCH       ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)<br>
> @@ -16,7 +16,7 @@<br>
>  endif<br>
><br>
>  %:<br>
> -     dh $@<br>
> +     dh $@ --parallel<br>
><br>
>  override_dh_auto_build:<br>
>       dh_auto_build<br>
><br>
><br>
> ______________________________<u></u>_________________<br>
> debian-med-commit mailing list<br>
> <a href="mailto:debian-med-commit@lists.alioth.debian.org" target="_blank">debian-med-commit@lists.<u></u>alioth.debian.org</a><br>
> <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit" target="_blank">http://lists.alioth.debian.<u></u>org/cgi-bin/mailman/listinfo/<u></u>debian-med-commit</a><br>
><br>
<br>
--<br>
<a href="http://fam-tille.de" target="_blank">http://fam-tille.de</a><br>
</blockquote></div></div>