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

[SCM] Debian package checker branch, master, updated. 2.3.3-45-g5eb50bf



The following commit has been merged in the master branch:
commit 4d8d638f295b9f935333714d9ee957b97b70e199
Author: Russ Allbery <rra@debian.org>
Date:   Sat Mar 20 19:04:13 2010 -0700

    Remove using-old-source-format tag for right now

diff --git a/checks/debian-source-dir b/checks/debian-source-dir
index 87e8617..91e10c8 100644
--- a/checks/debian-source-dir
+++ b/checks/debian-source-dir
@@ -42,7 +42,6 @@ if (-e "debfiles/source/format") {
     my $format = <FORMAT>;
     chomp $format;
     tag "unknown-source-format", $format unless $KNOWN_FORMATS{$format};
-    tag "using-old-source-format" if $format eq "1.0";
 } else {
     tag "missing-debian-source-format";
 }
diff --git a/checks/debian-source-dir.desc b/checks/debian-source-dir.desc
index 98a4843..8fafee4 100644
--- a/checks/debian-source-dir.desc
+++ b/checks/debian-source-dir.desc
@@ -31,17 +31,6 @@ Info: <tt>debian/source/format</tt> contains an unknown source format. The
  "3.0 (bzr)".
 Ref: dpkg-source(1)
 
-Tag: using-old-source-format
-Severity: pedantic
-Certainty: certain
-Info: The source package is still using the old source format "1.0" while
- "3.0 (quilt)" and "3.0 (native)" are the recommended formats for use
- within Debian.
- .
- See http://wiki.debian.org/Projects/DebSrc3.0 for basic information about
- updating packages to use the new source formats.
-Ref: dpkg-source(1)
-
 Tag: unknown-file-in-debian-source
 Severity: important
 Certainty: possible

-- 
Debian package checker


Reply to: