[med-svn] [plato] 02/12: Helping get-orig-source.

Andreas Tille tille at debian.org
Mon Dec 18 19:43:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository plato.

commit e50ea6608d3f5443a60f4910fa673cd6c55ca88a
Author: Steffen Moeller <moeller at debian.org>
Date:   Wed Sep 14 14:15:19 2011 +0000

    Helping get-orig-source.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index cb8c0b7..7e2980a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,6 @@ get-orig-source:
 	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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plato.git



More information about the debian-med-commit mailing list