Hi, Please find attached a patch against current git HEAD allowing correct build of the package.
What is the status of this package wrt the licenses? Cheers, Julien
diff --git a/debian/control b/debian/control index 13b7185..9824dc2 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: freedesktop-sound-theme Maintainer: Marc-Andre Lureau <marcandre.lur...@gmail.com> Section: sound Priority: optional -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), 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 -Recommends: libcanberra0, libcanberra-gtk0 +Recommends: libcanberra0, libcanberra-gtk0, gnome-session-canberra Description: freedesktop.org sound theme This is all kinds of sounds stolen from gnome-audio, KDE, Ekiga, Pidgin/Purple, ALSA, put together as XDG sound theme. This goes well - along with libcanberra. \ No newline at end of file + along with libcanberra. diff --git a/debian/rules b/debian/rules index a00212e..20ad759 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ export DH_VERBOSE=1 build: touch build + ./configure + $(MAKE) clean: dh_testdir @@ -27,9 +29,10 @@ binary-arch: build install dh_builddeb install: build + $(MAKE) install DESTDIR=$(CURDIR)/debian/freedesktop-sound-theme dh_testdir dh_testroot dh_clean -k dh_install -PHONY: build clean binary-indep binary-arch binary install \ No newline at end of file +PHONY: build clean binary-indep binary-arch binary install