[Pkg-xfce-commits] r4761 - desktop/branches/experimental/gtk2-engines-xfce/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Jan 2 03:33:29 UTC 2011


Author: corsac
Date: 2011-01-02 15:33:22 +0000 (Sun, 02 Jan 2011)
New Revision: 4761

Modified:
   desktop/branches/experimental/gtk2-engines-xfce/debian/control
   desktop/branches/experimental/gtk2-engines-xfce/debian/rules
Log:
don't install .a/.la files


Modified: desktop/branches/experimental/gtk2-engines-xfce/debian/control
===================================================================
--- desktop/branches/experimental/gtk2-engines-xfce/debian/control	2011-01-02 15:26:07 UTC (rev 4760)
+++ desktop/branches/experimental/gtk2-engines-xfce/debian/control	2011-01-02 15:33:22 UTC (rev 4761)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.10.1), 
+Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev (>= 2.10.1), 
  libx11-dev (>> 2:1.0.0-6), chrpath, hardening-includes
 Standards-Version: 3.9.1
 Homepage: http://www.xfce.org/

Modified: desktop/branches/experimental/gtk2-engines-xfce/debian/rules
===================================================================
--- desktop/branches/experimental/gtk2-engines-xfce/debian/rules	2011-01-02 15:26:07 UTC (rev 4760)
+++ desktop/branches/experimental/gtk2-engines-xfce/debian/rules	2011-01-02 15:33:22 UTC (rev 4761)
@@ -9,5 +9,10 @@
 
 export CFLAGS LDFLAGS
 
+override_dh_install:
+	rm -f debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.a
+	rm -f debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.la
+	dh_install
+
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list