diff -u clive-0.2.1/debian/rules clive-0.2.1/debian/rules --- clive-0.2.1/debian/rules +++ clive-0.2.1/debian/rules @@ -14,7 +14,7 @@ dh_testdir dh_testroot - python setup.py clean + python2.4 setup.py clean find . -name '*.py[co]' -delete rm -rf build rm -f man/clive.1 @@ -26,7 +26,7 @@ dh_testroot dh_clean -k - python setup.py install --no-compile --root $(CURDIR)/debian/clive + python2.4 setup.py install --no-compile --root $(CURDIR)/debian/clive # Remove manpage errorneously installed in /usr/man. Will be handled by # dh_installman rm -rf $(CURDIR)/debian/clive/usr/man diff -u clive-0.2.1/debian/control clive-0.2.1/debian/control --- clive-0.2.1/debian/control +++ clive-0.2.1/debian/control @@ -1,11 +1,12 @@ Source: clive Section: utils Priority: optional -Maintainer: Mikhail Gusarov -Build-Depends: debhelper (>= 5), python-all-dev (>= 2.3.5-11) +Maintainer: Ubuntu MOTU Developers +XSBC-Maintainer: Mikhail Gusarov +Build-Depends: debhelper (>= 5), python2.4-dev (>= 2.3.5-11) Build-Depends-Indep: python-central (>= 0.5.6) Standards-Version: 3.7.2 -XS-Python-Version: all +XS-Python-Version: 2.4 Package: clive Architecture: all diff -u clive-0.2.1/debian/changelog clive-0.2.1/debian/changelog --- clive-0.2.1/debian/changelog +++ clive-0.2.1/debian/changelog @@ -1,3 +1,10 @@ +clive (0.2.1-1ubuntu1) gutsy; urgency=low + + * Restrict to use python 2.4 (clive doesn't work with 2.5) + * Set Ubuntu Maintainer + + -- Emmet Hikory Sat, 13 Oct 2007 16:01:55 +0900 + clive (0.2.1-1) unstable; urgency=low * New upstream release