diff -u viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/changelog viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/changelog --- viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/changelog +++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/changelog @@ -1,3 +1,15 @@ +viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-4.1ubuntu1) gutsy; urgency=low + + * Remove the .pyc files (LP: #36733) + - debian/rules: + + remove installation of byte-compiled files + + remove dh_python call + - debian/control: + + Update to current python-support usage. + + Modify Maintainer value to match DebianMaintainerField spec. + + -- Cesare Tirabassi Fri, 14 Sep 2007 14:12:39 +0200 + viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-4.1) unstable; urgency=low * NMU diff -u viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/control viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/control --- viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/control +++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/control @@ -1,8 +1,9 @@ Source: viewcvs Section: devel Priority: optional -Maintainer: David Martínez Moreno -Build-Depends-Indep: sharutils, python-dev, docbook-to-man, python-subversion, python-support (>= 0.3) +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: David Martínez Moreno +Build-Depends-Indep: sharutils, python-dev, docbook-to-man, python-subversion, python-support (>= 0.5.3) Build-Depends: debhelper (>= 5.0.37.2) Standards-Version: 3.7.2 @@ -11,6 +12,7 @@ Depends: ${python:Depends}, cvs | subversion, rcs, mime-support, debconf (>= 1.0) Recommends: enscript, apache | httpd Suggests: cvsgraph, viewcvs-query, python-subversion +XB-Python-Version: ${python:Versions} Description: view 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. @@ -23,6 +25,7 @@ Architecture: all Depends: viewcvs (= ${Source-Version}), python-mysqldb, python-egenix-mxdatetime, ${python:Depends} Replaces: viewcvs (<< 0.9.2-6) +XB-Python-Version: ${python:Versions} Description: view CVS (viewcvs-query.cgi) 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.07.28/debian/rules viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/rules --- viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/rules +++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/rules @@ -48,7 +48,7 @@ install -m644 debian/apache2.conf $(t)/etc/apache2/conf.d/viewcvs install -d $(t)$(PYTHONDIR)/viewcvs/ - cp -a build-temp/lib/* $(t)$(PYTHONDIR)/viewcvs/ + cp -a build-temp/lib/*.py $(t)$(PYTHONDIR)/viewcvs/ cp build-temp/www/cgi/* $(t)$(CGIDIR) mv $(t)$(CGIDIR)/query.cgi $(t)/$(CGIDIR)/viewcvs-query.cgi @@ -92,7 +92,6 @@ -rm -rf $(CURDIR)/debian/viewcvs-query/usr/share/doc/* dh_link -pviewcvs dh_link -pviewcvs-query /usr/share/doc/viewcvs /usr/share/doc/viewcvs-query - dh_python -i dh_pysupport -i dh_installdeb -i dh_gencontrol -i only in patch2: unchanged: --- viewcvs-0.9.2+cvs.1.0.dev.2004.07.28.orig/debian/pyversions +++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/pyversions @@ -0,0 +1 @@ +-