Explorar o código

man: Document environment variables used by source format modules

Guillem Jover %!s(int64=9) %!d(string=hai) anos
pai
achega
19ba65f1e1
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 2 0
      debian/changelog
  2. 16 0
      man/dpkg-source.man

+ 2 - 0
debian/changelog

@@ -6,6 +6,8 @@ dpkg (1.18.12) UNRELEASED; urgency=medium
     - Rename FILE FORMATS section to FILES in dpkg-source(1).
     - Rename FILE FORMATS section to FILES in dpkg-source(1).
     - Use "dpkg suite" as the manual item in man pages .TH macro.
     - Use "dpkg suite" as the manual item in man pages .TH macro.
     - Use %VERSION% in dpkg-statoverride(1) source item in man page .TH macro.
     - Use %VERSION% in dpkg-statoverride(1) source item in man page .TH macro.
+    - Document environment variables used by source format modules in
+      dpkg-source(1).
 
 
  -- Guillem Jover <guillem@debian.org>  Sun, 06 Nov 2016 05:03:23 +0100
  -- Guillem Jover <guillem@debian.org>  Sun, 06 Nov 2016 05:03:23 +0100
 
 

+ 16 - 0
man/dpkg-source.man

@@ -777,6 +777,22 @@ of that fact.
 .B SOURCE_DATE_EPOCH
 .B SOURCE_DATE_EPOCH
 If set, it will be used as the timestamp (as seconds since the epoch) to
 If set, it will be used as the timestamp (as seconds since the epoch) to
 clamp the mtime in the \fBtar\fP(5) file entries.
 clamp the mtime in the \fBtar\fP(5) file entries.
+.TP
+.B VISUAL
+.TQ
+.B EDITOR
+Used by the “2.0” and “3.0 (quilt)” source format modules.
+.TP
+.B GIT_DIR
+.TQ
+.B GIT_INDEX_FILE
+.TQ
+.B GIT_OBJECT_DIRECTORY
+.TQ
+.B GIT_ALTERNATE_OBJECT_DIRECTORIES
+.TQ
+.B GIT_WORK_TREE
+Used by the “3.0 (git)” source format modules.
 .
 .
 .SH FILES
 .SH FILES
 .SS debian/source/format
 .SS debian/source/format