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

[SCM] Debian package checker branch, master, updated. 2.5.14-59-g1a6150f



The following commit has been merged in the master branch:
commit 1a6150fde22064280991edb8271b60be5eee58d7
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 10 18:26:11 2013 +0200

    doc/lintian.xml: Add small vendor profile example
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index 6dd230c..ad659a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,6 +63,10 @@ lintian (2.5.15) UNRELEASED; urgency=low
   * debian/rules:
     + [NT] Generate API documentation during build.
 
+  * doc/lintian.xml:
+    + [NT] Add small example vendor profile to the user
+      manual.
+
   * frontend/lintian:
     + [NT] Add information about memory usage with -ddd if
       Devel::Size is available.  A more detailed breakdown
diff --git a/doc/lintian.xml b/doc/lintian.xml
index 7fe3902..855d438 100644
--- a/doc/lintian.xml
+++ b/doc/lintian.xml
@@ -942,6 +942,33 @@ foo [!any-i386] binary: some-tag-not-for-i386 optional-extra
             Tag field.
           </para>
         </sect3>
+        <sect3 label="2.5.2.3" id="section-2.5.2.3">
+          <title>An example vendor profile</title>
+          <para>
+            Below is a small example vendor profile for a fictive
+            vendor called "my-vendor".
+          </para>
+          <screen>
+# The default profile for "my-vendor"
+Profile: my-vendor/main
+# It has all the checks and settings from the "debian" profile
+Extends: debian/main
+# Add checks specific to "my-vendor"
+Enable-Tags-From-Check:
+  my-vendor/some-check,
+  my-vendor/another-check,
+# Disable a tag
+Disable-Tags: dir-or-file-in-opt
+
+# Bump severity of no-md5sums-control-file
+# and file-missing-in-md5sums and make them
+# non-overrable
+Tags: no-md5sums-control-file,
+      file-missing-in-md5sums,
+Severity: serious
+Overridable: no
+</screen>
+        </sect3>
       </sect2>
     </sect1>
     <sect1 label="2.6" id="section-2.6">

-- 
Debian package checker


Reply to: