[Pkg-xfce-commits] r5676 - goodies/trunk/parole/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Apr 23 03:14:20 UTC 2011
Author: corsac
Date: 2011-04-23 15:14:16 +0000 (Sat, 23 Apr 2011)
New Revision: 5676
Modified:
goodies/trunk/parole/debian/changelog
goodies/trunk/parole/debian/parole.install
goodies/trunk/parole/debian/rules
Log:
* debian/parole.install updated.
* debian/rules:
- use --fail-missing and manually remove spurious files.
Modified: goodies/trunk/parole/debian/changelog
===================================================================
--- goodies/trunk/parole/debian/changelog 2011-04-23 15:04:23 UTC (rev 5675)
+++ goodies/trunk/parole/debian/changelog 2011-04-23 15:14:16 UTC (rev 5676)
@@ -16,6 +16,9 @@
* debian/control:
- update standards version to 3.9.2.
- drop browser-plugin-parole package.
+ * debian/parole.install updated.
+ * debian/rules:
+ - use --fail-missing and manually remove spurious files.
-- Yves-Alexis Perez <corsac at debian.org> Sat, 23 Apr 2011 17:04:06 +0200
Modified: goodies/trunk/parole/debian/parole.install
===================================================================
--- goodies/trunk/parole/debian/parole.install 2011-04-23 15:04:23 UTC (rev 5675)
+++ goodies/trunk/parole/debian/parole.install 2011-04-23 15:14:16 UTC (rev 5676)
@@ -1,4 +1,3 @@
usr/bin
usr/lib/parole-0/*.so
-usr/lib/parole/parole-media-plugin
usr/share
Modified: goodies/trunk/parole/debian/rules
===================================================================
--- goodies/trunk/parole/debian/rules 2011-04-23 15:04:23 UTC (rev 5675)
+++ goodies/trunk/parole/debian/rules 2011-04-23 15:14:16 UTC (rev 5676)
@@ -9,3 +9,7 @@
override_dh_makeshlibs:
dh_makeshlibs -X usr/lib/parole-0
+
+override_dh_install:
+ find debian/tmp/usr/lib -name '*.la' -delete
+ dh_install --fail-missing
More information about the Pkg-xfce-commits
mailing list