This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository bamtools.
commit 37497757f7d55cca7a2cd3ec71052cd850c4ee94 Author: Andreas Tille <[email protected]> Date: Tue Jul 15 15:43:21 2014 +0200 Drop some rubish from initial packaging --- debian/debian/changelog | 5 ----- debian/debian/compat | 1 - debian/debian/control | 30 ------------------------------ debian/debian/copyright | 31 ------------------------------- debian/debian/libbambamc-dev.install | 5 ----- debian/debian/libbambamc.install | 2 -- debian/debian/rules | 7 ------- debian/debian/source/format | 1 - debian/debian/watch | 3 --- 9 files changed, 85 deletions(-) diff --git a/debian/debian/changelog b/debian/debian/changelog deleted file mode 100644 index cf1ff7f..0000000 --- a/debian/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -bambamc (0.0.49-1) UNRELEASED; urgency=low - - * Initial upload (Closes: #???) - - -- Andreas Tille <[email protected]> Sun, 13 Apr 2014 08:12:10 +0200 diff --git a/debian/debian/compat b/debian/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/debian/control b/debian/debian/control deleted file mode 100644 index ab583fe..0000000 --- a/debian/debian/control +++ /dev/null @@ -1,30 +0,0 @@ -Source: bambamc -Section: science -Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]>, - German Tischler <[email protected]> -Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9), autoconf (>= 2.61), automake (>= 1.10), libtool (>= 2.2.6), pkg-config (>= 0.22), zlib1g-dev (>= 1.2.3) -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/bambamc.git -Vcs-Git: git://anonscm.debian.org/debian-med/bambamc.git -Homepage: https://github.com/gt1/bambamc - -Package: libbambamc -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Runtime library for reading and writing BAM (genome alignment) files - The BAM Format is a binary format for storing sequence data. This is a - lightweight C implementation of the read name collation code from the - larger bambam C++ project to handle BAM file input and BAM file output. - -Package: libbambamc-dev -Section: libdevel -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libbambamc (= ${binary:Version}), pkg-config (>= 0.22), zlib1g-dev (>= 1.2.3) -Description: Development files for reading and writing BAM (genome alignment) files - The BAM Format is a binary format for storing sequence data. This is a - lightweight C implementation of the read name collation code from the - larger bambam C++ project to handle BAM file input and BAM file output. - . - This package contains the static library and header files. diff --git a/debian/debian/copyright b/debian/debian/copyright deleted file mode 100644 index c998338..0000000 --- a/debian/debian/copyright +++ /dev/null @@ -1,31 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: bambamc -Source: https://github.com/gt1/bambamc - -Files: * -Copyright: Copyright (C) 2009-2013 German Tischler - Copyright (C) 2011-2013 Genome Research Limited -License: GPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - . - On Debian systems, the full text of the GNU General Public - License version 3 can be found in the file - `/usr/share/common-licenses/GPL-3'. - -Files: src/bambamc/BamBam_Hash.c -Copyright: Copyright 1996 Bob Jenkins <[email protected]> -License: public-domain - By Bob Jenkins, 1996. [email protected]. You may use this - code any way you wish, private, educational, or commercial. It's free. - See http://burlteburtle.net/bob/hash/evahash.html diff --git a/debian/debian/libbambamc-dev.install b/debian/debian/libbambamc-dev.install deleted file mode 100644 index 7cca718..0000000 --- a/debian/debian/libbambamc-dev.install +++ /dev/null @@ -1,5 +0,0 @@ -usr/include -usr/lib/libbambamc.so -usr/lib/libbambamc.a -usr/lib/*.la -usr/lib/pkgconfig diff --git a/debian/debian/libbambamc.install b/debian/debian/libbambamc.install deleted file mode 100644 index 5722521..0000000 --- a/debian/debian/libbambamc.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/libbambamc.so.* - diff --git a/debian/debian/rules b/debian/debian/rules deleted file mode 100755 index 75a8307..0000000 --- a/debian/debian/rules +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/make -f -%: - dh $@ - -override_dh_auto_configure: - autoreconf -i -f - dh_auto_configure diff --git a/debian/debian/source/format b/debian/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/debian/watch b/debian/debian/watch deleted file mode 100644 index 1d08e0e..0000000 --- a/debian/debian/watch +++ /dev/null @@ -1,3 +0,0 @@ -version=3 -opts=uversionmangle=s/_/./g \ - https://github.com/gt1/bambamc/releases .*/archive/bambamc_(\d[\d._]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
