]> err.no Git - dpkg/commitdiff
Update usertags currently used to reflect reality.
authorGuillem Jover <guillem@debian.org>
Sun, 25 Mar 2007 07:20:22 +0000 (07:20 +0000)
committerGuillem Jover <guillem@debian.org>
Sun, 25 Mar 2007 07:20:22 +0000 (07:20 +0000)
debian/usertags

index 8d4e8539e4578ee5b4ff3ec519af0491c74b1894..b56e0390d5d13eaedbf2318ff5ca56355130599b 100644 (file)
@@ -19,22 +19,33 @@ usertag             pseudo-tag      description
 assert         [ASSERT]        Errors caused by assert().
 segfault       [SEGFAULT]      Errors that cause segmentation faults.
 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.
 perf           [PERF]          Performance problems.
 new-field                      Requests for new control file fields.
 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.
-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
                                translation. Include the language code in the
                                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
 ============
@@ -106,8 +117,8 @@ usercategory dpkg-program
   + Other []
 
 usercategory dpkg-program-maint
- * dpkg-program
  * status
+ * dpkg-program
  * severity
  * classification
 
@@ -115,27 +126,31 @@ usercategory dpkg-class
  * Dpkg-Class [tag=]
   + Segfault [segfault]
   + Assertion failure [assert]
+  + Dependency relationship handling [depends]
   + Conffile handling [conffile]
+  + Database handling [db]
+  + Maintainer script handling [maint-script]
   + Performance issue [perf]
   + Trivial fix [trivial]
   + New control field [new-field]
   + Wig and Pen [wig-and-pen]
+  + Architecture specific issue [arch]
   + Non-Debian issue [not-debian]
-  + UTF-8 encoding [utf-8]
-  + Documentation [doc]
+  + Internationalization [i18n]
   + Localization [l10n]
+  + Documentation [doc]
   + Other []
 
 usercategory dpkg-class-maint
- * dpkg-class
  * status
+ * dpkg-class
  * severity
  * classification
 
 usercategory dpkg-maint
+ * status
  * dpkg-program
  * dpkg-class
- * status
  * severity
  * classification
 `---