mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
reverse-build-depends: add -X to grep-dctrl so that it works with exact matches only
This commit is contained in:
parent
e1138e8482
commit
6243ae5c18
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
ubuntu-dev-tools (0.46ubuntu1) UNRELEASED; urgency=low
|
||||
|
||||
[ Cesare Tirabassi ]
|
||||
* reverse-build-depends:
|
||||
- add -X option to grep-dctrl so that it only works with exact matches
|
||||
(LP: #272273).
|
||||
|
||||
-- Cesare Tirabassi <norsetto@ubuntu.com> Fri, 19 Sep 2008 22:55:45 +0200
|
||||
|
||||
ubuntu-dev-tools (0.45ubuntu1) intrepid; urgency=low
|
||||
|
||||
[ Siegfried-Angel Gevatter Pujals ]
|
||||
|
@ -54,7 +54,7 @@ then
|
||||
fi
|
||||
|
||||
result=$(
|
||||
grep-dctrl -sPackage -F Build-Depends,Build-Depends-Indep $1 \
|
||||
grep-dctrl -X -sPackage -F Build-Depends,Build-Depends-Indep $1 \
|
||||
/var/lib/apt/lists/*Sources | cut -d ' ' -f 2)
|
||||
|
||||
if [ -z $count ] && [ -z $single_line ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user