[PATCH][P, T, U, V, W] UBUNTU: [debian] BugLink: close LP: bugs only for Launchpad urls
Kamal Mostafa
kamal at canonical.com
Fri Apr 1 20:17:47 UTC 2016
Generate "LP: #NNNNNNN" bug-close changelog comments only for BugLink's
which actually refer to Launchpad URL's, not other bug trackers.
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
debian/scripts/misc/git-ubuntu-log | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/scripts/misc/git-ubuntu-log b/debian/scripts/misc/git-ubuntu-log
index 2967d87..3937216 100755
--- a/debian/scripts/misc/git-ubuntu-log
+++ b/debian/scripts/misc/git-ubuntu-log
@@ -194,7 +194,7 @@ sub changelog_input {
$bugz{$k} = 1 if (($k ne '') and ($k =~ /[0-9]+/));
}
}
- elsif (/^ *BugLink: *http.*:\/\/.*\/([0-9]+)/i) {
+ elsif (/^ *BugLink: *.*launchpad.net\/.*\/([0-9]+)/i) {
$bugz{$1} = 1;
}
elsif (/^ *(CVE-.*)/) {
--
2.7.4
More information about the kernel-team
mailing list