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

[SCM] Debian package checker branch, master, updated. 2.1.3-24-g999c0d7



The following commit has been merged in the master branch:
commit 3b029e63eecdfe4c796af5a91f785ad84aed30d1
Author: Russ Allbery <rra@debian.org>
Date:   Mon Dec 29 18:20:11 2008 -0800

    Make the standards-version-newer test more reliable
    
    Changing the Standards-Version from 3.8.0 to 3.9.0 preserves the same
    file size, which means that if the file has the same timestamp as the
    template control.in (such as from a fresh git clone), rsync will decline
    to copy it.  Set it to 3.9.0.0 instead so that the file size is different.

diff --git a/t/tests/standards-version-newer/debian/debian/control.in b/t/tests/standards-version-newer/debian/debian/control.in
index 4874ff4..fb99443 100644
--- a/t/tests/standards-version-newer/debian/debian/control.in
+++ b/t/tests/standards-version-newer/debian/debian/control.in
@@ -2,7 +2,7 @@ Source: {$srcpkg}
 Priority: extra
 Section: {$section}
 Maintainer: {$author}
-Standards-Version: 3.9.0
+Standards-Version: 3.9.0.0
 Build-Depends: debhelper (>= 7)
 
 Package: {$srcpkg}
diff --git a/t/tests/standards-version-newer/tags b/t/tests/standards-version-newer/tags
index 99e7aa5..909a1a2 100644
--- a/t/tests/standards-version-newer/tags
+++ b/t/tests/standards-version-newer/tags
@@ -1 +1 @@
-W: standards-version-newer source: newer-standards-version 3.9.0 (current is 3.8.0)
+W: standards-version-newer source: newer-standards-version 3.9.0.0 (current is 3.8.0)

-- 
Debian package checker


Reply to: