Dear maintainer, I've prepared an NMU for pylucene (versioned as 2.3.1-1.2) and uploaded it to DELAYED/2.
Regards.
diff -u pylucene-2.3.1/Makefile pylucene-2.3.1/Makefile --- pylucene-2.3.1/Makefile +++ pylucene-2.3.1/Makefile @@ -31,7 +31,7 @@ # PREFIX_PYTHON: where your version of python is installed. # JCC: how jcc is invoked, depending on the python version: # - python 2.5: -# $(PYTHON) -m jcc +# $(PYTHON) -m jcc.__main__ # - python 2.4: # $(PYTHON) $(PREFIX_PYTHON)/lib/python2.4/site-packages/jcc/__init__.py # NUM_FILES is the number of wrapper files to generate. By default, jcc @@ -43,7 +43,7 @@ #PREFIX_PYTHON=/usr #ANT=ant #PYTHON=$(PREFIX_PYTHON)/bin/python -#JCC=$(PYTHON) -m jcc +#JCC=$(PYTHON) -m jcc.__main__ #NUM_FILES=1 # Mac OS X (Python 2.3.5, Java 1.5, setuptools 0.6c7, Intel Mac OS X 10.4) @@ -71,14 +71,14 @@ PREFIX_PYTHON=/usr ANT=ant PYTHON=$(PREFIX_PYTHON)/bin/python -JCC=$(PYTHON) -m jcc +JCC=$(PYTHON) -m jcc.__main__ NUM_FILES=2 # FreeBSD #PREFIX_PYTHON=/usr #ANT=ant #PYTHON=$(PREFIX_PYTHON)/bin/python -#JCC=$(PYTHON) -m jcc +#JCC=$(PYTHON) -m jcc.__main__ #NUM_FILES=1 # Solaris (Solaris 11, Python 2.4 32-bit, Sun Studio 12, Java 1.6) @@ -92,7 +92,7 @@ #PREFIX_PYTHON=/cygdrive/o/Python25 #ANT=JAVA_HOME=o:\\Java\\jdk1.6.0_02 /cygdrive/o/java/apache-ant-1.7.0/bin/ant #PYTHON=$(PREFIX_PYTHON)/python.exe -#JCC=$(PYTHON) -m jcc +#JCC=$(PYTHON) -m jcc.__main__ #NUM_FILES=2 # diff -u pylucene-2.3.1/debian/changelog pylucene-2.3.1/debian/changelog --- pylucene-2.3.1/debian/changelog +++ pylucene-2.3.1/debian/changelog @@ -1,3 +1,13 @@ +pylucene (2.3.1-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Makefile + - replace "-m jcc" with "-m jcc.__main__" in order to be able to build the + package with Python 2.6 as default; thanks to Jakub Wilk for the report + and to Giovanni Rapagnani for the patch; Closes: #571545 + + -- Sandro Tosi <mo...@debian.org> Tue, 11 May 2010 15:28:47 +0200 + pylucene (2.3.1-1.1) unstable; urgency=low * Non-maintainer upload.