diff -Nru shishi-1.0.0/debian/changelog shishi-1.0.0/debian/changelog --- shishi-1.0.0/debian/changelog 2010-05-20 21:10:30.000000000 +0200 +++ shishi-1.0.0/debian/changelog 2011-04-03 18:28:17.000000000 +0200 @@ -1,3 +1,11 @@ +shishi (1.0.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Empty dependency_libs in libtool la file. + http://wiki.debian.org/ReleaseGoals/LAFileRemoval + + -- Andreas Metzler Sun, 03 Apr 2011 18:23:28 +0200 + shishi (1.0.0-1) unstable; urgency=low * New upstream version. diff -Nru shishi-1.0.0/debian/rules shishi-1.0.0/debian/rules --- shishi-1.0.0/debian/rules 2010-04-14 12:54:37.000000000 +0200 +++ shishi-1.0.0/debian/rules 2011-04-03 18:27:51.000000000 +0200 @@ -20,3 +20,7 @@ # Build manual. common-install-prehook-indep:: common-install-prehook-impl cd doc && $(MAKE) install-ps install-pdf install-html DESTDIR=$(DEB_DESTDIR) + +common-install-arch:: + find debian/tmp/usr/lib -name "*.la" -exec \ + sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +