[Pkg-xfce-commits] r504 - desktop/trunk/exo/debian
Simon Huggins
huggie at costa.debian.org
Sun Mar 12 11:50:08 UTC 2006
Author: huggie
Date: 2006-03-12 11:50:08 +0000 (Sun, 12 Mar 2006)
New Revision: 504
Modified:
desktop/trunk/exo/debian/changelog
desktop/trunk/exo/debian/libexo-0.3-0.postinst
desktop/trunk/exo/debian/rules
Log:
Add #DEBHELPER# to the postinst and only run makeshlibs on the library
package.
Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog 2006-03-12 11:47:57 UTC (rev 503)
+++ desktop/trunk/exo/debian/changelog 2006-03-12 11:50:08 UTC (rev 504)
@@ -11,6 +11,8 @@
* 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.
+ * Add #DEBHELPER# to the postinst and only run makeshlibs on the lib
+ package.
-- Yves-Alexis Perez <corsac at corsac.net> Sun, 05 Mar 2006 16:40:32 +0100
Modified: desktop/trunk/exo/debian/libexo-0.3-0.postinst
===================================================================
--- desktop/trunk/exo/debian/libexo-0.3-0.postinst 2006-03-12 11:47:57 UTC (rev 503)
+++ desktop/trunk/exo/debian/libexo-0.3-0.postinst 2006-03-12 11:50:08 UTC (rev 504)
@@ -2,3 +2,5 @@
# Get xfce-mcs-manager to reinit
pkill -USR1 -f xfce-mcs-manager || true
+
+#DEBHELPER#
Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules 2006-03-12 11:47:57 UTC (rev 503)
+++ desktop/trunk/exo/debian/rules 2006-03-12 11:50:08 UTC (rev 504)
@@ -107,7 +107,7 @@
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs
+ dh_makeshlibs -p$(LIBRARY_PKGNAME)
rm -rf debian/tmp/usr/lib/xfce4/mcs-plugins/*.{a,la}
#dh_python
dh_installdeb
More information about the Pkg-xfce-commits
mailing list