Hi, Here is an NMU that should fix this bug. (Well if fixes the depends but it should also allow swaml to run under 2.5).
I'm not absolutely positive but I do not believe a multi-build package is necessary here. Thanks, Barry deFreese
diff -u swaml-0.0.5/debian/changelog swaml-0.0.5/debian/changelog --- swaml-0.0.5/debian/changelog +++ swaml-0.0.5/debian/changelog @@ -1,3 +1,12 @@ +swaml (0.0.5-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Depend python-rdflib instead of python2.4-rdflib. (Closes: #445422). + * pyversions 2.4 -> 2.4-. + * Update .py scripts to use python, not python2.4. + + -- Barry deFreese <[EMAIL PROTECTED]> Mon, 11 Feb 2008 22:51:06 -0500 + swaml (0.0.5-2) unstable; urgency=low * Added debian/watch file. diff -u swaml-0.0.5/debian/control swaml-0.0.5/debian/control --- swaml-0.0.5/debian/control +++ swaml-0.0.5/debian/control @@ -7,7 +7,7 @@ Package: swaml Architecture: all -Depends: ${python:Depends}, python2.4-rdflib +Depends: ${python:Depends}, python-rdflib Recommends: buxon Description: Semantic Web Archive of Mailing Lists SWAML reads a collection of email messages stored in a mailbox diff -u swaml-0.0.5/debian/pyversions swaml-0.0.5/debian/pyversions --- swaml-0.0.5/debian/pyversions +++ swaml-0.0.5/debian/pyversions @@ -1 +1 @@ -2.4 +2.4- only in patch2: unchanged: --- swaml-0.0.5.orig/swaml.py +++ swaml-0.0.5/swaml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/env python # -*- coding: utf8 -*- # # SWAML <http://swaml.berlios.de/> only in patch2: unchanged: --- swaml-0.0.5.orig/setup/swaml +++ swaml-0.0.5/setup/swaml @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python # -*- coding: utf8 -*- # # SWAML <http://swaml.berlios.de/> only in patch2: unchanged: --- swaml-0.0.5.orig/foaf.py +++ swaml-0.0.5/foaf.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/env python # -*- coding: utf8 -*- # # SWAML KML Exporter <http://swaml.berlios.de/> only in patch2: unchanged: --- swaml-0.0.5.orig/kml.py +++ swaml-0.0.5/kml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/env python # -*- coding: utf8 -*- # # SWAML KML Exporter <http://swaml.berlios.de/> only in patch2: unchanged: --- swaml-0.0.5.orig/configWizard.py +++ swaml-0.0.5/configWizard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/env python # -*- coding: utf8 -*- # # SWAML KML Exporter <http://swaml.berlios.de/>