{% extends "base.html" %} {% block title %} debian specific patch information for {{ pkg.name }} / {{ pkg.version }} {% endblock %} {% block content %}

debian specific patch information for {{ pkg.name }} / {{ pkg.version }}

Summary

Package Version Package Type Source Package Format
{{ pkg.version }} {{ pkg.type }} {{ pkg.format }}
{% if pkg.debtar_name %}

Debian packaging Information

Debian changes tarfile {{ pkg.debtar_name }}
Size{{ pkg.debtar_size }}
MD5sum{{ pkg.debtar_md5sum }}
{% endif %} {% if pkg.diffgz_name %}

Debian packaging Information

{% if pkg.diffgz_name and pkg.diffhandler.nondebiandir.lines %} {% endif %}
Diff file {{ pkg.diffgz_name }}
Size{{ pkg.diffgz_size }}
MD5sum{{ pkg.diffgz_md5sum }}
./debian only changes view download
non packaging (i.e. not ./debian) changes view download
{% endif %} {% if pkg.diffgz_name or pkg.debtar_name %} {% if pkg.diffhandler.series %}

"series" style patches

{% for name,patch in pkg.diffhandler.series.iterpatches %} {% endfor %}
patch summary view raw
{{ name }}
{{ patch.diffstat }}
view download
{% endif %} {% endif %} {% if pkg.diffgz_name and pkg.diffhandler.nondebiandir.lines %}

Misc. Non-packaging "direct" style patches

{% for insd,deld,modd,f in pkg.diffhandler.nondebiandir.diffstat.stats %} {% endfor %}
file inserted deleted modified view download
{{ f }}{{ insd }}{{ deld }}{{ modd }} view download
{% endif %} {% endblock %}