Author: e2jk-guest
Date: 2013-05-08 21:06:56 +0000 (Wed, 08 May 2013)
New Revision: 13528
Modified:
trunk/packages/gnuhealth/trunk/debian/rules
Log:
Remove empty directories (locale folder of ICU module)
Modified: trunk/packages/gnuhealth/trunk/debian/rules
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/rules 2013-05-08 20:50:37 UTC (rev
13527)
+++ trunk/packages/gnuhealth/trunk/debian/rules 2013-05-08 21:06:56 UTC (rev
13528)
@@ -25,6 +25,8 @@
find debian -name "*.py" -type f -executable -exec chmod a-x \{\} \;
# Remove all the tests folders from the binary package
find debian -name "tests" -type d -prune -execdir rm -r \{\} \;
+ # Remove empty directories (locale folder of ICU module)
+ find debian -type d -empty -delete
override_dh_link:
## workaround for "extra-license-file":
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit