Procházet zdrojové kódy

Update usertags currently used to reflect reality.

Guillem Jover před 19 roky
rodič
revize
70a50eb10b
1 změnil soubory, kde provedl 27 přidání a 12 odebrání
  1. 27 12
      debian/usertags

+ 27 - 12
debian/usertags

@@ -19,22 +19,33 @@ usertag		pseudo-tag	description
 assert		[ASSERT]	Errors caused by assert().
 assert		[ASSERT]	Errors caused by assert().
 segfault	[SEGFAULT]	Errors that cause segmentation faults.
 segfault	[SEGFAULT]	Errors that cause segmentation faults.
 conffile	[CONFFILE]	Issues with configuration file handling.
 conffile	[CONFFILE]	Issues with configuration file handling.
-		[DEPENDS]	Issues with dependency relationship handling.
+depends		[DEPENDS]	Issues with dependency relationship handling.
+maint-script			Errors related to maintainer scripts.
+db				Issues handling the database.
 trivial		[TRIVIAL]	Bug should be trivial to fix.
 trivial		[TRIVIAL]	Bug should be trivial to fix.
 perf		[PERF]		Performance problems.
 perf		[PERF]		Performance problems.
 new-field			Requests for new control file fields.
 new-field			Requests for new control file fields.
 wig-and-pen			Wig&Pen (aka dpkg-source v2).
 wig-and-pen			Wig&Pen (aka dpkg-source v2).
-not-debian			Errors not affecting Debian systems.
-		[ARCH]		Updates to ‘cputable’, ‘ostable’ and porting
+arch		[ARCH]		Updates to ‘cputable’, ‘ostable’ and porting
 				patches.
 				patches.
-utf-8		[UTF-8]		Conversion to the UTF-8 encoding.
-doc		[DOC]		Documentation bugs, including --help and manpages.
+not-debian			Errors not affecting Debian systems.
+i18n		[UTF-8]		Conversion to the UTF-8 encoding.
+i18n		[INTL]		Internationalization problems.
 l10n		[INTL]		New or updated translations and bugs affecting
 l10n		[INTL]		New or updated translations and bugs affecting
 				translation. Include the language code in the
 				translation. Include the language code in the
 				tag, e.g. [INTL:cy_GB].
 				tag, e.g. [INTL:cy_GB].
+doc		[DOC]		Documentation bugs, including --help and manpages.
 
 
-after-etch			Bugs to be fixed after this release.
-apt-feature			??
+Being considered tags
+=====================
+
+usertag			description
+-------			-----------
+
+integrity/audit		Integrity support (sign, hash, stat tracking).
+new-option		Request for new command-line option.
+after-etch		Bugs to be fixed after this release.
+apt-feature		??
 
 
 Program tags
 Program tags
 ============
 ============
@@ -106,8 +117,8 @@ usercategory dpkg-program
   + Other []
   + Other []
 
 
 usercategory dpkg-program-maint
 usercategory dpkg-program-maint
- * dpkg-program
  * status
  * status
+ * dpkg-program
  * severity
  * severity
  * classification
  * classification
 
 
@@ -115,27 +126,31 @@ usercategory dpkg-class
  * Dpkg-Class [tag=]
  * Dpkg-Class [tag=]
   + Segfault [segfault]
   + Segfault [segfault]
   + Assertion failure [assert]
   + Assertion failure [assert]
+  + Dependency relationship handling [depends]
   + Conffile handling [conffile]
   + Conffile handling [conffile]
+  + Database handling [db]
+  + Maintainer script handling [maint-script]
   + Performance issue [perf]
   + Performance issue [perf]
   + Trivial fix [trivial]
   + Trivial fix [trivial]
   + New control field [new-field]
   + New control field [new-field]
   + Wig and Pen [wig-and-pen]
   + Wig and Pen [wig-and-pen]
+  + Architecture specific issue [arch]
   + Non-Debian issue [not-debian]
   + Non-Debian issue [not-debian]
-  + UTF-8 encoding [utf-8]
-  + Documentation [doc]
+  + Internationalization [i18n]
   + Localization [l10n]
   + Localization [l10n]
+  + Documentation [doc]
   + Other []
   + Other []
 
 
 usercategory dpkg-class-maint
 usercategory dpkg-class-maint
- * dpkg-class
  * status
  * status
+ * dpkg-class
  * severity
  * severity
  * classification
  * classification
 
 
 usercategory dpkg-maint
 usercategory dpkg-maint
+ * status
  * dpkg-program
  * dpkg-program
  * dpkg-class
  * dpkg-class
- * status
  * severity
  * severity
  * classification
  * classification
 `---
 `---