Bladeren bron

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

Guillem Jover 9 jaren geleden
bovenliggende
commit
a7bca3a03c
2 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  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.