Author: beatle Date: 2006-09-29 04:36:20 -0400 (Fri, 29 Sep 2006) New Revision: 3553
Modified: trunk/app/compiz/debian/changelog trunk/app/compiz/debian/rules Log: No longer build static versions of the compiz plugins. It doesn't make sense. Manually remove .la file because they are not needed and cause a lot of noise during dh_install. Modified: trunk/app/compiz/debian/changelog =================================================================== --- trunk/app/compiz/debian/changelog 2006-09-29 07:42:11 UTC (rev 3552) +++ trunk/app/compiz/debian/changelog 2006-09-29 08:36:20 UTC (rev 3553) @@ -1,3 +1,10 @@ +compiz (0.0.13+git20060928-3) unstable; urgency=low + + * No longer build static versions of the plugins. + * Remove .la files manually because they are not needed. + + -- Thierry Reding <[EMAIL PROTECTED]> Fri, 29 Sep 2006 10:34:16 +0200 + compiz (0.0.13+git20060928-2) unstable; urgency=low * Change the maintainer field to the Debian X Strike Force. Modified: trunk/app/compiz/debian/rules =================================================================== --- trunk/app/compiz/debian/rules 2006-09-29 07:42:11 UTC (rev 3552) +++ trunk/app/compiz/debian/rules 2006-09-29 08:36:20 UTC (rev 3553) @@ -36,7 +36,8 @@ INSTALL = /usr/bin/install -confflags += --enable-librsvg \ +confflags += --disable-static \ + --enable-librsvg \ --disable-kde build: patch build-stamp @@ -78,6 +79,9 @@ mv $(CURDIR)/debian/tmp/usr/bin/compiz $(CURDIR)/debian/tmp/usr/bin/compiz.real $(INSTALL) --mode 0755 debian/compiz.wrapper $(CURDIR)/debian/tmp/usr/bin/compiz + # remove unneeded .la files + find $(CURDIR)/debian/tmp/usr/lib -type f -name '*.la' | xargs rm -f + # Build architecture-dependent files here. binary-arch: build install dh_testdir -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]