I know that you have a new upstream version in experimental and will
probably be doing the python transition there, I have every hope that
this NMU won't need any action on your part and will be supersceded by
your new upstream version soon. In the meantime, since I needed to do
the work to have a working viewcvs anyway, I've uploaded it. Diff is
attached.

-- 
see shy jo
diff -ur --new-file old/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
--- old/viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/changelog   2006-08-30 
16:35:40.000000000 -0400
+++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/changelog       2006-08-30 
16:15:01.000000000 -0400
@@ -1,3 +1,10 @@
+viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-4.1) unstable; urgency=low
+
+  * NMU
+  * Updated for python transition, using python-support. Closes: #384750
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Wed, 30 Aug 2006 16:14:18 -0400
+
 viewcvs (0.9.2+cvs.1.0.dev.2004.07.28-4) unstable; urgency=low
 
   * File contents are now visible. Thanks, Marius Gedminas! (closes: #239968).
diff -ur --new-file old/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
--- old/viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/control     2006-08-30 
16:35:40.000000000 -0400
+++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/control 2006-08-30 
16:26:20.000000000 -0400
@@ -2,14 +2,15 @@
 Section: devel
 Priority: optional
 Maintainer: David Martínez Moreno <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.16), sharutils, python-dev (>= 2.3), 
python-dev (<< 2.4), docbook-to-man, python2.3-subversion
-Standards-Version: 3.6.2
+Build-Depends-Indep: sharutils, python-dev, docbook-to-man, python-subversion, 
python-support (>= 0.3)
+Build-Depends: debhelper (>= 5.0.37.2)
+Standards-Version: 3.7.2
 
 Package: viewcvs
 Architecture: all
 Depends: ${python:Depends}, cvs | subversion, rcs, mime-support, debconf (>= 
1.0)
 Recommends: enscript, apache | httpd
-Suggests: cvsgraph, viewcvs-query, python2.3-subversion
+Suggests: cvsgraph, viewcvs-query, python-subversion
 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.
diff -ur --new-file old/viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/postrm 
viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/postrm
--- old/viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/postrm      2006-08-30 
16:35:40.000000000 -0400
+++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/postrm  2006-08-30 
16:14:04.000000000 -0400
@@ -2,13 +2,6 @@
 
 set -e
 
-PYTHON=/usr/lib/python2.3
-
-if [ "$1" = "remove" ]; then
-       rm -rf $PYTHON/viewcvs/
-       rm -rf $PYTHON/site-packages/viewcvs/
-fi
-
 if [ "$1" = "purge" ]; then
        rm -rf /etc/viewcvs/viewcvs.conf*
 fi
diff -ur --new-file old/viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/pycompat 
viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/pycompat
--- old/viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/pycompat    1969-12-31 
19:00:00.000000000 -0500
+++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/pycompat        2006-08-30 
16:24:47.000000000 -0400
@@ -0,0 +1 @@
+2
diff -ur --new-file old/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
--- old/viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/rules       2006-08-30 
16:35:40.000000000 -0400
+++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/debian/rules   2006-08-30 
16:33:07.000000000 -0400
@@ -5,7 +5,7 @@
 
 # Skip possible CVS/ subdirectories while building in work tree.
 
-PYTHONDIR=/usr/lib/python2.3/site-packages/
+PYTHONDIR=/usr/share/python-support/
 CGIDIR=/usr/lib/cgi-bin
 SYSCONFDIR=/etc/viewcvs
 
@@ -92,8 +92,9 @@
        -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_installdeb -i
        dh_python -i
+       dh_pysupport -i
+       dh_installdeb -i
        dh_gencontrol -i
        dh_md5sums -i
        dh_builddeb -i

Attachment: signature.asc
Description: Digital signature

Reply via email to