Bug#248561: aptitude: display origin (%O) in format strings

2014-04-11 Thread Jan Blunck
ommit c8797bd106e7fda242c82573260f607992b2ea6a Author: Jan Blunck Date: Fri Apr 11 08:07:49 2014 -0700 Add new format %O to display "Origin" field of packages (bdo #248561) For package maintainers that work with multiple package repositories for the same target suite or codename it is helpful to display

Bug#741034: bash: Array slicing broken

2014-03-07 Thread Jan Blunck
Package: bash Version: 4.2+dfsg-0.1 Severity: important Tags: patch Dear Maintainer, This problem was also reported upstream: http://lists.gnu.org/archive/html/bug-bash/2014-01/msg00050.html Here is my script to reproduce: $ bash -c 'set -- "" ; echo $#; set -- "${@:2}"; echo $#' 1 0 $ bash