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=838bbda3f3f7504b0c4d46dc5dd3442d55171464

commit 838bbda3f3f7504b0c4d46dc5dd3442d55171464
Author: Guillem Jover <[email protected]>
AuthorDate: Thu Feb 2 20:05:11 2023 +0100

    debian: Fix versioned Build-Depends on debhelper
    
    There was a missing 1 in the version.
    
    Fixes: commit b21501ddcd93b94583bd9553b087b62420b508c8
    Closes: #1030288
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f7f5e1068..d1b304546 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
- debhelper (>= 3.10~),
+ debhelper (>= 13.10~),
  pkgconf | pkg-config,
 # Version needed for ITS support.
  gettext (>= 0.19.7),

-- 
Dpkg.Org's dpkg

Reply via email to