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

[SCM] Debian package checker branch, master, updated. 2.5.1-191-g41d4048



The following commit has been merged in the master branch:
commit 41d40486b034388dbc63973e5875dda3b64d6b06
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Aug 6 18:01:49 2011 +0200

    Move the test templates into a subdir

diff --git a/t/runtests b/t/runtests
index 9b2e604..912e329 100755
--- a/t/runtests
+++ b/t/runtests
@@ -386,7 +386,7 @@ sub test_package {
     my $rundir = "$RUNDIR/$pkg";
     my $origdir = "$TESTSET/tests/$testdata->{testname}";
     my $targetdir = "$rundir/$pkgdir";
-    my $tmpldir = "$TESTSET/templates";
+    my $tmpldir = "$TESTSET/templates/tests/";
 
     my $is_native = ($testdata->{type} eq 'native');
     my $orig_version = $testdata->{version};
diff --git a/t/templates/pedantic.upstream/Changes b/t/templates/tests/pedantic.upstream/Changes
similarity index 100%
rename from t/templates/pedantic.upstream/Changes
rename to t/templates/tests/pedantic.upstream/Changes
diff --git a/t/templates/pedantic/debian/changelog b/t/templates/tests/pedantic/debian/changelog
similarity index 100%
rename from t/templates/pedantic/debian/changelog
rename to t/templates/tests/pedantic/debian/changelog
diff --git a/t/templates/pedantic/debian/changelog.in b/t/templates/tests/pedantic/debian/changelog.in
similarity index 100%
rename from t/templates/pedantic/debian/changelog.in
rename to t/templates/tests/pedantic/debian/changelog.in
diff --git a/t/templates/pedantic/debian/compat b/t/templates/tests/pedantic/debian/compat
similarity index 100%
rename from t/templates/pedantic/debian/compat
rename to t/templates/tests/pedantic/debian/compat
diff --git a/t/templates/pedantic/debian/control.in b/t/templates/tests/pedantic/debian/control.in
similarity index 100%
rename from t/templates/pedantic/debian/control.in
rename to t/templates/tests/pedantic/debian/control.in
diff --git a/t/templates/pedantic/debian/copyright b/t/templates/tests/pedantic/debian/copyright
similarity index 100%
rename from t/templates/pedantic/debian/copyright
rename to t/templates/tests/pedantic/debian/copyright
diff --git a/t/templates/pedantic/debian/rules b/t/templates/tests/pedantic/debian/rules
similarity index 100%
rename from t/templates/pedantic/debian/rules
rename to t/templates/tests/pedantic/debian/rules
diff --git a/t/templates/pedantic/debian/source/format b/t/templates/tests/pedantic/debian/source/format
similarity index 100%
rename from t/templates/pedantic/debian/source/format
rename to t/templates/tests/pedantic/debian/source/format
diff --git a/t/templates/skel.upstream/.dummy b/t/templates/tests/skel.upstream/.dummy
similarity index 100%
rename from t/templates/skel.upstream/.dummy
rename to t/templates/tests/skel.upstream/.dummy
diff --git a/t/templates/skel/debian/changelog b/t/templates/tests/skel/debian/changelog
similarity index 100%
rename from t/templates/skel/debian/changelog
rename to t/templates/tests/skel/debian/changelog
diff --git a/t/templates/skel/debian/changelog.in b/t/templates/tests/skel/debian/changelog.in
similarity index 100%
rename from t/templates/skel/debian/changelog.in
rename to t/templates/tests/skel/debian/changelog.in
diff --git a/t/templates/skel/debian/compat b/t/templates/tests/skel/debian/compat
similarity index 100%
rename from t/templates/skel/debian/compat
rename to t/templates/tests/skel/debian/compat
diff --git a/t/templates/skel/debian/control.in b/t/templates/tests/skel/debian/control.in
similarity index 100%
rename from t/templates/skel/debian/control.in
rename to t/templates/tests/skel/debian/control.in
diff --git a/t/templates/skel/debian/copyright b/t/templates/tests/skel/debian/copyright
similarity index 100%
rename from t/templates/skel/debian/copyright
rename to t/templates/tests/skel/debian/copyright
diff --git a/t/templates/skel/debian/rules b/t/templates/tests/skel/debian/rules
similarity index 100%
rename from t/templates/skel/debian/rules
rename to t/templates/tests/skel/debian/rules
diff --git a/t/templates/skel/debian/source/format b/t/templates/tests/skel/debian/source/format
similarity index 100%
rename from t/templates/skel/debian/source/format
rename to t/templates/tests/skel/debian/source/format

-- 
Debian package checker


Reply to: