Bug#790229: blackbox: FTBFS with glibc 2.21 and gcc-5

2015-07-07 Thread Martin Michlmayr
retitle 790229 blackbox: FTBFS with and gcc-5 thanks * Daniel Schepler [2015-06-27 09:17]: > >From my pbuilder build log, using a setup preferring glibc and gcc-defaults > from experimental: I see the same with glibc from unstable and GCC 5. -- Martin Michlmayr Linux for HP Helion

Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Agustin Martin
Subject: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl Package: myspell-sl Version: 1:5.0.1+dfsg-3 Severity: normal Tags: + patch Hi, Mattia, A typo slipped into dependencies of myspell-sl transitional package, pulling hunspell-th instead of huns

Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Agustin Martin
On Wed, Sep 23, 2015 at 12:04:53PM +0200, Agustin Martin wrote: > Subject: myspell-sl: Typo in dependencies of myspell-sl transitional package: > hunspell-th -> hunspell-sl > Package: myspell-sl > Version: 1:5.0.1+dfsg-3 > Severity: normal > Tags: + patch > Hi, Mattia,

Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Agustin Martin
On Wed, Sep 23, 2015 at 01:42:03PM +, Mattia Rizzolo wrote: > > Message from the BTS claimed to have sent bug acknowledgement to QA > > > > Your message has been sent to the package maintainer(s): > > Debian QA Group > > > > owner of old myspell-sl. Re-sending the message, in case it did no

Bug#811234: FTBFS with parallel build: ../compat/strlcat.o: No such file or directory

2016-01-16 Thread Martin Michlmayr
ctory > gcc: error: ../compat/strlcpy.o: No such file or directory > Makefile:40: recipe for target 'ioctld' failed > make[3]: *** [ioctld] Error 1 > make[3]: *** Waiting for unfinished jobs -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811591: FTBFS with GCC 6: statement indented as if it were guarded by

2016-01-19 Thread Martin Michlmayr
) close(fd); fd = -1; >^~ > > ifhp.c: In function 'Select_model_info': > ifhp.c:5764:31: error: statement is indented as if it were guarded by... > [-Werror=misleading-indentation] > if( hash ) FREE_OBJ( hash ); hash = 0; >^~~~ > > ifhp.c:5764:2: note: ...this 'if' clause, but it is not > if( hash ) FREE_OBJ( hash ); hash = 0; > ^~ > > cc1: all warnings being treated as errors > : recipe for target 'ifhp.o' failed -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811642: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
cale_conv.h:41:0, > from /usr/include/c++/6/locale:43, > from /usr/include/c++/6/iomanip:43, > from common.h:33, > from precompiled.h:23: > /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here >template class auto_ptr; > ^~~~ > > triangle_mesh.cpp:305:40: warning: 'template class std::auto_ptr' is > deprecated [-Wdeprecated-declarations] >if (faux_alpha) byte_faux_alpha=std::auto_ptr(new > ByteRGBA(*faux_alpha)); > ^~~~ > > In file included from /usr/include/c++/6/bits/locale_conv.h:41:0, > from /usr/include/c++/6/locale:43, > from /usr/include/c++/6/iomanip:43, > from common.h:33, > from precompiled.h:23: > /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here >template class auto_ptr; > ^~~~ > -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811648: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
^ > > Fileio.cpp:351:49: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] > add_to_buff(&ptr, &cbOut, &sizeOut, " 0x0", 4); > ^ > > Fileio.cpp:402:49: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] > add_to_buff(&ptr, &cbOut, &sizeOut, " \"", 2); > ^ > > Fileio.cpp:404:50: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] > add_to_buff(&ptr, &cbOut, &sizeOut, "\"\n", 2); > ^ > > Fileio.cpp:410:70: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] > if(ptr[cbOut-1] != '\n') add_to_buff(&ptr, &cbOut, &sizeOut, "\n", 1); > ^ > > Fileio.cpp: In function 'bool SaveGraphAs(GraphObj*)': > Fileio.cpp:820:42: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] >ErrorBox("Output pending or\nno graph."); > ^ > > Fileio.cpp:841:50: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] > else ErrorBox("Could not write\ndata to file."); > ^ > > Fileio.cpp:843:48: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] >else ErrorBox("Open failed for\noutput file."); > ^ > > Fileio.cpp: In function 'char* GraphToMem(GraphObj*, long int*)': > Fileio.cpp:856:42: warning: ISO C++ forbids converting a string constant to > 'char*' [-Wwrite-strings] >ErrorBox("Output pending or\nno graph."); > ^ > > Fileio.cpp:857:10: error: cannot convert 'bool' to 'char*' in return >return false; > ^ ... -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811659: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
function 'IWvStream::SelectRequest > WvStream::get_select_request()': > streams/wvstream.cc:1022:62: error: no matching function for call to > 'IWvStream::SelectRequest::SelectRequest(IWvStreamCallback&, > IWvStreamCallback&, IWvStreamCallback&)' > return IWvStream::SelectRequest(readcb, writecb, exceptcb); > ^ > -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811667: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
12: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' > return false; > ^ > > loader.cpp:2452:12: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' > return false; > ^ > > loader.cpp:2458:12: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' > return false; > ^ > > loader.cpp:2472:12: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' > return false; > ^ > > loader.cpp:2480:12: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' > return false; > ^ > > loader.cpp:2486:12: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' > return false; > ^ > > loader.cpp:2505:14: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' >return false; > ^ > > loader.cpp:2513:14: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' >return false; > ^ > > loader.cpp:2520:14: error: could not convert 'false' from 'bool' to > 'CalCoreMaterialPtr {aka cal3d::RefPtr}' >return false; > ^ > > In file included from ../../src/cal3d/platform.h:82:0, > from ../../src/cal3d/global.h:24, > from ../../src/cal3d/loader.h:21, > from loader.cpp:19: > ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr::get() > const [with T = CalCoreSkeleton]': > loader.cpp:710:50: required from here > ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' > within '||' [-Wparentheses] > assert(!m_ptr || m_ptr->getRefCount() > 0 && > > > ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr::get() > const [with T = CalCoreAnimation]': > ../../src/cal3d/refptr.h:95:24: required from 'cal3d::RefPtr::operator > cal3d::RefPtr::unspecified_bool_type() const [with T = CalCoreAnimation; > cal3d::RefPtr::unspecified_bool_type = CalCoreAnimation* > cal3d::RefPtr::*]' > loader.cpp:89:14: required from here > ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' > within '||' [-Wparentheses] > ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr::get() > const [with T = CalCoreMaterial]': > ../../src/cal3d/refptr.h:95:24: required from 'cal3d::RefPtr::operator > cal3d::RefPtr::unspecified_bool_type() const [with T = CalCoreMaterial; > cal3d::RefPtr::unspecified_bool_type = CalCoreMaterial* > cal3d::RefPtr::*]' > loader.cpp:131:13: required from here > ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' > within '||' [-Wparentheses] > ../../src/cal3d/refptr.h: In instantiation of 'T* cal3d::RefPtr::get() > const [with T = CalCoreMesh]': > ../../src/cal3d/refptr.h:95:24: required from 'cal3d::RefPtr::operator > cal3d::RefPtr::unspecified_bool_type() const [with T = CalCoreMesh; > cal3d::RefPtr::unspecified_bool_type = CalCoreMesh* > cal3d::RefPtr::*]' > loader.cpp:174:14: required from here > ../../src/cal3d/refptr.h:100:55: warning: suggest parentheses around '&&' > within '||' [-Wparentheses] > Makefile:619: recipe for target 'loader.lo' failed > make[4]: *** [loader.lo] Error 1 -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811733: cdrdao: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
> > CdrDriver.cc:499:64: error: narrowing conversion of '255' from 'int' to > 'char' inside { } [-Wnarrowing] > Makefile:608: recipe for target 'CdrDriver.o' failed > make[3]: *** [CdrDriver.o] Error 1 -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811738: htdig: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
; to 'char' > inside { } [-Wnarrowing] > Accents.cc:78:42: error: narrowing conversion of '149' from 'int' to 'char' > inside { } [-Wnarrowing] > Accents.cc:78:42: error: narrowing conversion of '150' from 'int' to 'char'

Bug#811739: adplay: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
narrowing] > }; > ^ > > Makefile:497: recipe for target 'adplay.o' failed > make[3]: *** [adplay.o] Error 1 > make[3]: *** Waiting for unfinished jobs -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811797: swish++: FTBFS with GCC 6: error: reference is ambiguous

2016-01-19 Thread Martin Michlmayr
.h:40, > from /usr/include/c++/6/exception:171, > from /usr/include/c++/6/ios:39, > from /usr/include/c++/6/istream:38, > from /usr/include/c++/6/fstream:38, > from index.c:26: > /usr/include/c++/6/type_traits:1471:12: note: template > struct std::rank > struct rank > ^~~~ > > : recipe for target 'index.o' failed > make[1]: *** [index.o] Error 1 > make[1]: Leaving directory '/build/swish++-BZAxzq/swish++-6.1.5' -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811816: criticalmass: FTBFS with GCC 6: misc errors

2016-01-19 Thread Martin Michlmayr
> bool&, int)': > Config.cpp:399:43: error: template argument 3 is invalid > hash_map >::const_iterator ci; >^ > > Config.cpp:399:61: error: qualified-id in declaration before 'ci' > hash_map >::const_iterator ci; > ^~ > > Config.cpp:400:5: error: 'ci' was not declared in this scope > ci = kvmap.find( keyword); > ^~ > > Config.cpp:400:10: error: 'kvmap' was not declared in this scope > ci = kvmap.find( keyword); > ^ > > Config.cpp: At global scope: > Config.cpp:412:59: error: template argument 3 is invalid > hash_map< string, Value*, hash, equal_to > &kvmap) >^ > > Config.cpp:412:59: error: template argument 3 is invalid > Config.cpp:412:59: error: template argument 3 is invalid > Config.cpp:412:2: error: 'hash_map' is not a type > hash_map< string, Value*, hash, equal_to > &kvmap) > ^~~~ > > Config.cpp:412:10: error: expected ',' or '...' before '<' token > hash_map< string, Value*, hash, equal_to > &kvmap) > ^ > > Config.cpp: In member function 'bool Config::getFloatImpl(const string&, > float&, int)': > Config.cpp:414:43: error: template argument 3 is invalid > hash_map >::const_iterator ci; >^ > > Config.cpp:414:61: error: qualified-id in declaration before 'ci' > hash_map >::const_iterator ci; > ^~ > > Config.cpp:415:5: error: 'ci' was not declared in this scope > ci = kvmap.find( keyword); > ^~ > > Config.cpp:415:10: error: 'kvmap' was not declared in this scope > ci = kvmap.find( keyword); > ^ > > Config.cpp: In member function 'void Config::dump()': > Config.cpp:429:43: error: template argument 3 is invalid > hash_map >::const_iterator ci; >^ > > Config.cpp:429:61: error: qualified-id in declaration before 'ci' > hash_map >::const_iterator ci; > ^~ > > Config.cpp:431:10: error: 'ci' was not declared in this scope > for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++) > ^~ > > Config.cpp:431:26: error: request for member 'begin' in > '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int' > for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++) > ^ > > Config.cpp:431:52: error: request for member 'end' in > '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int' > for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++) > ^~~ > > Makefile:368: recipe for target 'Config.o' failed > make[3]: *** [Config.o] Error 1 -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811894: tvtime: FTBFS with GCC 6: inconsistent user-defined literal suffixes

2016-01-19 Thread Martin Michlmayr
^ > > ../plugins/greedyhmacros.h:40:51: note: in expansion of macro 'V_PAVGB_SSE' > #define V_PAVGB3(mmr1, mmr2, mmrw, smask, ssetyp) V_PAVGB_##ssetyp(mmr1, > mmr2, mmrw, smask) >^~~~ > > ../plugins/greedyhmacros.h:39:51: note: in expansion of macro 'V_PAVGB3' > #define V_PAVGB2(mmr1, mmr2, mmrw, smask, ssetyp) V_PAVGB3(mmr1, mmr2, mmrw, > smask, ssetyp) >^~~~ > > ../plugins/greedyhmacros.h:38:51: note: in expansion of macro 'V_PAVGB2' > #define V_PAVGB(mmr1, mmr2, mmrw, smask) V_PAVGB2(mmr1, mmr2, mmrw, > smask, SSE_TYPE) >^~~~ > > ../plugins/greedyh.asm:113:14: note: in expansion of macro 'V_PAVGB' > V_PAVGB ("%%mm6", "%%mm3", "%%mm4", "%[ShiftMask]") > ^~~ > > In file included from ../plugins/greedyh.cpp:35:0: > ../plugins/greedyh.asm:243:29: error: unable to find string literal operator > 'operator""mmr2' with 'const char [2203]', 'long unsigned int' arguments >MOVX" %[oldbx], %%"XBX"\n\t" > ^~ > > In file included from ../plugins/greedyh.cpp:20:0: > ../plugins/greedyh.asm: In member function 'void > DScalerFilterGreedyH::filterDScaler_3DNOW(TDeinterlaceInfo*)': > ../plugins/greedyhmacros.h:37:65: error: inconsistent user-defined literal > suffixes 'mmr2' and 'mmr1' in string literal > #define V_PAVGB_3DNOW(mmr1, mmr2, mmrw, smask)"pavgusb "mmr2", > "mmr1"\n\t" > ^ > > ../plugins/greedyhmacros.h:40:51: note: in expansion of macro 'V_PAVGB_3DNOW' > #define V_PAVGB3(mmr1, mmr2, mmrw, smask, ssetyp) V_PAVGB_##ssetyp(mmr1, > mmr2, mmrw, smask) >^~~~ > > ../plugins/greedyhmacros.h:39:51: note: in expansion of macro 'V_PAVGB3' > #define V_PAVGB2(mmr1, mmr2, mmrw, smask, ssetyp) V_PAVGB3(mmr1, mmr2, mmrw, > smask, ssetyp) >^~~~ > > ../plugins/greedyhmacros.h:38:51: note: in expansion of macro 'V_PAVGB2' > #define V_PAVGB(mmr1, mmr2, mmrw, smask) V_PAVGB2(mmr1, mmr2, mmrw, > smask, SSE_TYPE) >^~~~ > > ../plugins/greedyh.asm:113:14: note: in expansion of macro 'V_PAVGB' > V_PAVGB ("%%mm6", "%%mm3", "%%mm4", "%[ShiftMask]") > ^~~ > > In file included from ../plugins/greedyh.cpp:43:0: > ../plugins/greedyh.asm:243:29: error: unable to find string literal operator > 'operator""mmr2' with 'const char [2332]', 'long unsigned int' arguments >MOVX" %[oldbx], %%"XBX"\n\t" > ^~ > > In file included from ../plugins/greedyh.cpp:20:0: > ../plugins/greedyh.asm: In member function 'void > DScalerFilterGreedyH::filterDScaler_MMX(TDeinterlaceInfo*)': > ../plugins/greedyhmacros.h:30:16: error: inconsistent user-defined literal > suffixes 'mmr2' and 'mmrw' in string literal > "movq"mmr2", "mmrw"\n\t"\ > ^ > > ../plugins/greedyhmacros.h:40:51: note: in expansion of macro 'V_PAVGB_MMX' > #define V_PAVGB3(mmr1, mmr2, mmrw, smask, ssetyp) V_PAVGB_##ssetyp(mmr1, > mmr2, mmrw, smask) >^~~~ > > ../plugins/greedyhmacros.h:39:51: note: in expansion of macro 'V_PAVGB3' > #define V_PAVGB2(mmr1, mmr2, mmrw, smask, ssetyp) V_PAVGB3(mmr1, mmr2, mmrw, > smask, ssetyp) >^~~~ > > ../plugins/greedyhmacros.h:38:51: note: in expansion of macro 'V_PAVGB2' > #define V_PAVGB(mmr1, mmr2, mmrw, smask) V_PAVGB2(mmr1, mmr2, mmrw, > smask, SSE_TYPE) >^~~~ > > ../plugins/greedyh.asm:113:14: note: in expansion of macro 'V_PAVGB' > V_PAVGB ("%%mm6", "%%mm3", "%%mm4", "%[ShiftMask]") > ^~~ > > In file included from ../plugins/greedyh.cpp:51:0: > ../plugins/greedyh.asm:243:29: error: unable to find string literal operator > 'operator""mmr2' with 'const char [2612]', 'long unsigned int' arguments >MOVX" %[oldbx], %%"XBX"\n\t" > ^~ > > Makefile:2450: recipe for target 'greedyh.o' failed > make[3]: *** [greedyh.o] Error 1 -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811899: gnuift: FTBFS with GCC 6: declared in this scope

2016-01-19 Thread Martin Michlmayr
^ > > perl-compile-test-program.cc: In function 'void test()': > /usr/lib/x86_64-linux-gnu/perl/5.22/CORE/perl.h:166:16: error: 'my_perl' was > not declared in this scope > # define aTHX my_perl > ^ -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811913: tuxcmd-modules: FTBFS with GCC 6: declared in this scope

2016-01-19 Thread Martin Michlmayr
Package: tuxcmd-modules Version: 0.6.70+ds-5 Severity: important User: debian-...@lists.debian.org Usertags: ftbfs-gcc-6 gcc-6-not-declared This package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch. Note tha

Bug#811914: crossroads: FTBFS with GCC 6: invalid conversion

2016-01-19 Thread Martin Michlmayr
+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, > ^~~~ > > /usr/include/c++/6/bits/basic_string.h:5006:5: note: candidate: > std::__cxx11::basic_string<_CharT, _Traits, _Alloc> > std::operator+(std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&, > std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&&) [with _CharT = char; > _Traits = std::char_traits; _Alloc = std::allocator] > operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs, > ^~~~ > > /<>/xr/etc/Makefile.class:15: recipe for target > '/<>/xr/build/netbuffer_netwrite.o' failed > make[4]: *** [/<>/xr/build/netbuffer_netwrite.o] Error 1 > make[4]: Leaving directory '/<>/xr/netbuffer' -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#811970: blackbox: FTBFS with GCC 6: symbol changes

2016-01-19 Thread Martin Michlmayr
t; dh_makeshlibs: failing due to earlier errors > debian/rules:8: recipe for target 'binary' failed > make: *** [binary] Error 25 -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

Bug#196073: gtk-doc-tools and #196073

2003-06-26 Thread Martin Quinson
On Wed, Jun 25, 2003 at 05:08:32PM +0200, J.H.M. Dassen (Ray) wrote: > On Wed, Jun 25, 2003 at 10:53:58 +0200, Martin Quinson wrote: > > you uploaded a new version of gtk-doc the 2003-06-19 (maintainer: > > debian-qa) to fix a few bugs, but you forgot the #196073 one, which were >

Bug#190619: why RC?

2003-09-13 Thread Martin Michlmayr
* Daniel Schepler <[EMAIL PROTECTED]> [2003-09-12 22:40]: > Martin Michlmayr <[EMAIL PROTECTED]> writes: > > >> wanpipe -- Maintainer has requested removal > > > > Are you sure? It's orphaned, but I cannot find a request for removal. > > Do you hav

Removed

2003-10-03 Thread Martin Michlmayr
This package has been renamed to preferences. It builds on PowerPC and other arches, so I suppose these bugs dont apply anymore. -- Martin Michlmayr [EMAIL PROTECTED]

Bug#208662: acknowledged by developer (removed)

2003-10-14 Thread Martin Michlmayr
* Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> [2003-10-14 10:43]: > by whom? the developer or the package maintainer? Package maintainer. He gave the package away about 185 days ago and nobody has picked it up. -- Martin Michlmayr [EMAIL PROTECTED]

Bug#208662: acknowledged by developer (removed)

2003-10-14 Thread Martin Michlmayr
est in the package. BTW, you can get the old version from snapshot.debian.net. (If the sources are not there, I can make them available for you.) -- Martin Michlmayr [EMAIL PROTECTED]

Bug#121201: This is real

2004-10-22 Thread mana martin
Large profit handling court awards. Process from your house from anywhere in the world. Become your employer. You decide when you can go on a holiday. A substantial number of our members earn 5,000US to 12,000US per mo. Outstanding customer support and assistance. http://www.itemsuperselle

Bug#227513: dict-de-en: Should depend on dict-server instead of dictd

2004-01-13 Thread Martin Geisler
Package: dict-de-en Severity: wishlist The package should depend on the virtual package dict-server instead of imposing a hard depencency on dictd. This will allow people to install the package with serpento as their dict-server instead of forcing them to use dictd. (This information applies to

Bug#103239: 2*(x)-0.1

2004-01-25 Thread Martin Stigge
' '-' exp %prec OPEN [...] Apparently, this whole grammar is somewhat weird, maybe I'll think about some corrections. -- Martin Stigge [EMAIL PROTECTED]

Bug#231349: onshore-timesheet: please change dependency to libpg-perl

2004-02-05 Thread Martin Pitt
in advance and have a nice day! Martin -- Martin Pitt Debian GNU/Linux Developer [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.piware.de http://www.debian.org signature.asc Description: Digital signature

Bug#232753: Half-broken dependency on emacs20

2004-02-14 Thread Martin Michlmayr
Package: eieio Version: 0.17-3 Severity: minor emacs20 has been removed from the archive a few weeks ago. You have a dependency entry which lists emacs20 as one alternative. Please remove emacs20 as an alternative to fulfil this dependency. -- Martin Michlmayr [EMAIL PROTECTED]

Bug#232793: Half-broken dependency on emacs20

2004-02-14 Thread Martin Michlmayr
Package: speedbar Version: 0.13a-7 Severity: minor emacs20 has been removed from the archive a few weeks ago. You have a dependency entry which lists emacs20 as one alternative. Please remove emacs20 as an alternative to fulfil this dependency. -- Martin Michlmayr [EMAIL PROTECTED]

Bug#232791: Half-broken dependency on emacs20

2004-02-14 Thread Martin Michlmayr
Package: semantic Version: 1.4.4-4 Severity: minor emacs20 has been removed from the archive a few weeks ago. You have a dependency entry which lists emacs20 as one alternative. Please remove emacs20 as an alternative to fulfil this dependency. -- Martin Michlmayr [EMAIL PROTECTED]

Bug#235831: cdtool: Please switch to gettext-based debconf templates

2004-03-02 Thread Martin Quinson
Package: cdtool Version: n/a Severity: wishlist Tags: patch l10n Using the "new" gettext format for debconf templates helps for templates translations. For instance, detecting outdated or untranslated strings becomes considerably easier. It also keeps track of who did which translation. The atta

Bug#235834: multi-gnome-terminal: Please switch to gettext-based debconf templates

2004-03-02 Thread Martin Quinson
Package: multi-gnome-terminal Version: n/a Severity: wishlist Tags: patch l10n Using the "new" gettext format for debconf templates helps for templates translations. For instance, detecting outdated or untranslated strings becomes considerably easier. It also keeps track of who did which transla

Bug#238862: gnome-panel: windowlist applet does not group correctly

2004-03-23 Thread Christoph Martin
jects/gup/hig/ > > FYI I'll close all bugs related to hig This is a bug and not a feature request. Fixing this does not violate the HIG. Please don't just close this bugreport. Christoph -- ==== Chris

Bug#245186: hunglish: Please switch to gettext-based debconf templates

2004-04-21 Thread Martin Quinson
Package: hunglish Version: n/a Severity: wishlist Tags: patch l10n Using the "new" gettext format for debconf templates helps for templates translations. For instance, detecting outdated or untranslated strings becomes considerably easier. It also keeps track of who did which translation. The at

Bug#246439: x-ttcidfont-conf: Failure to install

2004-04-29 Thread Martin Quinson
This looks like a missing dependency in defoma, but I'm not sure and the maintainer of defoma is in CC. Thanks for the report, Mt. On Thu, Apr 29, 2004 at 03:06:00AM +0100, Noel Torres wrote: > Package: x-ttcidfont-conf > Version: 17 > Severity: grave > Justification: renders package unusable >

Bug#245297: x-ttcidfont-conf: install/upgrade fails - template parse error

2004-06-04 Thread Martin Quinson
On Thu, Apr 22, 2004 at 01:39:00PM +0100, Lee Braiden wrote: > Package: x-ttcidfont-conf > Version: 17 > Severity: important > Tags: sid l10n > > x-ttcidfont-conf fails to install/upgrade for me. I get the following: > > Setting up x-ttcidfont-conf (17) ... > Template parse error near `BM8 > (f

Bug#719559: cuetools: filenames are split on spaces

2013-10-25 Thread martin f krafft
ne in the function main appears to serve no > purpose and removing it solves the problem > >set -- $FILES That line has a purpose. I am fairly sure there's a better solution than removing it (or working around it), but I need to understand the problem you are experiencing. -- .

Bug#722995:

2013-10-29 Thread martin f krafft
could use, one that doesn't suck? Or does that just not exist? -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debian - w

Bug#324604: Arbeitsvorschlag für Sie vom 23.05.2014

2014-05-25 Thread Jens Martin Ltd
freuen uns auf Ihre Bewerbung. Beste Grüße Jens Martin Ltd -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/4c7f4319.2284d2d00e4b27b1@BEng03

Bug#1064435: gthumb: please package new upstream 3.12.5

2024-02-21 Thread Martin-Éric Racine
Package: gthumb Version: 3:3.12.4-1~bpo12+1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Upstream released 3.12.5 on Februrary 18th 2024. Could you please package it? Martin-Éric PS: a backport to Bookworm would also be appreciated. :) - -- System Information: Debian

Bug#1065892: gthumb: please package upstream 3.12.6

2024-03-10 Thread Martin-Éric Racine
Package: gthumb Version: 3:3.12.4-1~bpo12+1 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Upstream just released 3.12.6 which contains a few important bugfixes. Could you please package it? Thanks! Martin-Éric - -- System Information: Debian Release: 12.5 APT prefers

Bug#1019960: gthumb: please merge upstream Git commit 77b0e618

2022-09-17 Thread Martin-Éric Racine
Package: gthumb Version: 3:3.12.2-1~bpo11+1 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The 3.12 branch broke the file renaming template feature. The commit below fixes this. Can you please merge this and push it to both unstable and backports? Thanks! Martin-Éric

Bug#1031092: dhcpcd-gtk: missing Depends on dhcpcd and wpasupplicant

2023-02-11 Thread Martin-Éric Racine
Package: dhcpcd-gtk Version: 0.7.8-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 This GUI front-end accesses both dhcpcd and wpsupplicant configurations, yet Depends on neither. - -- System Information: Debian Release: 11.6 APT prefers stable-updates APT policy: (500, '

Bug#1031093: dhcpcd-dbus: migrate Depends on dhcpcd5 to dhcpcd

2023-02-11 Thread Martin-Éric Racine
Package: dhcpcd-dbus Version: 0.6.1-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Starting with the next Debian release, dhcpcd5 is a transitional pakcage that pulls dhcpcd. Depends needs to be upgraded accordingly. - -- System Information: Debian Release: 11.6 APT prefer

Bug#1037243: dhcpcd-ui: updated debian/watch file

2023-06-08 Thread Martin-Éric Racine
Source: dhcpcd-ui Version: 0.7.8-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Upstream recently discontinued his own repositories. Everything has been moved to Github. The attached updated debian/watch file monitors for new Git tags on Github. Martin-Éric - -- System

Bug#1037244: dhcpcd-ui: new upstream 0.7.9 release

2023-06-08 Thread Martin-Éric Racine
am's first release with GPG-signed tarballs and GPG-signed Git tags. Debian's dhcpcd package may be used as an example for importing upstream's GPG key and for tracking GPG-signed Git commits. Merely tracking the tarballs also is possible. Martin-Éric - -- System Information: Debian Re

Bug#1037244: dhcpcd-ui: new upstream 0.7.9 release

2023-06-08 Thread Martin-Éric Racine
this package. Sure, no problem. Btw, Matintxo (above in CC) is one dhcpcd-ui user that I know of. He would be in a good position to help you test any future commit before uploads to Debian. Martin-Éric

Bug#1037244: dhcpcd-ui: new upstream 0.7.9 release

2023-06-20 Thread Martin-Éric Racine
sitll missing. Also, as far as I can tell, upstream no longer ships a separate dhcpcd-dbus. Unless I misread, this has been merged in dhcpcd-ui (which can now produce a QT front-end in additon to the GTK one). Martin-Éric

Bug#1037244: dhcpcd-ui: new upstream 0.7.9 release

2023-06-20 Thread Martin-Éric Racine
On Wed, Jun 21, 2023 at 9:21 AM Leandro Cunha wrote: > On Wed, Jun 21, 2023 at 2:21 AM Martin-Éric Racine > wrote: > > > > On Wed, Jun 21, 2023 at 8:11 AM Leandro Cunha > > wrote: > > > All open bugs have been closed including the one linked below, thanks >

Bug#1037244: dhcpcd-ui: new upstream 0.7.9 release

2023-06-21 Thread Martin-Éric Racine
On Wed, Jun 21, 2023 at 9:54 AM Leandro Cunha wrote: > On Wed, Jun 21, 2023 at 3:41 AM Martin-Éric Racine > wrote: > > > > On Wed, Jun 21, 2023 at 9:21 AM Leandro Cunha > > wrote: > > > On Wed, Jun 21, 2023 at 2:21 AM Martin-Éric Racine > > > wrote:

Bug#1051568: gthumb: please package 3.12.3

2023-09-09 Thread Martin-Éric Racine
Package: gthumb Version: 3:3.12.2-3+b1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 3.12.3 was just released upstream. Could you please package it and then backport it to stable? Thanks! Martin-Éric - -- System Information: Debian Release: 12.1 APT prefers stable

Bug#584535: Patch for OfflineIMAP to handle multi-line headers

2010-09-14 Thread martin f krafft
for a week now and there have been no problems. -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debian - when you have bette

Bug#597700: fixed in upstream (4.0.1 release)

2010-10-02 Thread Ernst Martin Witte
Hi all! This bug should have been fixed also in the upstream release 4.0.1 together with many other issues (particularly Pulse Audio compatibility). For mor details, please consult http://www.nocabal.de/~emw/kradio/index.html With best regards, Martin -- Ernst

Bug#609258: KRadio4 4.0.2 upstream bugfix release

2011-01-07 Thread Ernst Martin Witte
o homepage: http://www.nocabal.de/~emw/kradio/index.html or just contact me. With best regards and many thanks in advance, Martin -- Ernst Martin Witte Email: e...@nocabal.de WWW: http://www.nocabal.de/~emw signature.asc Description: Digital signature

Bug#517032: b43-cutter cannot extract firmware

2011-02-07 Thread Cleto Martin Angelina
Package: firmware-b43-installer Version: 4.150.10.5-5 Severity: normal Hi Rene, Firstly, thanks for your maintaining job. I have this problem with firmware-b43-installer and I have solved by compiling b43-fwcutter by myself. The message I get is as following: Sorry, the input file is either wr

Re: ispell 3.3.02 uploaded to experimental

2011-03-19 Thread Martin-Éric Racine
o use aspell or myspell instead of ispell, plus the FSF considers aspell as the only GNU -supported spell checker? Martin-Éric -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Bug#619576: openerp-server: The Company OpenERP states that there will be no upgrade module to version 6

2011-05-31 Thread W. Martin Borgert
Package: openerp-server Severity: wishlist Why is this bug "serious"? It is annoying, but common, that new software versions may completely break old installations. While this is a major PITA and Debian should make software upgrades as convenient as possible, I can not see a reason for removing t

Bug#637125: Exception in thread "main" java.security.ProviderException: Could not initialize NSS

2011-08-08 Thread Martin Bagge / brother
package: ca-certificates sverity: normal I got the following error during a dist-upgrade (using testing as dist) from /var/log/aptitude: [UPPGRADERING] ca-certificates 20110421 -> 20110502 STDOUT during dist-uprgade: Running hooks in /etc/ca-certificates/update.d Exception in thread "main"

Bug#655078: ability to specify field list (for Ogg/Flac), as well as specify field contents

2012-01-08 Thread martin f krafft
TF-8) Shell: /bin/sh linked to /bin/dash Versions of packages cuetools depends on: ii id3v2 0.1.12-2 ii libc6 2.13-24 Versions of packages cuetools recommends: ii flac 1.2.1-6 cuetools suggests no packages. -- no debconf information -- .''`. martin f. krafft Related p

Bug#655079: pad tracknumbers with leading zeroes

2012-01-08 Thread martin f krafft
TYPE=en_NZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages cuetools depends on: ii id3v2 0.1.12-2 ii libc6 2.13-24 Versions of packages cuetools recommends: ii flac 1.2.1-6 cuetools suggests no packages. -- no debconf information -- .''

Bug#517039: causes cron to emit error messages

2009-02-25 Thread martin f krafft
thentication Modules l libpam-foreground recommends no packages. libpam-foreground suggests no packages. -- no debconf information -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http:

Bug#524454: xkbsel fails to configure, /var/lib/xkbsel missing

2009-04-17 Thread martin f krafft
1:1.0.5-3 X11 toolkit intrinsics library ii x11-xkb-utils 7.4+2 X11 XKB utilities xkbsel recommends no packages. xkbsel suggests no packages. -- debconf-show failed -- .''`. martin f. krafft Related projects: : :' : proud Debian devel

Bug#534174: sun-java6-bin: dpkg is unable to configure java

2009-08-12 Thread Martin H. Thomas
Package: sun-java6-bin Version: 6-15-1 Followup-For: Bug #534174 this is dpks's output: dpkg --configure -a Setting up sun-java6-bin (6-15-1) ... update-alternatives: error: alternative rmiregistry can't be master: it is a slave of java -- System Information: Debian Release: squeeze/sid APT

Bug#499004: disable placeholders selectively for empty braces/brackets

2009-08-28 Thread martin f krafft
don't want {_}<++>, where _ is the position of the cursor, but {}_. -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debia

Bug#544178: cite completion may cause loss changes since last write

2009-08-29 Thread martin f krafft
df-viewer] 3.02-1.4+lenny1 Portable Document Format (PDF) sui -- debconf-show failed -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.or

Bug#553988: ytnef-filter does not replace winmail.dat

2009-11-02 Thread martin f krafft
tnef recommends: ii libmailtools-perl 2.04-1 Manipulate email in perl programs ytnef suggests no packages. -- no debconf information -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'`

Bug#553987: ytnef-filter does not actually decode anymore

2009-11-02 Thread martin f krafft
5.10.1-5 Larry Wall's Practical Extraction Versions of packages ytnef recommends: ii libmailtools-perl 2.04-1 Manipulate email in perl programs ytnef suggests no packages. -- no debconf information -- .''`. martin f. krafft R

Bug#567240: init.d script fails without configuration file

2010-01-27 Thread martin f krafft
ackages. halevt suggests no packages. -- no debconf information -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `

Bug#586655: please lock each account individually, not a single run

2010-06-21 Thread martin f krafft
packages offlineimap suggests: pn python-kerberos(no description available) -- debconf-show failed -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.d

Bug#255854: hostap-source: should not need modutils at all

2004-09-07 Thread martin f krafft
ion of the "make" util ii modutils 2.4.26-1 Linux module utilities -- no debconf information -- Please do not CC me when replying to lists; I read them! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer, admin, and user `.

Bug#324361: python-xlib: clean removes build-stamp unnecessarily

2005-08-21 Thread Martin v. Löwis
Package: python-xlib Version: 0.12-5 Severity: normal debian/rules:clean should not create build-stamp, as it is not created. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bas

Bug#475814: xcin2.3_2.3.04.3-4(sparc/unstable): FTBFS on sparc

2008-04-12 Thread Martin Zobel-Helas
Package: xcin2.3 Version: 2.3.04.3-4 Severity: serious There was an error while trying to autobuild your package: > Automatic build of xcin2.3_2.3.04.3-4 on spontini by sbuild/sparc 99.99 > Build started at 20080413-0514 [...] > ** Using build dependencies supplied by package: > Build-Depends:

Bug#479158: perlftlib_1.2-16+b1(sparc/unstable): FTBFS on sparc, error: static declaration of 'XS_FreeType_TT_Get_Glyph_Pixmap' follows non-static declaration

2008-05-03 Thread Martin Zobel-Helas
Package: perlftlib Version: 1.2-16+b1 Severity: serious user [EMAIL PROTECTED] usertag perl-5.10-ftbfs There was an error while trying to autobuild your package: > Automatic build of perlftlib_1.2-16+b1 on lebrun by sbuild/sparc 98 > Build started at 20080503-1113 [...] > ** Using build depende

Bug#481524: cite completion does not properly capitalise bibtex keys

2008-05-16 Thread martin f krafft
nced vi editor Versions of packages vim-latexsuite recommends: ii tetex-bin 2007-14 TeX Live: teTeX transitional packa ii texlive-base-bin 2007.dfsg.1-3 TeX Live: Essential binaries ii vim-addon-manager 0.4 manager of addons for the Vim edit -- no d

Bug#505308: bad short description

2008-11-11 Thread martin f krafft
ease: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin

Bug#424101: xracer: FTBFS if build twice in a row

2007-05-15 Thread Martin Zobel-Helas
Package: xracer Severity: important Version: 0.96.9-13 User: [EMAIL PROTECTED] Usertags: qa-doublebuild Hi,

Bug#424214: toshset: FTBFS if built twice in a row

2007-05-15 Thread Martin Zobel-Helas
Package: toshset Severity: important Version: 1.72-3 User: [EMAIL PROTECTED] Usertags: qa-doublebuild Hi,

Bug#424334: pike7.6: FTBFS if built twice in a row

2007-05-15 Thread Martin Zobel-Helas
Package: pike7.6 Severity: important Version: 7.6.93-3 User: [EMAIL PROTECTED] Usertags: qa-doublebuild Hi,

Bug#424356: orgadoc: FTBFS if built twice in a row

2007-05-15 Thread Martin Zobel-Helas
Package: orgadoc Severity: important Version: 0.8-5 User: [EMAIL PROTECTED] Usertags: qa-doublebuild Hi,

Bug#323812: segfaults on amd64 in random mode

2006-01-21 Thread martin f krafft
> music123 14.1 is compiled with gnat-3.4; hopefully it no longer > crashes? I don't have time to take it for longer spins, but the problem seems solved. Thanks. -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer and

Bug#354585: weird pixelised display of some unicode characters

2006-02-27 Thread martin f krafft
FreeType-based font drawing librar ii libxpm4 6.9.0.dfsg.1-4 X pixmap library ii ncurses-base 5.5-1 Descriptions of common terminal ty rxvt-unicode recommends no packages. -- debconf-show failed -- .''`. martin f. krafft <[EMAIL

Bug#354584: cursive fonts are displayed as boxes

2006-02-27 Thread martin f krafft
2.1.8.2-3 FreeType-based font drawing librar ii libxpm4 6.9.0.dfsg.1-4 X pixmap library ii ncurses-base 5.5-1 Descriptions of common terminal ty rxvt-unicode recommends no packages. -- debconf-show failed -- .''`. martin f. krafft &l

Bug#354584: cursive fonts are displayed as boxes

2006-02-27 Thread martin f krafft
't store attachments there. :) It's attached now. Sorry. -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system

Bug#389525: dcc: non-free beginning from version 1.3.0

2006-09-26 Thread Martin Zobel-Helas
C > network." > If you intend to take that package, please consider moving it to > non-free, as upstreams license is non-free according to DFSG §6. Best regards, Martin PS: i am happy seing someone adopting that package. -- System Information: Debian Release: testing/unsta

Bug#390072: aptitude reports libgtk-pixbuf-perl as broken and can't be upgraded

2006-09-28 Thread Martin Bagge / brother
Package: libgtk-pixbuf-perl Version: 0.7009-2 Severity: normal When trying to dist-upgrade aptitude tries to upgrade libgtk-perl and libgtk-pixbuf-perl, the *pixbuf* won't install because it has unresolved dependencies against libgtk-perl. By downgrading: [EMAIL PROTECTED]:~# aptitude dist-up

Bug#838552: wicd runs disconnect scripts between pre- and postconnect

2016-09-22 Thread martin f krafft
nt] 1.7.4+tb2-2 ii wicd-curses [wicd-client] 1.7.4+tb2-2 ii wicd-gtk [wicd-client] 1.7.4+tb2-2 Versions of packages wicd-daemon suggests: ii pm-utils 1.4.1-16 Versions of packages python-wicd depends on: pn python:any -- no debconf information -- .''`. martin f. kr

Bug#838552: wicd runs disconnect scripts between pre- and postconnect

2016-09-22 Thread martin f krafft
our indeed > sounds wrong and may explain some other reported or seen issues. Will > have a look at it. Thank you! -- .''`. martin f. krafft @martinkrafft : :' : proud Debian developer `. `'` http://people.debian.org/~madduck `- Debian - when you have bett

Bug#825245: dia: cannot input anything in Text object

2016-10-16 Thread W. Martin Borgert
tags 825245 unreproducible thanks Hi, I cannot reproduce this behaviour with dia 0.97.3+git20160930-1 and I don't remember such bug in a former version of dia. I assume, that it is a side effect of something else, e.g. an input method.

Bug#775580: dia: Rulers enabled causes cursot to "flicker" and sometimes dissapear

2016-10-16 Thread W. Martin Borgert
retitle 775580 /usr/bin/dia-gnome-integrated: Rulers enabled causes cursor to "flicker" and sometimes dissapear tags 775580 unreproducible thanks Hi, dia does not flicker for me and never did, IIRC.

Bug#851543: Safety override

2017-01-15 Thread martin f krafft
16 ii upower0.99.4-4 sleepd suggests no packages. -- Configuration Files: /etc/default/sleepd changed [not included] -- debconf-show failed -- .''`. martin f. krafft @martinkrafft : :' : proud Debian developer `. `'` http://people.debian.org/~madduck `- Debian -

Bug#561660: sleepd: Only one battery is checked with --battery

2017-01-15 Thread martin f krafft
n I think it'd be best to compare against the average of the load level of all available batteries. -- .''`. martin f. krafft @martinkrafft : :' : proud Debian developer `. `'` http://people.debian.org/~madduck `- Debian - when you have better things to do than

Bug#561660: sleepd: Only one battery is checked with --battery

2017-01-16 Thread martin f krafft
attery for my > laptop. I could, but I am not ready to touch the code. -- .''`. martin f. krafft @martinkrafft : :' : proud Debian developer `. `'` http://people.debian.org/~madduck `- Debian - when you have better things to do than fixing systems a commo

Bug#959028: sats: mpd has single mode

2020-04-28 Thread martin f krafft
depends on: pn libaudio-mpd-perl ii perl 5.30.0-10 mpdtoys recommends no packages. Versions of packages mpdtoys suggests: pn libproc-daemon-perl pn libstring-approx-perl pn libterm-readkey-perl pn mpd -- .''`. martin f. krafft

Bug#704028: new version of twitter-bootstrap

2014-11-29 Thread W. Martin Borgert
twitter-recess is now in sid and the RC bug it has is probably already solved. Is there anything else blocking a new upstream version? -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: ht

Bug#797165: CVE-2015-0852: integer overflow in PluginPCX.cpp

2015-09-14 Thread W. Martin Borgert
tags 797165 +patch thanks Could someone please check attached patch? Thanks. Description: fix integer overflow Origin: upstream http://freeimage.cvs.sourceforge.net/viewvc/freeimage/FreeImage/Source/FreeImage/PluginPCX.cpp?view=patch&r1=1.17&r2=1.18&pathrev=MAIN http://freeimage.cvs.sourceforge.

Bug#808872: new version 1.5.0 available

2015-12-23 Thread W. Martin Borgert
Source: python-socksipy Version: 1.02-2 Severity: wishlist The latest reincarnation of socksipy at https://github.com/Anorov/PySocks has released 1.5.0 on 2014-01-02

Bug#808872: pysocks vs socksipy

2015-12-27 Thread W. Martin Borgert
Hi Jean-Michel, hi Thomas, On 2015-12-28 01:19, Jean-Michel Vourgère wrote: > W. Martin Borgert wrote: > > The latest reincarnation of socksipy at > > https://github.com/Anorov/PySocks > > has released 1.5.0 on 2014-01-02 > > You might want to check package python-py

Bug#810300: Does not clean up static DNS on disconnect

2016-01-07 Thread martin f krafft
cd depends on: ii python 2.7.11-1 -- no debconf information -- .''`. martin f. krafft @martinkrafft : :' : proud Debian developer `. `'` http://people.debian.org/~madduck `- Debian - when you have better things to do than fixing systems digital_signature_gpg

<    1   2   3   4   5   >