File: bts.diff

package info (click to toggle)
command-not-found 23.04.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: python: 1,008; sh: 29; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Julian Andres Klode <jak@debian.org>
Date: Wed, 21 Nov 2018 08:27:04 +0100
Subject: bts

* patches/bts.diff: Point to information on how to report bugs in Debian,
    and not to Launchpad. Also update the version number.
---
 command-not-found | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command-not-found b/command-not-found
index 11e2cf1..b1e3ae6 100755
--- a/command-not-found
+++ b/command-not-found
@@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function
 
 
 __version__ = "0.3"
-BUG_REPORT_URL = "https://bugs.launchpad.net/command-not-found/+filebug"
+BUG_REPORT_URL = "http://www.debian.org/Bugs/Reporting"
 
 try:
     import sys