[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#376591: marked as done (denemo: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libasound2-dev))



Your message dated Thu, 3 Dec 2009 21:14:53 -0600
with message-id <[🔎] 20091204031453.GA2214@rivendel>
and subject line Bug#376591: fixed in denemo 0.8.10-1
has caused the Debian Bug report #376591,
regarding denemo: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libasound2-dev)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
376591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376591
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: denemo
Version: 0.7.5-2
Severity: important

Hi,

the current version has unsatisfied Build-Depends on libasound2-dev under non-linux ports.

This package is able to use OSS under GNU/kFreeBSD,
it builds fine without libasound2-dev installed with patch bellow.

Please, could you exclude linux specific package in Build-Depends
by using "libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]"
and apply patch bellow to debian/rules.

Thanks for your cooperation.

                                Petr



diff -u denemo-0.7.5/debian/rules denemo-0.7.5/debian/rules
--- denemo-0.7.5/debian/rules
+++ denemo-0.7.5/debian/rules
@@ -14,4 +14,8 @@
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-alsa \
-                            --with-plugins="analysis" \
+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+DEB_CONFIGURE_EXTRA_FLAGS := --with-plugins="analysis" \
                             --enable-gtk2

+ifeq (linux,$(DEB_HOST_ARCH_OS))
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-alsa
+endif



--- End Message ---
--- Begin Message ---
The current version of denemo does not Build-Depend on libasound2-dev.

-- 
Josué M. Abarca S.


--- End Message ---

Reply to: