[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#808116: mail_autoremovals.pl: Add bug URL



Package: release.debian.org
Severity: minor
Tags: patch



-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 9c37dd418e8d3fb90be77b781baf28488ad4344a Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Wed, 16 Dec 2015 09:16:36 +0100
Subject: [PATCH] mail_autoremovals.pl: Add bug URL

---
 mailer/mail_autoremovals.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mailer/mail_autoremovals.pl b/mailer/mail_autoremovals.pl
index 1be5092..3b1495c 100755
--- a/mailer/mail_autoremovals.pl
+++ b/mailer/mail_autoremovals.pl
@@ -81,6 +81,7 @@ sub show_bugs {
         $info .= "$header\n";
         foreach my $bug (@bugs) {
             $info .= $bug.": ".get_buginfo($bug)."\n";
+            $info .= " https://bugs.debian.org/".$bug."\n";;
         }
         $info .= "\n";
     }
-- 
2.6.2


Reply to: