[med-svn] r7793 - trunk/packages/plato/trunk/debian
Steffen Möller
moeller at alioth.debian.org
Wed Sep 14 14:15:19 UTC 2011
Author: moeller
Date: 2011-09-14 14:15:19 +0000 (Wed, 14 Sep 2011)
New Revision: 7793
Modified:
trunk/packages/plato/trunk/debian/rules
Log:
Helping get-orig-source.
Modified: trunk/packages/plato/trunk/debian/rules
===================================================================
--- trunk/packages/plato/trunk/debian/rules 2011-09-14 14:10:31 UTC (rev 7792)
+++ trunk/packages/plato/trunk/debian/rules 2011-09-14 14:15:19 UTC (rev 7793)
@@ -20,3 +20,6 @@
cd .. && tar xzf plato-$(VERSION).tar.gz
cd .. && mv plato-release plato-$(VERSION)
cd ../plato-$(VERSION) && make clean
+ find ../plato-$(VERSION) -name "*.cpp" -o -name "*.h" | xargs -r chmod -x
+ find ../plato-$(VERSION) -name "*.svn" -a -type d | xargs -r rm -rf
+ cd .. && tar cjf plato_$(VERSION).orig.tar.bz2 plato-$(VERSION)
More information about the debian-med-commit
mailing list