Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 27 → Rev 26

/trunk/debian/rules
13,7 → 13,13
ICON_SIZES=16 22 32 48 64 96
PIXMAP_SIZES=16 32
 
clean:
include /usr/share/dpatch/dpatch.make
 
unpatch: clean-patched
clean: unpatch
dh_clean
 
clean-patched: patch-stamp
dh_testdir
dh_testroot
rm -f build-stamp
21,10 → 27,9
 
python setup.py clean -a
find -name '*.pyc' -delete
dh_clean
 
build: build-stamp
build-stamp:
build-stamp: patch-stamp
python setup.py build
 
for size in $(ICON_SIZES); do \