Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/trunk/debian/changelog
6,6 → 6,7
* debian/rules: Drop the call to dh_desktop.
* Upgrade to Standards-Version 3.8.3.
+ Add debian/README.source.
* debian/rules: Rearrange targets.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 22 Sep 2009 09:15:42 +0200
 
/trunk/debian/rules
15,7 → 15,8
 
include /usr/share/dpatch/dpatch.make
 
clean: clean-patched unpatch
unpatch: clean-patched
clean: unpatch
dh_clean
 
clean-patched: patch-stamp
27,7 → 28,8
python setup.py clean -a
find -name '*.pyc' -delete
 
build: patch-stamp
build: build-stamp
build-stamp: patch-stamp
python setup.py build
 
for size in $(ICON_SIZES); do \
36,6 → 38,7
for size in $(PIXMAP_SIZES); do \
convert pyscrabble-$$size.png pyscrabble-$${size}x$${size}.xpm; \
done
touch "$@"
 
install: build
dh_testdir