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

[SCM] Debian package checker branch, master, updated. 2.4.3-52-gffde003



The following commit has been merged in the master branch:
commit ffde003bfdddff4b87cb63d55be1cc92666b2702
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Dec 25 15:07:19 2010 +0100

    Added debian-watch-file-in-native-package tests to the new test suite.

diff --git a/t/COVERAGE b/t/COVERAGE
index d28f6ce..0e9284d 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -438,7 +438,6 @@ version-substvars not-binnmuable-any-depends-any
 version-substvars substvar-source-version-is-deprecated
 version-substvars version-substvar-for-external-package
 
-watch-file debian-watch-file-in-native-package
 watch-file debian-watch-file-specifies-old-upstream-version
 
 Breakdown of remaining tags in legacy test suite by test case:
@@ -594,7 +593,6 @@ filenames
 foo++
   debian-changelog-file-uses-obsolete-national-encoding
   debian-control-file-uses-obsolete-national-encoding
-  debian-watch-file-in-native-package
   malformed-dm-upload-allowed
   uploader-address-is-on-localhost
   uploader-address-looks-weird
diff --git a/t/tests/watch-file-native/debian/debian/watch b/t/tests/watch-file-native/debian/debian/watch
new file mode 100644
index 0000000..fe12dbc
--- /dev/null
+++ b/t/tests/watch-file-native/debian/debian/watch
@@ -0,0 +1,5 @@
+# watch file with upstream version mangling
+
+version=3
+http://somewhere.debian.org/foo/foo_bar(.+)\.tar\.gz 5 uupdate
+
diff --git a/t/tests/watch-file-native/desc b/t/tests/watch-file-native/desc
new file mode 100644
index 0000000..8a82824
--- /dev/null
+++ b/t/tests/watch-file-native/desc
@@ -0,0 +1,6 @@
+Testname: watch-file-native
+Sequence: 6000
+Version: 1.0
+Description: Native package with a watch file
+Test-For:
+ debian-watch-file-in-native-package
diff --git a/t/tests/watch-file-native/tags b/t/tests/watch-file-native/tags
new file mode 100644
index 0000000..b3d58a7
--- /dev/null
+++ b/t/tests/watch-file-native/tags
@@ -0,0 +1 @@
+W: watch-file-native source: debian-watch-file-in-native-package

-- 
Debian package checker


Reply to: