Sfoglia il codice sorgente

Dpkg::Vendor::Default: document the update-buildflags hook

Raphaël Hertzog 16 anni fa
parent
commit
86adf8bd1e
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      scripts/Dpkg/Vendor/Default.pm

+ 6 - 0
scripts/Dpkg/Vendor/Default.pm

@@ -98,6 +98,12 @@ The hook is called in Dpkg::Changelog to post-process a
 Dpkg::Changelog::Entry after it has been created and filled with the
 Dpkg::Changelog::Entry after it has been created and filled with the
 appropriate values.
 appropriate values.
 
 
+=item update-buildflags ($flags, $origin)
+
+The hook is called in Dpkg::BuildFlags to allow the vendor to override
+the default values set for the various build flags. $flags and $origin
+are hash reference.
+
 =back
 =back
 
 
 =cut
 =cut