This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository primer3.
commit eb75d1cce3bda0ad80ae839f5ac8d58259ee5cd5 Author: Andreas Tille <[email protected]> Date: Sun Jun 26 08:04:44 2016 +0200 split example data for test into separate arch all package --- debian/changelog | 1 + debian/control | 16 +++++++++++++++- debian/rules | 6 ++++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6331ed0..918b046 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ primer3 (2.3.7-2) UNRELEASED; urgency=medium * Moved packaging from SVN to Git * cme fix dpkg-control * better hardening + * split example data for test into separate arch all package [ Canberk KoƧ ] * Autopkgtest added diff --git a/debian/control b/debian/control index e9ae291..3aef91d 100644 --- a/debian/control +++ b/debian/control @@ -17,10 +17,24 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: ncbi-epcr Enhances: emboss -Description: Tool to design flanking oligo nucleotides for DNA amplification +Description: tool to design flanking oligo nucleotides for DNA amplification Primer3 picks primers for Polymerase Chain Reactions (PCRs), considering as criteria oligonucleotide melting temperature, size, GC content and primer-dimer possibilities, PCR product size, positional constraints within the source sequence, and miscellaneous other constraints. All of these criteria are user-specifiable as constraints, and some are specifiable as terms in an objective function that characterizes an optimal primer pair. + +Package: primer3-examples +Architecture: all +Depends: ${misc:Depends} +Suggests: primer3 +Description: tool to design flanking oligo nucleotides for DNA amplification (examples) + Primer3 picks primers for Polymerase Chain Reactions (PCRs), considering as + criteria oligonucleotide melting temperature, size, GC content and + primer-dimer possibilities, PCR product size, positional constraints within + the source sequence, and miscellaneous other constraints. All of these + criteria are user-specifiable as constraints, and some are specifiable as + terms in an objective function that characterizes an optimal primer pair. + . + This package contains example data to test the package. diff --git a/debian/rules b/debian/rules index b376267..8979fdd 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,11 @@ #!/usr/bin/make -f -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# Does not build when using +all +# export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -sampledir:=$(CURDIR)/debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples +sampledir:=$(CURDIR)/debian/$(DEBPKGNAME)-examples/usr/share/doc/$(DEBPKGNAME)/examples %: dh $@ --sourcedirectory=src -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/primer3.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
