Your message dated Sun, 27 Apr 2008 14:51:20 +0200 with message-id <[EMAIL PROTECTED]> and subject line Closing this bug, and NMU diff has caused the Debian Bug report #476170, regarding mnemosyne: uninstallable with python 2.5 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 476170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476170 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: mnemosyne Version: 1.0-2 Severity: serious User: [EMAIL PROTECTED] Usertags: goal-python2.5 Tags: patch Hello. mnemosyne is unistallable with python-defaults 2.5, which was recently uploaded. If mnemosyne works with python >= 2.5 (which it seems it does from my bit of testing), just uploading with debian/pyversions completely dropped should do. (Otherwise, please depend on python2.4 and not on python.) Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org To be nobody but yourself in a world which is doing its best night and day to make you like everybody else means to fight the hardest battle any human being can fight and never stop fighting. -- e.e. cummings
--- End Message ---
--- Begin Message ---Version: 1.0-2.1 Hello. This bug was fixed by my NMU, but I made a typo in the changelog. I'm attaching the NMU diff. Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org When all is summed up, a man never speaks of himself without loss; his accusations of himself are always believed; his praises never. -- Michel de Montaigne--- Begin Message ---Hi, Attached is the diff for my mnemosyne 1.0-2.1 NMU. -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org If there is a sin against life, it consists perhaps not so much in despairing of life as in hoping for another life and in eluding the implacable grandeur of this life. -- Albert Camusdiff -u mnemosyne-1.0/debian/changelog mnemosyne-1.0/debian/changelog --- mnemosyne-1.0/debian/changelog +++ mnemosyne-1.0/debian/changelog @@ -1,3 +1,12 @@ +mnemosyne (1.0-2.1) unstable; urgency=high + + * Non-maintainer upload. + * Make installable with python 2.5. (Closes: #468607) + * Add patch from Ubuntu to make the app work without python-xml installed + (as per the previous upload). Thanks! (Closes: #476527) + + -- Adeodato Simó <[EMAIL PROTECTED]> Sun, 27 Apr 2008 12:05:54 +0200 + mnemosyne (1.0-2) unstable; urgency=low * Dropped dependency on pyhon-xml (closes: #468607) reverted: --- mnemosyne-1.0/debian/pyversions +++ mnemosyne-1.0.orig/debian/pyversions @@ -1 +0,0 @@ -2.4 only in patch2: unchanged: --- mnemosyne-1.0.orig/mnemosyne/core/mnemosyne_core.py +++ mnemosyne-1.0/mnemosyne/core/mnemosyne_core.py @@ -1420,9 +1420,9 @@ ############################################################################## from xml.sax import saxutils, make_parser -from xml.sax.handler import feature_namespaces +from xml.sax.handler import feature_namespaces, ContentHandler -class XML_Importer(saxutils.DefaultHandler): +class XML_Importer(ContentHandler): def __init__(self, default_cat=None, reset_learning_data=False): self.reading, self.text = {}, {} @@ -1557,7 +1557,7 @@ # ############################################################################## -class memaid_XML_Importer(saxutils.DefaultHandler): +class memaid_XML_Importer(ContentHandler): def __init__(self, default_cat=None, reset_learning_data=False): self.reading, self.text = {}, {}
--- End Message ---
--- End Message ---

