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

[SCM] Debian package checker branch, master, updated. 2.5.1-58-g566f082



The following commit has been merged in the master branch:
commit ac0d733d380ec1c127738871d5d0d9813d73a3a5
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jul 9 01:09:37 2011 +0200

    Fixed the architecture of some doc packages

diff --git a/t/tests/fields-wrong-section/debian/debian/control.in b/t/tests/fields-wrong-section/debian/debian/control.in
index 044da8b..de437f0 100644
--- a/t/tests/fields-wrong-section/debian/debian/control.in
+++ b/t/tests/fields-wrong-section/debian/debian/control.in
@@ -17,7 +17,7 @@ Description: {$description}
  be an empty package.
 
 Package: {$srcpkg}-doc
-Architecture: {$architecture}
+Architecture: all
 Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
 Description: {$description} (doc)
  Test for doc section.
@@ -161,7 +161,7 @@ Description: {$description} (oldlibs)
  be an empty package.
 
 Package: {$srcpkg}-contrib-doc
-Architecture: any
+Architecture: all
 Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
 Section: contrib/{$section}
 Description: {$description} (contrib docs)

-- 
Debian package checker


Reply to: