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

[SCM] Debian package checker branch, master, updated. 2.4.3-71-ga3da5c4



The following commit has been merged in the master branch:
commit a3da5c49bae6a43ffbd5ec5476ea57bf96017141
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Dec 28 23:06:45 2010 +0100

    Test for XS-Vcs-<vcs> tags.

diff --git a/t/COVERAGE b/t/COVERAGE
index b209807..45b2fda 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -203,7 +203,6 @@ changelog-file wrong-name-for-debian-news-file
 
 control-file debian-control-file-uses-obsolete-national-encoding
 control-file section-area-mismatch
-control-file xs-vcs-header-in-debian-control
 
 control-files control-file-has-bad-permissions
 control-files control-file-is-empty
@@ -452,7 +451,6 @@ binary
   su-wrapper-without--c
   unquoted-string-in-menu-item
   unstripped-binary-or-object
-  xs-vcs-header-in-debian-control
 
 debconf
   loads-obsolete-confmodule
diff --git a/t/tests/control-file-general/debian/debian/control.in b/t/tests/control-file-general/debian/debian/control.in
index 423310d..58e7522 100644
--- a/t/tests/control-file-general/debian/debian/control.in
+++ b/t/tests/control-file-general/debian/debian/control.in
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 7.0.50~),
  sparc i386 amd64
  ]
 Build-Depends-Indep: perl (> 5.8)
-X-VCS-Svn: svn://svn.example.com/{$srcpkg}/trunk
+XS-Vcs-Svn: svn://svn.example.com/{$srcpkg}/trunk
+
 
 Package: {$srcpkg}
 Section: {$section}
diff --git a/t/tests/control-file-general/desc b/t/tests/control-file-general/desc
index cf965fe..99c6d58 100644
--- a/t/tests/control-file-general/desc
+++ b/t/tests/control-file-general/desc
@@ -12,5 +12,6 @@ Test-For:
  obsolete-relation-form-in-source
  package-depends-on-itself
  stronger-dependency-implies-weaker
+ xs-vcs-header-in-debian-control
 References: Debian Bug#30020, Debian Bug#409099, Debian Bug#516706,
  Debian Bug#533202, Debian Bug#557971, Debian Bug#573399, Debian Bug#580494
diff --git a/t/tests/control-file-general/tags b/t/tests/control-file-general/tags
index b58b4cd..82fd675 100644
--- a/t/tests/control-file-general/tags
+++ b/t/tests/control-file-general/tags
@@ -3,6 +3,7 @@ E: control-file-general source: missing-separator-between-items in control-file-
 I: control-file-general source: binary-control-field-duplicates-source field "maintainer" in package control-file-general
 I: control-file-general source: duplicate-long-description control-file-general control-file-general-1 control-file-general-2 control-file-general-3 control-file-general-4
 I: control-file-general source: duplicate-short-description control-file-general control-file-general-1
+I: control-file-general source: xs-vcs-header-in-debian-control xs-vcs-svn
 W: control-file-general source: no-section-field-for-source
 W: control-file-general source: obsolete-relation-form-in-source in control-file-general-1 breaks: libsqlite3-0 (< 3.6.12)
 W: control-file-general source: obsolete-relation-form-in-source in source build-depends-indep: perl (> 5.8)

-- 
Debian package checker


Reply to: