[med-svn] samtools 01/02: Merge tag 'debian/1.3.1-2' into debian/jessie-backports

Afif Elghraoui afif at moszumanska.debian.org
Sat Aug 6 04:57:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch debian/jessie-backports
in repository samtools.

commit 84ee7a13c23d746d034d2dec09bbd6d01ba8d22b
Merge: 032962f a98b89b
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Fri Aug 5 21:03:20 2016 -0700

    Merge tag 'debian/1.3.1-2' into debian/jessie-backports
    
    samtools (1.3.1-2) unstable; urgency=medium
    
      952da10 Build-depends on htslib 1.3.1. (Closes: #822701)
    
     -- Charles Plessy <plessy at debian.org>  Sun, 08 May 2016 21:11:12 +0900

 .gitattributes                                     |    2 +-
 .gitignore                                         |   14 +-
 .travis.yml                                        |   22 +-
 .travis/clone                                      |   14 +
 INSTALL                                            |  144 +-
 Makefile                                           |  242 +-
 NEWS                                               |  145 +-
 README                                             |   31 +-
 README.md                                          |   25 +
 bam.c                                              |   85 +-
 bam.h                                              |   14 +-
 bam2bcf.c                                          |   77 +-
 bam2bcf.h                                          |   13 +-
 bam2bcf_indel.c                                    |   16 +-
 bam2depth.c                                        |  144 +-
 bam_addrprg.c                                      |  478 ++
 bam_aux.c                                          |   20 +-
 bam_cat.c                                          |  501 +-
 bam_color.c                                        |    2 +
 bam_flags.c                                        |    2 +
 bam_import.c                                       |    2 +
 bam_index.c                                        |   31 +-
 bam_lpileup.c                                      |    2 +
 bam_mate.c                                         |  134 +-
 bam_md.c                                           |  217 +-
 bam_plbuf.c                                        |    2 +
 bam_plcmd.c                                        |  238 +-
 bam_quickcheck.c                                   |  154 +
 bam_reheader.c                                     |  485 +-
 bam_rmdup.c                                        |  173 +-
 bam_rmdupse.c                                      |   79 +-
 bam_sort.c                                         | 1651 ++--
 bam_split.c                                        |  165 +-
 bam_stat.c                                         |   68 +-
 bam_tview.c                                        |   90 +-
 bam_tview.h                                        |    6 +-
 bam_tview_curses.c                                 |  112 +-
 bam_tview_html.c                                   |   12 +-
 bamshuf.c                                          |  229 +-
 bamtk.c                                            |  113 +-
 bedcov.c                                           |   33 +-
 bedidx.c                                           |    2 +
 config.h.in                                        |   50 +
 config.mk.in                                       |   52 +
 configure.ac                                       |  103 +
 cut_target.c                                       |   72 +-
 debian/NEWS                                        |    9 +
 debian/README.Debian                               |    9 -
 debian/ax_with_htslib.m4                           |  140 +
 debian/changelog                                   |   42 +
 debian/control                                     |   17 +-
 debian/copyright                                   |   24 +-
 debian/mans/ace2sam.1                              |   24 +
 debian/mans/samtools.pl.1                          |   19 +
 debian/mans/wgsim.1                                |   44 +
 debian/patches/fix_segfault_with_small_ref.patch   |   54 -
 debian/patches/i386-build.patch                    |   48 -
 debian/patches/literal_version.patch               |   16 +
 debian/patches/mayhem.patch                        |   69 +
 debian/patches/series                              |    6 +-
 debian/patches/spelling.patch                      |   15 +
 debian/rules                                       |   21 +-
 debian/samtools.install                            |    1 +
 debian/samtools.lintian-overrides                  |    4 +
 debian/source/options                              |    1 +
 dict.c                                             |  154 +
 errmod.c                                           |    6 +-
 examples/00README.txt                              |    2 +-
 faidx.c                                            |    6 +-
 install-sh                                         |  501 ++
 kprobaln.c                                         |    2 +
 misc/ace2sam.c                                     |    2 +
 misc/maq2sam.c                                     |    2 +
 misc/md5.c                                         |  298 -
 misc/md5.h                                         |   57 -
 misc/md5fa.c                                       |   49 +-
 bam_plbuf.c => misc/md5sum-lite.c                  |   69 +-
 misc/plot-bamstats                                 |   25 +-
 misc/wgsim.1                                       |   55 +
 misc/wgsim.c                                       |  145 +-
 misc/wgsim_eval.pl                                 |  376 +-
 padding.c                                          |  319 +-
 phase.c                                            |  119 +-
 sam.c                                              |   45 +-
 sam.h                                              |   26 +-
 sam_header.c                                       |    2 +
 sam_opts.c                                         |  155 +
 sam_opts.h                                         |   99 +
 sam_view.c                                         |  809 +-
 sample.c                                           |    2 +
 samtools.1                                         | 1500 +++-
 samtools.h                                         |   12 +-
 stats.c                                            | 1077 +--
 stats_isize.c                                      |    2 +
 test/addrprg/1_fixup.sam                           |   30 +
 test/addrprg/1_fixup.sam.expected                  |   30 +
 test/addrprg/1_fixup.sam.expected.err              |    0
 test/addrprg/2_fixup_orphan.sam                    |   30 +
 test/addrprg/2_fixup_orphan.sam.expected           |   30 +
 test/addrprg/2_fixup_orphan.sam.expected.err       |    0
 test/addrprg/3_fixup.sam.expected                  |    0
 test/addrprg/3_fixup.sam.expected.err              |    1 +
 test/addrprg/4_fixup_norg.sam                      |   29 +
 test/addrprg/4_fixup_norg.sam.expected             |   30 +
 test/addrprg/4_fixup_norg.sam.expected.err         |    0
 test/bam2fq/1.1.fq.expected                        |   72 +
 test/bam2fq/1.2.fq.expected                        |   72 +
 test/bam2fq/1.stdout.expected                      |    0
 test/bam2fq/2.1.fq.expected                        |   72 +
 test/bam2fq/2.2.fq.expected                        |   72 +
 test/bam2fq/2.s.fq.expected                        |    0
 test/bam2fq/2.stdout.expected                      |    0
 test/bam2fq/3.1.fq.expected                        |   72 +
 test/bam2fq/3.2.fq.expected                        |   72 +
 test/bam2fq/3.s.fq.expected                        |    4 +
 test/bam2fq/3.stdout.expected                      |    0
 test/bam2fq/4.1.fq.expected                        |   68 +
 test/bam2fq/4.2.fq.expected                        |   68 +
 test/bam2fq/4.s.fq.expected                        |    8 +
 test/bam2fq/4.stdout.expected                      |    0
 test/dat/.gitignore                                |    2 +
 test/dat/bam2fq.001.sam                            |    9 +-
 test/dat/{bam2fq.001.sam => bam2fq.002.sam}        |   10 +-
 test/dat/{bam2fq.001.sam => bam2fq.003.sam}        |   11 +-
 test/dat/depad.001p.sam                            |   12 +-
 test/dat/depad.001u.sam                            |   14 +-
 test/dat/dict.fa                                   |   46 +
 test/dat/dict.out                                  |   10 +
 test/dat/mpileup.1.sam                             |   44 +-
 test/dat/mpileup.2.sam                             |   10 +-
 test/dat/mpileup.3.sam                             |   14 +-
 test/dat/mpileup.out.2                             | 1006 +--
 test/dat/mpileup.out.4                             | 1008 +--
 test/dat/test_input_1_a.bam                        |  Bin 758 -> 759 bytes
 ...1_a.bam.bai => test_input_1_a.bam.bai.expected} |  Bin
 test/dat/test_input_1_a_regex.sam                  |   28 +
 test/dat/test_input_1_b.bam                        |  Bin 687 -> 686 bytes
 test/dat/test_input_1_b.bam.bai                    |  Bin 192 -> 0 bytes
 test/dat/test_input_1_b.sam                        |    2 +-
 test/dat/test_input_1_b_regex.sam                  |   24 +
 test/dat/test_input_1_c.bam                        |  Bin 655 -> 692 bytes
 test/dat/test_input_1_c.bam.bai                    |  Bin 176 -> 0 bytes
 test/dat/test_input_1_c.sam                        |    1 +
 test/dat/view.001.sam                              |    2 +-
 test/merge/.gitignore                              |    1 -
 test/merge/2.merge.expected.bam                    |  Bin 1181 -> 1228 bytes
 test/merge/3.merge.expected.bam                    |  Bin 1199 -> 1233 bytes
 test/merge/3.merge.expected.err                    |    6 +-
 test/merge/4.merge.expected.bam                    |  Bin 0 -> 689 bytes
 test/merge/5.merge.expected.bam                    |  Bin 0 -> 1115 bytes
 test/merge/5.merge.expected.sam                    |   61 +
 test/merge/6.merge.expected.bam                    |  Bin 0 -> 899 bytes
 test/merge/7.merge.expected.bam                    |  Bin 0 -> 1056 bytes
 test/merge/test_bam_translate.c                    |   37 +-
 test/merge/test_pretty_header.c                    |   87 -
 test/merge/test_rtrans_build.c                     |    2 +
 test/merge/test_trans_tbl_init.c                   |  417 +-
 test/mpileup/.gitignore                            |    1 +
 test/mpileup/depth.reg                             |   39 +
 test/mpileup/expected/1.out.f3-6.gz                |  Bin 0 -> 596114 bytes
 test/mpileup/expected/1.out.xz                     |  Bin 1336220 -> 0 bytes
 test/mpileup/expected/11.out                       |   18 +-
 test/mpileup/expected/12.out                       |   18 +-
 test/mpileup/expected/16.out                       |  182 +-
 test/mpileup/expected/19.out                       |  182 +-
 test/mpileup/expected/20.out                       |   12 +-
 test/mpileup/expected/21.out                       |  182 +-
 test/mpileup/expected/22.out                       |  182 +-
 test/mpileup/expected/23.out                       |    4 +-
 test/mpileup/expected/24.out                       |    4 +-
 test/mpileup/expected/25.out                       |    4 +-
 test/mpileup/expected/33.out                       |    4 +-
 test/mpileup/expected/34.out                       |    4 +-
 test/mpileup/expected/4.out                        |   56 +-
 test/mpileup/expected/48.out                       | 8202 ++++++++++----------
 test/mpileup/expected/49.out                       | 8202 ++++++++++----------
 test/mpileup/expected/50.out                       | 8202 ++++++++++----------
 test/mpileup/expected/51.out                       | 8202 ++++++++++----------
 test/mpileup/expected/52.out                       | 4209 +++++++++-
 test/mpileup/expected/76.out                       |  182 +-
 test/mpileup/expected/77.out                       |  182 +-
 test/mpileup/expected/d1_1.out                     |    6 +
 test/mpileup/expected/d1_12.out                    |    9 +
 test/mpileup/expected/d1_2.out                     |    6 +
 test/mpileup/expected/d2_12r.out                   |    5 +
 test/mpileup/expected/d3_12.out                    |   20 +
 test/mpileup/expected/d3_12r1a.out                 |   12 +
 test/mpileup/expected/d3_12r2a.out                 |    6 +
 test/mpileup/expected/d4_12.out                    |   60 +
 test/mpileup/expected/d4_12b.out                   |   17 +
 test/mpileup/expected/d4_12r.out                   |   12 +
 test/mpileup/mpileup.reg                           |    8 +-
 test/mpileup/regression.sh                         |   18 +-
 test/mpileup/xx#depth1.sam                         |    6 +
 test/mpileup/xx#depth2.sam                         |    6 +
 test/mpileup/xx.bed                                |    2 +
 test/mpileup/xx.bed2                               |    1 +
 test/quickcheck/1.quickcheck.badeof.bam            |  Bin 0 -> 1228 bytes
 test/quickcheck/2.quickcheck.badheader.bam         |  Bin 0 -> 1233 bytes
 test/quickcheck/3.quickcheck.ok.bam                |  Bin 0 -> 1228 bytes
 test/quickcheck/4.quickcheck.ok.bam                |  Bin 0 -> 1233 bytes
 test/quickcheck/5.quickcheck.truncated.cram        |  Bin 0 -> 11960 bytes
 test/quickcheck/all.expected                       |    3 +
 .../view.001.sam => reheader/1_view1.sam.expected} |   11 +-
 test/reheader/1_view1.sam.expected.err             |    0
 .../2_view1.sam.expected}                          |   61 +-
 test/reheader/2_view1.sam.expected.err             |    0
 .../3_view1.sam.expected}                          |   57 +-
 test/reheader/3_view1.sam.expected.err             |    0
 test/reheader/hdr.sam                              |   28 +
 test/split/test_count_rg.c                         |   11 +-
 test/split/test_expand_format_string.c             |   15 +-
 test/split/test_filter_header_rg.c                 |   17 +-
 test/split/test_parse_args.c                       |   34 +-
 test/stat/1.stats.expected                         |   72 +-
 test/stat/{5.stats.expected => 10.stats.expected}  |  250 +-
 test/stat/10_map_cigar.sam                         |    8 +
 ...ed => 10_map_cigar.sam_s1_a_1.expected.bamstat} |   72 +-
 ...ed => 10_map_cigar.sam_s1_b_1.expected.bamstat} |   72 +-
 ...ted => 1_map_cigar.sam_s1_a_1.expected.bamstat} |   72 +-
 test/stat/2.stats.expected                         |   72 +-
 test/stat/3.stats.expected                         |    2 +-
 test/stat/4.stats.expected                         |   72 +-
 test/stat/5.stats.expected                         |   72 +-
 test/stat/6.stats.expected                         |   72 +-
 test/stat/{5.stats.expected => 7.stats.expected}   |   83 +-
 test/stat/7_supp.sam                               |    6 +
 test/stat/{6.stats.expected => 8.stats.expected}   |   76 +-
 test/stat/8_secondary.sam                          |    6 +
 test/stat/{1.stats.expected => 9.stats.expected}   |   72 +-
 test/test.c                                        |    2 +
 test/test.pl                                       |  282 +-
 test/tview/test_get_rg_sample.c                    |    2 +
 test/vcf-miniview.c                                |    2 +
 234 files changed, 34223 insertions(+), 22217 deletions(-)

diff --cc debian/changelog
index de378b8,e86d913..ee1f913
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,45 +1,52 @@@
+ samtools (1.3.1-2) unstable; urgency=medium
+ 
+   952da10 Build-depends on htslib 1.3.1. (Closes: #822701)
+ 
+  -- Charles Plessy <plessy at debian.org>  Sun, 08 May 2016 21:11:12 +0900
+ 
+ samtools (1.3.1-1) unstable; urgency=medium
+ 
+   0c961b2 Merge tag '1.3.1' into debian/unstable
+   3666b08 Conforms with Policy version 3.9.8.
+ 
+  -- Charles Plessy <plessy at debian.org>  Tue, 26 Apr 2016 21:12:05 +0900
+ 
+ samtools (1.3-1) unstable; urgency=medium
+ 
+   [ Charles Plessy ]
+   95c561d Merge tag '1.3' into debian/unstable
+ 
+   [ Sascha Steinbiss ]
+   * Team upload
+   * Adapt to new build system
+   * Use secure Vcs-Git
+   * Patch autoconf not to use make to extract version
+   * Clean up d/copyright
+   * Fix spelling
+ 
+  -- Sascha Steinbiss <sascha at steinbiss.name>  Fri, 05 Feb 2016 08:32:40 +0000
+ 
+ samtools (1.2-4) unstable; urgency=medium
+ 
+   * Team upload
+   * Fix synopsis
+   * Fix Vcs-Browser
+   * Add lintian-override to document that the language extensions are used
+     internally
+   * Fix spelling
+   * Fix Mayhem issues caused by unlimited reads of gz input
+     Closes: #716199, #716197
+   * Provide some more manpages
+ 
+  -- Andreas Tille <tille at debian.org>  Mon, 21 Dec 2015 13:49:05 +0100
+ 
 +samtools (1.2-3~bpo8+1) jessie-backports; urgency=medium
 +
 +  * Team upload.
 +  * Rebuild for jessie-backports.
 +
 + -- Afif Elghraoui <afif at ghraoui.name>  Sun, 04 Oct 2015 18:22:30 -0700
 +
  samtools (1.2-3) unstable; urgency=medium
  
    * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git



More information about the debian-med-commit mailing list