The following commit has been merged in the master branch:
commit bcbfdd4e8a08574f08f5ee29e4e0ba14b3030d5b
Author: Niels Thykier <[email protected]>
Date:   Tue Jan 18 12:19:52 2011 +0100

    Removed / prefix from some ocaml tags

diff --git a/checks/ocaml b/checks/ocaml
index ac7d2ff..f4d7927 100644
--- a/checks/ocaml
+++ b/checks/ocaml
@@ -162,7 +162,7 @@ if ($is_dev_package) {
         $outside_prefix = dirname($outside_prefix);
         my $plural = ($outside_number == 1) ? '' : 's';
         tag "ocaml-dev-file-not-in-usr-lib-ocaml",
-            "$outside_number file$plural in /$outside_prefix";
+            "$outside_number file$plural in $outside_prefix";
     }
     if ($has_meta) {
         my $depends = $info->relation('all');
@@ -175,7 +175,7 @@ if ($is_dev_package) {
         $dev_prefix = dirname($dev_prefix);
         my $plural = ($dev_number == 1) ? '' : 's';
         tag "ocaml-dev-file-in-nondev-package",
-            "$dev_number file$plural in /$dev_prefix";
+            "$dev_number file$plural in $dev_prefix";
     }
 }
 
diff --git a/t/tests/ocaml-general/tags b/t/tests/ocaml-general/tags
index 896b51a..70cba0d 100644
--- a/t/tests/ocaml-general/tags
+++ b/t/tests/ocaml-general/tags
@@ -6,7 +6,7 @@ I: libocaml-general-ocaml-dev: ocaml-dangling-cmi 
usr/lib/foo.cmi
 I: libocaml-general-ocaml-dev: ocaml-dangling-cmi usr/lib/ocaml/bar.cmi
 I: libocaml-general-ocaml-dev: ocaml-dangling-cmi usr/lib/ocaml/baz.cmi
 I: libocaml-general-ocaml-dev: ocaml-stray-cmo usr/lib/ocaml/bleh.cma
-P: libocaml-general-ocaml-dev: ocaml-dev-file-not-in-usr-lib-ocaml 1 file in 
/usr/lib
+P: libocaml-general-ocaml-dev: ocaml-dev-file-not-in-usr-lib-ocaml 1 file in 
usr/lib
 P: libocaml-general-ocaml-dev: ocaml-meta-without-suggesting-findlib
-P: libocaml-general-ocaml: ocaml-dev-file-in-nondev-package 2 files in /usr/lib
+P: libocaml-general-ocaml: ocaml-dev-file-in-nondev-package 2 files in usr/lib
 W: libocaml-general-ocaml: ocaml-dangling-cmxs usr/lib/ocaml/bar.cmxs

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to