[Reproducible-commits] [notes] 01/01: New issue: random_order_in_manifying_with_module_build

Niko Tyni ntyni at moszumanska.debian.org
Tue Jun 2 21:29:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository notes.

commit b1c7a54d15a6f2fc883ebc8f14ef35ab5d6bb162
Author: Niko Tyni <ntyni at debian.org>
Date:   Wed Jun 3 00:27:08 2015 +0300

    New issue: random_order_in_manifying_with_module_build
    
    This affects at least libnet-twitter-lite-perl and libur-perl.
---
 issues.yml   | 10 ++++++++++
 packages.yml |  7 ++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/issues.yml b/issues.yml
index 95ea826..e15ad02 100644
--- a/issues.yml
+++ b/issues.yml
@@ -240,6 +240,16 @@ random_order_in_files_generated_by_module_build:
     .
     Fixed in libmodule-build-perl, but not in the module shipped by perl itself.
   url: https://bugs.debian.org/774869
+random_order_in_manifying_with_module_build:
+  description: |
+    If a package contains POD documentation in both File.pod and File.pm,
+    Module::Build::Base::manify_lib_pods() will use randomly one of them
+    as it calls each() on the hash ref returned by _find_pods().
+    .
+    Similarly for Module::Build::Base::manify_bin_pods().
+    .
+    This is arguably always a bug in the package that has duplicated
+    documentation, particularly if the copies are not in sync.
 unsorted_filelist_python_support_private:
   description: |
     The files /usr/share/python-support/*.private generated by dh_pysupport contain
diff --git a/packages.yml b/packages.yml
index ece378b..0201296 100644
--- a/packages.yml
+++ b/packages.yml
@@ -7700,6 +7700,9 @@ libnet-twitter-lite-perl:
   version: 0.12006-1
   issues:
     - timestamps_in_documentation_generated_by_podman
+    - random_order_in_manifying_with_module_build
+  comments: |
+    Duplicated documentation for Net::Twitter::Lite
 libnfo:
   version: 1.0.1-1.1
   issues:
@@ -8053,8 +8056,10 @@ libuninum:
     - timestamps_from_cpp_macros
 libur-perl:
   version: 0.430-1
+  issues:
+    - random_order_in_manifying_with_module_build
   comments: |
-    Non-deterministically uses outdated .pod file over embedded POD in the .pl?
+    Duplicated documentation for UR::Object::Type
 libvigraimpex:
   version: 1.9.0+dfsg-10
   issues:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list