Package: freedesktop-sound-theme
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch
Version: 0.7.dfsg-1
Severity: normal
Tags: patch

 freedesktop-sound-theme does not install any architecture dependent
files. It should be arch: all. Patch attached.

Thanks!

- Andrew Starr-Bochicchio
From a83204654649f7dcc174fdbf761b21e5ba4cd8e2 Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date: Sat, 26 Dec 2009 13:55:20 -0500
Subject: [PATCH 1/3] Make package arch all.

---
 debian/control |    5 +++--
 debian/rules   |    4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9824dc2..c86dad2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,14 @@ Source: freedesktop-sound-theme
 Maintainer: Marc-Andre Lureau <marcandre.lur...@gmail.com>
 Section: sound
 Priority: optional
-Build-Depends: debhelper (>= 5), intltool
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: intltool
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/collab-maint/freedesktop-sound-theme.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/freedesktop-sound-theme.git
 
 Package: freedesktop-sound-theme
-Architecture: any
+Architecture: all
 Recommends: libcanberra0, libcanberra-gtk0, gnome-session-canberra
 Description: freedesktop.org sound theme
  This is all kinds of sounds stolen from gnome-audio, KDE, Ekiga,
diff --git a/debian/rules b/debian/rules
index ad88eb3..3a5f482 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,9 @@ clean:
 	dh_clean
 
 binary: binary-indep binary-arch
-binary-indep: build install
-
 binary-arch: build install
+
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-- 
1.6.3.3

Reply via email to