Package: libopenmpi3,openmpi-common,openmpi-doc
Version: 3.1.3-5
Severity: normal

Thanks


Hi,

I would like to use the tag "Fortran-Mod" for tracking the compiler(s) used to build Fortran mod files (see dh-fortran-mod debhelper).

This would need to be accepted by dpkg, however. Can you please consider allowing this ?

Example patch included below. The field would be used in devel /libdevel packages (which ship .mod files, similar to include files)

Best regards

Alastair McKinstry


diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm
index b100366e1..81259f21c 100644
--- a/scripts/Dpkg/Control/FieldsCore.pm
+++ b/scripts/Dpkg/Control/FieldsCore.pm
@@ -317,6 +317,13 @@ our %FIELDS = (
         name => 'Format',
         allowed => CTRL_PKG_SRC | CTRL_INDEX_SRC | CTRL_FILE_CHANGES | CTRL_COPYRIGHT_HEADER | CTRL_FILE_BUILDINFO,
     },
+    'fortran-mod' => {
+        name => 'Fortran-Mod',
+        allowed => ALL_PKG,
+        separator => FIELD_SEP_COMMA,
+        dependency => 'union',
+        dep_order => 12,
+    },
     'homepage' => {
         name => 'Homepage',
         allowed => ALL_SRC | ALL_PKG,


--
Alastair McKinstry, <alast...@sceal.ie>, <mckins...@debian.org>, 
https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered.

Reply via email to