[Pkg-xfce-commits] r503 - desktop/trunk/exo/debian

Simon Huggins huggie at costa.debian.org
Sun Mar 12 11:47:57 UTC 2006


Author: huggie
Date: 2006-03-12 11:47:57 +0000 (Sun, 12 Mar 2006)
New Revision: 503

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/libexo-0.3-0.install
   desktop/trunk/exo/debian/rules
Log:
Move libexec dir for lintian.


Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2006-03-12 11:20:51 UTC (rev 502)
+++ desktop/trunk/exo/debian/changelog	2006-03-12 11:47:57 UTC (rev 503)
@@ -9,6 +9,8 @@
     * Move the postinst to only fire for the lib package not the -dev package
       as that's where the mcs-plugins are.
     * Don't depend on gtk-doc-tools let upstream build the docs once.
+    * Move the libexecdir from /usr/libexec to /usr/lib/libexo-0.3-0 for
+      lintian.
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 05 Mar 2006 16:40:32 +0100
 

Modified: desktop/trunk/exo/debian/libexo-0.3-0.install
===================================================================
--- desktop/trunk/exo/debian/libexo-0.3-0.install	2006-03-12 11:20:51 UTC (rev 502)
+++ desktop/trunk/exo/debian/libexo-0.3-0.install	2006-03-12 11:47:57 UTC (rev 503)
@@ -1,5 +1,6 @@
 etc/
 usr/bin/*
+usr/lib/libexo-0.3-0/*
 usr/lib/lib*.so.*
 usr/lib/xfce4/mcs-plugins/*.so.*
 usr/libexec/*

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2006-03-12 11:20:51 UTC (rev 502)
+++ desktop/trunk/exo/debian/rules	2006-03-12 11:47:57 UTC (rev 503)
@@ -38,7 +38,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final --disable-gtk-doc --disable-python
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --libexecdir=/usr/lib/libexo-0.3-0 --enable-final --disable-gtk-doc --disable-python
 
 
 build: build-stamp




More information about the Pkg-xfce-commits mailing list