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

[SCM] Debian package checker branch, master, updated. 2.2.12-44-ga2a402c



The following commit has been merged in the master branch:
commit 3cf5c9f5b6c5c5579afd858b7290580c55d51f0c
Author: Russ Allbery <rra@debian.org>
Date:   Sun Jul 5 01:45:47 2009 -0700

    Complete test coverate of checks/watch-file

diff --git a/t/COVERAGE b/t/COVERAGE
index 50eb239..b6a6aa4 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -219,8 +219,6 @@ shared-libs shlib-with-bad-permissions
 shared-libs shlib-with-executable-stack
 shared-libs shlib-without-PT_GNU_STACK-section
 
-watch-file debian-watch-file-missing-version
-
 The following tags are only tested by the legacy test suite:
 
 binaries arch-independent-package-contains-binary-or-object
diff --git a/t/tests/basic-non-native-with-epoch/upstream/README b/t/tests/watch-file-no-version/debian/README
similarity index 100%
copy from t/tests/basic-non-native-with-epoch/upstream/README
copy to t/tests/watch-file-no-version/debian/README
diff --git a/t/tests/watch-file-no-version/debian/debian/watch b/t/tests/watch-file-no-version/debian/debian/watch
new file mode 100644
index 0000000..4d3b502
--- /dev/null
+++ b/t/tests/watch-file-no-version/debian/debian/watch
@@ -0,0 +1 @@
+http://www.example.com/dist/ dh7-test\.([\d.]+)\.tar\.gz debian uupdate
diff --git a/t/tests/watch-file-no-version/desc b/t/tests/watch-file-no-version/desc
new file mode 100644
index 0000000..f6ca491
--- /dev/null
+++ b/t/tests/watch-file-no-version/desc
@@ -0,0 +1,6 @@
+Testname: watch-file-no-version
+Sequence: 6000
+Type: non-native
+Version: 1.0-1
+Description: Watch file with no version
+Test-For: debian-watch-file-missing-version
diff --git a/t/tests/watch-file-no-version/tags b/t/tests/watch-file-no-version/tags
new file mode 100644
index 0000000..84707f4
--- /dev/null
+++ b/t/tests/watch-file-no-version/tags
@@ -0,0 +1 @@
+W: watch-file-no-version source: debian-watch-file-missing-version
diff --git a/t/tests/basic-non-native-with-epoch/upstream/README b/t/tests/watch-file-no-version/upstream/README
similarity index 100%
copy from t/tests/basic-non-native-with-epoch/upstream/README
copy to t/tests/watch-file-no-version/upstream/README

-- 
Debian package checker


Reply to: