소스 검색

debian: Fix typo and clarify text in 1.17.0 changelog entry

Guillem Jover 13 년 전
부모
커밋
672254e703
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      debian/changelog

+ 3 - 3
debian/changelog

@@ -116,8 +116,8 @@ dpkg (1.17.0) unstable; urgency=low
   * Print correct path to vendor directory on error message in dpkg-vendor.
   * Print correct path to vendor directory on error message in dpkg-vendor.
   * Do not hardcode the dpkg system configuration directory in perl scripts,
   * Do not hardcode the dpkg system configuration directory in perl scripts,
     respect build time setting.
     respect build time setting.
-  * Deprecate Dpkg lowercase and exported by default variables, replaced by
-    new unified uppercase non-exported by default ones.
+  * Deprecate Dpkg perl module lowercase and exported by default variables,
+    replaced by new unified uppercase non-exported by default ones.
   * Do not set -fstack-protector in the default build flags on arm64 (it's
   * Do not set -fstack-protector in the default build flags on arm64 (it's
     not yet supported). Thanks to Matthias Klose <doko@ubuntu.com>.
     not yet supported). Thanks to Matthias Klose <doko@ubuntu.com>.
     Closes: #711936
     Closes: #711936
@@ -163,7 +163,7 @@ dpkg (1.17.0) unstable; urgency=low
   * Add new dpkg-shlibdeps -l option to add private shared library directories.
   * Add new dpkg-shlibdeps -l option to add private shared library directories.
     This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
     This should be used instead of abusing LD_LIBRARY_PATH to pass the paths,
     which might be problematic when cross-compiling. Closes: #698881
     which might be problematic when cross-compiling. Closes: #698881
-  * Only apply empy line and comma cleanups when doing substvar replacements
+  * Only apply empty line and comma cleanups when doing substvar replacements
     on fields where those are relevant. Closes: #659814
     on fields where those are relevant. Closes: #659814
   * Do not scan control files twice for PGP signature presence.
   * Do not scan control files twice for PGP signature presence.