[Reproducible-commits] [debbindiff] 04/08: Ignore findutils in Recommends
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Jul 31 08:54:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository debbindiff.
commit 12ae28bc2a70930465270aa6d28f5f0244f9e47c
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Jul 31 07:15:46 2015 +0000
Ignore findutils in Recommends
It's an essential package.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c307351..a78c228 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_build:
override_dh_gencontrol:
echo "debbindiff:Recommends=$$(./debbindiff.py --list-tools | tail -n 1 | \
- sed -e 's/\(^\| \)\(coreutils\|diffutils\|e2fsprogs\|gzip\)\(,\|$$\)//g')" >> debian/debbindiff.substvars
+ sed -e 's/\(^\| \)\(coreutils\|diffutils\|e2fsprogs\|findutils\|gzip\)\(,\|$$\)//g')" >> debian/debbindiff.substvars
dh_gencontrol -O--buildsystem=python_distutils
override_dh_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git
More information about the Reproducible-commits
mailing list