Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 28 → Rev 29

/trunk/debian/control
2,7 → 2,7
Section: games
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 5.0.38), python (>= 2.6.6-3~)
Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~)
Build-Depends-Indep: librsvg2-bin, imagemagick
Standards-Version: 3.8.3
Homepage: http://pyscrabble.sourceforge.net
/trunk/debian/compat
1,0 → 0,0
5
7
/trunk/debian/changelog
5,8 → 5,9
README.source.
* Convert to using dh_python2.
* Run setup.py with --install-layout=deb to get filesystem layout right.
* Bump Debhelper compat level to 7.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 25 Apr 2011 01:00:21 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 25 Apr 2011 01:08:40 +0200
 
pyscrabble (1.6.2-4) unstable; urgency=low
 
/trunk/debian/rules
38,7 → 38,7
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_prep
 
python setup.py install --no-compile --root=$(DESTDIR) \
--install-layout=deb \