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

lintian: r470 - in trunk: checks debian testset testset/binary/debian testset/debconf/debian



Author: djpig
Date: 2005-08-12 22:07:29 +0200 (Fri, 12 Aug 2005)
New Revision: 470

Modified:
   trunk/checks/copyright-file
   trunk/debian/changelog
   trunk/testset/binary/debian/copyright
   trunk/testset/debconf/debian/copyright
   trunk/testset/tags.binary
   trunk/testset/tags.debconf
Log:
Detect old FSF address additionally to the even older one


Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2005-08-12 19:49:07 UTC (rev 469)
+++ trunk/checks/copyright-file	2005-08-12 20:07:29 UTC (rev 470)
@@ -163,7 +163,7 @@
 }
 
 # lame check for old FSF zip code
-if (m/02139/) {
+if (m/(02139|02111-1307)/) {
     tag "old-fsf-address-in-copyright-file", "";
 }
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-12 19:49:07 UTC (rev 469)
+++ trunk/debian/changelog	2005-08-12 20:07:29 UTC (rev 470)
@@ -6,6 +6,9 @@
   * checks/binaries:
     + [FL] Convert the SONAME to lower case before comparing with
       package name. Suggested by Josh Triplett (Closes: #321206)
+  * checks/changelog-file:
+    + [FL] Detect old FSF address additionally to the even older
+      one
   * checks/debhelper{,.desc}:
     + [FL] Warn about using debhelper compat version lower than 3
       like debhelper itself

Modified: trunk/testset/binary/debian/copyright
===================================================================
--- trunk/testset/binary/debian/copyright	2005-08-12 19:49:07 UTC (rev 469)
+++ trunk/testset/binary/debian/copyright	2005-08-12 20:07:29 UTC (rev 470)
@@ -1,3 +1,8 @@
 hello.c is released under public domain.  This is distributed in the hope that
 it will be useful, but without any warranty; without even the implied warranty
 of merchantability or fitness for a particular purpose.
+
+Test for old FSF address:
+
+Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.

Modified: trunk/testset/debconf/debian/copyright
===================================================================
--- trunk/testset/debconf/debian/copyright	2005-08-12 19:49:07 UTC (rev 469)
+++ trunk/testset/debconf/debian/copyright	2005-08-12 20:07:29 UTC (rev 470)
@@ -1,2 +1,6 @@
 Copyright (C) 2004 Frank Lichtenheld <djpig@debian.org>
 
+Test for really old FSF address:
+
+Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
+MA 02139, USA.

Modified: trunk/testset/tags.binary
===================================================================
--- trunk/testset/tags.binary	2005-08-12 19:49:07 UTC (rev 469)
+++ trunk/testset/tags.binary	2005-08-12 20:07:29 UTC (rev 470)
@@ -5,6 +5,7 @@
 E: binary: menu-item-missing-required-tag section /usr/share/menu/binary:1
 E: binary: non-wm-in-windowmanager-menu-section x11 /usr/lib/menu/binary:4
 E: binary: non-wm-in-windowmanager-menu-section x11 /usr/share/menu/binary:4
+E: binary: old-fsf-address-in-copyright-file
 E: binary: postinst-does-not-call-updatemenus usr/lib/menu/binary
 E: binary: postrm-does-not-call-updatemenus usr/lib/menu/binary
 E: binary: statically-linked-binary ./usr/bin/static-hello

Modified: trunk/testset/tags.debconf
===================================================================
--- trunk/testset/tags.debconf	2005-08-12 19:49:07 UTC (rev 469)
+++ trunk/testset/tags.debconf	2005-08-12 20:07:29 UTC (rev 470)
@@ -1,5 +1,7 @@
+E: debconf-test-noscripts: old-fsf-address-in-copyright-file
 E: debconf-test: extended-description-is-empty
 E: debconf-test: mismatch-translated-choices choices-de.utf-8
+E: debconf-test: old-fsf-address-in-copyright-file
 E: debconf-test: settitle-requires-versioned-depends config
 W: debconf source: maintainer-script-lacks-debhelper-token debian/debconf-test.postinst
 W: debconf source: newer-debconf-templates



Reply to: