[SCM] lives/master: Prune empty directories.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 24 13:10:32 UTC 2011


The following commit has been merged in the master branch:
commit a22155a0664055af1067d2c64c2a70516e272832
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 24 14:08:49 2011 +0100

    Prune empty directories.

diff --git a/debian/rules b/debian/rules
index 737a082..1ae0a83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ override_dh_auto_install:
 	rm -rf \
 	 debian/tmp/usr/lib/lives/plugins/effects/realtime/weed/data/.svn/ \
 	 debian/tmp/usr/lib/lives/plugins/effects/realtime/weed/icons/.svn/
+	find debian/tmp/usr/lib/lives -type d -empty -delete
 
 override_dh_strip:
 	dh_strip -plibweed0 --dbg-package=libweed-dbg

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list