tags 581664 + patch tags 581664 + pending thanks Dear maintainer,
We have prepared an NMU for cedet (versioned as 1:1.0pre4-3.1) and uploaded it to DELAYED/14. Please feel free to tell me if we should delay it longer, or if you would prefer that we remove it from the upload queue completely. Regards, Tony and Jari diff -u cedet-1.0pre4/debian/changelog cedet-1.0pre4/debian/changelog --- cedet-1.0pre4/debian/changelog +++ cedet-1.0pre4/debian/changelog @@ -1,3 +1,14 @@ +cedet (1:1.0pre4-3.1) unstable; urgency=low + + [ Jari Aalto ] + * Non-maintainer upload. + * debian/patches + - (10): New patch. Handle renamed outbuffer to bytecomp-outbuffer + during byte compile (Closes: #581664). Patch thanks Ubuntu: + Anselm Helbig <anselm.hel...@gmx.de>. + + -- Jari Aalto <jari.aa...@cante.net> Wed, 02 Jun 2010 19:44:05 +0300 + cedet (1:1.0pre4-3) unstable; urgency=low * debian/control: only in patch2: unchanged: --- cedet-1.0pre4.orig/debian/patches/0010-Fix-byte-compile-error-outbuffer.patch +++ cedet-1.0pre4/debian/patches/0010-Fix-byte-compile-error-outbuffer.patch @@ -0,0 +1,19 @@ +Subject: Fixes byte compile error for emacs-snapshot, outbuffer variable was renamed to bytecomp-outbuffer +Bug-Ubuntu: https://launchpad.net/bugs/420402 +Origin: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/cedet/files/cedet-1.0_pre6-fix-eieio-comp.patch?view=markup + +diff -Naur eieio.org/eieio-comp.el eieio/eieio-comp.el +--- cedet/eieio/eieio-comp.el 2009-10-03 13:26:17.000000000 +0200 ++++ ceted/eieio/eieio-comp.el 2009-10-03 13:27:15.000000000 +0200 +@@ -74,7 +74,10 @@ + (class (if (listp arg1) (nth 1 arg1) nil)) + (my-outbuffer (if (eval-when-compile + (string-match "XEmacs" emacs-version)) +- byte-compile-outbuffer outbuffer)) ++ byte-compile-outbuffer ++ (condition-case nil ++ bytecomp-outbuffer ++ (error outbuffer)))) + ) + (let ((name (format "%s::%s" (or class "#<generic>") meth))) + (if byte-compile-verbose only in patch2: unchanged: --- cedet-1.0pre4.orig/.pc/.quilt_patches +++ cedet-1.0pre4/.pc/.quilt_patches @@ -0,0 +1 @@ +debian/patches only in patch2: unchanged: --- cedet-1.0pre4.orig/.pc/.version +++ cedet-1.0pre4/.pc/.version @@ -0,0 +1 @@ +2 only in patch2: unchanged: --- cedet-1.0pre4.orig/.pc/.quilt_series +++ cedet-1.0pre4/.pc/.quilt_series @@ -0,0 +1 @@ +series -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org