[med-svn] [bedtools] 01/03: Distribute again /usr/bin/groupBy and replace the filo package that is being removed.
Charles Plessy
plessy at moszumanska.debian.org
Mon Sep 25 14:37:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch master
in repository bedtools.
commit 0838c921f69318223ba94e4d5ff94958ede29026
Author: Charles Plessy <plessy at debian.org>
Date: Mon Sep 25 12:29:30 2017 +0900
Distribute again /usr/bin/groupBy and replace the filo package that is being removed.
---
debian/control | 4 +++-
debian/rules | 1 -
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 28d4b78..8ce542b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ Package: bedtools
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Suggests: filo
+Conflicts: filo
+Replaces: filo
+Provides: filo
Description: suite of utilities for comparing genomic features
The BEDTools utilities allow one to address common genomics tasks such as
finding feature overlaps and computing coverage. The utilities are largely
diff --git a/debian/rules b/debian/rules
index cc97965..dabeb3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,6 @@ override_dh_installchangelogs:
override_dh_install:
dh_install
- rm -f $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin/groupBy # distributed in the filo package.
# make sure all *.sh files are featuring a '#!/bin/bash' as first line
# since there are at least two files (test/intersect/{new_test-intersect.sh,performanceTest.sh}
# requiring bash this is taken for all scripts instead of checking first via /bin/sh -n
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bedtools.git
More information about the debian-med-commit
mailing list