[Debian-med-packaging] Working on seqan (Was: r18848 - trunk/packages/seqan/trunk/debian)

Andreas Tille andreas at an3as.eu
Tue Feb 24 08:13:04 UTC 2015


Hi Michael,

nice to see you working on this as well. :-)

While I agree that parallel builds could help in building seqan it was
the source of some errors in the past.  So we should take this change
with a grain of salt.

Since I also had some pending changes which might support your attempt I
did some fine grained commits.  I did not minded about committing before
since the package does not build yet.  Please let me know if you want to
keep on working on seqan which would be really welcome.

BTW, if you prefer Git I'm perfectly fine if you want to move the
repository to Git.  Usually the maintainer who does the actual work
decides and if we both are working on it and I'm neutral about the
VCS the decision is yours. ;-)

Seme for prodigal where you commited as well.  If you prefer Git over
SVN we can move the repository.  Feel free to ping me about uploading
of prodigal.

Kind regards

        Andreas.

On Tue, Feb 24, 2015 at 04:57:55AM +0000, Michael Crusoe wrote:
> Author: misterc-guest
> Date: 2015-02-24 04:57:53 +0000 (Tue, 24 Feb 2015)
> New Revision: 18848
> 
> Modified:
>    trunk/packages/seqan/trunk/debian/rules
> Log:
> Enable parallel builds
> 
> 
> Modified: trunk/packages/seqan/trunk/debian/rules
> ===================================================================
> --- trunk/packages/seqan/trunk/debian/rules	2015-02-23 13:25:49 UTC (rev 18847)
> +++ trunk/packages/seqan/trunk/debian/rules	2015-02-24 04:57:53 UTC (rev 18848)
> @@ -5,7 +5,7 @@
>  
>  # Droping -fstack-protector flag helps **drastically** reducing memory consumption when building the package!!!!
>  # export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-fstack-protector *//')  ## this simply tiggers #759978
> -export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
> +# export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
>  # alternatively: export DEB_CXXFLAGS_STRIP='-fstack-protector'
>  
>  DEB_HOST_ARCH       ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
> @@ -16,7 +16,7 @@
>  endif
>  
>  %:
> -	dh $@
> +	dh $@ --parallel
>  
>  override_dh_auto_build:
>  	dh_auto_build
> 
> 
> _______________________________________________
> debian-med-commit mailing list
> debian-med-commit at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
> 

-- 
http://fam-tille.de



More information about the Debian-med-packaging mailing list