[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.5-13-g7f8f8ea



The following commit has been merged in the master branch:
commit 7f8f8ead16a2cea7cc9471636ddb19992061be0d
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Mar 7 15:24:00 2012 +0100

    Use versioned build depends on debhelper 9 (rather than 9~)
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/templates/tests/pedantic/debian/control.in b/t/templates/tests/pedantic/debian/control.in
index 804aa8d..f021f86 100644
--- a/t/templates/tests/pedantic/debian/control.in
+++ b/t/templates/tests/pedantic/debian/control.in
@@ -3,7 +3,7 @@ Priority: extra
 Section: {$section}
 Maintainer: {$author}
 Standards-Version: {$standards_version}
-Build-Depends: debhelper (>= 9~)
+Build-Depends: debhelper (>= 9)
 Homepage: http://lintian.debian.org/
 
 Package: {$srcpkg}
diff --git a/t/templates/tests/skel/debian/control.in b/t/templates/tests/skel/debian/control.in
index d5718c0..410c914 100644
--- a/t/templates/tests/skel/debian/control.in
+++ b/t/templates/tests/skel/debian/control.in
@@ -3,7 +3,7 @@ Priority: extra
 Section: {$section}
 Maintainer: {$author}
 Standards-Version: {$standards_version}
-Build-Depends: debhelper (>= 9~)
+Build-Depends: debhelper (>= 9)
 
 Package: {$srcpkg}
 Architecture: {$architecture}

-- 
Debian package checker


Reply to: