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=cf36e5ce66f5784513dca5c922df9ec11a2b4461

commit cf36e5ce66f5784513dca5c922df9ec11a2b4461
Author: Guillem Jover <[email protected]>
AuthorDate: Mon Dec 19 01:55:37 2022 +0100

    debian: Clarify versioned dependency rationale comments
    
    Mention the version is needed, not just the dependency. This makes it
    clear the comment in case we want to remove the versioned restriction.
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 926e6e244..22e468683 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,9 @@ Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
  pkg-config,
-# Needed for ITS support.
+# Version needed for ITS support.
  gettext (>= 0.19.7),
-# Needed for --porefs defaults, conditional addenda and mode=eof.
+# Version needed for --porefs defaults, conditional addenda and mode=eof.
  po4a (>= 0.59),
  libmd-dev,
  zlib1g-dev,
@@ -57,7 +57,7 @@ Pre-Depends:
  ${shlibs:Depends},
 Depends:
  ${misc:Depends},
-# Needed for --clamp-mtime in dpkg-deb -b.
+# Version needed for --clamp-mtime in dpkg-deb -b.
  tar (>= 1.28-1),
 Suggests:
  apt,
@@ -101,11 +101,11 @@ Depends:
  ${misc:Depends},
  ${perl:Depends},
  libdpkg-perl (= ${source:Version}),
-# Needed for --clamp-mtime.
+# Version needed for --clamp-mtime.
  tar (>= 1.28-1),
  bzip2,
  xz-utils,
-# Needed for git-style diff support.
+# Version needed for git-style diff support.
  patch (>= 2.7),
  make,
  binutils,
@@ -142,7 +142,7 @@ Multi-Arch: foreign
 Depends:
  ${misc:Depends},
  ${perl:Depends},
-# Needed for arch tuples.
+# Version needed for arch tuples.
  dpkg (>= 1.18.11),
 Recommends:
 # Used by Dpkg::File.

-- 
Dpkg.Org's dpkg

Reply via email to