From 60c8b333bd56ca9a0782a8f9f5b1a5ed7a40bedd Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sat, 10 Apr 2010 12:46:11 +0200 Subject: Upstream doesn't care about freenes of stuff in samples/data so we're unfortunately forced to get rid of that alltogether. There have been some potentially undistributeable bits already. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 9472258..aa47356 100755 --- a/debian/rules +++ b/debian/rules @@ -19,9 +19,10 @@ get-orig-source: -o -iname libpng -o -iname zlib -o -iname SOIL \) -print | xargs /bin/rm -rf ; \ find samples \( -name "*.jpg" -o -name "*.png" -o -name "*.[ch]pp" -o \ -name "*.sfx" \) -print | xargs /bin/chmod a-x ; \ + rm -rf samples/bin/datas/ ;\ make mrproper ; \ cd .. ; rm SFML-$(version)-sdk-linux-32.tar.gz; mv SFML-$(version)/* . ; rm -r SFML-$(version) - cd .. ; GZIP="--best" tar -czf libsfml-$(version).orig.tar.gz libsfml-$(version).orig + cd .. ; GZIP="--best" tar -czf libsfml-$(version)+dfsg1.orig.tar.gz libsfml-$(version).orig build: build-stamp build-stamp: $(QUILT_STAMPFN) -- cgit v1.2.3