On Thu, Apr 21, 2005 at 10:13:34AM +0200, Jordi Mallach wrote: > Consider the following patch, which fixes this behaviour.
Actually, the following patch is better, after discussing with some buildd admins. Jordi -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/
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-unconed (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-unconed (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-unconed -Architecture: any +Architecture: all Depends: drupal Conflicts: drupal (<< 4.5.0), drupal (>> 4.6.0) Description: "UnConeD" 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