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

lintian: r1298 - in trunk: debian testset



Author: rra
Date: 2008-05-04 21:29:40 +0200 (Sun, 04 May 2008)
New Revision: 1298

Modified:
   trunk/debian/changelog
   trunk/testset/runtests
Log:
* testset/runtests:
  + [RA] dpkg-source now enables the -i and -I regexes by default.
    Replace the defaults with ones that never match so that we can
    continue testing for cruft left in source packages.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-05-04 19:20:49 UTC (rev 1297)
+++ trunk/debian/changelog	2008-05-04 19:29:40 UTC (rev 1298)
@@ -19,6 +19,11 @@
   * frontend/lintian:
     + [RA] Work around a Perl 5.10 bug with Getopt::Long and sub handlers.
 
+  * testset/runtests:
+    + [RA] dpkg-source now enables the -i and -I regexes by default.
+      Replace the defaults with ones that never match so that we can
+      continue testing for cruft left in source packages.
+
  -- Frank Lichtenheld <djpig@debian.org>  Thu, 01 May 2008 22:13:07 +0200
 
 lintian (1.23.47) unstable; urgency=low

Modified: trunk/testset/runtests
===================================================================
--- trunk/testset/runtests	2008-05-04 19:20:49 UTC (rev 1297)
+++ trunk/testset/runtests	2008-05-04 19:29:40 UTC (rev 1298)
@@ -119,7 +119,8 @@
 # --- Set the ways to call lintian and dpkg-buildpackage
 my $lintian_options = '-I';
 my $lintian_info_options = '-I -i';
-my $dpkg_buildpackage_options = '-rfakeroot -us -uc -d';
+my $dpkg_buildpackage_options = '-rfakeroot -us -uc -d -iNEVER_MATCH_ANYTHING'
+    . ' -INEVER_MATCH_ANYTHING';
 my $lintian_path = $LINTIAN_ROOT . "/frontend/lintian";
 
 my $testok = 0;


Reply to: