Bug#368825: x10-automate lacks a .desktop file
Package: x10-automate Version: 1.00-8 Severity: wishlist Hello. x10-automate currently lacks a .desktop file. A bug was filed against the package in the Ubuntu bugtracker [1] and you can find a .desktop file attached there. It would be nice if this was included in Debian as well. [1] https://launchpad.net/bugs/46456 Thanks for your time, Vassilis Pandis ___ All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine http://uk.docs.yahoo.com/nowyoucan.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#368876: contains /usr/X11R6/bin - conflicts with x11-common
Package: ppxp Version: 0.2001080415-14 Severity: grave Hello, this contains /usr/X11R6 /usr/X11R6/bin so this happends: Unpacking replacement x11-common ... dpkg: error processing /var/cache/apt/archives/x11-common_1%3a7.0.20_i386.deb (--unpack): trying to overwrite `/usr/X11R6/bin', which is also in package ppxp I think this dirs should just remove from the package. greetings, Florian Ludwig -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages ppxp depends on: ii libc6 2.3.6-9GNU C Library: Shared libraries ii libncurses5 5.5-2 Shared libraries for terminal hand ii libreadline5 5.1-7 GNU readline and history libraries ii zlib1g1:1.2.3-11 compression library - runtime ppxp recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#368886: spe startup process crash
Subject: spe startup process crash Package: spe Version: 0.8.2a+repack-0.1 Severity: grave Justification: renders package unusable *** Please type your report below this line *** Hi, spe is great but seems to not to be usable on an up-to-date sid. apt-get install spe. spe startup process crashes : " If you experience any problems please install wxPython v2.6.1.0. SPE v0.8.2.a (c)2003-2005 www.stani.be If spe fails to start: - type "python SPE.py --debug > debug.txt 2>&1" at the command prompt (or if you use tcsh: "python SPE.py --debug >& debug.txt") - send debug.txt with some info to spe.stani.be[at]gmail.com Encrypted debugging disabled. If you prefer encrypted debugging, install the "Python Cryptography Toolkit" from http://www.amk.ca/python/code/crypto Launching application... (python:1695): Gdk-CRITICAL **: gdk_draw_drawable: assertion `src != NULL' failed " and it looks like it has entered into an infinite loop. No spe window appears. It looks like one missing dependency. Xavier -- System Information: "
Processed: NMU patch
Processing commands for [EMAIL PROTECTED]: > tags 356093 + pending Bug#356093: FTBFS with G++ 4.1: extra qualification ... Tags were: fixed-upstream patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#356093: NMU patch
tags 356093 + pending thanks I've uploaded the following NMU to delayed-2. diff -u synopsis-0.5.0/debian/changelog synopsis-0.5.0/debian/changelog --- synopsis-0.5.0/debian/changelog +++ synopsis-0.5.0/debian/changelog @@ -1,3 +1,10 @@ +synopsis (0.5.0-5) unstable; urgency=low + + * Upload as part of the GCC 4.1 transition. + * Remove extra qualification from C++ header files (Closes: 356093). + + -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 18:21:50 +0200 + synopsis (0.5.0-4) unstable; urgency=low * QA Upload only in patch2: unchanged: --- synopsis-0.5.0.orig/Synopsis/Parser/C++/gc/include/gc_cpp.h +++ synopsis-0.5.0/Synopsis/Parser/C++/gc/include/gc_cpp.h @@ -175,7 +175,7 @@ inline void* operator new[]( size_t size, void *p ); inline void operator delete[]( void* obj ); # ifndef __BORLANDC__ - inline void gc::operator delete[]( void*, void* ); + inline void operator delete[]( void*, void* ); # endif #endif /* GC_OPERATOR_NEW_ARRAY */ }; only in patch2: unchanged: --- synopsis-0.5.0.orig/Synopsis/Parser/C++/syn/swalker.hh +++ synopsis-0.5.0/Synopsis/Parser/C++/syn/swalker.hh @@ -138,7 +138,7 @@ std::string format_parameters(std::vector& params); //. Translates the template parameters and creates the template type. -void SWalker::TranslateTemplateParams(Ptree* params); +void TranslateTemplateParams(Ptree* params); // default translation virtual Ptree* TranslatePtree(Ptree*); @@ -315,7 +315,7 @@ typedef std::vector FuncImplStack; //. The stack of function impl vectors FuncImplStack m_func_impl_stack; -void SWalker::TranslateFuncImplCache(const FuncImplCache& cache); +void TranslateFuncImplCache(const FuncImplCache& cache); //. Finds the column given the start ptr and the current position. The //. derived column number is processed with the link_map before returning, -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]