On Sat, Apr 02, 2011 at 03:06:24PM -0700, Steve Langasek wrote: > diff -u cegui-mk2-0.6.2/debian/rules cegui-mk2-0.6.2/debian/rules > --- cegui-mk2-0.6.2/debian/rules > +++ cegui-mk2-0.6.2/debian/rules > @@ -22,6 +22,10 @@ > cp $(DEB_SRCDIR)/documentation/FalagardSkinning.pdf \ > debian/libcegui-mk2-doc/usr/share/doc/libcegui-mk2-1/ > > +common-install-arch:: > + for file in debian/tmp/usr/lib/*.la; do \ > + sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ > + done > > include /usr/share/cdbs/1/class/autotools.mk > include /usr/share/cdbs/1/rules/dpatch.mk
Sorry, bad patch - the new rule needs to be below the /usr/share/cdbs/1/class/autotools.mk include rather than above it. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [email protected] [email protected]
signature.asc
Description: Digital signature

