#import templates
#extends templates.skeleton
#def title
Debian Project patch tracking system
#end def
#def body
Debian Project patch tracking system
Introduction
This site is used to track/visualize the changes made in the source code
of software packaged in the debian distribution.
Quick access
- $conf.root_url/package/<p>
- search for package p
- $conf.root_url/package/<p>/<v>
- go directly to the page for package p, version v
- $conf.root_url/email/<u>
- show packages with maintainer address containing u.
Browse patches by package name
#set $links = [ ""+k+"" for k in $indices ]
#set $out = " - ".join($links)
$out
Jump to package / Package search
#end def