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

[SCM] Debian package checker branch, master, updated. 2.5.12-33-g5ad979e



The following commit has been merged in the master branch:
commit 5ad979e41ae73f31632e4b65dbaa7b28784665dc
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Apr 21 16:19:39 2013 +0200

    auto-reject.profile: Add md5sums-mismatch
    
    The FTP-masters have added md5sums-mismatch to the list of "non-fatal"
    auto-rejects (#688300), so update the auto-reject profile accordingly.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index a87b0fe..b8a4875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -60,6 +60,10 @@ lintian (2.5.13) UNRELEASED; urgency=low
       The latter has slightly different return values in some
       cases.
 
+  * profiles/debian/ftp-master-auto-reject.profile:
+    + [NT] Include md5sums-mismatch as an overridable tag.
+      (See #688300)
+
   * reporting/harness:
     + [NT] Stop exporting ENV variables that lintian no longer
       cares about.
diff --git a/private/build-time-data/ftp-master-fatal b/private/build-time-data/ftp-master-fatal
index bd7b702..bbccdee 100644
--- a/private/build-time-data/ftp-master-fatal
+++ b/private/build-time-data/ftp-master-fatal
@@ -2,7 +2,7 @@
 # be overridden.  It is based on the data file retrieved from
 # http://ftp-master.debian.org/static/lintian.tags
 #
-# Last updated: 2012-10-24
+# Last updated: 2013-04-21
 
 FSSTND-dir-in-usr
 FSSTND-dir-in-var
diff --git a/private/build-time-data/ftp-master-nonfatal b/private/build-time-data/ftp-master-nonfatal
index f09174a..43ffb3b 100644
--- a/private/build-time-data/ftp-master-nonfatal
+++ b/private/build-time-data/ftp-master-nonfatal
@@ -2,7 +2,7 @@
 # be overridden (nonfatal tags).  It is based on the data file retrieved from
 # http://ftp-master.debian.org/static/lintian.tags
 #
-# Last updated: 2012-10-24
+# Last updated: 2013-04-21
 
 arch-dependent-file-in-usr-share
 arch-independent-package-contains-binary-or-object
@@ -14,6 +14,7 @@ copyright-contains-dh_make-todo-boilerplate
 dir-or-file-in-var-www
 embedded-library
 install-info-used-in-maintainer-script
+md5sum-mismatch
 missing-build-dependency
 missing-dependency-on-libc
 missing-pre-dependency-on-multiarch-support
diff --git a/profiles/debian/ftp-master-auto-reject.profile b/profiles/debian/ftp-master-auto-reject.profile
index a8aba7a..6e18a0e 100644
--- a/profiles/debian/ftp-master-auto-reject.profile
+++ b/profiles/debian/ftp-master-auto-reject.profile
@@ -22,7 +22,7 @@ Enable-Tags: FSSTND-dir-in-usr, FSSTND-dir-in-var, arch-dependent-file-in-usr-sh
  library-in-debug-or-profile-should-not-be-stripped, magic-arch-in-arch-list,
  maintainer-address-is-on-localhost, maintainer-address-malformed,
  maintainer-address-missing, maintainer-name-missing,
- maintainer-script-removes-device-files, malformed-deb-archive,
+ maintainer-script-removes-device-files, malformed-deb-archive, md5sum-mismatch,
  missing-build-dependency, missing-dependency-on-libc,
  missing-dependency-on-perlapi, missing-pre-dependency-on-multiarch-support,
  mknod-in-maintainer-script, no-architecture-field, no-copyright-file,

-- 
Debian package checker


Reply to: