Bug#683880: gnome-shell: Sometimes hangs during startup

2012-09-05 Thread Alan Chandler
Package: gnome-shell Version: 3.4.2-1 Followup-For: Bug #683880 Dear Maintainer, I have the same problem and have for some time. Randomly, just after starting up it freezes. It is near the end of the process - the clock has appeared in the top bar and since mine shows seconds it is immediately

Bug#686735: xfce4-panel: Action Buttons: No icons for Suspend and Hibernate

2012-09-05 Thread Ognyan Kulev
Package: xfce4-panel Version: 4.8.6-3 Severity: normal Hi, When I go to settings of Action Buttons on my panel, changing button action to Suspend or Hibernate changes the icon of Action Buttons to kind of N/A icon. Other button actions has proper icons. Regards, Ognyan Kulev -- System Inf

Bug#469019: worldwind: OpenGL exceptions should be handled better

2012-09-05 Thread karme
Any news on that one? See the same using: 01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series] Versions of packages worldwind depends on: ii java-wrappers 0.1.25 ii libworldwind-java 0.5.0-10 -- To UNSUBSCRIBE, email to debian-b

Bug#686650: PATCH

2012-09-05 Thread Anton Khalikov
Hello there, the patch is as simple as follows: $ diff bcron-exec.c.orig bcron-exec.c 108a109 > int slot; 110d110 < close(fdin); 113c113,115 < close(fdout); --- > for (slot = 0; slot < SLOT_MAX; ++slot) > if (slots[slot].tmpfd != -1) > close(slots[slot].tmpfd); I'm going to do

Bug#686736: krunner: refuses to restart immediately after krunner crash.

2012-09-05 Thread David Smith
Package: kde-workspace Version: 4:4.8.4-3 Severity: normal I was typing into krunner when it suddenly became frozen and I couldn't do anything with it... david@Miho:/opt/HoN$ ps aux | grep krunner david 9193 1.1 2.2 291352 46100 pts/1Sl 15:05 0:03 krunner david 9598 0.0 0.0

Bug#469019: worldwind: OpenGL exceptions should be handled better

2012-09-05 Thread Sylvestre Ledru
On 05/09/2012 08:52, ka...@karme.de wrote: > Any news on that one? > See the same using: > 01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI > RS880M [Mobility Radeon HD 4200 Series] > > No and I won't work on this since Worldwind is considered as non-free. By the way, ther

Bug#686737: alsa-source: Please package upstream version 1.0.25 for jack sensing feature

2012-09-05 Thread Libor Klepáč
Package: alsa-source Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear Maintainer, can you please package upstream version 1.0.25 for wheezy release? It supports jack sensing feature, so output in pulseaudio switches automaticaly from speakers to headphones after pluging it

Bug#686648: ioquake3: consider disallowing auto-downloading in wheezy

2012-09-05 Thread Fabian Greffrath
Am 04.09.2012 15:42, schrieb Markus Koschany: * Automatic downloading is disabled on the first start thus OpenArena is secure by default. * You could also move the menu option for auto downloading to the bottom and improve the description. "Warning: Enabling of auto downloadi

Bug#456165: Show stopers for handbreak in debian ?

2012-09-05 Thread Fabian Greffrath
Dear Rogério, Am 27.08.2012 14:58, schrieb Fabian Greffrath: Am 27.08.2012 14:43, schrieb Niv Sardi: I think it's good enough, I'd say upload to experimental, and then we see how we fix it. Generally I agree, but Rogerio (CC'ed) also has a word to say about this. Rogerio? hiding is futile, I

Bug#686738: texlive-science: [ulqda] Use Digest::SHA from Perl core (libdigest-sha1-perl removed from Debian)

2012-09-05 Thread Salvatore Bonaccorso
Package: texlive-science Version: 2012.20120611-2 Severity: normal Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi It seems that ulqda uses Digest::SHA1 (but this dependency not in Depends). This was also reported in Ubuntu[1]. Attached patch changes the module to use Digest::SHA

Bug#685402: tagging 685402

2012-09-05 Thread Olivier Berger
tags 685402 + patch thanks FYI, the commit : https://github.com/bagder/curl/commit/ee3551e45e60856eb0b779aa6cd34d77f16208a5 Hope this helps. Best regards, -- Olivier BERGER http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8 Ingenieur Recherche - Dept INF Institut Mines-

Bug#686669: ITP: duprepare -- Prepare system backup volume sources to be processed by duplicity

2012-09-05 Thread Olivier Berger
Hi. Hossam Hammady writes: > Package: wnpp > Severity: wishlist > Owner: Hossam Hammady > > * Package name: duprepare > Version : 0.1 > Upstream Author : Hossam Hammady > * License : (GPL) > Programming Lang: (Bash) > Description : Prepare backup volume sources

Bug#497210: FYI: upstream aiccu addresses these bugs in next release

2012-09-05 Thread Jeroen Massar
Just a FYI, upstream aiccu addresses this problem in the next release that we are preparing and then also releasing to github at: http://github.com/SixXS/aiccu As such, this matter can be closed by then. See http://www.sixxs.net/tools/aiccu/changelog for all the changes that have already been ma

Bug#497211: Unsure how to get these bugs 'resolved'

2012-09-05 Thread Jeroen Massar
Hi, I was going to the bugs list for aiccu, and I am honestly unsure what is expected for these bugs to be resolved. 497211 - syslog logs multiple lines, the lines are logged, what else is expected? 499920 - very custom option used by very few people if any, very bad practice too as it mangles I

Bug#644810: Upstream patch rejected

2012-09-05 Thread Tim Ruehsen
Hi Josh, I created a patch for upstream (26-03-2012) which has been rejected yesterday by the maintainer of tmux. see http://sourceforge.net/tracker/?func=detail&atid=973264&aid=3511358&group_id=200378 We could: - just close the bug as WONTFIX - use the patch as Debian patch - you could help co

Bug#682837: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2

2012-09-05 Thread Francois Marier
On 2012-07-28 at 16:05:59, Alexander Zangerl wrote: > you mean find files with non-ascii filenames? > that's easy: find . -regex '.*[^ -~].*' For some reason that didn't work. I had to use a much more verbose character class. So I took a different approach: I replaced the "log.Debug()" calls w

Bug#686739: dh-make-perl: Incorrect resolution of dependencies

2012-09-05 Thread Ralf Hildebrandt
Package: dh-make-perl Version: 0.70-1 Severity: important I'm trying to build CGI::Application::Dispatch as a debian package. Here's what happens: # dh-make-perl --cpan-mirror ftp://ftp.gwdg.de/pub/languages/perl/CPAN/ -build --cpan CGI::Application::Dispatch Going to read '/root/.cpan/Metadata'

Bug#686738: texlive-science: [ulqda] Use Digest::SHA from Perl core (libdigest-sha1-perl removed from Debian)

2012-09-05 Thread Norbert Preining
On Wed, 05 Sep 2012, Salvatore Bonaccorso wrote: > It seems that ulqda uses Digest::SHA1 (but this dependency not in Known, and already in the new git repository. But it will quite surely *NOT* appear in Debian to be released stable, since this is not really a critical bug to be fixed and asked f

Bug#686669: ITP: duprepare -- Prepare system backup volume sources to be processed by duplicity

2012-09-05 Thread Hossam Hammady
I didn't know about backupninja before. Basically it is the same idea, however, duprepare does both backup and restore. With backupninja backups are stored on backup volumes, with no easy way to restore them. With duprepare there are 3 scripts: duprepare-backup, duprepare-restore and duprepare-c

Bug#686502: pxz produces archives broken for busybox's unxz

2012-09-05 Thread Jonathan Nieder
Hi, Holger Levsen wrote: > the typo3 orig.tar.gz as it is in squeeze or sid is sufficient: gunzip it and > compress it with pxz and "voila"... *builds pxz, tests* Luckily the cause seems to be simple. pxz works by concatenating whole XZ files, but for simplicity busybox unxz ignores everythin

Bug#684923: fontconfig-config: Please stop messing with my /etc

2012-09-05 Thread Fabian Greffrath
kibi@kathleen:/etc/fonts/conf.d$ ls -l 70-no-bitmaps.conf lrwxrwxrwx 1 root root 33 Aug 14 21:11 70-no-bitmaps.conf -> ../conf.avail/70-yes-bitmaps.conf Well, there's your problem. Obviously, you manually changed the symlink "70-no-bitmaps.conf" to point to another file "../conf.avail/70-yes-

Bug#686711: linux-image-3.4-trunk-686-pae: acpi error with ASUS P8P67 LE

2012-09-05 Thread gpe92
Hi, I'm waiting the correction of #686040 before to switch to 3.5.x Regards, gpe - Mail original - De: "Jonathan Nieder" À: "gpe92" Cc: 686...@bugs.debian.org Envoyé: Mercredi 5 Septembre 2012 04:01:37 Objet: Re: linux-image-3.4-trunk-686-pae: acpi error with ASUS P8P67 LE Hi, gpe92

Bug#686740: mailgraph.css missing

2012-09-05 Thread Robert Sander
Package: mailgraph Version: 1.14-1.4squeeze1 Severity: normal Hi, mailgraph.cgi contains a reference to a mailgraph.css, which is not included in the package. -- System Information: Debian Release: 6.0.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architec

Bug#631269: asterisk-chan-capi: not installable in sid, needs migration to asterisk 1.8

2012-09-05 Thread Tobias Koeck
Package: asterisk-chan-capi Followup-For: Bug #631269 Dear Maintainer, apt-get install asterisk-chan-capi Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or

Bug#68585: This bug is still here in apt-get 0.8.10.3

2012-09-05 Thread Guillaume Raffy
I have the same issue, as can be seen below : as I understand it, the update of a package (initscripts) would break others (initramfs-tools), so in the end dist-upgrade decides to not upgrade it, which is fine. However, at the same time dist-upgrade decides to remove the packages that would be

Bug#686092: [nvidia-glx] System freezes from time to time

2012-09-05 Thread Abou Al Montacir
Hi Andreas, I've removed the old files and installed the new version (BTW this time the change log file mentions a hang on some systems that was fixed) and I do not get anymore 'NVRM: os_pci_init_handle: invalid context!' message so I assume it is now fixed. However I'd like to wait sometime befor

Bug#686741: python-psycopg2-doc installs docs in /usr/share/doc/python-psycopg2-docs

2012-09-05 Thread Enrico Zini
Package: python-psycopg2-doc Version: 2.4.5-1 Severity: important Hello, thank you for maintaining psycopg2. It looks like there's a typo somewhere that installs documentation in /usr/share/doc/python-psycopg2-docs, with the extra 's' at the end: $ dpkg -L python-psycopg2-doc | cut -d/ -f1-5

Bug#686742: linux: speakup: lower default software speech rate

2012-09-05 Thread Samuel Thibault
Package: linux Version: 3.2.23-1 Severity: important Tags: patch Hello, The following patch has been applied to greg's staging tree, it would be important to get it into Wheezy, as it noticeably improves usability for blind users. Samuel >From cfd757010691eae4e17acc246f74e7622c3a2f05 Mon Sep 17

Bug#684923: fontconfig-config: Please stop messing with my /etc

2012-09-05 Thread Cyril Brulebois
Fabian Greffrath (05/09/2012): > Obviously, you manually changed the symlink "70-no-bitmaps.conf" to > point to another file "../conf.avail/70-yes-bitmaps.conf". However, > the symlinks are expected to point to files of the same name in the > ../conf.avail directory. Says which doc? None AFAICT.

Bug#686743: kino: 001 is added to the filename

2012-09-05 Thread barkle
Package: kino Version: 1.3.4-1.3 Severity: normal Dear Maintainer, when I export a clip with "MPEG" (not others an then mpeg), then there is an "001" added to the filename. Before the extension ".mpeg" When I want to have a name like "birds.mpeg", I enter "birds" and I get "birds001.mpeg". This

Bug#686744: rhythmbox: Rhythmbox quit while resding CD tracks

2012-09-05 Thread Michele Cane
Package: rhythmbox Version: 2.97-2.1 Severity: important Tags: upstream Dear Maintainer, while I read a CD after 2 tracks quits. here's teh message: ~: rhythmbox Traceback (most recent call last): File "/home/michele/.local/share/rhythmbox/plugins/AlbumArtSearch/AlbumArtSearch.py", line

Bug#686739: dh-make-perl: Incorrect resolution of dependencies

2012-09-05 Thread gregor herrmann
On Wed, 05 Sep 2012 10:02:05 +0200, Ralf Hildebrandt wrote: > I'm trying to build CGI::Application::Dispatch as a debian package. > Here's what happens: > > # dh-make-perl --cpan-mirror > ftp://ftp.gwdg.de/pub/languages/perl/CPAN/ -build --cpan > CGI::Application::Dispatch > Going to read '/root/

Bug#662923: announcing package installer

2012-09-05 Thread Dmitry Smirnov
AI implementation was licensed as GPL-2+ with custom "not-for-sale" clause after unfortunate accident when upstream was traumatised by someone who was selling his work on apple store. Rest of the code is licensed as GPL-2+. As far as I understand, the implications are that we can't legally dis

Bug#686731: edos-distcheck: Syopped to work

2012-09-05 Thread Mehdi Dogguy
On 09/05/2012 07:56 AM, Christian Marillat wrote: > > $ edos-builddebcheck /debian/data/unstable/Packages_i386 > /debian/dists/unstable/main/source/Sources Merging... File > "/usr/share/edos-distcheck/add-sources.py", line 144, in > pkg = pkg_of_src(src) File > "/usr/share/edos-distcheck/add-so

Bug#686745: apt-listbugs: French templates translation

2012-09-05 Thread Jean-Baka Domelevo-Entfellner
Package: apt-listbugs Version: N/A Severity: wishlist Tags: patch l10n *** /home/watchdog/Traduc/Debian/patch-po.txt Please find attached the French po templates translation, proofread by the debian-l10n-french mailing list

Bug#684923: fontconfig-config: Please stop messing with my /etc

2012-09-05 Thread Vincent Lefevre
On 2012-09-05 10:32:45 +0200, Cyril Brulebois wrote: > Fabian Greffrath (05/09/2012): > > Obviously, you manually changed the symlink "70-no-bitmaps.conf" to > > point to another file "../conf.avail/70-yes-bitmaps.conf". However, > > the symlinks are expected to point to files of the same name in

Bug#617940: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file:

2012-09-05 Thread Bob Proulx
This message wasn't sent to the bug log but only to the control server. Forwarding it to the bug so that it shows up plainly in the history. The context and background for this is a discussion in debian-user. It spans months in the archive. August: http://lists.debian.org/debian-user/2012/08/m

Bug#686739: dh-make-perl: Incorrect resolution of

2012-09-05 Thread Damyan Ivanov
dependencies Reply-To: In-Reply-To: <20120905080205.3982.11933.report...@vpn-gw-int.charite.de> X-Debbugs-No-Ack: please tags 686739 confirmed fixed 686739 0.75-1 thanks -=| Ralf Hildebrandt, 05.09.2012 10:02:05 +0200 |=- > Package: dh-make-perl > Version: 0.70-1 > Severity: important > > > I'm

Bug#678249: (no subject)

2012-09-05 Thread Emmanuel Kasper
Dear debian user We will believe the bug you reported is fixed in mame 0.146-2, availaible in wheezy and sid. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#686746: pidgin: SSL certificate verification is broken

2012-09-05 Thread Andrew Shadura
Package: pidgin Version: 2.10.6-1 Severity: important Tags: security upstream The full bug description in the upstream's Trac: http://developer.pidgin.im/ticket/15308 According to the bug report, ssl_auth_cert in ssl-nss plugin always returns true. The bug reporter suggests to switch to GnuTLS p

Bug#686747: lxc-debian template call for missing live-debconfig

2012-09-05 Thread Laurent Vallar
Package: lxc Version: 0.8.0~rc1-8+deb7u1 Severity: normal Hi, local/lxc-debconf template call for missing live-debconfig on line 251: Chroot "${_ROOTFS}" "live-debconfig --noscripts But there is no live-debconf in any packages: $ apt-file update [...] $ apt-file search live-debconf |wc -l 0 Wil

Bug#683756: [DSE-Dev] Bug#683756: selinux in permissive mode breaks gdm and X

2012-09-05 Thread debian
Hi Ron, Am 05.09.2012 02:32, schrieb Ron Murray: I did some work on the remaining machine today. First I enabled debugging on the gdm3 daemon, set up an strace, and started gdm. As before, gdm3 respawned multiple times in short order before I stopped it. Only serious thing I could find was thi

Bug#685421: ITP: xul-ext-fullscreen -- Fullscreen theme for iceweasel

2012-09-05 Thread Mike Gabriel
Hi Jakub, On Di 04 Sep 2012 23:13:29 CEST Jakub Wilk wrote: * Mike Gabriel , 2012-08-20, 19:50: * URL : https://addons.mozilla.org/de/firefox/addon/fullscreen/ I'd remove "de/" from the URL. -- Jakub Wilk It has been removed in the uploaded package. Thanks for pointing it out

Bug#686738: texlive-science: [ulqda] Use Digest::SHA from Perl core (libdigest-sha1-perl removed from Debian)

2012-09-05 Thread Salvatore Bonaccorso
Control: tags -1 + pending Hi Norbert On Wed, Sep 05, 2012 at 04:52:59PM +0900, Norbert Preining wrote: > On Wed, 05 Sep 2012, Salvatore Bonaccorso wrote: > > It seems that ulqda uses Digest::SHA1 (but this dependency not in > > Known, and already in the new git repository. Ah okay. Didn't noti

Bug#686630: closed by Christian Marillat

2012-09-05 Thread Christian Marillat
aw...@lafn.org writes: [...] > Bug closed. > > -- > > Not so fast. > > insidewash103110.wmv is a file, with some content. > Spelling this out more kludgilly, > > $mkvmerge -v -o insidewash103110.mkv insidewash103110.wmv > mkvmerge: symbol lookup error: mkvmerge: undefined symbol: > _ZN7lib

Bug#680566: chromium: also on armhf

2012-09-05 Thread Zooko Wilcox-O'Hearn
Package: chromium Version: 20.0.1132.57~r145807-1 Followup-For: Bug #680566 Dear Maintainer, I just ran chromium on armhf (Efika MX Smartbook) and it segfaulted. Here's what gdb tells me about the core file: [New LWP 16197] Core was generated by `/usr/lib/chromium/chromium --password-store=dete

Bug#686731: edos-distcheck: Syopped to work

2012-09-05 Thread Christian Marillat
Mehdi Dogguy writes: > On 09/05/2012 07:56 AM, Christian Marillat wrote: >> >> $ edos-builddebcheck /debian/data/unstable/Packages_i386 >> /debian/dists/unstable/main/source/Sources Merging... File >> "/usr/share/edos-distcheck/add-sources.py", line 144, in >> pkg = pkg_of_src(src) File >> "/

Bug#686748: [INTL:es] Spanish po-debconf update

2012-09-05 Thread Omar Campagne
Package: linux-base Version: 3.5 Severity: wishlist Tags: l10n, patch Please find attached the Spanish translation update for debconf. Regards, Omar # linux-2.6 po-debconf translation to Spanish # This file is distributed under the same license as the linux-2.6 package. # # Changes: #- In

Bug#684480: libjs-wax: Missing html4-defs.js

2012-09-05 Thread David Paleino
clone ! -1 retitle -1 depend on yet-to-be-packaged google-caja severity -1 wishlist thanks Hello Andrew, thanks for your report. On Fri, 10 Aug 2012 21:26:33 +1000, Andrew Harvey wrote: > Dear Maintainer, > > Upon trying to use wax.leaf.js the browser reports "html4 is not > defined" from wax.l

Bug#686731: edos-distcheck: Syopped to work

2012-09-05 Thread Ralf Treinen
Hello, >$ edos-builddebcheck /debian/data/unstable/Packages_i386 > +/debian/dists/unstable/main/source/Sources > Merging... > File "/usr/share/edos-distcheck/add-sources.py", line 144, in > pkg = pkg_of_src(src) > File "/usr/share/edos-distcheck/add-sources.py", line 124, in pkg_of_src > if src.h

Bug#214741: Bug still a problem

2012-09-05 Thread Johnathon Tinsley
Just confirming, this is still a problem. -- All postal correspondence to: The Positive Internet Company, 24 Ganton Street, London. W1F 7QY The Positive Internet Company Limited is registered in England and Wales. Registered company number: 3673639. VAT no: 726 7072 28. Registered office: Norths

Bug#686749: [INTL:es] debconf's isdnutils Spanish translation update

2012-09-05 Thread Omar Campagne
Package: isdnutils Version: 1:3.25+dfsg1-2 Severity: wishlist Tags: l10n, tags Please find attached the Spanish updated translation for idsnutils' debconf file. Regards, Omar # isdnutils po-debconf translation to Spanish # Copyright (C) 2009 - 2012 Software in the Public Interest # This file is

Bug#686750: libmojolicious-perl: Websocket _xor_mask clobbers $_

2012-09-05 Thread Dominique Dumont
Package: libmojolicious-perl Version: 2.98+dfsg-1 Severity: important Tags: upstream patch Dear Maintainer, WHen calling send on a webcsocket with masked mode on, the function _xor_mask overwrites $_ (without a local statement). This works fine most of the time, but fail if $_ is an alias to a r

Bug#686751: openxenmanager: error when installing xenserver tools

2012-09-05 Thread Ritesh Raj Sarraf
Package: openxenmanager Version: 0.r80+dfsg-4 Severity: normal CD CD CD Traceback (most recent call last): File "/usr/share/openxenmanager/window_menuitem.py", line 498, in on_installxenservertools_activate self.xc_servers[self.selected_host].install_xenserver_tools(self.selected_ref) Fil

Bug#683273: Stable still vulnerable

2012-09-05 Thread Arnaud Le Blanc
The package is still vulnerable in stable and testing. Is this expected ? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#492099: Meget hurtigt svar

2012-09-05 Thread Baruch Shimoni
Din postkasse har overskredet det lagergrænse som fastsat af administratoren, og du vil ikke være i stand til at modtage nye mails indtil du igen validere det. At re-validere -> klik her https://docs.google.com/spreadsheet/viewform?formkey=dDY5S05HeWtOZ2tiQmkyblhJVlk0d1E6MQ -- To UNSUBSCRIBE, em

Bug#685470: (no subject)

2012-09-05 Thread Emmanuel Kasper
Since xmess-x and xmess-sdl are transitional packages, they depend on mess which has the right copyright file anyway. Is that enough to satisfy the copyright file claim ? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Bug#686753: libroot-core-dev: wrong include #include

2012-09-05 Thread alessandro -oggei- ogier
Package: libroot-core-dev Severity: grave Justification: renders package unusable /usr/include/root/Rtypes.h:35:67: fatal error: snprintf.h: No such file or directory according to apt-file, snprintf resides in libroot-core-dev so maybe we have to patch it ? -- System Information: Debian Releas

Bug#569668: davmail ITP status update (Re: ITP: davmail)

2012-09-05 Thread Alexandre Rossi
Hi, > I see that libjackrabbit-java is now in Debian. How are you getting on > with libhtmlcleaner-java and, more pertinently davmail packaging? I have a working package using Debian libraries instead of embedded ones : - http://sousmonlit.dyndns.org/~niol/apt/pool/main/libh/libhtmlcleaner-java/

Bug#686098: Acknowledgement (After wheezy, please add symlinks to make the OTF variant available under /u/s/fonts and thus for fontconfig)

2012-09-05 Thread Fabian Greffrath
Am 31.08.2012 11:02, schrieb Fabian Greffrath: Alternatively, it should be possible to resolve the font name clash (e.g. TeXGyreSchola vs. TeX Gyre Schola) in fontconfig, so that only one consistent font name is presented in applications. Then we could make both variants available for fontconfig

Bug#686731: edos-distcheck: Stopped to work

2012-09-05 Thread Colin Watson
reassign 686731 python-debian notfound 686731 debian-python/0.1.21+nmu1 found 686731 python-debian/0.1.21+nmu1 thanks edos-distcheck should be changed to use "if field in src:" rather than "if src.has_key(field):" - the latter syntax will not work in Python 3. However, the regression in the Pytho

Bug#686754: update-grub generates wrong grub.cfg

2012-09-05 Thread Karsten Malcher
Package: grub2-common Version: 1.99-22.1 Severity: important Hello, this bug seems only effect additional bootable partitions. At this time i try to copy my primary installation to a SSD. When i run update-grub my main partition is generated in the grub.cfg correct as menuentry 'Debian GNU/Lin

Bug#686755: unblock: nautilus-dropbox/1.4.0-2

2012-09-05 Thread Raphaël Hertzog
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package nautilus-dropbox It's a new upstream version but it introduces no code changes. However I added some supplementary Debian-specific changes which I'd like to see in t

Bug#661646:

2012-09-05 Thread Anton Khalikov
Hello there, I reported this problem to upstream a few months before and provided similar path: http://lists.untroubled.org/?list=bgware&cmd=showmsg&msgnum=5443 New version of twoftpd (1.42) has this path included. --- Best regards, Anton Khalikov

Bug#682560: Announce of the upcoming NMU for the sysvinit package (SHORT CALL)

2012-09-05 Thread Javier Fernandez-Sanguino
Christian, I have an updated translation and sent it through email, but it seems it it didn't reach the bug report. I'll review and resubmit. Best regards Javier

Bug#686731: edos-distcheck: Stopped to work

2012-09-05 Thread Colin Watson
Dear python-debian maintainers, here's my NMU diff for this bug, which I've also pushed to my python3 git branch. I've uploaded this without delay since it's a regression. diff -Nru python-debian-0.1.21+nmu1/debian/changelog python-debian-0.1.21+nmu2/debian/changelog --- python-debian-0.1.21+nmu

Bug#679005: Re:

2012-09-05 Thread Thomas Maass
I get an assembler error while building: Conditional branch out of range Emmanuel Kasper schrieb: >Le 04/09/2012 19:56, Thomas Maass a écrit : >> Hi! >> The segfault is still there (armhf). How can I help to debug >> this? > >can you rebuild the package with OPTIMIZE=0 instead of OPTIMIZE=2 in >

Bug#686756: fontconfig file for fonts-bpg-georgian

2012-09-05 Thread Iain Lane
Package: fonts-bpg-georgian Version: 0.5a-6 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch Hi there, I see there's a good effort underway to improve fontconfig files (pushed mainly by some new warnings in fontconfig itself). Ubunt

Bug#686757: unblock: zgv/5.9-5

2012-09-05 Thread Boris Pek
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: k...@debian.org Dear release team, Please unblock package zgv version 5.9-5. Some time ago I asked for a freeze exception [1] and received optimistic reply [2]. Yesterday thi

Bug#682308: libcairo2: Slow tab switching in chromium w/ nvidia

2012-09-05 Thread Jesse Davis
I ran into this very same problem after an upgrade of my desktop system from squeeze to wheezy. After reading this bug report I checked and the nvidia drivers in unstable are 304.37, so I upgraded to those packages from unstable, and this solved the problem. (system is very responsive and works as

Bug#686758: make-fai-nfsroot: verify that the hook are an ordinary file before source:ing it

2012-09-05 Thread Björn Torkelsson
Package: make-fai-nfsroot Version: 4.0.3 (or git) Severity: normal Dear Maintainer, make-fai-nfsroot tries to run all files in $NFSROOT_HOOKS no matter if it is directories or special files. At least a basic check should be done. Diff against current git. diff --git a/bin/fai-make-nfsroot b/bin

Bug#683142: unblock: bdii/5.2.12-1

2012-09-05 Thread Mattias Ellert
fre 2012-08-31 klockan 14:01 +0200 skrev Niels Thykier: > > I believe the RC bug fix on 5.2.5-2 should be reasonable sane and lets > take that as a starting point. > > ~Niels bdii_5.2.5-2+wheezy1 was uploaded to testing-proposed-updates. Mattias smime.p7s Description: S/MIME cryptogr

Bug#456165: Show stopers for handbreak in debian ?

2012-09-05 Thread Rogério Brito
Hi there. On Sep 05 2012, Fabian Greffrath wrote: > Dear Rogério, > > Am 27.08.2012 14:58, schrieb Fabian Greffrath: > >Am 27.08.2012 14:43, schrieb Niv Sardi: > >>I think it's good enough, I'd say upload to experimental, and then we > >>see how we fix it. > >Generally I agree, but Rogerio (CC'ed

Bug#642343: backport of patches to fix the issue

2012-09-05 Thread Sebastian Steinhuber
Hi, the patch fixed the issue for me. $ pybootchartgui No path given, trying /var/log/bootchart.tgz parsing '/var/log/bootchart.tgz' parsing 'header' parsing 'dmesg' parsing 'cmdline2.log' parsing 'paternity.log' Odd paternity line '' parsing 'proc_cpuinfo.log' parsing 'proc_diskstats.log' pars

Bug#456165: Show stopers for handbreak in debian ?

2012-09-05 Thread Niv Sardi
As said, i'm happy to sponsor an upload. But wouldn't want to overstep DDs in pkg-multimedia. Fabian was seeming to say there are a lot there :) Cheers, -- mobile: http://three.sentenc.es On 5 Sep 2012 08:30, "Rogério Brito" wrote: > Hi there. > > On Sep 05 2012, Fabian Greffrath wrote: > > De

Bug#686731: edos-distcheck: Stopped to work

2012-09-05 Thread Stefano Zacchiroli
clone 686731 -1 reassign -1 edos-distcheck retitle -1 add-sources.py should use forward compatible "in" syntax instead of "has_key" severity -1 wishlist tags -1 + pending thanks On Wed, Sep 05, 2012 at 11:20:10AM +0100, Colin Watson wrote: > edos-distcheck should be changed to use "if field in sr

Bug#685353: qemu-kvm 1.1.1 hangs using 100% CPU when using ES1370 emulation

2012-09-05 Thread Mike Gerber
Hi Vassily, Hi Michael, * malc schrieb: > Audio compiled without optimzations which should give meaningful > backtrace and contents of local variables. Here it is, (both host and guest had 48kHz capture sample rate). "kvm.real" is the qemu-kvm binary, version 1.1.1, -O0. 0x7f18106dfb6e in s

Bug#686760: ITP: avian -- lightweight virtual machine using the OpenJDK class library

2012-09-05 Thread Matthias Klose
Package: wnpp Severity: wishlist Owner: Matthias Klose * Package name: avian Version : 0.6+20120905 Upstream Author : Avian Contributors * URL : http://oss.readytalk.com/avian/ * License : BSD Description : lightweight virtual machine using the OpenJDK

Bug#686761: firmware-nonfree 0.37: [INTL:pt] Portuguese translation for debconf messages

2012-09-05 Thread Traduz
Package: firmware-nonfree 0.37 Version: 0.37 Tags: l10n, patch Severity: wishlist Portuguese translation for firmware-nonfree's debconf messages. Translator: Rui Branco Feel free to use it. For translation updates please contact 'Last Translator' or the Portuguese Translation Team . -- Melhor

Bug#683355: emacs24: garbage inserted in the buffer when starting Emacs in a terminal via SSH

2012-09-05 Thread Vincent Lefevre
tags 683355 upstream forwarded 683355 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12354 thanks On 2012-07-31 03:10:16 +0200, Vincent Lefevre wrote: > This is similar to bug 608417 in emacs23, but this emacs23 bug was > reproducible with "emacs -Q". With emacs24, I couldn't reproduce > the problem

Bug#456165: Show stopers for handbreak in debian ?

2012-09-05 Thread Rogério Brito
Hi, Niv. On Wed, Sep 5, 2012 at 8:37 AM, Niv Sardi wrote: > As said, i'm happy to sponsor an upload. But wouldn't want to overstep DDs > in pkg-multimedia. I don't think that anybody in pkg-multimedia would mind you uploading to the the NEW queue barrier done, especially now that the ftpmasters

Bug#686762: gnome-mplayer: Don't claim to support audio/midi

2012-09-05 Thread Sebastian Ramacher
Package: gnome-mplayer Version: 1.0.6-1 Severity: normal Tags: patch Hi Aron, from the discussion in [1] I learned that mplayer doesn't support to play midi files and according to [2] one needs to add xmms plugins to mplayer to get support. So I propose to drop audio/midi from the list of support

Bug#686758: make-fai-nfsroot: verify that the hook are an ordinary file before source:ing it

2012-09-05 Thread Gergely Nagy
reassign 686758 fai-server 4.0.3 tag 686758 + patch thanks Björn Torkelsson writes: > Package: make-fai-nfsroot > Version: 4.0.3 (or git) When filing bugs, please file it against a package which contains the command, instead of filing it against the command name itself. Misfiled bugs do not end

Bug#456165: Show stopers for handbreak in debian ?

2012-09-05 Thread Fabian Greffrath
Am 05.09.2012 13:52, schrieb Rogério Brito: I don't think that anybody in pkg-multimedia would mind you uploading to the the NEW queue barrier done, especially now that the ftpmasters Most definitely not, we are a very friendly team and welcome every helping hand. I could not imagine Reinhard

Bug#686763: unblock: moin/1.9.4-8

2012-09-05 Thread Steve McIntyre
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package moin; security fix for CVE-2012-4404. debdiff attached. unblock moin/1.9.4-8 -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (

Bug#686755: unblock: nautilus-dropbox/1.4.0-2

2012-09-05 Thread Raphael Hertzog
On Wed, 05 Sep 2012, Raphaël Hertzog wrote: > Please unblock package nautilus-dropbox I forgot the debdiff. It's attached. Cheers, -- Raphaël Hertzog ◈ Debian Developer Get the Debian Administrator's Handbook: → http://debian-handbook.info/get/ diff -Nru nautilus-dropbox-0.7.1/configure nautilu

Bug#456165: Show stopers for handbreak in debian ?

2012-09-05 Thread Fabian Greffrath
Am 05.09.2012 14:19, schrieb Fabian Greffrath: In one of his previous mails Niv told me that handbrake would currently FTBFS. I am not sure why this happens, but it may be due to Debian's unpatched a52dec library and handbrake patch 0009 being disabled. I couldn't confirm this in my local i386

Bug#456165: Show stopers for handbreak in debian ?

2012-09-05 Thread Niv Sardi
I have a quite busy couple of days, If you guys can put it in shape by Friday, I'll upload. If not, I guess I'll have to work :) Cheers -- mobile: http://three.sentenc.es On 5 Sep 2012 09:24, "Fabian Greffrath" wrote: > Am 05.09.2012 14:19, schrieb Fabian Greffrath: > >> In one of his previous m

Bug#686764: xen: Multiple security issues

2012-09-05 Thread Moritz Muehlenhoff
Package: xen Severity: grave Tags: security Justification: user security hole Please see the following links: http://www.openwall.com/lists/oss-security/2012/09/05/11 http://www.openwall.com/lists/oss-security/2012/09/05/10 http://www.openwall.com/lists/oss-security/2012/09/05/9 http://www.openwa

Bug#686735: [Pkg-xfce-devel] Bug#686735: xfce4-panel: Action Buttons: No icons for Suspend and Hibernate

2012-09-05 Thread Yves-Alexis Perez
On Wed, Sep 05, 2012 at 10:03:25AM +0300, Ognyan Kulev wrote: > Package: xfce4-panel > Version: 4.8.6-3 > Severity: normal > > > Hi, > > When I go to settings of Action Buttons on my panel, changing button > action to Suspend or Hibernate changes the icon of Action Buttons to > kind of N/A icon.

Bug#685353: qemu-kvm 1.1.1 hangs using 100% CPU when using ES1370 emulation

2012-09-05 Thread malc
On Wed, 5 Sep 2012, Mike Gerber wrote: > Hi Vassily, Hi Michael, > > * malc schrieb: > > Audio compiled without optimzations which should give meaningful > > backtrace and contents of local variables. > > Here it is, (both host and guest had 48kHz capture sample rate). "kvm.real" > is the qemu-

Bug#682583: pu: package nss-pam-ldapd/0.7.15+squeeze2

2012-09-05 Thread Salvatore Bonaccorso
Hi Stable Release Team On Mon, Jul 23, 2012 at 11:50:15PM +0200, Arthur de Jong wrote: > I would like to upload a new release of nss-pam-ldapd for squeeze that > fixes a few bugs. The fixes below (apart from the first one) should all > be very straightforward. I'm really interested seeing these u

Bug#686669: ITP: duprepare -- Prepare system backup volume sources to be processed by duplicity

2012-09-05 Thread Olivier Berger
Hi. Hossam Hammady writes: > I didn't know about backupninja before. Basically it is the same idea, > however, duprepare does both backup and restore. > With backupninja backups are stored on backup volumes, with no easy way to > restore them. > With duprepare there are 3 scripts: duprepare-ba

Bug#686679: RFS: asn1c/0.9.21+dfsg-1 [ITP] -- ASN.1 compiler for C

2012-09-05 Thread Eugene Seliverstov
On Sep 5, 2012, at 03:09, Arno Töll wrote: > tags 686679 + moreinfo > thanks > > Hi Eugene, > > On 04.09.2012 18:23, Eugene Seliverstov wrote: >> A package asn1c was previously maintained by W. Martin Borgert >> >> but it was removed from testing and unstable distributions due to lack of >>

Bug#685353: qemu-kvm: kvm process hangs with 100% CPU usage

2012-09-05 Thread Mike Miller
On Mon, Aug 20, 2012 at 08:01:15AM +0200, Mike Gerber wrote: > > I currently run 3 VMs using libvirt/qemu-kvm. Two of them are mostly idle and > stable, but the third one locks up within 1 or 2 days. This third VM > uses an emulated ES1370 sound card (host has an ASUS Xonar DX sound card), > to st

Bug#686188: [LCFC] templates://jffnms/{templates,control}

2012-09-05 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Thank you Justin, I agree with all your changes and have no remark after your last version [0], so I don't reattach the files, and thank you in advance for your last remarks. 0: <20120829190445.ga3...@xibalba.demon.co.uk> htt

Bug#686442: Re : Bug#686442: initscripts: This failed update completely breaks dpkg

2012-09-05 Thread nicolas . patrois
Le 04/09/2012 23:45:30, Roger Leigh a écrit : > So the issue here is that all of the scripts causing the > "missing LSB tags and overrides" warning are obsolete and broken. > I would suggest using "dpkg -S /etc/init.d/$file" to see which > package > they belong to, and then purge them if they are

Bug#617940: mplayer: Error message 'Failed to open VDPAU backend libvdpau_nvidia.so'

2012-09-05 Thread Andreas Beckmann
Control: reopen -1 Control: severity -1 minor On Wednesday, 18. January 2012 11:55:28 Reinhard Tartler wrote: > Version: 2:1.0~rc3+svn20090426-2 > > On Sa, Mar 12, 2011 at 19:28:56 (CET), Dominique Brazziel wrote: > > Package: mplayer > > Version: 2:1.0~rc4.dfsg1-1 > > Severity: normal > > > >

Bug#686765: solarwolf.desktop is not compliant with XDG standard (missing trailing semicolon

2012-09-05 Thread Ralf Jung
Package: solarwolf Version: 1.5-2 Severity: minor Dear Maintainer, The file /usr/share/applications/solarwolf.desktop contains the following line: Categories=Application;Game;ArcadeGame This is not following the XDG standard for desktop files, which mandates a trailing semicolon. Kind regards

Bug#686669: ITP: duprepare -- Prepare system backup volume sources to be processed by duplicity

2012-09-05 Thread Hossam Hammady
Good step forward. However, I believe verifying backups is not enough. You need to create a virtual machine and restore your backup there to make sure everything is actually in place. Without an automated script (like duprepare-restore) it is really a big pain putting everything back. Please sta

  1   2   3   >