summaryrefslogtreecommitdiffstats
path: root/lib/python/bugs.py
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2006-12-10 18:36:34 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2006-12-10 18:36:34 +0000
commit59b2bebacd708f274af324d5a101969419cd69cc (patch)
treebff8f1e93af36a31488616a61e9996023e90576a /lib/python/bugs.py
parent1a1e9d7682ae97c230978794a1557621c223af1b (diff)
Various changes to switch from FAKE- to TEMP- prefixes
(Yeah, less than stellar engineering that this isn't concentrated in a single place.) git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@5103 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib/python/bugs.py')
-rw-r--r--lib/python/bugs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/bugs.py b/lib/python/bugs.py
index 877dedf59a..1db45c6770 100644
--- a/lib/python/bugs.py
+++ b/lib/python/bugs.py
@@ -761,7 +761,7 @@ class FileBase(debian_support.PackageFile):
break
if first_bug:
break
- record_name = 'FAKE-%07d-%06d' % (first_bug, first_lineno)
+ record_name = 'TEMP-%07d-%06d' % (first_bug, first_lineno)
yield self.finishBug(Bug(self.file.name, first_lineno, date,
record_name, description,
comments, notes=pkg_notes, xref=xref))

© 2014-2024 Faster IT GmbH | imprint | privacy policy