Codebase list debian-goodies / f3513e7
Extend Chris Lamb's patch to also look for -common and -data suffixes Gbp-Dch: Ignore Axel Beckert 7 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1212 * checkrestart: Skip files under /dev/. (Closes: #827696)
1313
1414 [ Chris Lamb ]
15 * debmany: Provide a hint if a "$package-doc" package also exists.
16 (Closes: #798407)
15 * debmany: Provide a hint if there also exists a package named $pkg-doc,
16 $pkg-common or $pkg-data. (Closes: #798407)
1717
1818 -- Paul Wise <pabs@debian.org> Fri, 29 Jul 2016 17:13:15 +0800
1919
230230
231231 if [ -z "$file" ]
232232 then
233 for suffix in -doc
233 for suffix in -doc -common -data
234234 do
235235 otherpackage="$package$suffix"
236236 if apt-cache show "$otherpackage" >/dev/null 2>&1