[Pkg-xfce-commits] r561 - in desktop/trunk: thunar/debian xfdesktop4/debian

Simon Huggins huggie at costa.debian.org
Fri Apr 28 12:31:51 UTC 2006


Author: huggie
Date: 2006-04-28 12:31:48 +0000 (Fri, 28 Apr 2006)
New Revision: 561

Modified:
   desktop/trunk/thunar/debian/changelog
   desktop/trunk/thunar/debian/rules
   desktop/trunk/xfdesktop4/debian/changelog
   desktop/trunk/xfdesktop4/debian/control
Log:
Fix xfdesktop4 to build against thunar.  Remove the .la files from thunar
which also helps.


Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog	2006-04-28 12:30:26 UTC (rev 560)
+++ desktop/trunk/thunar/debian/changelog	2006-04-28 12:31:48 UTC (rev 561)
@@ -3,6 +3,9 @@
   (Yves-Alexis Perez)
    * New upstream release
    * Updated help path so help page (F1) is opened correctly    closes: #362491
+  (Simon Huggins)
+   * Remove .la files all together from this package - we ship a .pc file
+     which should be sufficient for things building against it.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Tue, 18 Apr 2006 18:03:55 +0200
 

Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules	2006-04-28 12:30:26 UTC (rev 560)
+++ desktop/trunk/thunar/debian/rules	2006-04-28 12:31:48 UTC (rev 561)
@@ -9,7 +9,8 @@
 install/thunar::
 	cd $(CURDIR)/debian/tmp/usr/share/doc/ \
 	&& mv Thunar thunar
-	rm -f $(CURDIR)/debian/tmp/usr/lib/thunarx-1/thunar-uca.la
+	rm -f $(CURDIR)/debian/tmp/usr/lib/*.la 
+	rm -f $(CURDIR)/debian/tmp/usr/lib/*/*.la 
 
 binary-post-install/libthunar-vfs-1-2::
 	install -D -p -o root -g root -m 644 debian/lintian $(CURDIR)/debian/libthunar-vfs-1/usr/share/lintian/overrides/libthunar-vfs-1

Modified: desktop/trunk/xfdesktop4/debian/changelog
===================================================================
--- desktop/trunk/xfdesktop4/debian/changelog	2006-04-28 12:30:26 UTC (rev 560)
+++ desktop/trunk/xfdesktop4/debian/changelog	2006-04-28 12:31:48 UTC (rev 561)
@@ -1,10 +1,13 @@
 xfdesktop4 (4.3.90.1-1) UNRELEASED; urgency=low
 
-  * New upstream release
-  * Build-depend on libthunar-vfs-1-dev to add desktop icons files support
-  * Use x-terminal-emulator instead of xfterm4 in menu file
-  * Use correct interpreter in xfdesktop4 menu method
-  * Correct a syntax error in changelog
+  (Yves-Alexis Perez)
+   * New upstream release
+   * Build-depend on libthunar-vfs-1-dev to add desktop icons files support
+   * Use x-terminal-emulator instead of xfterm4 in menu file
+   * Use correct interpreter in xfdesktop4 menu method
+   * Correct a syntax error in changelog
+  (Simon Huggins)
+   * Add build-dep on exo.
   
  -- Yves-Alexis Perez <corsac at corsac.net>  Tue, 18 Apr 2006 17:12:09 +0200
  

Modified: desktop/trunk/xfdesktop4/debian/control
===================================================================
--- desktop/trunk/xfdesktop4/debian/control	2006-04-28 12:30:26 UTC (rev 560)
+++ desktop/trunk/xfdesktop4/debian/control	2006-04-28 12:31:48 UTC (rev 561)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, libxml2-dev, xfce4-panel-dev (>= 4.3.90.1-1), libthunar-vfs-1-dev (>= 0.3.0beta1-1)
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, libxft-dev, libxml2-dev, xfce4-panel-dev (>= 4.3.90.1-1), libthunar-vfs-1-dev (>= 0.3.0beta1-1), libexo-0.3-dev (>= 0.3.1.6beta1-1)
 Standards-Version: 3.6.2
 
 Package: xfdesktop4




More information about the Pkg-xfce-commits mailing list