Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 26 → Rev 27

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