summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@gmx.de>2010-04-10 12:46:11 +0200
committerChristoph Egger <christoph@christoph-egger.org>2011-05-02 15:31:04 +0200
commit60c8b333bd56ca9a0782a8f9f5b1a5ed7a40bedd (patch)
tree43914c529fc4d9475a4e84a6a66307b6f2a9dec8 /debian/rules
parent3794d17d3639fdfcd1f954df18b6346a1fe4e4ff (diff)
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
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)