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

[SCM] Debian package checker branch, master, updated. 2.2.9-18-g1d53a45



The following commit has been merged in the master branch:
commit 1d53a451f08efb6e4c153a6e2330099e023cd8b2
Author: Russ Allbery <rra@debian.org>
Date:   Sun Apr 26 20:11:01 2009 -0700

    Remove package-uses-breaks; Breaks is now safe to use
    
    * checks/fields{,.desc}:
      + [RA] Remove package-uses-breaks.  dpkg in stable now supports it.
        Thanks, Julian Andres Klode.  (Closes: #522660)

diff --git a/checks/fields b/checks/fields
index cf356bc..2ace802 100644
--- a/checks/fields
+++ b/checks/fields
@@ -564,8 +564,6 @@ if (($type eq "binary") || ($type eq 'udeb')) {
 
 			my $is_dep_field = sub { grep { $_ eq $_[0] } qw(depends pre-depends recommends suggests) };
 
-			tag "package-uses-breaks" if $field eq "breaks";
-
 			tag "alternates-not-allowed", "$field"
 			    if ($data =~ /\|/ && ! &$is_dep_field($field));
 
diff --git a/checks/fields.desc b/checks/fields.desc
index 5a599cc..fb5d882 100644
--- a/checks/fields.desc
+++ b/checks/fields.desc
@@ -776,13 +776,6 @@ Ref: policy 7.4
 Info: The package seems to conflict with one of its dependencies,
  recommendations, or suggestions by listing it in Conflicts or Breaks.
 
-Tag: package-uses-breaks
-Severity: normal
-Certainty: certain
-Ref: policy 7.3
-Info: This package uses the Breaks control field.  This control field
- should not be used until the stable release of Debian supports Breaks.
-
 Tag: breaks-without-version
 Severity: normal
 Certainty: possible
diff --git a/debian/changelog b/debian/changelog
index bb7c68e..677a5e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
 lintian (2.2.10) UNRELEASED; urgency=low
 
+  * Summary of tag changes:
+    + Removed:
+      - package-uses-breaks
+
+  * checks/fields{,.desc}:
+    + [RA] Remove package-uses-breaks.  dpkg in stable now supports it.
+      Thanks, Julian Andres Klode.  (Closes: #522660)
   * checks/files:
     + [ADB] Anchor the regular expression for the "gz-file-not-gzip" tag so
       that files with names that contain ".gz" but do not end in that string

-- 
Debian package checker


Reply to: