Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 42 → Rev 43

/trunk/debian/changelog
4,8 → 4,9
the maximum number of players has been reach, check whether the player
is rejoining a game he or she is already part of (Closes: #633838).
Thanks to Christian von Kietzell.
* Add build-indep and build-arch targets.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 11 Nov 2011 08:45:12 +0100
-- Magnus Holmgren <holmgren@debian.org> Fri, 11 Nov 2011 08:46:33 +0100
 
pyscrabble (1.6.2-6) unstable; urgency=low
 
/trunk/debian/rules
23,7 → 23,9
find -name '*.pyc' -delete
dh_clean
 
build: build-stamp
build: build-indep
build-arch:
build-indep: build-stamp
build-stamp:
python setup.py build
 
89,4 → 91,4
dh_builddeb
 
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
.PHONY: build build-indep build-arch clean binary-indep binary-arch binary install configure