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

Bug#955809: reportbug: Patch to add 'ftbfs' tag.



Source: reportbug
Version: 7.6.0
Severity: normal
Tags: patch

Dear Maintainer,

The attached patch adds the 'ftbfs' tag to make `-T ftbfs` work.

Kind Regards,

Bas
diff -Nru reportbug-7.6.0/debian/changelog reportbug-7.6.0+nmu1/debian/changelog
--- reportbug-7.6.0/debian/changelog	2019-12-14 19:18:07.000000000 +0100
+++ reportbug-7.6.0+nmu1/debian/changelog	2020-04-05 09:22:43.000000000 +0200
@@ -1,3 +1,10 @@
+reportbug (7.6.0+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add 'ftbfs' tag.
+
+ -- Bas Couwenberg <sebastic@debian.org>  Sun, 05 Apr 2020 09:22:43 +0200
+
 reportbug (7.6.0) unstable; urgency=medium
 
   [ Bastian Venthur ]
diff -Nru reportbug-7.6.0/reportbug/debbugs.py reportbug-7.6.0+nmu1/reportbug/debbugs.py
--- reportbug-7.6.0/reportbug/debbugs.py	2019-12-14 19:18:07.000000000 +0100
+++ reportbug-7.6.0+nmu1/reportbug/debbugs.py	2020-04-05 09:22:38.000000000 +0200
@@ -846,6 +846,7 @@
     'l10n': 'This bug reports a localization/internationalization issue.',
     'a11y': 'This bug is relevant to the accessibility of the package.',
     'newcomer': 'This bug has a known solution but the maintainer requests someone else implement it.',
+    'ftbfs': 'The package fails to build from source.',
 }
 
 

Reply to: