Преглед изворни кода

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

Raphaël Hertzog пре 16 година
родитељ
комит
86adf8bd1e
1 измењених фајлова са 6 додато и 0 уклоњено
  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
 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
 
 =cut