tag 620564 patch tag 622199 patch thanks Hi! I am attaching a patch for fixing this two bugs. I'll probably ask for an NMU upload to delayed/5.
Please, do not heasitate in contacting me if you have any doubt/comment.
Kinds regards, Lisandro.
--
17: Cual es la funcion inicial de un antivirus
* Desarrollar virus para vender el producto
Damian Nadales
http://mx.grulic.org.ar/lurker/message/20080307.141449.a70fb2fc.es.html
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
diff --git a/debian/changelog b/debian/changelog index 11e18f6..7a119ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xsidplay (2.0.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove libartsc0-dev as Build-Dependency (Closes: #622199). + * Add LIBS=-lasound to ./configure to link against libasound + (Closes: #620564). + + -- Lisandro Damián Nicanor Pérez Meyer <[email protected]> Sun, 08 May 2011 13:40:14 -0300 + xsidplay (2.0.3-2) unstable; urgency=low * Fix "FTBFS on GNU/kFreeBSD (alsa is linux-specific)": build-depend on diff --git a/debian/control b/debian/control index a6d6401..8d61522 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: sound Priority: extra Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Standards-Version: 3.8.3 -Build-Depends: debhelper (>= 6), libsidplay1-dev (>= 1.36.59-3), libartsc0-dev, libasound2-dev [linux-any], libsdl1.2-dev, libqt3-mt-dev (>= 3:3.3.4-4), pkg-config, libesd0-dev, libqt3-headers, libqt3-compat-headers +Build-Depends: debhelper (>= 6), libsidplay1-dev (>= 1.36.59-3), libasound2-dev [linux-any], libsdl1.2-dev, libqt3-mt-dev (>= 3:3.3.4-4), pkg-config, libesd0-dev, libqt3-headers, libqt3-compat-headers Package: xsidplay Section: sound diff --git a/debian/rules b/debian/rules index 41a2a6a..1b0437b 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ build-stamp: # well, ./configure isn't interactive here and doesn't take long, so it's # carried out in order to assist building the package for people with other # architectures and compiler environments - ./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 + LIBS=-lasound ./configure --prefix=/usr --with-qt-includes=/usr/include/qt3 $(MAKE) CFLAGS="-O3 -g -Wall" all touch build-stamp
signature.asc
Description: This is a digitally signed message part.

