ソースを参照

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
 
+  [ Guillem Jover ]
+  * Documentation:
+    - State the current working directory used when running dpkg-buildpackage
+      hooks.
+
   [ Updated scripts translations ]
   * 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
 always be executed even if the following action is not performed (except
 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
 their commands fail, so watch out for unintended consequences.