[med-svn] [SCM] BEDtools branch, master, updated. debian/2.13.3-1-9-ge9c2dd8
Charles Plessy
plessy at debian.org
Sat Oct 29 02:27:06 UTC 2011
The following commit has been merged in the master branch:
commit ef63fb8302bcbad856fec801fca12275df5a5c5c
Author: Charles Plessy <plessy at debian.org>
Date: Sat Oct 29 10:49:35 2011 +0900
Upstream tar archives are now cleaned from the ‘._*’ files.
diff --git a/debian/README.source b/debian/README.source
index 1331736..4825ac8 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,10 +1,3 @@
-Upstream original source archive is repacked after removing AppleDouble encoded
-Macintosh file like ‘._BEDTools-Version-2.10.0’, which confuse the packaging
-system, as well as the other hidden files at the root of the archive. See
-debian/rules for the full command.
-
- -- Charles Plessy <plessy at debian.org> Tue, 25 Jan 2011 20:48:53 +0900
-
This package uses a patch system, please refer to the following documentation:
/usr/share/doc/quilt/README.source
diff --git a/debian/rules b/debian/rules
index d141d4b..26b90ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,3 @@ DEB_INSTALL_CHANGELOGS_ALL := RELEASE_HISTORY
get-orig-source:
uscan --no-symlink --force-download --download-version $(DEB_UPSTREAM_VERSION)
- zcat ../BEDTools.v$(DEB_UPSTREAM_VERSION).tar.gz \
- | tar --wildcards \
- --delete '*/._*' \
- | xz \
- > ../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.xz
--
Suite of utilities for comparing genomic features.
More information about the debian-med-commit
mailing list