This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository samtools.
commit 7293ccad22753062fd1928580c3fc208571fa43e Author: Charles Plessy <[email protected]> Date: Mon Aug 18 13:54:21 2014 +0900 Create a test package for the test data. --- debian/control | 11 ++++++++++- debian/{samtools.install => samtools-test.install} | 0 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0d5ea4a..f256f09 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/samtools.git Vcs-Git: git://anonscm.debian.org/debian-med/samtools.git -Homepage: http://samtools.sourceforge.net Package: samtools Architecture: any @@ -25,3 +24,13 @@ Description: processing sequence alignments in SAM and BAM formats (Sequence Alignment/Map) format, does sorting, merging and indexing, and allows to retrieve reads in any regions swiftly. It is designed to work on a stream, and is able to open a BAM (not SAM) file on a remote FTP or HTTP server. + +Package: samtools-test +Architecture: all +Depends: ${misc:Depends} +Description: test files for the samtools package. + Samtools is a set of utilities that manipulate nucleotide sequence alignments + in the binary BAM format. + . + This package contains test files for the samtools package. +Homepage: http://samtools.sourceforge.net diff --git a/debian/samtools.install b/debian/samtools-test.install similarity index 100% rename from debian/samtools.install rename to debian/samtools-test.install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
