Apologies for not sending this yesterday:
diff -u yum-3.2.12/yum/misc.py yum-3.2.12/yum/misc.py
--- yum-3.2.12/yum/misc.py
+++ yum-3.2.12/yum/misc.py
@@ -16,7 +16,7 @@
import fnmatch
import bz2
from stat import *
-import pyme.gpgme
+import pyme.pygpgme as gpgme
from Errors import MiscError
diff -u yum-3.2.12/po/yum.pot yum-3.2.12/po/yum.pot
--- yum-3.2.12/po/yum.pot
+++ yum-3.2.12/po/yum.pot
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-07 15:07+0000\n"
+"POT-Creation-Date: 2008-07-28 23:21+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
diff -u yum-3.2.12/debian/changelog yum-3.2.12/debian/changelog
--- yum-3.2.12/debian/changelog
+++ yum-3.2.12/debian/changelog
@@ -1,3 +1,13 @@
+yum (3.2.12-1.2) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Updated for compatibility with current python-pyme (Closes: #490368)
+ based on patch by Martin Meredith <[EMAIL PROTECTED]>
+ - Changed import in yum/misc.py
+ - Set versioned dependency on python-pyme
+
+ -- Ben Hutchings <[EMAIL PROTECTED]> Mon, 28 Jul 2008 23:20:59 +0100
+
yum (3.2.12-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -u yum-3.2.12/debian/control yum-3.2.12/debian/control
--- yum-3.2.12/debian/control
+++ yum-3.2.12/debian/control
@@ -8,7 +8,7 @@
Package: yum
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1),
python-rpm, python-pyme, python-sqlitecachec, python-sqlite
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1),
python-rpm, python-pyme (>= 0.8.0), python-sqlitecachec, python-sqlite
Description: Advanced front-end for rpm
Yum (Yellow dog Updater, Modified) is an automatic updater and package
installer/remover for rpm systems. It automatically computes dependencies
--- END ----- Ben Hutchings If God had intended Man to program, we'd have been born with serial I/O ports.
signature.asc
Description: This is a digitally signed message part

