From 641dbbb42cff26c936a95d39e111157de40d3a8e Mon Sep 17 00:00:00 2001
From: Legimet <legimet.calc@gmail.com>
Date: Thu, 22 Jan 2015 23:24:40 -0500
Subject: [PATCH] Add bug URL in comment

---
 helpers/make-tcltrf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-tcltrf b/helpers/make-tcltrf
index 6e55bb9b..19df1ac2 100644
--- a/helpers/make-tcltrf
+++ b/helpers/make-tcltrf
@@ -21,7 +21,8 @@ VERSION=1
 
 . ./config
 
-# Replace nonfree RIPEMD code with free code also included in Debian
+# Replace nonfree RIPEMD code with free code, also included in Debian
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751879
 rm -rf generic/ripemd/*
 cp $DATA/ripemd/* generic/ripemd
 
-- 
GitLab