diff --git a/src/HydraFrontend/root/build.tt b/src/HydraFrontend/root/build.tt
index 9c1dadec..4576f02b 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 00000000..5ad44879
Binary files /dev/null and b/src/HydraFrontend/root/static/images/debian.png differ