Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 23 → Rev 22

/trunk/debian/rules
15,8 → 15,7
 
include /usr/share/dpatch/dpatch.make
 
unpatch: clean-patched
clean: unpatch
clean: clean-patched unpatch
dh_clean
 
clean-patched: patch-stamp
28,8 → 27,7
python setup.py clean -a
find -name '*.pyc' -delete
 
build: build-stamp
build-stamp: patch-stamp
build: patch-stamp
python setup.py build
 
for size in $(ICON_SIZES); do \
38,7 → 36,6
for size in $(PIXMAP_SIZES); do \
convert pyscrabble-$$size.png pyscrabble-$${size}x$${size}.xpm; \
done
touch "$@"
 
install: build
dh_testdir