Filter out illegal characters in version number when building a deb. Closes: #648531

This commit is contained in:
Joey Hess
2011-11-12 13:12:25 -04:00
parent 873c3606f3
commit 5e4e122d58
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (8.86) UNRELEASED; urgency=low
* Filter out illegal characters in version number when building a deb.
Closes: #648531
-- Joey Hess <joeyh@debian.org> Sat, 12 Nov 2011 13:08:40 -0400
alien (8.85) unstable; urgency=low
* Avoid breaking on spaces in filenames. Closes: #618636