diff --git a/src/HydraFrontend/root/build.tt b/src/HydraFrontend/root/build.tt
index 9c1dadec1..4576f02b4 100644
--- a/src/HydraFrontend/root/build.tt
+++ b/src/HydraFrontend/root/build.tt
@@ -263,6 +263,8 @@
Source distribution [% product.name %]
[% CASE "rpm" %]
RPM package [% product.name %]
+ [% CASE "deb" %]
+
Debian package [% product.name %]
[% CASE DEFAULT %]
File [% product.name %] of type [% product.subtype %]
[% END %]
diff --git a/src/HydraFrontend/root/static/images/debian.png b/src/HydraFrontend/root/static/images/debian.png
new file mode 100644
index 000000000..5ad44879c
Binary files /dev/null and b/src/HydraFrontend/root/static/images/debian.png differ