#import templates
#extends templates.skeleton
#def title
debian specific patch information for $src.name / $src.version
#end def
#def body
#set $u = $conf.root_url
debian specific patch information for $src.name / $src.version
Summary
Package Version |
$src.version |
Package Type |
$src.type |
Source Package Format |
$src.format |
#if $src.diffgz_name
Diff.gz |
$src.loc / $src.diffgz_name |
#end if
#if $src.diffgz_name
"Debian diff" Information
Diff file |
$src.diffgz_name
|
Size | $src.diffgz_size |
MD5sum | $src.diffgz_md5sum |
./debian only changes |
view
|
download
|
#if $src.diffgz_name and $diffhandler.nondebiandir.lines
non packaging (i.e. not ./debian) changes |
view
|
download
|
#end if
#end if
#if $src.diffgz_name and $diffhandler.nondebiandir.lines
Misc. Non-packaging "direct" style patches
file |
inserted |
deleted |
modified |
view |
download |
#for $insd,$deld,$modd,$f in $diffhandler.nondebiandir.diffstat.stats
$f | $insd | $deld | $modd |
view
|
download
|
#end for
#end if
#if $src.diffgz_name
#set $series = $diffhandler.series
#if $series
"series" style patches
patch |
summary |
view |
raw |
#for $name,$patch in $series.iterpatches()
$name |
$patch.diffstat
|
view
|
download
|
#end for
#end if
#end if
#end def