Commit graph

3 commits

Author SHA1 Message Date
Manoj Srivastava
0e15d5c2e7 Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid' into dgit/sid 2016-01-16 23:54:15 -08:00
Aurelien Jarno
9be19177b4 make-dfsg (4.0-8.2) unstable; urgency=medium
* Non-maintainer upload.
  * Use a wrapper in the testsuite for ar to force it to not run in
    deterministic mode (Closes: #782750).

# imported from the archive
2015-08-25 11:05:48 -07:00
Manoj Srivastava
84dcee71fb [master]: A new bug fixing version
* There is an issue involving UTF-8 characters and the function
  find_char_unquote (read.c). The problem in the macro STOP_SET
  (makeint.h) where a character is converted to an int. Conversion to
  int is not correct. Characters with codes greater than 0x7f ( in
  particular in Cyrillic UTF- 8 ) into a large negative number. Thnks to
  the analysis from Юрий Матронов <ymuser@mail.ru>. This bug was
  independently reported and fixed upstream, so cherry picking that
  commit from upstream (which also comes with a test).
  (Closes: #747764).
* added a script that, given a list of targets, will build the first
  target that actually exists. Script created by Joey Hess.
  (Closes: #598534).

Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
2014-05-13 18:56:19 -07:00