summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/package_vers.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/package_vers.tmpl b/templates/package_vers.tmpl
index 7dc77dc..4ecd692 100755
--- a/templates/package_vers.tmpl
+++ b/templates/package_vers.tmpl
@@ -54,6 +54,7 @@ debian specific patch information for $src.name / $suite
<a href="$u/patch/debianonly/dl/$src.name/$src.version">download</a>
</td>
</tr>
+#if $src.diffgz and $diffhandler.nondebiandir.lines
<tr>
<th>non packaging (i.e. not ./debian) changes</th>
<td>
@@ -63,11 +64,12 @@ debian specific patch information for $src.name / $suite
<a href="$u/patch/nondebian/dl/$src.name/$src.version">download</a>
</td>
</tr>
+#end if
</table>
#end if
-#if $src.diffgz
- <h2> Non-packaging "direct" style patches </h2>
+#if $src.diffgz and $diffhandler.nondebiandir.lines
+ <h2> Misc. Non-packaging "direct" style patches </h2>
<table class="patchlisting">
<tr>
<th>file</th>