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

[SCM] Debian package checker branch, master, updated. 2.3.4-111-g255f224



The following commit has been merged in the master branch:
commit 255f224a3cabf4054baf18922455f32963f66385
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sat Apr 17 20:16:44 2010 +0100

    Recognise *-volatile as valid distributions in changes files.

diff --git a/checks/changes-file b/checks/changes-file
index 67c5e68..887d19e 100644
--- a/checks/changes-file
+++ b/checks/changes-file
@@ -67,7 +67,8 @@ if (defined $info->field('distribution')) {
 		     or ($distribution eq 'experimental')
 		     or ($distribution =~ /^\w+-backports$/)
 		     or ($distribution =~ /^\w+-proposed-updates$/)
-		     or ($distribution =~ /^\w+-security$/))
+		     or ($distribution =~ /^\w+-security$/)
+		     or ($distribution =~ /^\w+-volatile$/))
 		) {
 	    # bad distribution entry
 	    tag("bad-distribution-in-changes-file", $distribution);
diff --git a/debian/changelog b/debian/changelog
index 06be9fc..979bdb1 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ lintian (2.4.0) UNRELEASED; urgency=low
   * checks/changes-file{,.desc}:
     + [ADB] New check script for .changes file tests
     + [RA] Add maverick as a valid Ubuntu distribution.
+    + [ADB] Recognise *-volatile as valid distributions.
   * checks/copyright-file:
     + [ADB] Use Lintian::Check::check_spelling()
   * checks/deb-format.desc:

-- 
Debian package checker


Reply to: