Kaynağa Gözat

man: Merge ENVIRONMENT sections in dpkg-buildflags(1)

Guillem Jover 10 yıl önce
ebeveyn
işleme
1b09bbc32b
2 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 1 0
      debian/changelog
  2. 5 6
      man/dpkg-buildflags.1

+ 1 - 0
debian/changelog

@@ -8,6 +8,7 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
     - Document the tar entry size limitation for deb(5) format.
     - Document interaction between PIE and libraries in dpkg-buildflags(1).
       Based on text by Christian Seiler <christian@iwakd.de>.
+    - Merge ENVIRONMENT sections in dpkg-buildflags(1).
 
   [ Updated programs translations ]
   * German (Sven Joachim).

+ 5 - 6
man/dpkg-buildflags.1

@@ -460,6 +460,11 @@ various area features that affect build flags.
 The \fBDEB_BUILD_MAINT_OPTIONS\fP variable overrides any setting in the
 \fBDEB_BUILD_OPTIONS\fP feature areas.
 See the \fBFEATURE AREAS\fP section for details.
+.TP
+.B DEB_VENDOR
+This setting defines the current vendor.
+If not set, it will discover the current vendor by reading
+\fB\%/etc/dpkg/origins/default\fP.
 .
 .SH FILES
 .SS Configuration files
@@ -477,12 +482,6 @@ User configuration file.
 Makefile snippet that will load (and optionally export) all flags
 supported by \fBdpkg-buildflags\fP into variables (since dpkg 1.16.1).
 .
-.SH ENVIRONMENT
-.TP
-.B DEB_VENDOR
-This setting defines the current vendor. If not set, it will discover the
-current vendor by reading \fB\%/etc/dpkg/origins/default\fP.
-.
 .SH EXAMPLES
 To pass build flags to a build command in a makefile:
 .PP