remove -X option from grep-dctrl. It doesn't obtain the wished behaviour.

This commit is contained in:
Cesare Tirabassi 2008-10-07 13:42:43 +02:00
parent b0afe064f6
commit 9eb3f510b7
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -11,6 +11,9 @@ ubuntu-dev-tools (0.46) UNRELEASED; urgency=low
[ Colin Watson ]
* update-maintainer: Convert to plain #! /bin/sh.
[ Cesare Tirabassi ]
* remove -X option from grep-dctrl. It doesn't obtain the wished behaviour.
-- Matt Zimmerman <mdz@ubuntu.com> Thu, 02 Oct 2008 22:34:44 +0100
ubuntu-dev-tools (0.45) intrepid; urgency=low

View File

@ -54,7 +54,7 @@ then
fi
result=$(
grep-dctrl -X -sPackage -F Build-Depends,Build-Depends-Indep $1 \
grep-dctrl -sPackage -F Build-Depends,Build-Depends-Indep $1 \
/var/lib/apt/lists/*Sources | cut -d ' ' -f 2)
if [ -z $count ] && [ -z $single_line ]