diff -urN jython-2.1.0.old/debian/changelog jython-2.1.0/debian/changelog --- jython-2.1.0.old/debian/changelog 2006-04-20 00:29:35.000000000 +0200 +++ jython-2.1.0/debian/changelog 2006-04-20 00:23:04.000000000 +0200 @@ -1,3 +1,11 @@ +jython (2.1.0-22.1) unstable; urgency=low + + * Non-maintainer upload. + * Replace python by python2.1 and python2.1-doc by + python-doc. Closes: #362292. + + -- Arnaud Fontaine Thu, 20 Apr 2006 00:20:07 +0200 + jython (2.1.0-21) unstable; urgency=low * Orphaning package (see #315289 for details). diff -urN jython-2.1.0.old/debian/control jython-2.1.0/debian/control --- jython-2.1.0.old/debian/control 2006-04-20 00:29:35.000000000 +0200 +++ jython-2.1.0/debian/control 2006-04-20 00:21:43.000000000 +0200 @@ -2,15 +2,15 @@ Section: python Priority: optional Maintainer: Debian QA Group -Build-Depends-Indep: debhelper (>> 5.0.0), fastjar, jikes-gij, libreadline-java (>= 0.6), libservlet2.3-java, python2.1 +Build-Depends-Indep: debhelper (>> 5.0.0), fastjar, jikes-gij, libreadline-java (>= 0.6), libservlet2.3-java, python Standards-Version: 3.6.2 Package: jython Architecture: all Section: python -Depends: ${perl:Depends}, gij | java-virtual-machine, gij | java1-runtime | java2-runtime, libreadline-java (>= 0.6), python2.1 +Depends: ${perl:Depends}, gij | java-virtual-machine, gij | java1-runtime | java2-runtime, libreadline-java (>= 0.6), python Recommends: gcj | java-compiler -Suggests: jython-doc, python2.1-doc +Suggests: jython-doc, python-doc Description: Python seamlessly integrated with Java Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The @@ -25,7 +25,7 @@ Architecture: all Section: doc Recommends: w3m | www-browser -Suggests: jython, python2.1-doc +Suggests: jython, python-doc Description: Jython documentation including API docs Official documentation for Jython, an implementation of Python seamlessly integrated with Java. This includes detailed Jython usage @@ -33,4 +33,4 @@ . This package only contains documentation specific to Jython; for general Python documentation including a Python language reference and tutorial, - see package python2.1-doc. + see package python-doc.