The following commit has been merged in the master branch:
commit 2ebabb6d96ae6373ccc559d274f320563beca783
Author: Niels Thykier <[email protected]>
Date:   Tue Apr 3 00:58:14 2012 +0200

    t/runtests: Allow distribution to be set in the desc file
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/t/runtests b/t/runtests
index aadfd4f..d424351 100755
--- a/t/runtests
+++ b/t/runtests
@@ -806,6 +806,7 @@ sub check_test_is_sane {
     $data->{srcpkg} ||= $data->{testname};
     $data->{type} ||= 'native';
     $data->{date} ||= $DATE;
+    $data->{distribution} ||= 'unstable';
     $data->{description} ||= 'No Description Available';
     $data->{author} ||= 'Debian Lintian Maintainers 
<[email protected]>';
     $data->{architecture} ||= 'all';
diff --git a/t/templates/tests/skel/debian/changelog.in 
b/t/templates/tests/skel/debian/changelog.in
index f6d86c0..8489f83 100644
--- a/t/templates/tests/skel/debian/changelog.in
+++ b/t/templates/tests/skel/debian/changelog.in
@@ -1,4 +1,4 @@
-{$srcpkg} ({$version}) unstable; urgency=low
+{$srcpkg} ({$version}) {$distribution}; urgency=low
 
   * Lintian Test Suite.
   * Test: {$testname}

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to