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

[SCM] Debian package checker branch, master, updated. 2.5.1-10-g3bf2844



The following commit has been merged in the master branch:
commit 3bf28443a7f67e84c5ebab5c7ee3b3b97f68f721
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sat Jun 25 11:12:43 2011 +0200

    Removed leading slash from filename output
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/files b/checks/files
index 7e15d58..bd093f9 100644
--- a/checks/files
+++ b/checks/files
@@ -467,7 +467,7 @@ foreach my $file (@{$info->sorted_index}) {
 
 	    if ($index_info->{type} =~ m/^[-h]/o &&
 		$file =~ m,^usr/lib/debug/usr/lib/pyshared/(python\d?(?:\.\d+))/(.++)$,o){
-		my $correct = "/usr/lib/debug/usr/lib/pymodules/$1/$2";
+		my $correct = "usr/lib/debug/usr/lib/pymodules/$1/$2";
 		tag 'python-debug-in-wrong-location', $file, $correct;
 	    }
 	}
diff --git a/debian/changelog b/debian/changelog
index 9f94f31..8ba4ccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ lintian (2.5.2) UNRELEASED; urgency=low
     + [NT] Check for embedded copies of the underscore javascript
       library.  Thanks to Jakub Wilk for report and the patch.
       (Closes: #631513)
+    + [NT] Removed a leading slash from the filename part of the
+      extra for python-debug-in-wrong-location.  Thanks to
+      Jakub Wilk for the report and the patch.  (Closes: #631530)
 
   * frontend/lintian:
     + [NT] Ensure that all dependency collections of a check are
diff --git a/t/tests/files-python-general/tags b/t/tests/files-python-general/tags
index a9f9421..c7d1a91 100644
--- a/t/tests/files-python-general/tags
+++ b/t/tests/files-python-general/tags
@@ -2,5 +2,5 @@ E: python-kinterbasdb: package-installs-python-bytecode usr/share/python-kinterb
 E: python-kinterbasdb: package-installs-python-bytecode usr/share/python-kinterbasdb/code.pyo
 E: python-kinterbasdb: package-installs-python-egg usr/share/python-kinterbasdb/python.egg
 E: python-kinterbasdb: package-installs-python-pycache-dir usr/share/python-kinterbasdb/__pycache__/
-W: python-kinterbasdb-dbg: python-debug-in-wrong-location usr/lib/debug/usr/lib/pyshared/python2.7/python-module.so /usr/lib/debug/usr/lib/pymodules/python2.7/python-module.so
+W: python-kinterbasdb-dbg: python-debug-in-wrong-location usr/lib/debug/usr/lib/pyshared/python2.7/python-module.so usr/lib/debug/usr/lib/pymodules/python2.7/python-module.so
 W: python-kinterbasdb: compressed-objects.inv usr/share/doc/python-kinterbasdb/docs/objects.inv.gz

-- 
Debian package checker


Reply to: