[med-svn] samtools 01/02: Revert "Remove source files not present in upstream tarball"

Charles Plessy plessy at moszumanska.debian.org
Thu Dec 24 04:54:01 UTC 2015


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

plessy pushed a commit to branch debian/unstable
in repository samtools.

commit c740a12b1a8f3fde3f4878f1c1067c40e05f7c24
Author: Charles Plessy <plessy at debian.org>
Date:   Wed Sep 16 18:02:31 2015 +0900

    Revert "Remove source files not present in upstream tarball"
    
    This reverts commit 702d28926f97b3acb9ce92705cbbe28b41015615.
---
 .travis.yml | 18 ++++++++++++++++++
 README.md   | 13 +++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..35dd1d1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+# Control file for continuous integration testing at http://travis-ci.org/
+
+language: c
+compiler:
+  - clang
+  - gcc
+
+matrix:
+  include:
+    # An unoptimised C99 build, for detecting non-static inline functions
+    - compiler: gcc
+      env: CFLAGS="-std=gnu99 -O0"
+
+before_script:
+  - git clone --depth=5 --branch=develop git://github.com/samtools/htslib.git
+  - export HTSDIR=./htslib
+
+script: make -e && make -e test
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e1f6a6a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+samtools
+========
+
+This is the official development repository for samtools.
+
+The original samtools package has been split into three separate
+but tightly coordinated projects:
+- [htslib](https://github.com/samtools/htslib): C-library for handling high-throughput sequencing data
+- samtools: mpileup and other tools for handling SAM, BAM, CRAM
+- [bcftools](https://github.com/samtools/bcftools): calling and other tools for handling VCF, BCF
+
+See also http://github.com/samtools/
+

-- 
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