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

lintian: r580 - in trunk: checks debian testset



Author: jeroen
Date: 2006-03-16 04:42:49 +0100 (Thu, 16 Mar 2006)
New Revision: 580

Modified:
   trunk/checks/fields
   trunk/debian/changelog
   trunk/testset/tags.foo++
Log:
* checks/fields:
  + [JvW] Commented that Uploaders no longer will hit the multiline field
    issue, updated testsuite accordingly


Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-03-12 07:22:31 UTC (rev 579)
+++ trunk/checks/fields	2006-03-16 03:42:49 UTC (rev 580)
@@ -160,6 +160,8 @@
 		my $maintainer = <FH>;
 		close FH;
 
+		# Note, not expected to hit on uploaders anymore, as dpkg now strips
+		# newlines for the .dsc, and the newlines don't hurt in debian/control
 		unfold($f, \$maintainer);
 
 		$maintainer =~ s/^\s*(.+?)\s*$/$1/; #Remove leading and trailing whitespace

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-03-12 07:22:31 UTC (rev 579)
+++ trunk/debian/changelog	2006-03-16 03:42:49 UTC (rev 580)
@@ -1,5 +1,7 @@
 lintian (1.23.16) UNRELEASED; urgency=low
 
+  The "What's this Russ guy up to?" release
+
   * checks/binaries{.desc,}:
     + [RA] Add a check for the new "Invalid operation" error from
       objdump -T.  Skip shared-lib-without-dependency-information for
@@ -30,6 +32,8 @@
     + [RA] If clean depends on a rule that calls dh_clean rather than
       calling it directly, still allow debhelper in Build-Depends for
       arch-independent packages.  Reported by Michael Stilkerich.
+    + [JvW] Commented that Uploaders no longer will hit the multiline field
+      issue, updated testsuite accordingly
   * checks/manpages:
     + [FL] Ignore more warnings ("cannot adjust line", "can't break
       line") in non-English manpages. (Closes: #349792)

Modified: trunk/testset/tags.foo++
===================================================================
--- trunk/testset/tags.foo++	2006-03-12 07:22:31 UTC (rev 579)
+++ trunk/testset/tags.foo++	2006-03-16 03:42:49 UTC (rev 580)
@@ -1,6 +1,5 @@
 E: foo++ source: build-info-in-binary-control-file-section Package foo++
 E: foo++ source: debian-control-file-uses-obsolete-national-encoding at line 18
-E: foo++ source: multiline-field uploaders
 E: foo++ source: uploader-address-is-on-localhost Jeroen van Wolffelaar<jeroen@localhost.localdomain>
 E: foo++ source: uploader-address-malformed I am afraid of spam and think this helps <no_spam_please AT debian.org>
 E: foo++ source: uploader-address-malformed Marc 'HE' Brockschmidt <he@unknown>



Reply to: