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

[SCM] Debian package checker branch, master, updated. 1.24.2-24-gad07e3f



The following commit has been merged in the master branch:
commit ad07e3fc84111d45c8f7cac2693c95eb2c599288
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri Jul 25 00:03:24 2008 +0100

    Munge .changes filenames to "_arch.changes" for consistency
    
    * testset/tags.scripts{,.sed}:
      + [ADB] Munge .changes filenames so that the tests produce consistent
        output across architectures

diff --git a/debian/changelog b/debian/changelog
index 3d3e893..51aa583 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,10 @@ lintian (1.24.3) unstable; urgency=low
     + [ADB] Update the list of check scripts, removing the no longer present
       deb-format and perl and adding the nmu script.
 
+  * testset/tags.scripts{,.sed}:
+    + [ADB] Munge .changes filenames so that the tests produce consistent
+      output across architectures
+
  -- 
 
 lintian (1.24.2) unstable; urgency=low
diff --git a/testset/tags.scripts b/testset/tags.scripts
index ae381e3..8f49ee4 100644
--- a/testset/tags.scripts
+++ b/testset/tags.scripts
@@ -17,7 +17,7 @@ E: scripts: shell-script-fails-syntax-check ./usr/bin/sh-broken
 E: scripts: suid-perl-script-but-no-perl-suid-dep ./usr/bin/suidperlfoo2
 E: scripts: wrong-path-for-interpreter #!/bin/ruby1.8 != /usr/bin/ruby1.8 (./usr/bin/rubyfoo)
 E: scripts: wrong-path-for-interpreter #!/usr/local/bin/lefty != /usr/bin/lefty (./usr/bin/lefty-foo)
-E: scripts_6ds-1ubuntu0.5.10.1_i386.changes: bad-ubuntu-distribution-in-changes-file unstable
+E: scripts_6ds-1ubuntu0.5.10.1_arch.changes: bad-ubuntu-distribution-in-changes-file unstable
 I: scripts source: debian-watch-file-should-dversionmangle-not-uversionmangle
 I: scripts: init.d-script-missing-lsb-short-description /etc/init.d/lsb-other
 I: scripts: no-md5sums-control-file
diff --git a/testset/tags.scripts.sed b/testset/tags.scripts.sed
new file mode 100644
index 0000000..acd8ec4
--- /dev/null
+++ b/testset/tags.scripts.sed
@@ -0,0 +1 @@
+s/_[^.]*\.changes/_arch.changes/

-- 
Debian package checker


Reply to: