------------------------------------------------------------ revno: 1699 committer: Rene Engelhard <[email protected]> branch nick: unstable timestamp: Mon 2009-10-12 00:01:10 +0200 message: fix Breaks: removing modified: rules
=== modified file 'rules' --- a/rules 2009-10-08 16:23:12 +0000 +++ b/rules 2009-10-11 22:01:10 +0000 @@ -1571,7 +1571,7 @@ endif ifneq "$(DICT_DIR)" "/usr/share/hunspell" - perl -pi -e 's/^Breaks:.*myspell*\n//' debian/control + perl -pi -e 's/^Breaks:.*myspell.*\n//' debian/control endif .DELETE_ON_ERROR: debian/control

