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

man: Document the working directory when running dpkg-buildpackage hooks

Guillem Jover пре 9 година
родитељ
комит
a7bca3a03c
2 измењених фајлова са 6 додато и 0 уклоњено
  1. 5 0
      debian/changelog
  2. 1 0
      man/dpkg-buildpackage.man

+ 5 - 0
debian/changelog

@@ -1,5 +1,10 @@
 dpkg (1.18.16) UNRELEASED; urgency=medium
 dpkg (1.18.16) UNRELEASED; urgency=medium
 
 
+  [ Guillem Jover ]
+  * Documentation:
+    - State the current working directory used when running dpkg-buildpackage
+      hooks.
+
   [ Updated scripts translations ]
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
   * German (Helge Kreutzmann).
 
 

+ 1 - 0
man/dpkg-buildpackage.man

@@ -341,6 +341,7 @@ which will run at the times specified in the run steps (since dpkg 1.17.6).
 The hooks will
 The hooks will
 always be executed even if the following action is not performed (except
 always be executed even if the following action is not performed (except
 for the \fBbinary\fP hook).
 for the \fBbinary\fP hook).
+All the hooks will run in the unpacked source directory.
 
 
 Note: Hooks can affect the build process, and cause build failures if
 Note: Hooks can affect the build process, and cause build failures if
 their commands fail, so watch out for unintended consequences.
 their commands fail, so watch out for unintended consequences.