diff -u viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/changelog viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/changelog --- viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/changelog +++ viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/changelog @@ -1,3 +1,10 @@ +viewcvs (0.9.2+cvs.1.0.dev.2004.03.24-0.backports.org.1) unstable; urgency=low + + * recompiled for http://www.backports.org/ + + used python2.1 instead of python2.3 + + -- Norbert Tretkowski Wed, 24 Mar 2004 15:35:25 +0100 + viewcvs (0.9.2+cvs.1.0.dev.2004.03.24-1) unstable; urgency=low * New upstream release diff -u viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/control viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/control --- viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/control +++ viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/control @@ -2,14 +2,14 @@ Section: devel Priority: optional Maintainer: Takuo KITAME -Build-Depends: debhelper (>= 4.1.16), sharutils, python-dev (>= 2.3), python-dev (<< 2.4), docbook-to-man, python2.3-subversion +Build-Depends: debhelper (>= 4.1.16), sharutils, python-dev (>= 2.1), python-dev (<< 2.2), docbook-to-man, python2.1-subversion Standards-Version: 3.5.8 Package: viewcvs Architecture: all Depends: ${python:Depends}, cvs | subversion, rcs, mime-support, debconf (>= 1.0) Recommends: enscript, httpd -Suggests: cvsgraph, viewcvs-query, python2.3-subversion +Suggests: cvsgraph, viewcvs-query, python2.1-subversion Description: Viewing CVS Repositories via HTTP The ViewCVS software was inspired by cvsweb (by Henner Zeller). ViewCVS can browse directories, commit-logs, and specific revisions of files. diff -u viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/rules viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/rules --- viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/rules +++ viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/rules @@ -5,7 +5,7 @@ # Skip possible CVS/ subdirectories while building in work tree. -PYTHONDIR=/usr/lib/python2.3/site-packages/ +PYTHONDIR=/usr/lib/python2.1/site-packages/ CGIDIR=/usr/lib/cgi-bin SYSCONFDIR=/etc/viewcvs diff -u viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/postrm viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/postrm --- viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/postrm +++ viewcvs-0.9.2+cvs.1.0.dev.2004.03.24/debian/postrm @@ -2,7 +2,7 @@ set -e -PYTHON=/usr/lib/python2.3 +PYTHON=/usr/lib/python2.1 if [ "$1" = "remove" ]; then rm -rf $PYTHON/viewcvs/