Hi, I am about to upload an NMU to DELAYED/7 of synce-trayicon to empty the dependency_libs field in the la file, please find the diff of the nmu attached.
If you want the upload cancelled, please say so, or alternatively make an upload of the package. Thanks, Regis
diff -Nru synce-trayicon-0.15/debian/changelog synce-trayicon-0.15/debian/changelog --- synce-trayicon-0.15/debian/changelog 2011-08-03 14:44:15.000000000 +0100 +++ synce-trayicon-0.15/debian/changelog 2011-09-10 18:08:00.000000000 +0100 @@ -1,3 +1,10 @@ +synce-trayicon (0.15-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Empty dependency_libs field from la files. Closes: #633258. + + -- Regis Boudin <re...@debian.org> Sat, 10 Sep 2011 16:55:26 +0100 + synce-trayicon (0.15-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru synce-trayicon-0.15/debian/rules synce-trayicon-0.15/debian/rules --- synce-trayicon-0.15/debian/rules 2010-05-12 16:35:14.000000000 +0100 +++ synce-trayicon-0.15/debian/rules 2011-09-10 16:51:26.000000000 +0100 @@ -38,6 +38,8 @@ dh_clean -k dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/synce-trayicon install + find $(CURDIR)/debian/synce-trayicon/usr/lib -name *.la | \ + xargs sed -i "/dependency_libs/s/'.*'/''/" binary-indep: build install