Bug#909004: AttributeError: 'module' object has no attribute 'ignore'

2018-09-17 Thread Anton Nikolaevsky
Package: mercurial-keyring Version: 1.1.8-1 Severity: grave Justification: renders package unusable Dear Maintainer, With Debian testing fully up-to-date, the 'hg pull' command fails to run: user@debian-testing:~/src/hg/repo$ hg pull pulling from https://bitbucket.org/someuser/someproject **

Bug#758781: preprocess: Incorrect recursive #include detection

2014-08-21 Thread Anton Nikolaevsky
Package: preprocess Version: 1.1.0+ds-1 Severity: normal Tags: patch 1. Have the following files: common.sh: first.sh: # #include common.sh second.sh: # #include common.sh result.sh: # #include first.sh # #include second.sh 2. Run the command 'preprocess result.sh' Expected: no