tag 537270 pending
thanks

Petr Salinger <petr.salin...@seznam.cz> (16/07/2009):
> the current version fails to build on kfreebsd-amd64.
>
> It is due to outdated libtool in resid subdirectory,
> libtool 1.5.2-1 or later is need. Please perform:
>
>   cd resid
>   autoreconf -vfi

Thanks Petr.

Given I'm not very keen on waiting several months like it was the case
for the previous porting patch (#401857), I'm uploading a fixed
package to DELAYED/1. I know it's a short timing, but well, we had no
reactions, and a lot of packages are build-depending on sidplay-libs'
binary packages. If you want to NACK it, or upload yourself, time to
speak up, or act.

Source debdiff attached.

Mraw,
KiBi.
diff -u sidplay-libs-2.1.1/debian/changelog sidplay-libs-2.1.1/debian/changelog
--- sidplay-libs-2.1.1/debian/changelog
+++ sidplay-libs-2.1.1/debian/changelog
@@ -1,3 +1,13 @@
+sidplay-libs (2.1.1-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on kfreebsd-amd64 by updating libtool as suggested by Petr
+    Salinger (Closes: #537270):
+     - Add “cd resid && autoreconf -vfi” before ./configure.
+     - Add autoconf, automake, and libtool to Build-Depends.
+
+ -- Cyril Brulebois <k...@debian.org>  Thu, 03 Sep 2009 02:23:33 +0200
+
 sidplay-libs (2.1.1-7) unstable; urgency=low
 
   * Fix FTBFS issues with g++-4.3 (closes: #467459).
diff -u sidplay-libs-2.1.1/debian/control sidplay-libs-2.1.1/debian/control
--- sidplay-libs-2.1.1/debian/control
+++ sidplay-libs-2.1.1/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.hu>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), autoconf, automake, libtool
 Standards-Version: 3.7.3
 
 Package: libsidplay2-dev
diff -u sidplay-libs-2.1.1/debian/rules sidplay-libs-2.1.1/debian/rules
--- sidplay-libs-2.1.1/debian/rules
+++ sidplay-libs-2.1.1/debian/rules
@@ -30,6 +30,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
+	cd resid && autoreconf -vfi
 	./configure --enable-shared --enable-static --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 

Attachment: signature.asc
Description: Digital signature

Reply via email to