[Pkg-xfce-commits] r589 - in desktop/trunk:
gtk2-engines-xfce/debian orage/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Mon May 1 11:26:48 UTC 2006
Author: corsac-guest
Date: 2006-05-01 11:26:48 +0000 (Mon, 01 May 2006)
New Revision: 589
Modified:
desktop/trunk/gtk2-engines-xfce/debian/changelog
desktop/trunk/gtk2-engines-xfce/debian/rules
desktop/trunk/orage/debian/changelog
desktop/trunk/orage/debian/rules
Log:
removed pointless .la files
Modified: desktop/trunk/gtk2-engines-xfce/debian/changelog
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/changelog 2006-05-01 10:39:18 UTC (rev 588)
+++ desktop/trunk/gtk2-engines-xfce/debian/changelog 2006-05-01 11:26:48 UTC (rev 589)
@@ -2,6 +2,7 @@
* New Upstream Release
* Added libx11-dev build dependency
+ * Removed pointless .la files
-- Yves-Alexis Perez <corsac at corsac.net> Tue, 18 Apr 2006 14:14:28 +0200
Modified: desktop/trunk/gtk2-engines-xfce/debian/rules
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/rules 2006-05-01 10:39:18 UTC (rev 588)
+++ desktop/trunk/gtk2-engines-xfce/debian/rules 2006-05-01 11:26:48 UTC (rev 589)
@@ -52,6 +52,10 @@
echo 'include "/usr/share/icons/Rodent/iconrc-png"' >> $$f; \
done
+ #Don't ship .la files:
+ rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.4.0/engines/libxfce.a
+ rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.4.0/engines/libxfce.la
+
binary-indep: build install
binary-arch: build install
Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog 2006-05-01 10:39:18 UTC (rev 588)
+++ desktop/trunk/orage/debian/changelog 2006-05-01 11:26:48 UTC (rev 589)
@@ -1,6 +1,7 @@
orage (4.3.90.1-1) unstable; urgency=low
* New upsream release
+ * Removed pointless .la files
-- Yves-Alexis Perez <corsac at corsac.net> Tue, 18 Apr 2006 17:54:10 +0200
Modified: desktop/trunk/orage/debian/rules
===================================================================
--- desktop/trunk/orage/debian/rules 2006-05-01 10:39:18 UTC (rev 588)
+++ desktop/trunk/orage/debian/rules 2006-05-01 11:26:48 UTC (rev 589)
@@ -9,6 +9,10 @@
DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
+install/orage::
+ rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/mcs-plugin/*.la
+ rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/mcs-plugin/*.a
+
binary-post-install/orage::
dh_installman debian/orage.1
More information about the Pkg-xfce-commits
mailing list