Bug#521126: devscripts: dirname regex should disallow version separator without version

2009-03-24 Thread Ben Finney
The attached patch, made against the public Subversion branch, addresses this bug by implementing (and documenting) a default dirname regex of ‘PACKAGE(-.+)?’ in all occurrences in ‘devscripts’. -- \ “Faith, n. Belief without evidence in what is told by one who | `\ speaks without know

Bug#521126: devscripts: dirname regex should disallow version separator without version

2009-03-24 Thread Ben Finney
Package: devscripts Version: 2.10.47 Severity: minor In many places in the devscripts programs, the regular expression referred to as the default for “dirname regex” is used: ‘PACKAGE(-.*)?’. This is documented as: … thus matching directory names such as PACKAGE and PACKAGE-version. Howe