This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=2c9d5c31e96a90ab28e4c34119b8ff84236f8991

commit 2c9d5c31e96a90ab28e4c34119b8ff84236f8991
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Dec 18 12:55:14 2024 +0100

    scripts/mk: Capitalize variable descriptions
    
    These are sentences ending with a dot, so they should be capitalized.
---
 scripts/mk/buildflags.mk | 40 ++++++++++++++++++++--------------------
 scripts/mk/buildopts.mk  |  2 +-
 scripts/mk/buildtools.mk | 16 ++++++++--------
 scripts/mk/pkg-info.mk   | 16 ++++++++--------
 scripts/mk/vendor.mk     |  4 ++--
 5 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/scripts/mk/buildflags.mk b/scripts/mk/buildflags.mk
index 8f25e2df7..a273b7089 100644
--- a/scripts/mk/buildflags.mk
+++ b/scripts/mk/buildflags.mk
@@ -1,29 +1,29 @@
 # This Makefile fragment (since dpkg 1.16.1) defines the following host
 # variables:
 #
-#   ASFLAGS: flags for the host assembler (since 1.21.0).
-#   CFLAGS: flags for the host C compiler.
-#   CPPFLAGS: flags for the host C preprocessor.
-#   CXXFLAGS: flags for the host C++ compiler.
-#   OBJCFLAGS: flags for the host Objective C compiler.
-#   OBJCXXFLAGS: flags for the host Objective C++ compiler.
-#   DFLAGS: flags for the host D compiler.
-#   FFLAGS: flags for the host Fortran 77 compiler.
-#   FCFLAGS: flags for the host Fortran 9x compiler.
-#   LDFLAGS: flags for the host linker.
+#   ASFLAGS: Flags for the host assembler (since 1.21.0).
+#   CFLAGS: Flags for the host C compiler.
+#   CPPFLAGS: Flags for the host C preprocessor.
+#   CXXFLAGS: Flags for the host C++ compiler.
+#   OBJCFLAGS: Flags for the host Objective C compiler.
+#   OBJCXXFLAGS: Flags for the host Objective C++ compiler.
+#   DFLAGS: Flags for the host D compiler.
+#   FFLAGS: Flags for the host Fortran 77 compiler.
+#   FCFLAGS: Flags for the host Fortran 9x compiler.
+#   LDFLAGS: Flags for the host linker.
 #
 # And the following variables for the build tools (since dpkg 1.22.1):
 #
-#   ASFLAGS_FOR_BUILD: flags for the build assembler.
-#   CFLAGS_FOR_BUILD: flags for the build C compiler.
-#   CPPFLAGS_FOR_BUILD: flags for the build C preprocessor.
-#   CXXFLAGS_FOR_BUILD: flags for the build C++ compiler.
-#   OBJCFLAGS_FOR_BUILD: flags for the build Objective C compiler.
-#   OBJCXXFLAGS_FOR_BUILD: flags for the build Objective C++ compiler.
-#   DFLAGS_FOR_BUILD: flags for the build D compiler.
-#   FFLAGS_FOR_BUILD: flags for the build Fortran 77 compiler.
-#   FCFLAGS_FOR_BUILD: flags for the build Fortran 9x compiler.
-#   LDFLAGS_FOR_BUILD: flags for the build linker.
+#   ASFLAGS_FOR_BUILD: Flags for the build assembler.
+#   CFLAGS_FOR_BUILD: Flags for the build C compiler.
+#   CPPFLAGS_FOR_BUILD: Flags for the build C preprocessor.
+#   CXXFLAGS_FOR_BUILD: Flags for the build C++ compiler.
+#   OBJCFLAGS_FOR_BUILD: Flags for the build Objective C compiler.
+#   OBJCXXFLAGS_FOR_BUILD: Flags for the build Objective C++ compiler.
+#   DFLAGS_FOR_BUILD: Flags for the build D compiler.
+#   FFLAGS_FOR_BUILD: Flags for the build Fortran 77 compiler.
+#   FCFLAGS_FOR_BUILD: Flags for the build Fortran 9x compiler.
+#   LDFLAGS_FOR_BUILD: Flags for the build linker.
 #
 # You can also export them in the environment by setting
 # DPKG_EXPORT_BUILDFLAGS to a non-empty value.
diff --git a/scripts/mk/buildopts.mk b/scripts/mk/buildopts.mk
index 21e0ecd8d..1fa738d02 100644
--- a/scripts/mk/buildopts.mk
+++ b/scripts/mk/buildopts.mk
@@ -3,7 +3,7 @@
 #
 # Defines the following variables:
 #
-#   DEB_BUILD_OPTION_PARALLEL: the argument for the parallel=N option.
+#   DEB_BUILD_OPTION_PARALLEL: The argument for the parallel=N option.
 #     $(DEB_BUILD_OPTIONS)                "parallel=2"  "parallel="  ""
 #     $(DEB_BUILD_OPTION_PARALLEL)        "2"           ""           unset
 #     $(DEB_BUILD_OPTION_PARALLEL:%=-j%)  "-j2"         ""           ""
diff --git a/scripts/mk/buildtools.mk b/scripts/mk/buildtools.mk
index 0a140521b..6c5deefc5 100644
--- a/scripts/mk/buildtools.mk
+++ b/scripts/mk/buildtools.mk
@@ -1,7 +1,7 @@
 # This Makefile fragment (since dpkg 1.19.0) defines the following variables
 # for host tools:
 #
-#   AS: assembler (since dpkg 1.19.1).
+#   AS: Assembler (since dpkg 1.19.1).
 #   CPP: C preprocessor.
 #   CC: C compiler.
 #   CXX: C++ compiler.
@@ -9,13 +9,13 @@
 #   OBJCXX: Objective C++ compiler.
 #   F77: Fortran 77 compiler.
 #   FC: Fortran 9x compiler.
-#   LD: linker.
-#   STRIP: strip objects (since dpkg 1.19.1).
-#   OBJCOPY: copy objects (since dpkg 1.19.1).
-#   OBJDUMP: dump objects (since dpkg 1.19.1).
-#   NM: names lister (since dpkg 1.19.1).
-#   AR: archiver (since dpkg 1.19.1).
-#   RANLIB: archive index generator (since dpkg 1.19.1).
+#   LD: Linker.
+#   STRIP: Strip objects (since dpkg 1.19.1).
+#   OBJCOPY: Copy objects (since dpkg 1.19.1).
+#   OBJDUMP: Dump objects (since dpkg 1.19.1).
+#   NM: Names lister (since dpkg 1.19.1).
+#   AR: Archiver (since dpkg 1.19.1).
+#   RANLIB: Archive index generator (since dpkg 1.19.1).
 #   PKG_CONFIG: pkg-config tool.
 #   QMAKE: Qt build system generator (since dpkg 1.20.0).
 #
diff --git a/scripts/mk/pkg-info.mk b/scripts/mk/pkg-info.mk
index 375e429b0..7c0b4162f 100644
--- a/scripts/mk/pkg-info.mk
+++ b/scripts/mk/pkg-info.mk
@@ -1,18 +1,18 @@
 # This Makefile fragment (since dpkg 1.16.1) defines the following package
 # information variables:
 #
-#   DEB_SOURCE: source package name.
-#   DEB_VERSION: package's full version (epoch + upstream vers. + revision).
-#   DEB_VERSION_EPOCH_UPSTREAM: package's version without the Debian revision.
-#   DEB_VERSION_UPSTREAM_REVISION: package's version without the Debian epoch.
-#   DEB_VERSION_UPSTREAM: package's upstream version.
-#   DEB_DISTRIBUTION: distribution(s) listed in the current debian/changelog
+#   DEB_SOURCE: Source package name.
+#   DEB_VERSION: Package's full version (epoch + upstream vers. + revision).
+#   DEB_VERSION_EPOCH_UPSTREAM: Package's version without the Debian revision.
+#   DEB_VERSION_UPSTREAM_REVISION: Package's version without the Debian epoch.
+#   DEB_VERSION_UPSTREAM: Package's upstream version.
+#   DEB_DISTRIBUTION: Distribution(s) listed in the current debian/changelog
 #     entry.
-#   DEB_TIMESTAMP: source package release date as seconds since the epoch as
+#   DEB_TIMESTAMP: Source package release date as seconds since the epoch as
 #     specified in the latest debian/changelog entry (since dpkg 1.22.9),
 #     although you are probably looking for SOURCE_DATE_EPOCH instead.
 #
-#   SOURCE_DATE_EPOCH: source release date as seconds since the epoch, as
+#   SOURCE_DATE_EPOCH: Source release date as seconds since the epoch, as
 #     specified by <https://reproducible-builds.org/specs/source-date-epoch/>
 #     (since dpkg 1.18.8).
 #     If it is undefined, the date of the latest changelog entry is used.
diff --git a/scripts/mk/vendor.mk b/scripts/mk/vendor.mk
index 7744b73cb..1d33299a0 100644
--- a/scripts/mk/vendor.mk
+++ b/scripts/mk/vendor.mk
@@ -1,8 +1,8 @@
 # This Makefile fragment (since dpkg 1.16.1) defines the following
 # vendor-related variables:
 #
-#   DEB_VENDOR: output of «dpkg-vendor --query Vendor».
-#   DEB_PARENT_VENDOR: output of «dpkg-vendor --query Parent» (can be empty).
+#   DEB_VENDOR: Output of «dpkg-vendor --query Vendor».
+#   DEB_PARENT_VENDOR: Output of «dpkg-vendor --query Parent» (can be empty).
 #
 # This Makefile fragment also defines a set of "dpkg_vendor_derives_from"
 # macros that can be used to verify if the current vendor derives from

-- 
Dpkg.Org's dpkg

Reply via email to