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

[SCM] Debian package checker branch, master, updated. 2.5.4-36-g0dfb435



The following commit has been merged in the master branch:
commit 0dfb435ece084330113f58377bbac8b8e3f5f437
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Dec 6 22:34:01 2011 +0100

    Added test for aspell not being arch:all
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/tests/files-multiarch-so-script/debian/debian/control.in b/t/tests/fields-aspell/debian/debian/control.in
similarity index 87%
copy from t/tests/files-multiarch-so-script/debian/debian/control.in
copy to t/tests/fields-aspell/debian/debian/control.in
index a3c6506..401aa6d 100644
--- a/t/tests/files-multiarch-so-script/debian/debian/control.in
+++ b/t/tests/fields-aspell/debian/debian/control.in
@@ -1,16 +1,15 @@
 Source: {$srcpkg}
 Priority: extra
-Section: libs
+Section: devel
 Maintainer: {$author}
 Standards-Version: {$standards_version}
 Build-Depends: debhelper (>= 7.0.50~)
 
-Package: libbasic2
-Architecture: any
+Package: aspell-en
+Architecture: {$architecture}
 Depends: $\{misc:Depends\}, $\{shlibs:Depends\}
 Description: {$description}
  This is a test package designed to exercise some feature or tag of
  Lintian.  It is part of the Lintian test suite and may do very odd
  things.  It should not be installed like a regular package.  It may
  be an empty package.
-
diff --git a/t/tests/fields-aspell/desc b/t/tests/fields-aspell/desc
new file mode 100644
index 0000000..43b0f82
--- /dev/null
+++ b/t/tests/fields-aspell/desc
@@ -0,0 +1,6 @@
+Testname: fields-aspell
+Sequence: 6000
+Version: 1.0
+Description: Tests for Architecture of an aspell package
+Architecture: any
+Test-For: aspell-package-not-arch-all
diff --git a/t/tests/fields-aspell/tags b/t/tests/fields-aspell/tags
new file mode 100644
index 0000000..149096e
--- /dev/null
+++ b/t/tests/fields-aspell/tags
@@ -0,0 +1 @@
+W: aspell-en: aspell-package-not-arch-all

-- 
Debian package checker


Reply to: