mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
remove -X option from grep-dctrl. It doesn't obtain the wished behaviour.
This commit is contained in:
parent
b0afe064f6
commit
9eb3f510b7
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -11,6 +11,9 @@ ubuntu-dev-tools (0.46) UNRELEASED; urgency=low
|
|||||||
[ Colin Watson ]
|
[ Colin Watson ]
|
||||||
* update-maintainer: Convert to plain #! /bin/sh.
|
* 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
|
-- Matt Zimmerman <mdz@ubuntu.com> Thu, 02 Oct 2008 22:34:44 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.45) intrepid; urgency=low
|
ubuntu-dev-tools (0.45) intrepid; urgency=low
|
||||||
|
@ -54,7 +54,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
result=$(
|
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)
|
/var/lib/apt/lists/*Sources | cut -d ' ' -f 2)
|
||||||
|
|
||||||
if [ -z $count ] && [ -z $single_line ]
|
if [ -z $count ] && [ -z $single_line ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user