Package: mozilla-firefox-locale-all Severity: important Tags: patch
Hi, your package state depends on several packages using the wrong capitalization. Example: ' mozilla-firefox-locale-en-gb' depends on 'firefox-locale-en-GB' whereas the correct binary package is 'firefox-locale-en-gb'. As a side effect this breaks other utilities which parse the Depends line as some only consider package names conforming to the Debian Policy (5.6.7) where package names must not consist of [A-Z]. Attached patch corrects these problems. Please consider applying. Regards, Stefan -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-amd64-k8-smp Locale: LANG=C, LC_CTYPE=de_DE.UTF8 (charmap=UTF-8)
diff -ur mozilla-firefox-locale-all-1.5.0.1lang20060301/debian/control mozilla-firefox-locale-all-1.5.0.1lang20060301.mod/debian/control --- mozilla-firefox-locale-all-1.5.0.1lang20060301/debian/control 2006-03-20 14:54:42.000000000 +0000 +++ mozilla-firefox-locale-all-1.5.0.1lang20060301.mod/debian/control 2006-03-20 14:58:04.000000000 +0000 @@ -36,21 +36,21 @@ Package: mozilla-firefox-locale-en-gb Architecture: all -Depends: firefox-locale-en-GB +Depends: firefox-locale-en-gb Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. Package: mozilla-firefox-locale-es-ar Architecture: all -Depends: firefox-locale-es-AR +Depends: firefox-locale-es-ar Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. Package: mozilla-firefox-locale-es-es Architecture: all -Depends: firefox-locale-es-ES +Depends: firefox-locale-es-es Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. @@ -71,14 +71,14 @@ Package: mozilla-firefox-locale-ga-ie Architecture: all -Depends: firefox-locale-ga-IE +Depends: firefox-locale-ga-ie Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. Package: mozilla-firefox-locale-gu-in Architecture: all -Depends: firefox-locale-gu-IN +Depends: firefox-locale-gu-in Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. @@ -113,7 +113,7 @@ Package: mozilla-firefox-locale-pa-in Architecture: all -Depends: firefox-locale-pa-IN +Depends: firefox-locale-pa-in Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. @@ -127,7 +127,7 @@ Package: mozilla-firefox-locale-pt-br Architecture: all -Depends: firefox-locale-pt-BR +Depends: firefox-locale-pt-br Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. @@ -169,14 +169,14 @@ Package: mozilla-firefox-locale-zh-cn Architecture: all -Depends: firefox-locale-zh-CN +Depends: firefox-locale-zh-cn Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects. Package: mozilla-firefox-locale-zh-tw Architecture: all -Depends: firefox-locale-zh-TW +Depends: firefox-locale-zh-tw Description: Mozilla Firefox language package (transitional package) This package is an empty package that is no longer used. It can be removed with no ill effects.

