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

[lintian] 01/01: t/runtests: Correct "$epochless_version" for non-native pkgs



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit b37c9b4c9e4800528471ce1cbb86f6b701614967
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Feb 28 22:49:50 2014 +0100

    t/runtests: Correct "$epochless_version" for non-native pkgs
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/runtests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/runtests b/t/runtests
index 45ba48f..e64973f 100755
--- a/t/runtests
+++ b/t/runtests
@@ -464,7 +464,7 @@ sub test_package {
     # confuses dpkg-source, which then fails to find the upstream tarball and
     # builds a native package.
     unless ($is_native) {
-        for ($orig_version, $pkgdir, $targetdir) {
+        for ($orig_version, $pkgdir, $targetdir, $epochless_version) {
             s/-[^-]+$//;
             s/(-|^)(\d+):/$1/;
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: