Bug#589708: guilt: undeclared dependency on git (<< 1:1.8)

2010-07-31 Thread Iulian Udrea
On 20 July 2010 08:37, Jonathan Nieder wrote: > Package: guilt > Version: 0.33-1 > Severity: serious > Justification: policy §3.5 > Tags: patch > > Hi Iulian, :) > Hello Jonathan > > guilt has some code that in my opinion should be patched out in Debian: > > | case "$gitver" in > | 1.5.*

Bug#589708: guilt: undeclared dependency on git (<< 1:1.8)

2010-07-20 Thread Jonathan Nieder
Package: guilt Version: 0.33-1 Severity: serious Justification: policy §3.5 Tags: patch Hi Iulian, :) guilt has some code that in my opinion should be patched out in Debian: | case "$gitver" in | 1.5.*) ;; # git config | 1.6.*) ;; # git config | 1.7.*) ;; # git config |