[Pkg-xfce-commits] r505 - desktop/trunk/exo/debian
Simon Huggins
huggie at costa.debian.org
Sun Mar 12 11:56:33 UTC 2006
Author: huggie
Date: 2006-03-12 11:56:32 +0000 (Sun, 12 Mar 2006)
New Revision: 505
Modified:
desktop/trunk/exo/debian/rules
Log:
Actually really do remove these /before/ putting them in the deb (rather
than after du-uh).
Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules 2006-03-12 11:50:08 UTC (rev 504)
+++ desktop/trunk/exo/debian/rules 2006-03-12 11:56:32 UTC (rev 505)
@@ -88,6 +88,9 @@
# delete unused static library
-rm -f $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages/exo-$(EXOVERS)/_exo.a
+ # delete the unneeded .a and .la files
+ rm -rf debian/tmp/usr/lib/xfce4/mcs-plugins/*.{a,la}
+
# delete all pre-compiled python files
#-find $(CURDIR)/debian/tmp -name '*.py[co]' -exec rm -f '{}' ';'
@@ -108,7 +111,6 @@
dh_compress
dh_fixperms
dh_makeshlibs -p$(LIBRARY_PKGNAME)
- rm -rf debian/tmp/usr/lib/xfce4/mcs-plugins/*.{a,la}
#dh_python
dh_installdeb
dh_shlibdeps -L $(LIBRARY_PKGNAME) -l debian/$(LIBRARY_PKGNAME)/usr/lib
More information about the Pkg-xfce-commits
mailing list