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

[SCM] Debian package checker branch, master, updated. 2.3.4-79-g7f8506e



The following commit has been merged in the master branch:
commit 7f8506e8fa47de6b93f73c8e5c8e9083b17c687a
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sat Apr 3 17:26:41 2010 +0100

    Document that check and collection scripts may use type "changes"
    
    * doc/desc-files:
      + [ADB] Add "changes" as an acceptable type for collection and check
        scripts.

diff --git a/debian/changelog b/debian/changelog
index 51799df..e6a915d 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,6 +63,10 @@ lintian (2.4.0) UNRELEASED; urgency=low
     + [ADB] New files to contain the various types of spelling corrections
       made by Lintian's spelling checks.
 
+  * doc/desc-files:
+    + [ADB] Add "changes" as an acceptable type for collection and check
+      scripts.
+
   * frontend/lintian:
     + [ADB] Add "changes" as a valid type for collection and check scripts
     + [ADB] Replace the special-cased parsing of .changes files with calls to
diff --git a/doc/desc-files b/doc/desc-files
index 47d2009..991e8b1 100644
--- a/doc/desc-files
+++ b/doc/desc-files
@@ -2,7 +2,7 @@ Description record for collection scripts:
 
   Collector-Script: <file name of collector script>
   Info: <description of what this script does>
-  Type: comma-separated list of <binary | source | udeb>
+  Type: comma-separated list of <binary | changes | source | udeb>
   Unpack-Level: <1>
   Version: <integer to be bumped when a change that requires script to be re-run is made>
   Order: <order--necessary if this script needs info from other scripts, see Needs-Info>
@@ -14,7 +14,7 @@ Description record for checks scripts:
   Check-Script: <file name of checker script>
   Abbrev: <abbrev>
   Info: <description of what this check does>
-  Type: comma-separated list of <binary | source | udeb>
+  Type: comma-separated list of <binary | changes | source | udeb>
   Standards-Version: <standards-version for which this check has been designed>
   Unpack-Level: <1>
   Needs-Info: <info this script needs>

-- 
Debian package checker


Reply to: