tags 674384 patch
thanks

Hello,

I've prepared a fix for this FTBFS. Just drop --fail-missing -Xlibsyncml.la from dh_install. Patch is attached. If there will be no response from maintainer, I'm going to go on with NMU.

--
Pozdrawiam / Kind Regards,
Artur Rona

diff -u libsyncml-0.5.4/debian/changelog libsyncml-0.5.4/debian/changelog
--- libsyncml-0.5.4/debian/changelog
+++ libsyncml-0.5.4/debian/changelog
@@ -1,3 +1,11 @@
+libsyncml (0.5.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Drop flag --fail-missing -Xlibsyncml.la from
+    dh_install, fixes FTBFS. (Closes: #674384)
+
+ -- Artur Rona <ari-tc...@tlen.pl>  Sat, 30 Jun 2012 14:16:49 +0200
+
 libsyncml (0.5.4-2) unstable; urgency=low
 
   * Upload to unstable.
diff -u libsyncml-0.5.4/debian/rules libsyncml-0.5.4/debian/rules
--- libsyncml-0.5.4/debian/rules
+++ libsyncml-0.5.4/debian/rules
@@ -66,7 +66,7 @@
        dh_installdirs
 
        $(MAKE) -C $(BUILD) install DESTDIR=$(TARGET)
-       dh_install --sourcedir=$(TARGET) --fail-missing -Xlibsyncml.la
+       dh_install --sourcedir=$(TARGET)
 
 binary-arch: build install
        dh_testdir

Reply via email to