Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dh-ocaml


Commits:
f946f4b2 by Stephane Glondu at 2026-08-05T16:44:47+02:00
Fix Perl's possible precedence problem warning

- - - - -
b17f507a by Stephane Glondu at 2026-08-05T16:45:27+02:00
Update changelog and prepare upload to unstable

- - - - -


2 changed files:

- debhelper/dh_ocamldoc
- debian/changelog


Changes:

=====================================
debhelper/dh_ocamldoc
=====================================
@@ -121,7 +121,7 @@ sub generate_docbase($$$) {
     return if defined( $dh{NO_ACT} );
     my ( $package, $html_dir, $document_name ) = @_;
     my $document_title = "";
-    $document_title = " (${document_name})" if !$document_name eq "";
+    $document_title = " (${document_name})" if !($document_name eq "");
     my $dest_dir = ocamldoc_destdir_html( $package, $html_dir );
     my $file =
 
"debian/${package}/usr/share/doc-base/${package}.doc-base.apiref${document_name}";


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+dh-ocaml (3.8) unstable; urgency=medium
+
+  * dh_ocamldoc: fix Perl's possible precedence problem warning
+
+ -- Stéphane Glondu <[email protected]>  Wed, 05 Aug 2026 16:44:58 +0200
+
 dh-ocaml (3.7) unstable; urgency=medium
 
   * dh_ocamllibinstall: copy files without using dh_install



View it on GitLab: 
https://salsa.debian.org/ocaml-team/dh-ocaml/-/compare/5282f42f2b3c96974071f2c5551a0d3aa7aa75fb...b17f507ab736cd74e1434b8edcf93b5ade332119

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/dh-ocaml/-/compare/5282f42f2b3c96974071f2c5551a0d3aa7aa75fb...b17f507ab736cd74e1434b8edcf93b5ade332119
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to