Skip to content
Commits on Source (10)
libsmithwaterman (0.0+git20160702.2610e25-1) unstable; urgency=medium
* d/watch: use mode=git (remove debian/get-orig-source)
* Standards-Version: 4.1.4
* Point Vcs fields to salsa.debian.org
* d/rules: do not parse changelog
* debhelper 11
* hardening=+all
* Add symbols file
-- Andreas Tille <tille@debian.org> Wed, 11 Apr 2018 14:47:20 +0200
libsmithwaterman (0.0+20160702-3) unstable; urgency=medium
* Team upload.
......
......@@ -3,13 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
d-shlibs,
libdisorder-dev
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libsmithwaterman.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libsmithwaterman.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/libsmithwaterman
Vcs-Git: https://salsa.debian.org/med-team/libsmithwaterman.git
Homepage: https://github.com/ekg/smithwaterman
Package: libsmithwaterman0
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: smithwaterman
Source: https://github.com/ekg/smithwaterman
Files-Excluded: *disorder*
.git*
Files: *
Copyright: 2000-2016 Erik Garrison <erik.garrison@gmail.com>
......
#!/bin/sh -e
COMPRESS=xz
NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
ORIGNAME=`echo $NAME | sed 's/^lib//'`
MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
mkdir -p ../tarballs
cd ../tarballs
# need to clean up the tarballs dir first because upstream tarball might
# contain a directory with unpredictable name
rm -rf *
git clone --quiet https://github.com/ekg/smithwaterman
cd $ORIGNAME
VERSION=${MVERSION}+`date -d @$(git show --format="%at" | head -n1) +%Y%m%d`
# for esthetical reasons set file timestamps (if git-restore-mtime is installed)
git restore-mtime || true
cd ..
TARDIR=${NAME}-${VERSION}
mv ${ORIGNAME} ${TARDIR}
rm -rf ${TARDIR}/.git*
rm -rf ${TARDIR}/*disorder*
GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
rm -rf ${TARDIR}
libsmithwaterman.so.0 libsmithwaterman0 #MINVER#
_Z10mergeCIGARRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_@Base 0.0+git20160702.2610e25
_Z10splitCIGARRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.0+git20160702.2610e25
_Z11homopolymerNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.0+git20160702.2610e25
_Z12isRepeatUnitRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_@Base 0.0+git20160702.2610e25
_Z12repeatCountslRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi@Base 0.0+git20160702.2610e25
_Z15countMismatchesRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_S4_@Base 0.0+git20160702.2610e25
_Z15stablyLeftAlignNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS4_S4_Riib@Base 0.0+git20160702.2610e25
_Z9joinCIGARRKSt6vectorISt4pairIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESaIS7_EE@Base 0.0+git20160702.2610e25
_Z9leftAlignRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_S5_Rib@Base 0.0+git20160702.2610e25
_ZN11IndelAllele10readLengthEv@Base 0.0+git20160702.2610e25
_ZN11IndelAllele11homopolymerEv@Base 0.0+git20160702.2610e25
_ZN11IndelAllele15referenceLengthEv@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh13Directions_UPE@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh15Directions_LEFTE@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh15Directions_STOPE@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh15repeat_size_maxE@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh19CreateScoringMatrixEv@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh19Directions_DIAGONALE@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh23EnableEntropyGapPenaltyEf@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh23FLOAT_NEGATIVE_INFINITYE@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh26CorrectHomopolymerGapOrderEjj@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh27EnableHomoPolymerGapPenaltyEf@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh31EnableRepeatGapExtensionPenaltyEff@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotoh5AlignERjRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_S9_@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotohC1Effff@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotohC2Effff@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotohD1Ev@Base 0.0+git20160702.2610e25
_ZN19CSmithWatermanGotohD2Ev@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman13Directions_UPE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman14CalculateScoreERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_jjRfjj@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman15Directions_LEFTE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman15Directions_STOPE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman17Position_REF_ZEROE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman19CreateScoringMatrixEv@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman19Directions_DIAGONALE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman19Position_QUERY_ZEROE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman20ReinitializeMatricesERKhRKjS3_St4pairIS4_IjjES5_E@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman23FLOAT_NEGATIVE_INFINITYE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman26CorrectHomopolymerGapOrderEjj@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman27EnableHomoPolymerGapPenaltyEf@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman27Position_REF_AND_QUERY_ZEROE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman30Position_REF_AND_QUERO_NONZEROE@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman5AlignERjRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_S9_RSt4pairISA_IjjESB_E@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWaterman9TracebackERjRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_S9_jjjj@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWatermanC1Effffj@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWatermanC2Effffj@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWatermanD1Ev@Base 0.0+git20160702.2610e25
_ZN20CBandedSmithWatermanD2Ev@Base 0.0+git20160702.2610e25
_ZNKSt5ctypeIcE8do_widenEc@Base 0.0+git20160702.2610e25
_ZNSt6vectorI11IndelAlleleSaIS0_EE12emplace_backIJS0_EEEvDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorI11IndelAlleleSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorI11IndelAlleleSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorI11IndelAlleleSaIS0_EED1Ev@Base 0.0+git20160702.2610e25
_ZNSt6vectorI11IndelAlleleSaIS0_EED2Ev@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS6_ESaISt4pairIKS6_iEEESaISD_EE12emplace_backIJSD_EEEvDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS6_ESaISt4pairIKS6_iEEESaISD_EE17_M_realloc_insertIJSD_EEEvN9__gnu_cxx17__normal_iteratorIPSD_SF_EEDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS6_ESaISt4pairIKS6_iEEESaISD_EED1Ev@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS6_ESaISt4pairIKS6_iEEESaISD_EED2Ev@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt4pairIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESaIS7_EE12emplace_backIJS7_EEEvDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt4pairIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESaIS7_EE17_M_realloc_insertIJRKS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt4pairIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt4pairIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESaIS7_EED1Ev@Base 0.0+git20160702.2610e25
_ZNSt6vectorISt4pairIiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESaIS7_EED2Ev@Base 0.0+git20160702.2610e25
_ZNSt6vectorIfSaIfEE12emplace_backIJfEEEvDpOT_@Base 0.0+git20160702.2610e25
_ZNSt6vectorIfSaIfEE17_M_realloc_insertIJfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_@Base 0.0+git20160702.2610e25
_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 0.0+git20160702.2610e25
_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 0.0+git20160702.2610e25
_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 0.0+git20160702.2610e25
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS8_E@Base 0.0+git20160702.2610e25
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 0.0+git20160702.2610e25
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 0.0+git20160702.2610e25
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 0.0+git20160702.2610e25
_ZeqRK11IndelAlleleS1_@Base 0.0+git20160702.2610e25
_ZlsRSoRK11IndelAllele@Base 0.0+git20160702.2610e25
_ZltRK11IndelAlleleS1_@Base 0.0+git20160702.2610e25
_ZneRK11IndelAlleleS1_@Base 0.0+git20160702.2610e25
......@@ -2,13 +2,10 @@
# DH_VERBOSE := 1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
dh $@ --no-parallel
override_dh_install:
dh_install
......@@ -18,7 +15,4 @@ override_dh_install:
--exclude-la \
--movedev debian/tmp/usr/include/* usr/include \
--movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
debian/tmp/usr/lib/*/$(DEBPKGNAME).so
get-orig-source:
. debian/get-orig-source
debian/tmp/usr/lib/*/*.so
version=4
opts="mode=git,uversionmangle=s/^/0.0+/" \
opts="mode=git,pretty=0.0+git%cd.%h" \
https://github.com/ekg/smithwaterman.git HEAD