Package: drupal-theme-marvinclassic Severity: important Tags: patch Similarly to the problem in the unconed theme, this package declares itself Architecture: any, while it should be Architecture: all.
Please apply the following patch. Jordi -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.10-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
diff -Nuar drupal-theme-unconed-4.5+20041123.orig/debian/changelog drupal-theme-unconed-4.5+20041123/debian/changelog --- drupal-theme-unconed-4.5+20041123.orig/debian/changelog 2005-04-21 10:04:18.000000000 +0200 +++ drupal-theme-unconed-4.5+20041123/debian/changelog 2005-04-21 10:09:16.000000000 +0200 @@ -1,3 +1,9 @@ +drupal-theme-marvinclassic (4.5+20041123-1.1) unstable; urgency=low + + * debian/control, debian/rules: make the package archictecture independent. + + -- Jordi Mallach <[EMAIL PROTECTED]> Thu, 21 Apr 2005 10:08:11 +0200 + drupal-theme-marvinclassic (4.5+20041123-1) unstable; urgency=low * Initial Release. diff -Nuar drupal-theme-unconed-4.5+20041123.orig/debian/control drupal-theme-unconed-4.5+20041123/debian/control --- drupal-theme-unconed-4.5+20041123.orig/debian/control 2005-04-21 10:04:18.000000000 +0200 +++ drupal-theme-unconed-4.5+20041123/debian/control 2005-04-21 10:29:41.000000000 +0200 @@ -2,11 +2,11 @@ Section: web Priority: optional Maintainer: Hilko Bengen <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0) +Build-Depends-Indep: debhelper (>= 4.0.0) Standards-Version: 3.6.1 Package: drupal-theme-marvinclassic -Architecture: any +Architecture: all Depends: drupal Conflicts: drupal (<< 4.5.0), drupal (>> 4.6.0) Description: "Marvin Classic" theme for Drupal @@ -14,4 +14,3 @@ previous Drupal versions. . It is provided for migration purposes. - diff -Nuar drupal-theme-unconed-4.5+20041123.orig/debian/rules drupal-theme-unconed-4.5+20041123/debian/rules --- drupal-theme-unconed-4.5+20041123.orig/debian/rules 2005-04-21 10:04:18.000000000 +0200 +++ drupal-theme-unconed-4.5+20041123/debian/rules 2005-04-21 10:07:14.000000000 +0200 @@ -24,10 +24,6 @@ # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot dh_installchangelogs @@ -40,5 +36,9 @@ dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure