Bug#665980: RFS: evilvte/0.5.1-1 [updated package]

2012-05-20 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1,SHA512

I fixed the hardened build flags which lintian did not check when I
uploaded last deb-src.

Hope this version could be uploaded before frozen of wheezy.

dget -x
http://mentors.debian.net/debian/pool/main/e/evilvte/evilvte_0.5.1-1.dsc

 evilvte (0.5.1-1) unstable; urgency=low

   * New upstream release
- update to new style of hotkey configuration
   * Update debian/copyright
- follow DEP-5 copyright-format 1.0
- update copyright year to 2012
- add icon modifier info to satisfy lintian
+  * Bump debian/compat to 9 for hardened build flags
+- bump minimal debhelper version to 9.20120115
   * Bump Standards-Version to 3.9.3

Kind regards
 Wen-Yen Chuang (caleb)
-BEGIN PGP SIGNATURE-

iEYEARECAAYFAk+4h00ACgkQdEpXpumNYVnEVACeJqj8q5XVvKh6fK+AcmtSMHpo
ce0An3RmG8BTGQn+B2u1LfFXJxCBiga9iQIcBAEBCgAGBQJPuIdNAAoJELc3H0m+
i6gZVSoQAJtup9S5mVPi37dVtjRIjAmxn/MkDopJDLlkDMm8IOdR95ps0iHS7WaQ
xP0Hd/4Jf2Te+GpO4q89n56r3p5XJM1CbTMbVjEvV59dr9Nv01t2FV3aXWVo1AkU
81rWDq0PgEDpidAuSDPPbXWKI0nKVsR6RjmRZUS35D1H/jp2uSg/uMb4M64j35Cv
TS1fvVW3hwQa6c5dPokXtjtYaBAuWASd3e1EdjgfF9iRyyF1td2GHFTnHoWK/zSd
n8r1x9TUZLotz3FnWYoYrNUdjl41QTSiQhyCA5gmllxHqLiXRNkbTfvWz4R2wGAP
BtgYdFFIclaXbA9ooYg86dDFyfK19hsrHwP9qsiN1VHGAT8unk/i6nVqldxE6Dmc
iQYmnCtrVFhYWaseNCmYudyYMSmmqFLJy0LT2Q5UxZEgS8Ddy9LIv51xxpfunf38
/GIQGo/7HyUQDDubY4Q+YT4EsANR1+mKyye9o4AqO2J/b4jXhhmSWxxTN8+N/uD1
JOMbGZB2X2yPBRhV32LqLrMsIzKe+2JJnmo5BrtoKXg58GpPyS04gGY5C5sRVwxD
bZ/H4hmo/f3haAV8wt3Ni7qg1UR9kuJZGLmXm6FDVWltzbBxd5R2fuMtxxPjDnqn
lLSktqUywfEni3uHUSv0997c9nONHYia50nZ+nAneG72zLDDLghn
=bKEG
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673579: cbmc: FTBFS[kfreebsd,hurd]: GCC-4.7

2012-05-20 Thread Salvatore Bonaccorso
tags 673579 + pending
thanks

Hi

(I added Michael Taautschnig directly to the loop)

On Sat, May 19, 2012 at 11:25:41PM +0100, Steven Chamberlain wrote:
 tags 673579 + patch
 thanks
 
 On 19/05/12 23:02, Christoph Egger wrote:
  Steven Chamberlain ste...@pyro.eu.org writes:
  #if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
  
  __GLIBC__ should cover all of them alone. Or alternatively consistently
  checking for kernels [...]
 
 Oh I see, thanks.  I think it is the userland we are interested in here
 so __GLIBC__ sounds right.
 
 Please find a patch attached (to apply after KiBi's) which I have tested
 on kfreebsd-i386.
 
 I've no idea if __GLIBC__ exists on __APPLE__ or other non-Debian
 platforms but I guess we don't need to worry about them, so I've left
 that alone.

Steven, many thanks for pointing to this.

Michael, I did the NMU some days ago, trying to help on some RC bugs
for wheezy. I will upload the package with the fix again, with
DELAYED/2 only. 

Please let me know if I should cancel, and if you would like to do the
upload.

Regards, and sorry for the noise
Salvatore
diff -Nru cbmc-4.1/debian/changelog cbmc-4.1/debian/changelog
--- cbmc-4.1/debian/changelog	2012-05-13 14:25:55.0 +0200
+++ cbmc-4.1/debian/changelog	2012-05-20 07:56:05.0 +0200
@@ -1,3 +1,13 @@
+cbmc (4.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update fix-FTBFS-with-gcc-4.7.patch patch.
+Fix FTBFS with gcc 4.7 on kfreebsd and hurd.
+Thanks to Steven Chamberlain ste...@pyro.eu.org for the patch.
+(Closes: #673579)
+
+ -- Salvatore Bonaccorso car...@debian.org  Sun, 20 May 2012 07:55:28 +0200
+
 cbmc (4.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru cbmc-4.1/debian/patches/fix-FTBFS-with-gcc-4.7.patch cbmc-4.1/debian/patches/fix-FTBFS-with-gcc-4.7.patch
--- cbmc-4.1/debian/patches/fix-FTBFS-with-gcc-4.7.patch	2012-05-13 14:25:55.0 +0200
+++ cbmc-4.1/debian/patches/fix-FTBFS-with-gcc-4.7.patch	2012-05-20 07:56:05.0 +0200
@@ -4,7 +4,7 @@
 Bug-Debian: http://bugs.debian.org/667131
 Forwarded: no
 Author: Cyril Brulebois k...@debian.org
-Last-Update: 2012-05-13
+Last-Update: 2012-05-20
 
 --- a/src/ansi-c/c_preprocess.cpp
 +++ b/src/ansi-c/c_preprocess.cpp
@@ -13,7 +13,7 @@
  #include string.h
  
 -#ifdef __LINUX__
-+#ifdef __linux__
++#ifdef __GLIBC__
  #include unistd.h
  #endif
  


signature.asc
Description: Digital signature


Bug#673608: Please clean up obsolete conffiles using dpkg-maintscript-helper rm_conffile

2012-05-20 Thread Josh Triplett
Package: alsa-base
Version: 1.0.25+1
Severity: normal

Version 1.0.25+1 of alsa-base removed various obsolete conffiles, such
as the files under /etc/apm, but did not explicitly remove those
conffiles using dpkg-maintscript-helper rm_conffile.  Since dpkg does
not remove conffiles when they disappear from a package, this results in
those files remaining on the system.  Please consider adding an
appropriate call to dpkg-maintscript-helper's rm_conffile helper in the
alsa-base maintainer scripts.

Thanks,
Josh Triplett



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-20 Thread Philip Ashmore

On 20/05/12 04:10, Jonathan Nieder wrote:

Philip Ashmore wrote:


.tf1: pthread_create failed: Resource temporarily unavailable
tf1: pthread_create failed: Resource temporarily unavailable


That's EAGAIN, which usually would mean some resource limit has been
hit (or an out-of-memory condition).  Does one of

ulimit -a

$ ulimit -a
core file size  (blocks, -c) 0
data seg size   (kbytes, -d) unlimited
scheduling priority (-e) 0
file size   (blocks, -f) unlimited
pending signals (-i) 63238
max locked memory   (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files  (-n) 1024
pipe size(512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority  (-r) 0
stack size  (kbytes, -s) 8192
cpu time   (seconds, -t) unlimited
max user processes  (-u) 63238
virtual memory  (kbytes, -v) unlimited
file locks  (-x) unlimited



cat /proc/sys/kernel/threads-max

$ cat /proc/sys/kernel/threads-max
126476




reveal anything interesting?

[...]

Also , tst-writev.out containsEOF
writev() return value: 2147479552 != EXPECTED: 2147483648
EOF


Yeah, that's a known bug (http://bugs.debian.org/629862).


Sorry if I was cryptic/terse.


No problem, and thanks for testing.

Jonathan





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673609: Obsolete conffile /etc/gtk-2.0/im-multipress.conf not removed

2012-05-20 Thread Josh Triplett
Package: libgtk2.0-common
Version: 2.24.10-1
Severity: normal

libgtk2.0-common no longer ships /etc/gtk-2.0/im-multipress.conf, but
does not clean it up via dpkg-maintscript-helper rm_conffile.  Since
dpkg doesn't remove conffiles when a package stops shipping them, the
obsolete conffile remains on the system.  Please consider adding an
appropriate invocation of dpkg-maintscript-helper's rm_conffile helper
to the libgtk2.0-common maintainer scripts.

Thanks,
Josh Triplett

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

libgtk2.0-common depends on no packages.

Versions of packages libgtk2.0-common recommends:
ii  libgtk2.0-0  2.24.10-1

libgtk2.0-common suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#658318: usbmount: Mounts flash drives twice

2012-05-20 Thread josh
On 05/20/2012 12:55 AM, Rogério Brito wrote:
 How many partitions does your media have? Only one? What filesystem? Can you
 provide more details?

just one big dos/vfat partion on my sticks.

one thing that did seem odd is that on the one hand usbmount recommends
the pmount package but in the pkg description of usbmount it states that
if you want icons on your desktop, etc., then you should use pmount
/instead/ [emphasis added], as in you can use usbmount /or/ pmount. My
system also has pmount installed. Is it possible that both pmount and
usbmount are mounting the device?

any other info you need? just shoot me an email and I'll be happy to answer.

cheers

-j




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673610: Obsolete conffile /etc/security/capability.conf not removed

2012-05-20 Thread Josh Triplett
Package: libcap2-bin
Version: 1:2.22-1.1
Severity: normal

libcap2-bin no longer ships /etc/security/capability.conf, but does not
clean it up via dpkg-maintscript-helper rm_conffile.  Since dpkg doesn't
remove conffiles when a package stops shipping them, the obsolete
conffile remains on the system.  Please consider adding an appropriate
invocation of dpkg-maintscript-helper's rm_conffile helper to the
libcap2-bin maintainer scripts.

Thanks,
Josh Triplett

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

libcap2-bin depends on no packages.

Versions of packages libcap2-bin recommends:
pn  libpam-cap  none

Versions of packages libcap2-bin suggests:
ii  libcap-dev  1:2.22-1.1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673587: Never mind...

2012-05-20 Thread Edmund Biow
I watched carefully what another testing machine was installing when I 
did a dist-upgrade and it included the package ifupdown.  So I went back 
to the two machines that I had to enable NM for and it turned out that 
neither of them had the package. They must have been stripped out my my 
routine dist-upgrade. I'm used to seeing old programs go away, so I 
didn't notice that one.  I guess yesterday for some reason apt was 
feeling grumpy and didn't upgrade those packages, but instead removed 
them, very unpleasant.  In my ignorance I blamed network-manager, a 
perfectly fine program, though one I don't need on a desktop machine. I 
was able to install the 0.7~rc3 of ifupdown, re-disable network-manager, 
and re-enable static IP addresses in my /etc/network/interfaces and 
remove the cronjob and everything is back to normal (well, except for my 
blood pressure and several wasted hours). Maybe this aborted bug report 
will spare someone else my ordeal.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673611: lintian: False warning about writeable

2012-05-20 Thread Andreas Metzler
Package: lintian
Version: 2.5.7
Severity: minor

Hello,

lintian warns about using writeable instead of writable:
exim4-base: spelling-error-in-manpage usr/share/man/man8/exim.8.gz writeable 
writable

Please drop this check, writeable seems to be a correct way of
spelling this (at least in the UK).

https://lists.exim.org/lurker/message/20120519.191737.1cddbff4.en.html

Imho lintian should only warn about spelling if it there is absolutely
no doubt the used spelling is wrong.

thanks, cu andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#589855: p54pci doesn't work with ISL3890 based card

2012-05-20 Thread Jonathan Nieder
Hi again,

In November, Jonathan Nieder wrote:
 Jan Capek wrote:

 This card worked with the original prism54 driver. The p54pci
 driver causes problems.
 [...]
 I will try to test it with 2.6.38 from squeeze backports. I am sorry I
 didn't see the original message from Geoff..

 No problem.

Ping.  Do you still have this card?  Did you find out how it works
with 3.x.y kernels?

In suspense,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#659456: Announce of the upcoming NMU for the backuppc package

2012-05-20 Thread Christian PERRIER
Dear maintainer of backuppc and Debian translators,

Some days ago, I sent a notice to the maintainer of the backuppc Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in four
days, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de es eu fi fr it ja nl pt pt_BR ru sv uk vi

Among these, the following translations are incomplete: none

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the backuppc package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Monday, May 28, 
2012. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Monday, May 14, 2012   : send the first intent to NMU notice to
 the package maintainer.
 Sunday, May 20, 2012   : send this notice
 Monday, May 28, 2012   : (midnight) deadline for receiving translation 
updates
 Tuesday, May 29, 2012   : build the package and upload it to DELAYED/7-day
 send the NMU patch to the BTS
 Tuesday, June 05, 2012   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: backuppc\n
Report-Msgid-Bugs-To: backu...@packages.debian.org\n
POT-Creation-Date: 2012-05-20 08:53+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME EMAIL@ADDRESS\n
Language-Team: LANGUAGE l...@li.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../backuppc.templates:1001
msgid Web administration default user created
msgstr 

#. Type: note
#. Description
#: ../backuppc.templates:1001
msgid 
BackupPC can be managed through its web interface:\n
 http://${site}/backuppc/;
msgstr 

#. Type: note
#. Description
#: ../backuppc.templates:1001
msgid 
For that purpose, a web user named 'backuppc' with '${pass}' as password has 
been created. You can change this password by running 'htpasswd /etc/
backuppc/htpasswd backuppc'.
msgstr 

#. Type: multiselect
#. Description
#: ../backuppc.templates:2001
msgid Which web server would you like to reconfigure automatically:
msgstr 

#. Type: multiselect
#. Description
#: ../backuppc.templates:2001
msgid 
BackupPC supports any web server with CGI enabled, but this automatic 
configuration process only supports Apache.
msgstr 

#. Type: boolean
#. Description
#: ../backuppc.templates:3001
msgid Do you want to restart the webservers now if needed?
msgstr 

#. Type: boolean
#. Description
#: ../backuppc.templates:3001
msgid 
Remember that in order to activate the new configuration the webservers have 
to be restarted.
msgstr 


signature.asc
Description: Digital signature


Bug#673612: Keyboard shortcuts no longer work with gnome-shell 3.4

2012-05-20 Thread Josh Triplett
Package: gnome-shell
Version: 3.4.1-1
Severity: normal

After upgrading to gnome-shell 3.4 from experimental, my custom keyboard
shortcuts no longer work.  In System Settings - Keyboard - Shortcuts,
I have shortcuts set for Launch Terminal (Mod4+N), Toggle
maximization (Mod4+M), and Toggle fullscreen mode (Mod4+F), but none
of them work since I upgraded to 3.4.

- Josh Triplett

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  gconf-service3.2.5-1
ii  gir1.2-accountsservice-1.0   0.6.21-1
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.2-2
ii  gir1.2-clutter-1.0   1.10.4-3
ii  gir1.2-cogl-1.0  1.10.2-3
ii  gir1.2-coglpango-1.0 1.10.2-3
ii  gir1.2-folks-0.6 0.6.9-1
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1
ii  gir1.2-gcr-3 3.4.1-3
ii  gir1.2-gdesktopenums-3.0 3.4.2-1
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gee-1.0   0.6.4-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-1
ii  gir1.2-gnomebluetooth-1.03.2.2-1
ii  gir1.2-gtk-3.0   3.4.2-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.4.1-2
ii  gir1.2-networkmanager-1.00.9.4.0-4
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-1
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-telepathyglib-0.120.18.1-2
ii  gir1.2-telepathylogger-0.2   0.4.0-1
ii  gir1.2-upowerglib-1.00.9.16-2
ii  gjs  1.32.0-2
ii  gnome-bluetooth  3.2.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-settings-daemon3.2.2-3
ii  gnome-shell-common   3.4.1-1
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-32
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcamel-1.2-29  3.2.2-3
ii  libcanberra0 0.28-4
ii  libclutter-1.0-0 1.10.4-3
ii  libcogl-pango0   1.10.2-3
ii  libcogl9 1.10.2-3
ii  libcroco30.6.5-1
ii  libdbus-1-3  1.5.12-1
ii  libdbus-glib-1-2 0.98-1
ii  libebook-1.2-12  3.2.2-3
ii  libecal-1.2-10   3.2.2-3
ii  libedataserver-1.2-153.2.2-3
ii  libedataserverui-3.0-1   3.2.2-3
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.9-1
ii  libgck-1-0   3.4.1-3
ii  libgconf-2-4 3.2.5-1
ii  libgcr-3-1   3.4.1-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-1
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-2
ii  libgl1-mesa-glx [libgl1] 8.0.2-2
ii  libglib2.0-0 2.32.3-1
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-1
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.2-1
ii  libical0 0.48-2
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-3
ii  libmutter0   3.4.1-2
ii  libnm-glib4  0.9.4.0-4
ii  libnm-util2  0.9.4.0-4
ii  libnspr4 2:4.9-3
ii  libnspr4-0d  2:4.9-3
ii  libnss3

Bug#673611: lintian: False warning about writeable

2012-05-20 Thread Russ Allbery
Andreas Metzler ametz...@downhill.at.eu.org writes:

 lintian warns about using writeable instead of writable:
 exim4-base: spelling-error-in-manpage usr/share/man/man8/exim.8.gz writeable 
 writable

 Please drop this check, writeable seems to be a correct way of
 spelling this (at least in the UK).

 https://lists.exim.org/lurker/message/20120519.191737.1cddbff4.en.html

Well, as stated in that message, writable is preferred, but yes, it
doesn't appear to be an error in UK English.

 Imho lintian should only warn about spelling if it there is absolutely
 no doubt the used spelling is wrong.

There's absolutely no doubt that writeable is wrong in US English.  :)
I suspect we added it without checking the OED or another British source.
I agree with removing it.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671812: xserver-xorg-core: segfault at exit

2012-05-20 Thread Paul Vojta
On Mon, May 07, 2012 at 08:34:40PM +0200, Cyril Brulebois wrote:
 forwarded 671812 https://bugs.freedesktop.org/show_bug.cgi?id=49598
 thanks

The upstream bug has a patch associated to it.  Any chance of that patch
being applied to a new version of xserver-xorg-core?

--Paul Vojta, vo...@math.berkeley.edu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673613: lintian: uninitialized value warnings with --tags

2012-05-20 Thread Niels Thykier
Package: lintian
Version: 2.5.7
Severity: normal


Self-reminder:

$ lintian --tags unusual-interpreter jython_2.5.2-1_all.deb 
jython-doc_2.5.2-1_all.deb
Use of uninitialized value $_ in hash element at $LINTIAN_ROOT/checks/scripts 
line 256.
Use of uninitialized value in pattern match (m//) at 
$LINTIAN_ROOT/checks/scripts line 256.
Use of uninitialized value $_ in hash element at $LINTIAN_ROOT/checks/scripts 
line 258.
Use of uninitialized value $_ in hash element at $LINTIAN_ROOT/checks/scripts 
line 256.
Use of uninitialized value in pattern match (m//) at 
$LINTIAN_ROOT/checks/scripts line 256.
Use of uninitialized value $_ in hash element at $LINTIAN_ROOT/checks/scripts 
line 258.


But it does not happen with -EIL +pedantic:
$ lintian -EIL +pedantic jython_2.5.2-1_all.deb jython-doc_2.5.2-1_all.deb
I: jython: spelling-error-in-copyright GNU Public License GNU General Public 
License
I: jython: unused-override codeless-jar 
usr/share/jython/Lib/test/classimport.jar
I: jython: unused-override codeless-jar 
usr/share/jython/Lib/test/classimport_Lib.jar
I: jython: unused-override copyright-should-refer-to-common-license-file-for-gpl
I: jython: unused-override unusual-interpreter usr/share/jython/Lib/* 
#!/usr/bin/jython
I: jython-doc: spelling-error-in-copyright GNU Public License GNU General 
Public License
I: jython-doc: unused-override 
copyright-should-refer-to-common-license-file-for-gpl


~Niels



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596297: unrar crashed with kernel error message

2012-05-20 Thread Jonathan Nieder
tags 596297 = unreproducible
quit

Hi again,

Jonathan Nieder wrote:
 Stefan Arnold wrote:

 As I told the kernel gave me a error message during unpacking an archive.
 The unrar process did not die and i could not even kill it with -9.

 Oh, dear.  Sorry for the slow response.

 BUG: unable to handle kernel NULL pointer dereference at 0800
 IP: [c10cd8e7] unmap_underlying_metadata+0x1f/0x3a
 *pde = 
 Oops: 0002 [#1] SMP

 Was this reproducible?  Is it still?

 [...]
  Pid: 5036, comm: unrar Tainted: P   (2.6.32-5-686 #1) To Be Filled 
  By O.E.M.
 [...]
  [c10ce286] ? __block_prepare_write+0x163/0x297
  [c10ce50d] ? block_write_begin+0x70/0xc6
  [f805fe2b] ? ext3_get_block+0x0/0xd1 [ext3]
  [f80610f3] ? ext3_write_begin+0xe6/0x1d2 [ext3]
[...]
 Code: 75 08 89 d8 5b e9 cc ff ff ff 5b c3 57 89 c7 56 89 ce 53 89 d3 e8 5c 
 df 19 00 89 da 89 f1 89 f8 e8 54 f1 ff ff 85 c0 89 c3 74 17 3e 80 20 fd e8 
 ba ff ff ff 3e 80 23 f7 89 d8 5b 5e 5f e9 ef f3

As a quick guess, this looks like the bug fixed by the patch [1] which
doesn't seem to have been applied.  Maybe there was some other fix.
(Or maybe it is memory corruption.  Haven't tried matching the
disassembly to the corresponding code.)

[1] http://thread.gmane.org/gmane.linux.file-systems/33136/focus=33141



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673574: [debian-mysql] Bug#673574: mysql_config{_, _pic} --libmysqld-libs no longer lists -L/usr/lib/mysql

2012-05-20 Thread Modestas Vainius
Hello,

On sekmadienis 20 Gegužė 2012 01:03:08 Nicholas Bamber wrote:
 Modestas,
   The reason for the change is the Debian-wide Multiarch project
 (http://wiki.debian.org/Multiarch). So mysql_config is correctly
 reporting where the libraries are to be found.

Sorry, I'm not following. libmysqld_pic.a is not in the multiarch path, it's 
still in private directory under /usr/lib/mysql which is no longer listed in 
--libmysqld-libs:

$ dpkg -L libmysqld-pic
/.
/usr
/usr/bin
/usr/bin/mysql_config_pic
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libmysqld-pic
/usr/share/doc
/usr/share/doc/libmysqld-pic
/usr/share/doc/libmysqld-pic/copyright
/usr/share/doc/libmysqld-pic/changelog.Debian.gz
/usr/share/doc/libmysqld-pic/README.Debian
/usr/lib
/usr/lib/mysql
/usr/lib/mysql/libmysqld_pic.a

-- 
Modestas Vainius mo...@debian.org


signature.asc
Description: This is a digitally signed message part.


Bug#504116: [etchnhalf] RAID1 broken after upgrading kernel to 2.6.24-etchnhalf

2012-05-20 Thread Olaf Zaplinski

Hi Jonathan,

this machine is no longer accessible. ;-)

Cheers
Olaf



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673614: ITP: python-pyramid-tm -- Transaction management for the Pyramid web framework

2012-05-20 Thread Free Ekanayaka
Package: wnpp
Owner: Free Ekanayaka fr...@debian.org
Severity: wishlist

* Package name: python-pyramid-tm
  Version : 0.4
  Upstream Author : Rocky Burt, Chris McDonough
* URL or Web page : http://pypi.python.org/pypi/pyramid_tm
* License : BSD-derived (http://www.repoze.org/LICENSE.txt)
  Description : Transaction management for the Pyramid web framework

 The pyramid_tm package allows Pyramid requests to join the active
 transaction as provided by the transaction package.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#672851: netbase 5.0: network connection does not come up upon reboot

2012-05-20 Thread James Bottomley
On Sat, 2012-05-19 at 22:40 +0100, Adam D. Barratt wrote:
 On Sat, 2012-05-19 at 19:55 +0100, James Bottomley wrote:
  On Sat, 2012-05-19 at 16:19 +0200, Marco d'Itri wrote:
   There is no bug, just don't do stupid things to your system.
  
  Yes, there is.  The bug is that testing breaks networking on an upgrade
  and will do so for at least the next six days.
 
 No, it won't.
 
   ifupdown |0.7~rc3 |   testing | source, amd64, armel, armhf, i386, 
 ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, s390x, sparc

Great ... that's all I asked for: acceleration of ifupdown or backoff of
netbase in testing.

This bug can be closed now.

James





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673615: [python-mutagen] New prejoct's homepage

2012-05-20 Thread Slavko
Package: python-mutagen
Version: 1.20-1
Severity: minor
Tags: patch

By browsing some mp3 tags tools, i found, that this package has outdated
project's homepage. The new is:

http://code.google.com/p/mutagen/

regards

-- 
Slavko
http://slavino.sk


signature.asc
Description: PGP signature


Bug#673521: Wheezy: aptitude update fails

2012-05-20 Thread Daniel Hartwig
On 19 May 2012 18:48, T Elcor tel...@yahoo.com wrote:
 Package: aptitude
 Version: 0.6.7-1


At what version is libapt-pkg4.12 on this system?

 Fetched 3 B in 1s (2 B/s)
 W: Failed to fetch 
 http://ftp.us.debian.org/debian/dists/wheezy/main/i18n/Translation-en: 404  
 Not Found [IP: 128.61.240.89 80]

 W: Failed to fetch 
 http://ftp.us.debian.org/debian/dists/wheezy/non-free/i18n/Translatio... 404  
 Not Found [IP: 128.61.240.89 80]

Looking in those directories reveals that they only have .bz2 files.

Installing package bzip2 or updating apt and libapt-pkg4.12 to 0.9.3
should resolve the issue.  Failing that, provide a copy of your apt
configuration.

Regards



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663284: transition: libcommoncpp2 libccaudio2 libccrtp libzrtpcpp

2012-05-20 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (19/05/2012):
 Apparently the upload reached unstable now. :)
 
 Blocking the transition bug with libcommoncpp2's FTBFS on kfreebsd-*.

This one is fixed, binNMUs scheduled on all architectures.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#658914: Bug#673502: imvirt: noisy perl errors

2012-05-20 Thread Thomas Liske

Hi,

this is a new bug which is not ARAnyM specific - #658914 is fixed.

On 05/20/2012 01:48 AM, Thorsten Glaser wrote:

Patrick Matthäi dixit:


Indeed, but not imvirt just sits there hanging at 0% CPU…



Could you please provide more information about this?


Sure, if you tell me how. It’s not like I can “sh -x” it,
seeing as it’s Perl…

  6368 pts/2S+ 0:02 /usr/bin/perl /usr/bin/imvirt
  6369 pts/2S+ 0:00 sh -c /usr/lib/imvirt/imvirt-report
  6370 pts/2S+ 0:02 /usr/bin/perl /usr/lib/imvirt/imvirt-report


@Patrick: It's a packaging issues. The console interactive script 
imvirt-report has been placed at the helper binary location of imvirt. 
It must not be in /usr/lib/imvirt/.



HTH,
Thomas


bye,
//mirabilos


--
supp...@ibh.de  Tel. +49 351 477 77 30
www.ibh.de  Fax  +49 351 477 77 39

---
Dipl.-Ing. Thomas Liske
Netzwerk- und System-Design


IBH IT-Service GmbH Amtsgericht Dresden
Gostritzer Str. 67a HRB 13626
D-01217 Dresden GF: Prof. Dr. Thomas Horn
Germany VAT DE182302907
---
Ihr Partner für: LAN, WAN IP-Quality, Security, VoIP, SAN, Backup, USV
---
   professioneller IT-Service - kompetent und zuverlässig
---



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671812: xserver-xorg-core: segfault at exit

2012-05-20 Thread Cyril Brulebois
Paul Vojta vo...@math.berkeley.edu (19/05/2012):
 The upstream bug has a patch associated to it.  Any chance of that
 patch being applied to a new version of xserver-xorg-core?

Yes, there's even a release candidate now. Even more so since
xorg-server landed in testing a few hours ago, clearing up the
path for further uploads to unstable.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#673616: audacity: Please enable LADSPA v2

2012-05-20 Thread Torquil Macdonald Sørensen
Package: audacity
Version: 2.0.0-1
Severity: wishlist

Please build Audacity with LADSPA v2 support, so I can use the
ir.lv2 impulse response Debian package. As far as I can
see, that is the only possibility for using custom impulse response
files in Audacity on Debian. The SWH impulse convolver LADSPA
plugin doesn't have any custom file facility.

Especially now that rezound, which had IR support,  has been taken
out of Debian.

Best regards
Torquil Sørensen

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.3.6 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages audacity depends on:
ii  audacity-data 2.0.0-1
ii  libasound21.0.25-3
ii  libavcodec53  7:0.10.3-dmo1
ii  libavformat53 7:0.10.3-dmo1
ii  libavutil51   7:0.10.3-dmo1
ii  libc6 2.13-32
ii  libexpat1 2.1.0-1
ii  libflac++61.2.1-6
ii  libflac8  1.2.1-6
ii  libgcc1   1:4.7.0-8
ii  libglib2.0-0  2.32.3-1
ii  libgtk2.0-0   2.24.10-1
ii  libid3tag00.15.1b-10
ii  libmad0   0.15.1b-7
ii  libmp3lame0   1:3.99.5-dmo1
ii  libogg0   1.2.2~dfsg-1.1
ii  libportaudio2 19+svn2021-1
ii  libportsmf0   0.1~svn20101010-3
ii  libsamplerate00.1.8-4
ii  libsndfile1   1.0.25-4
ii  libsoundtouch01.6.0-3
ii  libstdc++64.7.0-8
ii  libtwolame0   0.3.13-1
ii  libvamp-hostsdk3  2.1-1
ii  libvorbis0a   1.3.2-1.3
ii  libvorbisenc2 1.3.2-1.3
ii  libvorbisfile31.3.2-1.3
ii  libwxbase2.8-02.8.12.1-9
ii  libwxgtk2.8-0 2.8.12.1-9

audacity recommends no packages.

Versions of packages audacity suggests:
ii  rev-plugins [ladspa-plugin]  0.3.1-2

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#652974: tagging 652974

2012-05-20 Thread Cyril Brulebois
Hello,

Daniel Leidert daniel.leid...@wgdd.de (05/01/2012):
 tags 652974 + fixed-upstream
 thanks

can we expect a fix at some point? It's still showing in build logs, and
I guess the fix is trivial enough to be considered. ;)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#670485: pastebinit: support hidden pastes

2012-05-20 Thread Rolf Leggewie
On 27.04.2012 14:41, Paul Wise wrote:
 On Fri, 2012-04-27 at 14:31 +0800, Rolf Leggewie wrote:

 looks like you prefer to be argumentative rather than interested in
 getting your problem fixed quickly. That's fine with me...

 I certainly didn't mean to be argumentative, sorry if it came across
 that way.

I had meant to send an acknowledgment of how much I appreciated your
human gesture to clarify my misunderstanding of your intentions.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673526: 0ad: Spits debugging errors when running with 0ad-data 0~r11863-1

2012-05-20 Thread Vincent Cheng
tag 673526 confirmed
fixed 673526 0~r11863-1
thanks

On Sat, May 19, 2012 at 4:52 AM, Didier Raboud o...@debian.org wrote:
 Package: 0ad
 Version: 0~r11339-2
 Severity: important

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 Hi,

 0ad-data has been upgraded without 0ad and now 0ad fails to run a game
 with errors such as:

 ERROR: CCacheLoader failed to find archived or source file for: 
 shaders/effects/model_solid.xml
 ERROR: Failed to load effect 'model_solid'

 (This is the first one, but _many_ others follow.)

 I suspect that either 0ad should have a stricter dependency on 0ad-data
 or 0ad-data should Break too old versions of 0ad to reflect those
 breakages.

 Cheers,

 OdyX

Thanks for the bug report; I'll add a stricter dependency on 0ad-data
in the next upload.

Vincent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596528: Debuging large transfer under usb3 device

2012-05-20 Thread Jonathan Nieder
Hi,

In February, Sarah Sharp wrote:
 On Mon, Feb 27, 2012 at 08:18:13PM +0100, guillaume.jao...@free.fr wrote:

 Hello Jonathan,

 I followed your advices and try to track the usb 3.0 bug occuring
 during large transfer on usb 3.0 device with kernel 3.2.0.1.

 You'll find in attachements as asked :

Sorry for the slow reply, and thanks to Sarah for the cc.

Guillaume, I never received your message [1].  Would you mind
resending it to me privately (jrnie...@gmail.com)?

 - full dmesg output from booting
 - lsusb -vvv output

 Can you also run `sudo lspci -vvv` for me, so I know which host
 controller you have?

Accordingly to [2] it's a Buffalo USB 3.0 Express Card.  Looks like
it wasn't plugged in when the report was filed so the vendor and
product id and other PCI registers aren't in the report.

[...]
 BTW, what are these errors in your dmesg about?  If some userspace
 program is sending bad SCSI commands to the device, then it's no wonder
 the device was stalling the commands:

 [2.265783] md: raid10 personality registered for level 10
 [2.284315] mdadm: sending ioctl 800c0910 to a partition!
 [2.284377] mdadm: sending ioctl 800c0910 to a partition!
 [2.284436] mdadm: sending ioctl 1261 to a partition!
 [2.284487] mdadm: sending ioctl 1261 to a partition!
 [2.284965] mdadm: sending ioctl 1261 to a partition!
 [2.285016] mdadm: sending ioctl 1261 to a partition!
 [2.285379] mdadm: sending ioctl 1261 to a partition!
 [2.285431] mdadm: sending ioctl 1261 to a partition!
 [2.285809] mdadm: sending ioctl 1261 to a partition!
 [2.285860] mdadm: sending ioctl 1261 to a partition!

These look like instances of http://bugs.debian.org/656899, which
should be unrelated.

[...]
 I can't be sure that your host controller is the thing that's broken
 unless you rebuild your kernel with CONFIG_USB_DEBUGGING and
 CONFIG_USB_XHCI_HCD_DEBUGGING turned on, and capture the full dmesg
 starting just before that transfer error.  You'll really want to be
 running 3.3, since that cleaned up a lot of the xHCI driver debugging,
 and the log file will be much smaller.

Did anything come of these questions?  Some instructions for building
a custom kernel on Debian are at [3], for what it's worth.

 It's possible, although not likely, that we're over writing the link TRB
 on the command ring and causing the host controller to step off into
 lala land and access bad memory.  My other theory is that your express
 card is just broken and can't handle the throughput.  Or perhaps it's an
 early prototype that made it out into the market without having good
 transfer error support.

Thanks for your help.

Sincerely,
Jonathan

[1] message-id 
1631973011.35885137.1330370293927.javamail.r...@zimbra47-e8.priv.proxad.net
[2] http://bugs.debian.org/596528
[3] 
http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-kernel-org-package



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673586: lsb: build fails on hppa in test-python3.2

2012-05-20 Thread Didier Raboud
Hi Dave, and thanks for your bugreport,

Le dimanche, 20 mai 2012 01.24:18, vous avez écrit :
 Build fails with syntax error:
 
 ...
 OK (skipped=7)
 # Tests are not backported to python2.6, sorry.
 PYTHONPATH=. python3.2 test/test_lsb_release.py -vv
 Traceback (most recent call last):
   File test/test_lsb_release.py, line 4, in module
 import lsb_release as lr
   File /home/dave/debian/lsb/lsb-4.1+Debian4/lsb_release.py, line 249
 except IOError, msg:
   ^
 SyntaxError: invalid syntax
 make[1]: *** [test-python3.2] Error 1
 (...)
 4.1+Debian3 was ok.

Indeed.

This is because your build wasn't done in a clean chroot, without python3, not 
required by the Build-Depends.

Cheers,

OdyX


signature.asc
Description: This is a digitally signed message part.


Bug#673599: iceweasel: typing in text boxes (e.g. Wikipedia search) also freezes

2012-05-20 Thread Arthur Marsh
Package: iceweasel
Version: 12.0-7
Followup-For: Bug #673599

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?

Keeping this debian upgraded on unstable

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

typing in text boxes (e.g. the search box in wikipedia or other sites
where I had disabled javascript) froze. Hitting the escape key or 
changing window focus seemed to break out of this problem until I 
needed to type something new in an address bar or text box.

   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


-- Package-specific info:

-- Extensions information
Name: Adblock Plus
Location: ${PROFILE_EXTENSIONS}/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi
Status: enabled

Name: Certificate Patrol
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/certpat...@psyc.eu
Package: xul-ext-certificatepatrol
Status: enabled

Name: ChatZilla
Location: ${PROFILE_EXTENSIONS}/{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}
Status: enabled

Name: Default theme
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: English (GB) Language Pack locale
Location: /usr/lib/iceweasel/extensions/langpack-en...@iceweasel.mozilla.org.xpi
Package: iceweasel-l10n-en-gb
Status: enabled

Name: Flashblock
Location: ${PROFILE_EXTENSIONS}/{3d7eb24f-2740-49df-8937-200b1cc08f8a}.xpi
Status: enabled

Name: Japanese Language Pack locale
Location: /usr/lib/iceweasel/extensions/langpack...@iceweasel.mozilla.org.xpi
Package: iceweasel-l10n-ja
Status: enabled

Name: NetVideoHunter
Location: ${PROFILE_EXTENSIONS}/netvideohun...@netvideohunter.com
Status: user-disabled

Name: NoScript
Location: ${PROFILE_EXTENSIONS}/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi
Status: enabled

Name: Rikaichan
Location: ${PROFILE_EXTENSIONS}/{0AA9101C-D3C1-4129-A9B7-D778C6A17F82}
Status: enabled

Name: Rikaichan Japanese-English Dictionary File
Location: ${PROFILE_EXTENSIONS}/rikaichan-j...@polarcloud.com
Status: enabled

Name: Rikaichan Japanese Names Dictionary File
Location: ${PROFILE_EXTENSIONS}/rikaichan-jpna...@polarcloud.com
Status: enabled

Name: Sage-Too
Location: ${PROFILE_EXTENSIONS}/{0f9daf7e-2ee2-4fcf-9d4f-d43d93963420}
Status: app-disabled

Name: ShowIP
Location: ${PROFILE_EXTENSIONS}/{3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}.xpi
Status: enabled

Name: Tab Restore
Location: ${PROFILE_EXTENSIONS}/tabrest...@plugin.xpi
Status: enabled

Name: Tree Style Tab
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/treestyle...@piro.sakura.ne.jp
Package: xul-ext-treestyletab
Status: enabled

-- Plugins information
Name: DivX® Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Package: totem-mozilla
Status: enabled

Name: IcedTea-Web Plugin (using IcedTea-Web 1.2 (1.2-2))
Location: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea-6-plugin:amd64
Status: enabled

Name: QuickTime Plug-in 7.6.6
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Package: totem-mozilla
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/gnash/libgnashplugin.so
Package: browser-plugin-gnash
Status: enabled

Name: VLC Multimedia Plugin (compatible Totem 3.0.1)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Package: totem-mozilla
Status: enabled

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Package: totem-mozilla
Status: enabled


-- Addons package information
ii  browser-plugin 0.8.10-6+b1GNU Shockwave Flash (SWF) player - Plugin fo
ii  icedtea-6-plug 1.2-2  web browser plugin based on OpenJDK and Iced
ii  iceweasel  12.0-7 Web browser based on Firefox
ii  iceweasel-l10n 1:12.0-7   English (United Kingdom) language package fo
ii  iceweasel-l10n 1:12.0-7   Japanese language package for Iceweasel
ii  totem-mozilla  3.0.1-8Totem Mozilla plugin
ii  xul-ext-certif 2.0.14-3   Certificate Monitor for Iceweasel/Icedove/Ic
ii  xul-ext-treest 0.14.201202110 Show tabs like a tree

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0-rc6+ (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils 4.3
ii  fontconfig  2.9.0-5
ii  libc6   2.13-32
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libnspr42:4.9-3
ii  libnspr4-0d 2:4.9-3
ii  libsqlite3-03.7.12-1
ii  libstdc++6  4.7.0-8
ii  procps

Bug#665000: radeon SUMO2: modesetting provokes No signal, monitor turns off

2012-05-20 Thread Jonathan Nieder
affects 665000 + xserver-xorg-video-radeon
tags 665000 - moreinfo
found 665000 linux-2.6/3.2.12-1
quit

Hi again,

Платов Сергей wrote:
 Jonathan Nieder wrote:
 Платов Сергей wrote:

 Blank screen again (no signal on monitor, and monitor off).

 What kind of monitor is this, and how is it attached?  If you start X
 (using the radeon or fbdev driver), does the screen become visible
 again?

 No. If i start X screen not visible. But X work, and correctly
 detect monitor. (i try other DVI monitor, blank screen again)

Sorry for the slow reply.

Does the 3.3.y kernel from experimental behave the same way?

If so, please report this at http://bugs.freedesktop.org, product
DRI, component DRM/Radeon, and let us know the bug number so we
can track it.

If not, that's good news and we can try to search for the fix so it
can be reused in wheezy.

Hope that helps,
Jonathan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#670958: [regression] HP ProBook 451x: udev/power_supply battery oscilates between remove and add

2012-05-20 Thread Adrian Fita
Package: src:linux-2.6
Followup-For: Bug #670958

Hi. I wanted to let you know that I just upgraded to kernel 3.2.17 which
landed in testing and the issue is still present. I'm holding my fingers
crossed for the next version...

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673617: nautilus-pastebin: pastebin disabled, can't find API....

2012-05-20 Thread Andre Verwijs
Package: nautilus-pastebin
Version: 0.7.1-1
Severity: serious
Tags: upstream
Justification: 3

Dear Maintainer,

I cant use pastebin.com with nautilus-pastebin..
it can't find pastebin.com api, see error message:

-
PastebinThread started!
gvfs-open: 
file:///home/verwijs/THIS%20API%20HAS%20BEEN%20DISABLED.%20Please%20use%20Pastebin's%20new%20API.%20http:/pastebin.com/api:

fout bij openen locatie: (cant open location)
Error when getting information for file '/home/verwijs/

THIS API HAS BEEN DISABLED. 
Please use Pastebin's new API. http:/pastebin.com/api': 
Bestand of map bestaat niet (file not found)
-

would it be possible to add the new api..??
I hope so...


Andre


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'stable-updates'), (500, 
'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nautilus-pastebin depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  nautilus 3.4.1-1
ii  pastebinit   1.3-2
ii  python   2.7.2-10
ii  python-gi3.2.0-3
ii  python-nautilus  1.1-3
ii  python2.62.6.7-4
ii  python2.72.7.3~rc2-2.1

Versions of packages nautilus-pastebin recommends:
ii  gir1.2-notify-0.7  0.7.5-1

nautilus-pastebin suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673521: Wheezy: aptitude update fails

2012-05-20 Thread T Elcor
 At what version is libapt-pkg4.12 on this system?

# aptitude show libapt-pkg4.12
Package: libapt-pkg4.12  
New: yes
State: installed
Automatically installed: yes
Multi-Arch: same
Version: 0.9.3

 Installing package bzip2 or updating apt and libapt-pkg4.12 to 0.9.3
 should resolve the issue.  Failing that, provide a 
 copy of your apt configuration.

# cat /etc/apt/apt.conf
Apt::AutoRemove::RecommendsImportant false;
Apt::AutoRemove::SuggestsImportant false;
Apt::Install-Recommends false;
Apt::Install-Suggests false;

I usually use only aptitude. Apt was used only for the purpose of identifying 
the problem. It's my understanding that other people are having this (or 
similar looking) problem as well.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#670958: [regression] HP ProBook 451x: udev/power_supply battery oscilates between remove and add

2012-05-20 Thread Jonathan Nieder
Hi Adrian,

Adrian Fita wrote:

 Hi. I wanted to let you know that I just upgraded to kernel 3.2.17 which
 landed in testing and the issue is still present. I'm holding my fingers
 crossed for the next version...

Alas, the patch isn't in mainline (3.4-rc kernels), so it isn't in
3.2.18-rc1, either.  It's probably targetted at 3.5.

Kernel team: please feel free to pick up this patch[1]

  c59714569642 ACPI battery: only refresh the sysfs files when
   pertinent information changes

for inclusion in sid until then, so the fix can get a wider audience.
(Adrian and Ralf tested the patch and found it to work well.)

Thanks,
Jonathan

[1] http://bugs.debian.org/670958#124



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#672510: [Pkg-fglrx-devel] Bug#672510: libgl1-fglrx-glx: does not provide libgl1

2012-05-20 Thread Michal Suchanek
Excerpts from Patrick Matthäi's message of Sat May 19 10:27:20 +0200 2012:
 I do not see an error in your log file, fglrx loads well and do not try
 to uninstall mesa's libgl1, libs are switched by glx-alternative-fglrx

Well, they are not.

That's the issue.

Thanks

Michal



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559009: Debian #559009 -- paprefs: Only show install buttons when PackageKit is available

2012-05-20 Thread Martin-Éric Racine
Greetings,

You submitted a patch to Debian against 'paprefs' to only show install
buttons when PackageKit is available. Debian has just packaged a newer
upstream release and we need to verify whether the patch still applies. 

Could you please check whether paprefs 0.9.10-1 still needs this?

Thanks!
Martin-Éric





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#672361: bootlogd: escape sequences should be filtered out

2012-05-20 Thread Marc Dequènes (Duck)

Coin,

Fancy output should be deactivated or handled differently, but we  
really need the ok/fail/warn status displayed properly. Having the  
result of escape commands would be easier to parse than just removing  
escape codes ([ok] stuff instead of [] stuff ok).


Regards.

--
Marc Dequènes (Duck)


pgpfTrMojuj4S.pgp
Description: PGP Digital Signature


Bug#672518: [Pkg-fglrx-devel] Bug#672518: libgl1-fglrx-glx:i386: fglrx does not provide 32bit direct rendering

2012-05-20 Thread Michal Suchanek
Excerpts from Patrick Matthäi's message of Sat May 19 10:29:07 +0200 2012:
 Am 11.05.2012 20:03, schrieb Michal Suchanek:
  Package: libgl1-fglrx-glx
  Version: 1:12-4-1
  Severity: important
  
  Hello,
  
  for some reason direct rendering does not work with the 32bit
  libgl1-fglrx-glx.
  
  I have no mesa installed and the lib with which glxinfo-i386 is linked
  contains some notice it should be run on 64bit Windows XP so I guess
  it's the one from ATI.
 
 This is wrong, as previously noticed do not frickel around the
 dependencies and alternatives

Nothing uses fglrx unless I *do* frickel with dependenies - that is make
fglrx a libgl1 provider and remove mesa.

 
   $ glxinfo-i386 | grep '^[^ ]' |
  head -n 15
  name of display: :0
  display: :0  screen: 0
  direct rendering: No (If you want to find out why, try setting
  LIBGL_DEBUG=verbose)
 
 What is the full output with verbose on?
 

LIBGL_DEBUG=verbose makes, of course, no difference because it's a Mesa
parameter and this is not mesa. But I guess I could install the 32bit
fglrx again and get full output.

Thanks

Michal



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673618: prettytable: Please consider converting to dh_python2

2012-05-20 Thread Dave Walker (Daviey)
Package: prettytable
Version: 0.6-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Hi,

python-support is mostly deprecated in favour of dh_python2.  Please consider 
converting to it, patch attached.

  * Convert to dh_python2:
- debian/control: Removed python-support from Build-Depends-Indep.
- debian/rules: Added --with python2 to complete transition. 


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-24-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru prettytable-0.6/debian/control prettytable-0.6/debian/control
--- prettytable-0.6/debian/control	2012-05-01 10:56:23.0 +0100
+++ prettytable-0.6/debian/control	2012-05-20 10:39:39.0 +0100
@@ -4,7 +4,6 @@
 Maintainer: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org
 Uploaders: Sandro Tosi mo...@debian.org
 Build-Depends: debhelper (= 7.0.50~), python-all (= 2.6.6-3~), python3-all (= 3.1.3-3), python-setuptools, python3-setuptools
-Build-Depends-Indep: python-support (= 1.0.0)
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/prettytable/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/prettytable/trunk/
diff -Nru prettytable-0.6/debian/rules prettytable-0.6/debian/rules
--- prettytable-0.6/debian/rules	2012-05-06 09:58:36.0 +0100
+++ prettytable-0.6/debian/rules	2012-05-20 10:37:56.0 +0100
@@ -6,7 +6,7 @@
 PY3VERS := $(shell py3versions -s)
 
 %:
-	dh $@ --with python3
+	dh $@ --with python2,python3
 
 override_dh_auto_install:
 	set -e ; \


Bug#672061: [anacron] Daily cronjobs in crontabs of users aren't ran by anacron.

2012-05-20 Thread Peter Eisentraut
On tis, 2012-05-08 at 19:36 +0300, Mika Suomalainen wrote:
  You could probably set it up to that anacron is launched from you 
  personal crontab, just like it is launched from the main
  /etc/crontab, but it won't happen automatically, and I don't think
  it is claimed anywhere that it does.

 How would I do that what you suggested?

I haven't found the time to try it out, but I imagine you could
replicate the system setup in /etc/crontab and /etc/anacrontab in your
local cronjob.  That is, have your personal crontab call anacron, using
some of the options to use private state files and such, and have
anacron in turn look back into your crontab to find the jobs to run.
It's not trivial, but it could work.





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673619: RFA: zeromq

2012-05-20 Thread Martin Lucina
Package: wnpp
Severity: normal

Given that my interest is primarily focused on the Crossroads I/O fork of
ZeroMQ (already packaged in Debian as libxs), I have a conflict of interest in
maintaining the zeromq package.

In the interim I will continue to package new stable (2.x) versions, but that
is all.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562527: Debian #562527 -- paprefs: interface confusing, please redesign

2012-05-20 Thread Martin-Éric Racine
Greetings,

You previously submitted this bug against package 'paprefs' in Debian.

Since Debian is merely packaging the upstream software, asking for such
a complete redesign here is unlikely to result in the improvements that
you seek. Instead, filing a bug at ( https://bugs.freedesktop.org )for
product PulseAudio might produce better results.

Best Regards,
Martin-Éric




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673620: dict-wn: Please don't depend on dict-server instead of recommend, lookup-el package can handle directly

2012-05-20 Thread Ryo IGARASHI
Package: dict-wn
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear Maintainer,

Currently, dict-wn package depends on dictd | dict-server.
However, lookup-el package can directly handle *.dz files (without dictd 
server).

As long as at least 1 package can use this package without dict-server,
could you weaken the dependency of dict-server to Recommends ?

I attach a trivial patch to debian/control.

Best regards,
- -- 
Ryo IGARASHI, Ph.D.
rigar...@gmail.com

- -- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/3 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPuL+QAAoJEOx5ooBqGSMZmj4P/0f8KYeiB11wguzNVlsGo23/
Lt3aBKjFAG0PVC3qVGT2MMOpNOktUBmf+6Ok/MH/Po7Sy74nYPmlmF41jjA+wQlY
AUUuUK1nbKln82KI45VRnZ0a+k80ey7EYi30ZomWeyTAIt+V9Lw5mVS6WnCELAO3
gBGCCf9SWEPdXxmt6q+6lXEffIYkxrbh57W6PJj4J9g07K1T8EnM7tXo58smKP7h
CTYS7637cJOFmNpp4NJfXYNy7DrN9elhIvXl4qChANqpi+Lxik2mHWV6XXAaWRFv
8PuxI3qFtOTb2dHhdVPTO/1Z6GSjiyYC5qHn1jjxCZwzi8tYvGz+eC4l9znKtyB/
1rlYK1zhPfIyPGM5BPnyHwnAUfCp/c5Gy8zfaLKX7bIfi9VHISTfYQ3amkjzI+Rl
ZnEOmqgkLw0o/bPDXNlr+BUnnaeMi87xS3t4FuDJ2Z6RUeVhaWBYybmXgv6v5j/N
m5nOSoaGllGMCq7EYQYRyj6HP9byECyVxJu8+4XBVQfDMNFLeUk4pc2DhSLLRCbH
Jl/AmAgBAKtmS07Ac3/mz8/FQzTyKdGrrj8hdTsmexE/4h0HGdjGB+jrp2vYx3O/
ITsxhtBeaCo1PdpjVN3A/5u/28PQIQwaNczlI3K4NSAYOjbJlYMWfr1AwBdnrOpT
QKSOx8iO1pmaPOIMMSpU
=UV9g
-END PGP SIGNATURE-
--- debian/control.old	2012-05-20 18:46:58.0 +0900
+++ debian/control	2012-05-20 18:47:38.0 +0900
@@ -135,7 +135,8 @@
 
 Package: dict-wn
 Architecture: all
-Depends: ${misc:Depends}, dictd | dict-server
+Depends: ${misc:Depends}
+Recommends: dictd | dict-server
 Provides: dictd-dictionary
 Suggests: dict-gcide
 Description: electronic lexical database of English language for dict


Bug#673621: RFA: gitmagic -- guide about Git version control system

2012-05-20 Thread Francois Marier
Package: wnpp
Severity: normal

I request an adopter for the gitmagic package.

It's a fairly mature package which doesn't change very often anymore.

One thing that a future maintainer might want to improve is to add
the translations that upstream has made available.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673521: Wheezy: aptitude update fails

2012-05-20 Thread Daniel Hartwig
On 20 May 2012 17:23, T Elcor tel...@yahoo.com wrote:
 I usually use only aptitude. Apt was used only for the purpose of
 identifying the problem. It's my understanding that other people
 are having this (or similar looking) problem as well.


The apt-get output you provided was using a different server.  What is
the output of 'apt-get update' using the original configuration:

 # cat /etc/apt/sources.list
 deb http://ftp.us.debian.org/debian/ wheezy main
 deb http://ftp.us.debian.org/debian/ wheezy non-free
 deb http://security.debian.org/ wheezy/updates main



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673622: givaro: causes FTBFS for linbox with GCC 4.7

2012-05-20 Thread Matej Vela
Package: libgivaro-dev
Version: 3.2.13-1.2
Severity: serious
Tags: upstream

givaro's includes are causing errors for linbox when building with GCC 4.7
(Bug#667264) -- patch attached:

[...]
../../linbox/field/givaro-gfq.h:137:25:   required from here
/usr/include/givaro/givpoly1proot.inl:289:15: error: 'degree' was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/givaro/givpoly1proot.inl:289:15: note: declarations in dependent 
base 'Poly1DomGFqDomint, Dense' are not found by unqualified lookup
/usr/include/givaro/givpoly1proot.inl:289:15: note: use 'this-degree' instead
[...]
../../linbox/ring/givaro-polynomial.h:164:68:   required from here
/usr/include/givaro/givpoly1factor.inl:168:16: error: 'degree' was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/givaro/givpoly1factor.inl:168:16: note: declarations in dependent 
base 'Poly1DomLinBox::Modulardouble, Dense' are not found by unqualified 
lookup
/usr/include/givaro/givpoly1factor.inl:168:16: note: use 'this-degree' instead
[...]
../../linbox/field/givaro-gfq.h:100:75:   required from here
/usr/include/givaro/givintnumtheo.inl:405:5: error: 'isleq' was not declared in 
this scope, and no declarations were found by argument-dependent lookup at the 
point of instantiation [-fpermissive]
/usr/include/givaro/givintnumtheo.inl:405:5: note: declarations in dependent 
base 'IntegerDom' are not found by unqualified lookup
/usr/include/givaro/givintnumtheo.inl:405:5: note: use 'this-isleq' instead
[...]

Thanks,

Matej
--- givaro-3.2.13~/src/kernel/integer/givintnumtheo.inl
+++ givaro-3.2.13/src/kernel/integer/givintnumtheo.inl
@@ -17,8 +17,8 @@
 // === //
 templateclass RandIter
 typename IntNumTheoDomRandIter::Rep IntNumTheoDomRandIter::phi(Rep res, 
const Rep n) const {
-if (isleq(n,1)) return res=n;
-if (isleq(n,3)) return sub(res,n,this-one);
+if (this-isleq(n,1)) return res=n;
+if (this-isleq(n,3)) return this-sub(res,n,this-one);
 std::listRep Lf;
 Father_t::set(Lf,n);
 //return phi (res,Lf,n);
@@ -29,11 +29,11 @@
 templateclass RandIter
 template templateclass, class class Container, templateclass class Alloc
  typename IntNumTheoDomRandIter::Rep IntNumTheoDomRandIter::phi(Rep res, 
const ContainerRep, AllocRep  Lf, const Rep n) const {
-if (isleq(n,1)) return res=n;
-if (isleq(n,3)) return sub(res,n,this-one);
+if (this-isleq(n,1)) return res=n;
+if (this-isleq(n,3)) return this-sub(res,n,this-one);
 res = n; Rep t,m;
 for(typename ContainerRep, AllocRep ::const_iterator f=Lf.begin(); 
f!=Lf.end(); ++f) 
-mul(res, divexact(t,res,*f), sub(m, *f, this-one));
+this-mul(res, this-divexact(t,res,*f), this-sub(m, *f, this-one));
 return res;
 }
 
@@ -402,8 +402,8 @@
 typename IntNumTheoDomRandIter::Rep 
IntNumTheoDomRandIter::lowest_prim_root(Rep A, const Rep n) const {
 // n must be in {2,4,p^m,2p^m} where p is an odd prime
 // else returns zero
-if (isleq(n,4)) return sub(A,n,this-one);
-if (isZero(mod(A,n,4))) return A=this-zero;
+if (this-isleq(n,4)) return this-sub(A,n,this-one);
+if (isZero(this-mod(A,n,4))) return A=this-zero;
 Rep phin, tmp; 
 phi(phin,n);
 std::listRep Lf;
@@ -412,15 +412,15 @@
 for(f=Lf.begin();f!=Lf.end();++f)
 this-div(*f,phin,*f);
 int found=0;
-for(A = 2;(isleq(A,n)  (! found));addin(A,1)) {
+for(A = 2;(this-isleq(A,n)  (! found));this-addin(A,1)) {
 if (isOne(gcd(tmp,A,n))) {
 found = 1;
 for(f=Lf.begin();(f!=Lf.end()  found);f++)
 found = (! isOne( this-powmod(tmp,A,*f,n)) );
 }
 }
-if (isleq(A,n))
-return subin(A,1);
+if (this-isleq(A,n))
+return this-subin(A,1);
 else
 return A=this-zero; 
 }
--- givaro-3.2.13~/src/library/poly1/givpoly1factor.inl
+++ givaro-3.2.13/src/library/poly1/givpoly1factor.inl
@@ -24,7 +24,7 @@
 , Residu_t MOD) const {
typename Domain::Element one;
_domain.init(one, 1UL);
-Degree dG;degree(dG,G);
+Degree dG;this-degree(dG,G);
 if (dG == d)
 L.push_back(G);
 else {
@@ -32,7 +32,7 @@
 while (! splitted) {
 Rep tmp, G1;
 this-gcd(G1, G, this-random(_g, tmp, dG-1));
-Degree dG1; degree(dG1,G1);
+Degree dG1; this-degree(dG1,G1);
 // write(std::cerr  SF rd: , tmp)  std::endl;
 // write(std::cerr  SF G1: , G1)  std::endl;
 if ( dG1 != dG) {
@@ -44,8 +44,8 @@
 Integer pp = (power(Integer(MOD), d.value()) - 1)/2;
 // std::cerr  pp:   pp  std::endl;
 Rep tp, tp2, G2;
-this-gcd(G2,G, sub(tp2, this-powmod(tp, tmp, pp, G) , one) );
-Degree dG2; 

Bug#673521: Wheezy: aptitude update fails

2012-05-20 Thread T Elcor
--- On Sun, 5/20/12, Daniel Hartwig mand...@gmail.com wrote:

 The apt-get output you provided was using a different
 server.  What is
 the output of 'apt-get update' using the original
 configuration:

  # cat /etc/apt/sources.list
  deb http://ftp.us.debian.org/debian/ wheezy
 main
  deb http://ftp.us.debian.org/debian/ wheezy
 non-free
  deb http://security.debian.org/ wheezy/updates main

# apt-get clean
# apt-get update
Hit http://security.debian.org wheezy/updates InRelease
Hit http://ftp.us.debian.org wheezy InRelease
Ign http://security.debian.org wheezy/updates/main TranslationIndex
Err http://security.debian.org wheezy/updates/main amd64 Packages
  404  Not Found [IP: 149.20.20.6 80]
Hit http://ftp.us.debian.org wheezy/main amd64 Packages/DiffIndex
Hit http://ftp.us.debian.org wheezy/non-free amd64 Packages/DiffIndex
Get:1 http://ftp.us.debian.org wheezy/main TranslationIndex [2,295 B]
Ign http://security.debian.org wheezy/updates/main Translation-en_US
Ign http://ftp.us.debian.org wheezy/non-free TranslationIndex 
Ign http://security.debian.org wheezy/updates/main Translation-en
Ign http://ftp.us.debian.org wheezy/main Translation-en
Ign http://ftp.us.debian.org wheezy/non-free Translation-en_US
Ign http://ftp.us.debian.org wheezy/non-free Translation-en
Fetched 2,295 B in 1s (1,181 B/s)
W: Failed to fetch 
http://security.debian.org/dists/wheezy/updates/main/binary-amd64/Packages  404 
 Not Found [IP: 149.20.20.6 80]

E: Some index files failed to download. They have been ignored, or old ones 
used instead.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673521: Wheezy: aptitude update fails

2012-05-20 Thread T Elcor
If I remove the security line from sources:

# cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ wheezy main
deb http://ftp.us.debian.org/debian/ wheezy non-free


# apt-get update
Hit http://ftp.us.debian.org wheezy InRelease
Hit http://ftp.us.debian.org wheezy/main amd64 Packages/DiffIndex
Hit http://ftp.us.debian.org wheezy/non-free amd64 Packages/DiffIndex
Hit http://ftp.us.debian.org wheezy/main TranslationIndex
Ign http://ftp.us.debian.org wheezy/non-free TranslationIndex
Ign http://ftp.us.debian.org wheezy/main Translation-en
Ign http://ftp.us.debian.org wheezy/non-free Translation-en_US
Ign http://ftp.us.debian.org wheezy/non-free Translation-en
Reading package lists... Done


# aptitude update
Hit http://ftp.us.debian.org wheezy InRelease
Hit http://ftp.us.debian.org wheezy/main amd64 Packages/DiffIndex
Hit http://ftp.us.debian.org wheezy/non-free amd64 Packages/DiffIndex
Get: 1 http://ftp.us.debian.org wheezy/main Translation-en [3,831 kB]
Get: 2 http://ftp.us.debian.org wheezy/non-free Translation-en [61.5 kB]
Err http://ftp.us.debian.org wheezy/main Translation-en
  404  Not Found [IP: 64.50.236.52 80]
Err http://ftp.us.debian.org wheezy/non-free Translation-en
  404  Not Found [IP: 64.50.236.52 80]
Fetched 3,893 kB in 3s (1,234 kB/s)
W: Failed to fetch 
http://ftp.us.debian.org/debian/dists/wheezy/main/i18n/Translation-en: 404  Not 
Found [IP: 64.50.236.52 80]

W: Failed to fetch 
http://ftp.us.debian.org/debian/dists/wheezy/non-free/i18n/Translation-en: 404  
Not Found [IP: 64.50.236.52 80]

E: Some index files failed to download. They have been ignored, or old ones 
used instead.
E: Couldn't rebuild package cache




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#667264: linbox: ftbfs with GCC-4.7

2012-05-20 Thread Matej Vela
block 667264 by 673622
tag 667264 patch
thanks

Some of the errors are caused by includes from libgivaro-dev (Bug#673622).
Here's a patch for the problems in linbox itself.

Cheers,

Matej
--- linbox-1.1.6~rc0~/debian/patches/gcc-4.7-fixes.patch
+++ linbox-1.1.6~rc0/debian/patches/gcc-4.7-fixes.patch
@@ -0,0 +1,51 @@
+Description: Fix build failure with GCC 4.7
+Bug-Debian: http://bugs.debian.org/667264
+Author: Matej Vela v...@debian.org
+Last-Update: 2012-05-20
+
+--- linbox-1.1.6~rc0~/linbox/algorithms/blackbox-container-symmetric.h
 linbox-1.1.6~rc0/linbox/algorithms/blackbox-container-symmetric.h
+@@ -44,10 +44,10 @@
+   templateclass Vector
+   BlackboxContainerSymmetric (const Blackbox *D, const Field F, const 
Vector u0)
+   : BlackboxContainerBaseField, _Blackbox (D, F)
+-  { init (u0, u0); }
++  { this-init (u0, u0); }
+   BlackboxContainerSymmetric (const Blackbox *D, const Field F, RandIter 
g)
+   : BlackboxContainerBaseField, _Blackbox (D, F)
+-  { init (g); }
++  { this-init (g); }
+ 
+ protected:
+ 
+--- linbox-1.1.6~rc0~/linbox/algorithms/blackbox-container.h
 linbox-1.1.6~rc0/linbox/algorithms/blackbox-container.h
+@@ -34,7 +34,7 @@
+   BlackboxContainer(const Blackbox * D, const Field F, const Vector u0) 
+   : BlackboxContainerBaseField, Blackbox (D, F)
+   {
+-  init (u0, u0); w = this-u;
++  this-init (u0, u0); w = this-u;
+ #ifdef INCLUDE_TIMING
+   _applyTime = _dotTime = 0.0;
+ #endif
+@@ -65,7 +65,7 @@
+   BlackboxContainer(const Blackbox * D, const Field F, RandIter g) 
+   : BlackboxContainerBaseField, Blackbox (D, F)
+   {
+-  init (g); w = this-u;
++  this-init (g); w = this-u;
+ #ifdef INCLUDE_TIMING
+   _applyTime = _dotTime = 0.0;
+ #endif
+--- linbox-1.1.6~rc0~/linbox/matrix/matrix-domain.h
 linbox-1.1.6~rc0/linbox/matrix/matrix-domain.h
+@@ -818,7 +818,7 @@
+   Vector1 mulColSpecialized (Vector1 w, const Matrix A, const Vector2 
v,
+   VectorCategories::DenseVectorTag,
+   VectorCategories::DenseVectorTag) const
+-  { return mulColDense (_VD, w, A, v); } 
++  { return this-mulColDense (_VD, w, A, v); } 
+   template class Vector1, class Matrix, class Vector2
+   Vector1 mulColSpecialized (Vector1 w, const Matrix A, const Vector2 
v,
+   VectorCategories::DenseVectorTag,
--- linbox-1.1.6~rc0~/debian/patches/series
+++ linbox-1.1.6~rc0/debian/patches/series
@@ -999,0 +999,1 @@
+gcc-4.7-fixes.patch


Bug#671688: evernote-mode: evernote-browser fails to execute with SSL_connect error

2012-05-20 Thread Youhei SASAKI
Hi,

At Wed, 16 May 2012 22:46:14 +0400,
Evgeny Kurbatov evgenykurba...@yandex.ru wrote:
 
 Package: evernote-mode
 Version: 0.41-2
 Followup-For: Bug #671688
 
 Catch the same bug in Wheezy i386

Sorry for late response, I'll fix it ASAP.

Best Wishes,
---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673624: ITP: haskell-ixset -- Haskell implementation of queryable sets

2012-05-20 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org
X-Debbugs-CC: debian-hask...@lists.debian.org

   Package name: haskell-ixset
Version: 1.0.3
Upstream Author: Happstack team
URL: http://hackage.haskell.org/package/ixset
License: BSD
Description: Haskell implementation of queryable sets
 IxSet is a Haskell efficient implementation of queryable sets: it
 makes you able to define complex data types and index them on some of
 theirs fields. Then you can efficiently query the IxSet to find the
 records that satisfy some condition.

Rationale: it obsoletes the package happstack-ixset.

Thanks, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org











signature.asc
Description: OpenPGP digital signature


Bug#638682: Higher severity

2012-05-20 Thread Joerg Jaspert
severity 638682 important
thanks

Hi,

at some point in the future we want to change to only use the new
InRelease file. Which debootstrap currently does not support.

This is not RC, so i set it to important only, but if we can have
debootstrap additionally deal with InRelease short after wheezy, it
would be nice.

-- 
bye, Joerg
Lisa, you’re a Buddhist, so you believe in reincarnation. Eventually,
Snowball will be reborn as a higher life form… like a snowman.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673375: [DRE-maint] Bug#673375: tdiary-plugin: gfm_style requires redcarpet

2012-05-20 Thread Youhei SASAKI
Dear maintainer,

At Fri, 18 May 2012 16:24:44 +0900,
Hideki Yamane henr...@debian.org wrote:
 Dear tdiary package Maintainer,
 
  New tdiary-plugin package has gfm_style.rb which requires redcarpet.
  Without renaming /usr/share/tdiary/tdiary/style/gfm_style.rb file,
  upgrading from previous version causes Internal Server Error as below.

I already submitted RFS about ruby-redcarpet(and rake-compiler for dependency)

  - ruby-redcarpet (ITP #672508)
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-redcarpet.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-redcarpet.git

  - rake-compiler, which is required ruby-redcarpet (ITP #672499)
Vcs-Git: git://git.debian.org/pkg-ruby-extras/rake-compiler.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/rake-compiler.git

Could you please check and sponsor them in order to resolve this bug? 
---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673625: cdebootstrap: Does not support InRelease files

2012-05-20 Thread Joerg Jaspert
Package: cdebootstrap
Version: 0.5.8
Severity: important

Dear Maintainer,

cdebootstrap currently does not support the use of InRelease files,
instead of the old Release/Release.gpg combination.

Please enable the InRelease files, as we want to drop the old way from
the main archive, short after wheezy.

Thanks.

-- 
bye, Joerg
holger Ganneff: Im confident in your ability to create flamewars.


pgpXLYFaRHGwJ.pgp
Description: PGP signature


Bug#673626: htop: STARTTIME inaccurate after remounting(?) /proc (can't be earlier than mount time)

2012-05-20 Thread shawn
Package: htop
Version: 1.0.1-1em1
Severity: normal
Tags: upstream

The starttime column can show inaccurate times if you remount your /proc, as
recently happened in my system. (well, I'm not sure this is what it is, but 
after
reading the source, this seems the most likely cause-I am using systemd if that 
means anything)
This is because the information is based of stat()ing the /proc/$PID 
directories.

Reading into the source, I am wondering what it has to do all these stat() and 
time() calls
for every process, even if the start column is not active in the main display,
especially when there is a starttime field in /proc/$PID/stat documented in 
man 5 proc.
(which we are already accessing and parsing)

I started working on a patch, but as the starttime given in /proc/$PID/stat is 
relative
to boot time, I am not sure how else than via /proc/uptime to access it, which 
UptimeMeter.c
does. It would make sense to cache this lookup, to use the /proc/$PID/stat 
source of
starttime's on processes.

As a side node: why are 
process-utime, process-stime, process-cutime, process-cstime, 
%llu, instead of %ld as documented in man 5 proc? Does the code use negative 
numbers on these
for some purpose, or can some memory be saved here?

-Shawn
-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable-grip
  APT policy: (200, 'unstable-grip'), (101, 'unstable'), (100, 'experimental')
Architecture: armel (armv5tel)

Kernel: Linux 3.4.0-rc1-tomoyo-1-g69b407e (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages htop depends on:
ii  libc6 2.13-32em1
ii  libgcc1   1:4.7.0-8em1
ii  libncursesw5  5.9-7em1
ii  libtinfo5 5.9-7em1

htop recommends no packages.

htop suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673627: [INTL:es] auctex po-debconf Spanish translation update

2012-05-20 Thread Omar Campagne

Package: auctex
Version: 11.86-10
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish debconf translation for auctex package.

Best regards,

Omar
# auctex po-debconf translation to Spanish
# Copyright (C) 2002, 03, 04, 05, 06, 07, 12 Davide G. M. Salvetti
# This file is distributed under the same license as the auctex package
#
# Changes:
#   - Initial translation
#   Davide G. M. Salvetti
#
#   - Updates
#	Gorka Olaizola go...@escomposlinux.org, 2002
#	Steve Lord Flaubert stonescen...@gmail.com, 2007
#	Omar Campagne ocampa...@gmail.com, 2012.

# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: auctex 11.86-10\n
Report-Msgid-Bugs-To: auc...@packages.debian.org\n
POT-Creation-Date: 2012-01-02 02:04+0100\n
PO-Revision-Date: 2012-05-20 12:31+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.1\n

#. Type: select
#. Choices
#: ../auctex.templates:1001
msgid Background
msgstr Segundo plano

#. Type: select
#. Choices
#: ../auctex.templates:1001
msgid Foreground
msgstr Primer plano

#. Type: select
#. Choices
#: ../auctex.templates:1001
msgid None
msgstr Ninguno

#. Type: select
#. Description
#: ../auctex.templates:1002
msgid (La)TeX macros parsing mode:
msgstr Modo de interpretación de las macros (La)TeX:

#. Type: select
#. Description
#: ../auctex.templates:1002
msgid 
To improve the performance of AUCTeX, every currently installed TeX macro 
package and LaTeX style file will be parsed.
msgstr 
Para mejorar el rendimiento de AUCTeX se analizará cada paquete de macros 
TeX y cada fichero de estilos LaTeX instalado en su sistema.

#. Type: select
#. Description
#. Translators: do NOT translate ${LOGFILE}
#: ../auctex.templates:1002
msgid 
This may take a lot of time, so it should probably be done in the 
background.  You may also choose to have it done in the foreground, or to 
skip that step.
msgstr 
Este paso puede tardar mucho tiempo, por lo que probablemente debería 
realizarse en segundo plano. También puede elegir hacerlo en primer plano u 
omitirlo por completo.

#. Type: select
#. Description
#: ../auctex.templates:1002
msgid 
The cached data gets automatically updated via dpkg triggers, so that no 
specific action is required whenever you install new (La)TeX packages or 
remove old ones.
msgstr 
Los datos almacenados se actualizan de forma automática mediante 
disparadores («triggers») de dpkg, por lo que no es necesario realizar 
ninguna labor específica cuando instale nuevos paquetes de (La)TeX o 
desinstale los antiguos.

#. Type: select
#. Description
#: ../auctex.templates:1002
msgid 
This update can be run manually at any moment by running 'update-auctex-
elisp'.
msgstr 
Puede ejecutar manualmente esta actualización mediante la orden «update-
auctex-elisp».

#~ msgid Console
#~ msgstr Consola

#~ msgid File
#~ msgstr Fichero

#~ msgid Parsing output destination:
#~ msgstr Destino de la salida del análisis:

#~ msgid 
#~ You chose to parse TeX macro packages and LaTeX style files in 
#~ foreground. This operation generates a lot of information. Please choose 
#~ where this information should be sent:
#~ msgstr 
#~ Ha elegido analizar los paquetes de macros TeX y ficheros de estilos 
#~ LaTeX en primer plano. Esta operación genera una gran cantidad de 
#~ información. Por favor elija a dónde quiere enviar dicha información:

#~ msgid 
#~   Console: output goes to the current console;\n
#~   File:output goes to ${LOGFILE}.
#~ msgstr 
#~   Consola: la salida aparece en la consola actual;\n
#~   Fichero: la salida va a ${LOGFILE}.


Bug#673628: [INTL:es] po-debconf Spanish update for gitalist

2012-05-20 Thread Omar Campagne

Package: gitalist
Version:  0.003006+dfsg-2
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish debconf translation for gitalist package.

Best regards,

Omar
# gitalist po-debconf translation to Spanish
# Copyright (C) 2011 - 2012 Software in the Public Interest
# This file is distributed under the same license as the gitalist package.
#
# Changes:
#   - Initial translation
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2011
#
#   - Updates
#   Omar Campagne ocampa...@gmail.com, 2012
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: gitalist 0.003006+dfsg-2\n
Report-Msgid-Bugs-To: gital...@packages.debian.org\n
POT-Creation-Date: 2011-10-08 14:21+0200\n
PO-Revision-Date: 2012-05-09 18:03+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.1\n

#. Type: string
#. Description
#: ../gitalist-common.templates:2001
msgid Path to Git repositories:
msgstr Ruta a los repositorios de Git:

#. Type: string
#. Description
#: ../gitalist-common.templates:2001
msgid 
Please specify the path from which Gitalist should serve Git repositories.
msgstr 
Indique la ruta desde la que Gitalist debería servir los repositorios de 
Git.

#. Type: string
#. Description
#: ../gitalist-common.templates:2001
msgid These should be \bare\ repositories.
msgstr Éstos deberían ser repositorios «bare».

#. Type: boolean
#. Description
#: ../gitalist-common.templates:3001
msgid Enable Gravatar support?
msgstr ¿Desea activar el uso de Gravatar?

#. Type: boolean
#. Description
#: ../gitalist-common.templates:3001
msgid 
Gravatar is a web service associating user email addresses with \avatars\. 
It is independent of the Gitalist upstream authors. The pages generated by 
Gitalist can show these \avatars\ for users who have registered with 
Gravatar.
msgstr 
Gravatar es un servicio web que asocia a las direcciones de correo 
electrónico de los usuarios unos «avatares». No tiene nada que ver con los 
autores de Gitalist. Las páginas que genera Gitalist pueden mostrar estos 
«avatares» para los usuarios que estén registrados en Gravatar.

#. Type: boolean
#. Description
#: ../gitalist-common.templates:3001
msgid 
Gravatar support in Gitalist is disabled by default because it can leak 
information about repositories, directories, and files via browser referrals 
to the Gravatar service.
msgstr 
El uso de Gravatar en Gitalist está desactivado de forma predeterminada, 
porque puede filtrar información sobre los repositorios, directorios y 
archivos mediante las referencias del navegador al servicio de Gravatar.

#. Type: select
#. Description
#: ../gitalist-common.templates:4001
msgid File that contains a whitelist of repositories to be displayed:
msgstr Archivo que contiene una lista blanca de repositorios que mostrar:

#. Type: select
#. Description
#: ../gitalist-common.templates:4001
msgid 
If you use an SSH gatekeeper to maintain your git repositories on the 
server, such as Gitolite, you can specify the whitelist file that defines 
what repositories get presented in the webfrontend.
msgstr 
Si utiliza un controlador de acceso SSH para sus repositorios git en el 
servidor, como Gitolite, puede definir un archivo de lista blanca que define 
los repositorios que se muestran en la interfaz web.

#. Type: select
#. Description
#: ../gitalist-common.templates:4001
msgid 
The default whitelist for Gitolite is the projects.list file in the parent 
directory of the directory where the git repositories are stored.
msgstr 
La lista blanca predeterminada de Gitolite es el archivo «project.list», en 
el directorio superior del que contiene los repositorios git.

#. Type: string
#. Description
#: ../gitalist-common.templates:5001
msgid Path to file that contains a whitelist of repositories:
msgstr Ruta al fichero que contiene una lista blanca de repositorios:

#. Type: string
#. Description
#: ../gitalist-common.templates:5001
msgid 
Please specify the path to the whiteliste file. This file contains an list 
of repositories that will be served by 

Bug#668654: transition: libmemcached

2012-05-20 Thread Cyril Brulebois
tag 668654 pending
thanks

Michael Fladischer fladischermich...@fladi.at (13/04/2012):
 Dear release team,
 
 with libmemcached-1.0.6-1 there are two SONAME bumps:
 libmemcached9 - libmemcached10
 libhashkit1 - libhashkit2
 
 This will require a binNMU for the following packages. All ofi them were able
 to build successfully from source.
 
 gearman-job-server
 libapache2-mod-shib2
 php5-memcached
 postgresql-9.1-pgmemcache
 python-pylibmc
 
 This is how I assume the 'ben' file should look like:
 
 Affected: .build-depends ~ /libmemcached-dev|libhashkit-dev/
 Good: .depends ~ /libmemcached10|libhashkit2/
 Bad: .depends ~ /libmemcached9|libhashkit1/
 
 Please schedule binNMUs for the above mentioned packages on all
 architectures.

Sorry, Michael! This went totally under the radar.

Niels added a tracker for it lately:
  http://release.debian.org/transitions/html/libmemcached.html

I've just scheduled the binNMUs.

Sorry for the lag…

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#669348:

2012-05-20 Thread Cyril Brulebois
Mathieu Malaterre ma...@debian.org (03/05/2012):
 Just for clarification, openjpeg 1.5.0-2 from experimental is in good
 shape for transition to sid.  blender has been fixed to compile with
 openjpeg 1.5.0

This is good to know. We're having a gdal transition right now, so
please wait a bit more to see how it goes, as gdal is also in the
openjpeg transition.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#673612: Keyboard shortcuts no longer work with gnome-shell 3.4

2012-05-20 Thread Michael Biebl
Hi,

On 20.05.2012 09:00, Josh Triplett wrote:

 After upgrading to gnome-shell 3.4 from experimental, my custom keyboard
 shortcuts no longer work.  In System Settings - Keyboard - Shortcuts,
 I have shortcuts set for Launch Terminal (Mod4+N), Toggle
 maximization (Mod4+M), and Toggle fullscreen mode (Mod4+F), but none
 of them work since I upgraded to 3.4.

Could you try upgrading gnome-settings-daemon and gnome-control-center
to 3.4, too.

Keyboard shortcuts have been switched from gconf to gsettings.
- Were existing shortcuts not migrated?
- Do keyboard shortcuts not work at all?
- Can you (re)create your shortcuts?


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#665980: RFS: evilvte/0.5.1-1 [updated package]

2012-05-20 Thread Sven Hoexter
On Sun, May 20, 2012 at 01:55:25PM +0800, Wen-Yen Chuang wrote:

Hi,

 I fixed the hardened build flags which lintian did not check when I
 uploaded last deb-src.
 
 Hope this version could be uploaded before frozen of wheezy.

Uploaded but I've lost track of the current sponsoring
procedures about closing/taging the bugs. Couldn't find
a documentation ad-hoc but I didn't search that hard. ;)

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673588: Elantech touchpad detected as PS2 mouse

2012-05-20 Thread Jonathan Nieder
found 673588 linux-2.6/3.2.9-1
quit

Nicola Alessi wrote:

  I read from my apt/history.log that the first
 kernel version I used was 3.2.9-1, and the problem was there, never
 disappearing on upgrades. Maybe it's a regression from older versions,
 but I can't tell you.

No problem.

 I can try the upstream version (I suppose it's better if I build it the
 debian way as indicated in the debian kernel handbook) and report here.

Ok.  Some quick tips to save time:

. scripts/config --disable DEBUG_INFO makes the intermediate build
  products smaller

. make localmodconfig decreases the scope of the build, making it faster
  and smaller (it disables building modules that aren't loaded, since
  they presumably mostly are for hardware you do not have or do not use)

So the instructions are:

 1. extract a tarball, or clone from your favorite git tree
 2. cp /boot/config-$(uname -r) .config
 3. scripts/config --disable DEBUG_INFO
 4. make localmodconfig
 5. make deb-pkg (with -jnum for parallel build if wanted)

Thanks for your work.
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604518: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Mon, Nov 22, 2010 at 04:36:34PM +0100, Eckhart Wörner wrote:
 Source: lprof
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html
 

Hello maintainer(s),

One year and a half later, it is about time to remove Qt3.
Please, migrate to the Qt4 version (if existing) or file for removal of your
package.

Thanks,
Ana




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#672117: transition: libextractor

2012-05-20 Thread Cyril Brulebois
tag 672117 pending
thanks

Bertrand Marc beberk...@gmail.com (17/05/2012):
 Despite the wontfix tag on the RFS, libextractor got uploaded to
 unstable with gnunet...

Tracker is at:
  http://release.debian.org/transitions/html/libextractor.html

BinNMUs will follow shortly.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#604596: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Tue, Nov 23, 2010 at 12:52:26AM +0100, Eckhart Wörner wrote:
 Source: mysql-navigator
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html
 

Hello maintainer(s),

One year and a half later, it is about time to remove Qt3.
Please, migrate to the Qt4 version (if existing) or file for removal of your
package.

Thanks,
Ana



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673631: [INTL:es] Spanish translation update for debianutils manpages

2012-05-20 Thread Omar Campagne

Package: debianutils
Version: 4.3
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish update for debianutils' manpages.

Regards,
Omar
# debianutils manpages translation to Spanish
# Copyright (C) 2011 - 2012 Software in the Public Interest
# This file is distributed under the same license as the debianutils package.
#
# Changes:
#   - Initial translation
#   Omar Campagne ocampa...@gmail.com, 2011, 2012
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: debianutils 4.3\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2011-05-30 10:55-0300\n
PO-Revision-Date: 2012-05-10 18:33+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.1\n
X-Project-Style: default\n

#. type: TH
#: ../add-shell.8:1
#, no-wrap
msgid ADD-SHELL
msgstr ADD-SHELL

#. type: TH
#: ../add-shell.8:1
#, no-wrap
msgid 12 May 2011
msgstr 12 de mayo de 2011

#. type: SH
#: ../add-shell.8:2 ../installkernel.8:2 ../ischroot.1:3 ../remove-shell.8:2
#: ../run-parts.8:9 ../savelog.8:3 ../tempfile.1:3 ../which.1:3
#, no-wrap
msgid NAME
msgstr NOMBRE

#. type: Plain text
#: ../add-shell.8:4
msgid add-shell - add shells to the list of valid login shells
msgstr add-shell - Añade consolas a la lista de consolas de sesión admitidas

#. type: SH
#: ../add-shell.8:4 ../installkernel.8:4 ../ischroot.1:5 ../remove-shell.8:4
#: ../run-parts.8:11 ../savelog.8:5 ../tempfile.1:5 ../which.1:5
#, no-wrap
msgid SYNOPSIS
msgstr SINOPSIS

#. type: Plain text
#: ../add-shell.8:8
msgid Badd-shell Ishellname [Ishellname...]
msgstr Badd-shell Inombre-consola [Inombre-consola...]

#. type: SH
#: ../add-shell.8:8 ../installkernel.8:6 ../ischroot.1:8 ../remove-shell.8:8
#: ../run-parts.8:20 ../savelog.8:9 ../tempfile.1:9 ../which.1:7
#, no-wrap
msgid DESCRIPTION
msgstr DESCRIPCIÓN

#. type: Plain text
#: ../add-shell.8:13
msgid 
Badd-shell copies I/etc/shells to I/etc/shells.tmp, adds the given 
shells to this file if they are not already present, and copies this 
temporary file back to I/etc/shells.
msgstr 
Badd-shell copia I/etc/shells a I/etc/shells.tmp, añade las consolas a 
este fichero si no están presentes, y copia este fichero temporal  a 
I/etc/shells.

#. type: Plain text
#: ../add-shell.8:15
msgid The shells must be provided by their full pathnames.
msgstr Las consolas se deben introducir con sus nombres de ruta completos.

#. type: SH
#: ../add-shell.8:15 ../remove-shell.8:13 ../savelog.8:158 ../tempfile.1:90
#, no-wrap
msgid SEE ALSO
msgstr VÉASE TAMBIÉN

#. type: Plain text
#: ../add-shell.8:16 ../remove-shell.8:14
msgid Bshells(5)
msgstr Bshells(5)

#. type: TH
#: ../installkernel.8:1
#, no-wrap
msgid INSTALLKERNEL
msgstr INSTALLKERNEL

#. type: TH
#: ../installkernel.8:1
#, no-wrap
msgid 7 Jan 2001
msgstr 7 de enero de 2001

#. type: TH
#: ../installkernel.8:1
#, no-wrap
msgid Debian Linux
msgstr Debian Linux

#. type: Plain text
#: ../installkernel.8:4
msgid installkernel - install a new kernel image
msgstr installkernel - Instala una imagen del núcleo nueva

#. type: Plain text
#: ../installkernel.8:6
msgid Binstallkernel Iversion zImage System.map [directory]
msgstr Binstallkernel Iversión zImage System.map [directorio]

#. type: Plain text
#: ../installkernel.8:13
msgid 
Binstallkernel installs a new kernel image onto the system from the Linux 
source tree.  It is called by the Linux kernel makefiles when Bmake 
install is invoked there.
msgstr 
Binstallkernel instala una nueva imagen del núcleo en el sistema, obtenida 
del árbol de fuentes de Linux. Los ficheros «Makefile» del núcleo Linux 
inician el proceso cuando se invoca Bmake install desde el árbol de 
fuentes.

#. type: Plain text
#: ../installkernel.8:22
msgid 
The new kernel is installed into I{directory}/vmlinuz-{version}.  If a 
symbolic link I{directory}/vmlinuz already exists, it is refreshed by 
making a link from I{directory}/vmlinuz to the new kernel, and the 
previously installed kernel is available as I{directory}/vmlinuz.old.
msgstr 
El núcleo nuevo se instala en 

Bug#673632: [INTL:es] Spanish translation for graphite-carbon

2012-05-20 Thread Omar Campagne

Package: graphite-carbon
Version:  0.9.9+debian-1
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish po-debconf update for graphite-carbon

Regards,
Omar
# graphite-carbon po-debconf translation to Spanish
# Copyright (C) 2012 Software in the Public Interest
# This file is distributed under the same license as the graphite-carbon package.
#
# Changes:
#   - Initial translation
#   Omar Campagne, 2012
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: graphite-carbon\n
Report-Msgid-Bugs-To: graphite-car...@packages.debian.org\n
POT-Creation-Date: 2012-05-06 07:36+0200\n
PO-Revision-Date: 2012-05-10 17:51+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.1\n

#. Type: boolean
#. Description
#: ../graphite-carbon.templates:2001
msgid Remove database files when purging graphite-carbon?
msgstr 
¿Desea eliminar los ficheros de la base de datos al purgar graphite-carbon?

#. Type: boolean
#. Description
#: ../graphite-carbon.templates:2001
msgid 
The /var/lib/graphite/whisper directory contains the whisper database files.
msgstr 
El directorio «/var/lib/graphite/whisper» contiene los ficheros de la base 
de datos whisper.

#. Type: boolean
#. Description
#: ../graphite-carbon.templates:2001
msgid 
You may want to keep these database files even if you completely remove 
graphite-carbon, in case you plan to reinstall it later.
msgstr 
Puede que prefiera preservar estos ficheros de la base de datos, incluso si 
elimina graphite-carbon por completo, en caso de que decida reinstalarlo en 
el futuro.


Bug#604501: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Mon, Nov 22, 2010 at 04:15:10PM +0100, Eckhart Wörner wrote:
 Source: phaseshift
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html


Hello maintainer(s),

One year and a half later, it is about time to remove Qt3.
Please, migrate to the Qt4 version (if existing) or file for removal of your
package.

Thanks,
Ana



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604577: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Tue, Nov 23, 2010 at 12:31:42AM +0100, Eckhart Wörner wrote:
 Source: polymer
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html
 

Hello maintainer(s),

One year and a half later, it is about time to remove Qt3.
Please, migrate to the Qt4 version (if existing) or file for removal of your
package.

Thanks,
Ana



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#668611: /usr/sbin/laptop_mode: append to stdout/stderr to avoid truncating logs when redirected

2012-05-20 Thread Ritesh Raj Sarraf
tag 668611 +fixed-upstream
thanks

On Friday 13 April 2012 11:16 PM, Ritesh Raj Sarraf wrote:
 The patch still is correct and I will apply it for the next release.
 Thank you.
Sorry. This one completely slipped my list for the 1.61 release. I have
committed it now and it will be part of the 1.62 release.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.




signature.asc
Description: OpenPGP digital signature


Bug#673626: htop: STARTTIME inaccurate after remounting(?) /proc (can't be earlier than mount time)

2012-05-20 Thread Eugene V. Lyubimkin
Hello,

Thank you for the report.

On 2012-05-20 03:26, shawn wrote:
[...]
 The starttime column can show inaccurate times if you remount your /proc, as
 recently happened in my system. (well, I'm not sure this is what it is, but 
 after
 reading the source, this seems the most likely cause-I am using systemd if 
 that means anything)
 This is because the information is based of stat()ing the /proc/$PID 
 directories.
 
 Reading into the source, I am wondering what it has to do all these stat() 
 and time() calls
 for every process, even if the start column is not active in the main display,
 especially when there is a starttime field in /proc/$PID/stat documented in 
 man 5 proc.
 (which we are already accessing and parsing)
 
 I started working on a patch, but as the starttime given in /proc/$PID/stat 
 is relative
 to boot time, I am not sure how else than via /proc/uptime to access it, 
 which UptimeMeter.c
 does. It would make sense to cache this lookup, to use the /proc/$PID/stat 
 source of
 starttime's on processes.

Would you like me to wait for the your patch before passing the issue to
upstream?

 As a side node: why are 
 process-utime, process-stime, process-cutime, process-cstime, 
 %llu, instead of %ld as documented in man 5 proc? Does the code use negative 
 numbers on these
 for some purpose, or can some memory be saved here?

No idea. But if you want to pursue that too, please report that as a
separate bug report.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604578: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Tue, Nov 23, 2010 at 12:32:13AM +0100, Eckhart Wörner wrote:
 Source: qtdmm
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html


Hello maintainer(s),

One year and a half later, it is about time to remove Qt3.
Please, migrate to the Qt4 version (if existing) or file for removal of your
package.

Thanks,
Ana



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635679: useradd and groupadd fail if /etc/passwd and /etc/group are symlinks

2012-05-20 Thread Nicolas François
tags 635679 wontfix
thanks

Hello,

I will keep the bug open to document the issue, but I don't think it will
receive a fix.

Best Regards,
-- 
Nekral



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673422: git-buildpackage: Document --bpo, --nmu and --qa in git-dch's manpage

2012-05-20 Thread Guido Günther
On Sat, May 19, 2012 at 07:38:06AM +0200, Salvatore Bonaccorso wrote:
 Source: git-buildpackage
 Version: 0.6.0~git20120415
 Followup-For: Bug #673422
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 Hi Guido
 
 One further thing: The help text refers to lenny-backports. But
 depending on dch, the current dch prepares the increment for
 squeeze-backports.
 
 In the other patch I have changed, it to state only 'Increment the
 Debian release number for an upload to backports, and add a backport
 upload changelog comment.'
 
 Is this fine or would you like to have squeeze-backports explicitly
 refered?

I've removed the lenny- since it's misleading and needs to be kept in
sync. Thanks for pointing this out!
Cheers,
 -- Guido

 
 Regards,
 Salvatore
 
 - -- System Information:
 Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/dash
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)
 
 iQIcBAEBCAAGBQJPtzG6AAoJEHidbwV/2GP+AkoQAOPHeHDo/YudhRDM/kv9utGq
 aDfyccJagdP7Mx8Hy/oMX2gruqpQ1HyTIxQgETacMteULaJlikqHZyCBvac90CIf
 plDTXkApko3LJgQeWRzRZmBosZwogs3FBgExVt8WGXpVX3rkF8oZtHS1YpVbCpuo
 Yj2BrNlH/msKa9KA5OykRQmOgLyy4SxartOi1EQ6t+lgraxdjM1EaDAVkaIGrIoL
 j/kFf6BpIGD3hbj09EwBw7WNFGQdweIS+qL8CZrraC5hV3KjWfrdhO8pdNY/TS0R
 aBv23AYEHCOlXkk1Z1OCfqiubrmV4ownZ1QWFMqeIKPnhMKTuzgYsIIWaETernOm
 Itzw+FsNTmsjD3HYZ36ZlZAUYdZVTw9NfnZJWAC8B1vBmumstx4Wa4huJ52gsmb5
 Ux8IfR7OciS2sHzleBNdl5sK5/yOYP3PFmud2h8vCASrFygrQs5p0A5RiprUBA7t
 f96TEGkrPnq2UN/i28N7bOwur+DImXwowyNbhIcSHkwDb+jz5Usu0jy8/GJFY97w
 znuWcCptkgekRNtDh7zHyVArhboelIXrytpyN/f+d5kgbQs4vbAL+gpmGBryKoJm
 iA1+nWK7PEiWXFK53K0QBKJLjmZwraYXpr4r9RSCo5yXRFQle79uNKTCeApl7+Vd
 nB7/JRlDGWNEM0mTv/aU
 =vGQk
 -END PGP SIGNATURE-
 
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671320: [Pkg-fglrx-devel] Bug#671320: fglrx-driver: due to dependencies, uninstallable with current xorg in sid

2012-05-20 Thread Ralf Jung
Hi,

 fglrx 12-5 will work with the new XOrg, but

 Support for your card is also dropped with 12-5, to be exactly with 12-5 
 fglrx will not work with R6xx and R7xx ASICs anymore, so you might 
 switch to the radeon driver, now.
where did you get this from? I read somewhere that AMD plans to drop support 
for these cards soonish, but wasn't aware that this is already going to be the 
case in the next version. Also, out of curiosity I wonder how you know that 
12-5 will support xserver 1.12.

At least now I know which vendor the GPU on my next machine will *not* be 
from...

Kind regards,
Ralf



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673368: [git-buildpackage/experimental] git-dch: Add support for --team switch for Team uploads

2012-05-20 Thread Salvatore Bonaccorso
tag 673368 pending
thanks

Date:   Fri May 18 14:44:37 2012 +0200
Author: Salvatore Bonaccorso car...@debian.org
Commit ID: bb32e945ad8cbf5963f97ad0ca95b275915c7dbe
Commit URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff;h=bb32e945ad8cbf5963f97ad0ca95b275915c7dbe
Patch URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff_plain;h=bb32e945ad8cbf5963f97ad0ca95b275915c7dbe

git-dch: Add support for --team switch for Team uploads

Closes: #673368
Signed-off-by: Guido Günther a...@sigxcpu.org
  



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673422: [git-buildpackage/experimental] Document --bpo, --nmu and --qa in git-dch's manpage

2012-05-20 Thread Salvatore Bonaccorso
tag 673422 pending
thanks

Date:   Fri May 18 17:17:54 2012 +0200
Author: Salvatore Bonaccorso car...@debian.org
Commit ID: 016bf21fb0310c6c8f4b221eacabae4bd0bf7424
Commit URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff;h=016bf21fb0310c6c8f4b221eacabae4bd0bf7424
Patch URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff_plain;h=016bf21fb0310c6c8f4b221eacabae4bd0bf7424

Document --bpo, --nmu and --qa in git-dch's manpage

Closes: #673422
Signed-off-by: Guido Günther a...@sigxcpu.org
  



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673633: openssh-server: Don't expose the OpenSSH version and the fact I'm using Debian

2012-05-20 Thread David Marti
Package: openssh-server
Version: 1:5.9p1-5
Severity: minor

Dear Maintainer,
When using `ssh -v' when connecting to my Debian box, I can see my
SSH and Debian version, without even having a valid login in the
machine. This shouldn't happen.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-4-pve (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openssh-server depends on:
ii  adduser3.113+nmu1
ii  debconf [debconf-2.0]  1.5.43
ii  dpkg   1.16.3
ii  libc6  2.13-32
ii  libcomerr2 1.42.2-2
ii  libgssapi-krb5-2   1.10+dfsg~beta1-2
ii  libkrb5-3  1.10+dfsg~beta1-2
ii  libpam-modules 1.1.3-7.1
ii  libpam-runtime 1.1.3-7.1
ii  libpam0g   1.1.3-7.1
ii  libselinux12.1.9-2
ii  libssl1.0.01.0.1c-1
ii  libwrap0   7.6.q-23
ii  lsb-base   4.1+Debian3
ii  openssh-client 1:5.9p1-5
ii  procps 1:3.3.2-3
ii  zlib1g 1:1.2.7.dfsg-1

Versions of packages openssh-server recommends:
ii  openssh-blacklist0.4.1
ii  openssh-blacklist-extra  none
ii  xauth1:1.0.7-1

Versions of packages openssh-server suggests:
pn  molly-guard   none
pn  monkeysphere  none
pn  rssh  none
pn  ssh-askpass   none
pn  ufw   none

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673634: ITP: libjs-slidy -- slide shows in HTML and XHTML

2012-05-20 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: libjs-slidy
  Version : 0~20120214
  Upstream Author : Dave Raggett d...@w3.org
* URL : http://www.w3.org/Talks/Tools/Slidy2
* License : W3C-Software-20021231
  Programming Lang: JavaScript
  Description : slide shows in HTML and XHTML

 With HTML Slidy you can now create accessible slide shows with ease:
 .
  * Works across browsers and is operated like PowerPoint
* Advance to next slide with mouse click, space bar or swipe left
* Move forward/backward between slides with Cursor Left, Cursor
  Right, Pg Up and Pg Dn keys, or swipe left or right
* Home key for first slide, End key for last slide
* The C key for an automatically generated table of contents, or
  click on contents on the toolbar or swipe up or down
* Function F11 to go full screen and back
* The F key toggles the display of the footer
* The A key toggles display of current vs all slides
  * Try it now to see how to include notes for handouts (this is
explained in the notes following this slide)
* Font sizes automatically adapt to browser window size
  * use S and B keys for manual control (or  and , or the - and +
keys on the number pad
  * Use CSS to set a relative font size on a given slide to make the
content bigger or smaller than on other slides
* Switching off JavaScript reveals all slides



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673635: openssh-server: Don't expose the OpenSSH version and the fact I'm using Debian

2012-05-20 Thread David Martí
Package: openssh-server
Version: 1:5.9p1-5
Severity: minor

When using `ssh -v' when connecting to my Debian box, I can see my
SSH and Debian version, without even having a valid login in the
machine. This shouldn't happen.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673636: linux-container: Debconf network settings could provide more useful defaults

2012-05-20 Thread Philip Hands
Package: linux-container
Version: 1-6
Severity: wishlist

Hi,

The debconf networking questions for linux-container default to
192.168.0.* defaults for all settings, which is fair enough, but once
the IP address has been set to something else these defaults are liable
to simply cause confusion, given that they are bound to be wrong.

As a minimum, I'd suggest clearing the defaults for the rest of the
settings if the IP address selected is not in the 192.168.0.0 network
and/or the subnet mask has been changed (which should probably be the
second question).

It would be even better to calculate reasonable guesses for all the
other questions from the IP address  netmask -- or alternatively
just leave them blank if doing so will provoke ifconfig to do the right
thing.

If leaving them blank is the right thing to do, the prompt should
also encourage this more -- saying something like:

  It is OK to leave this blank, as it will normally be correctly set
  based on your other settings unless you are doing something unusual.

It might even be worth lowering the priority of some of these questions,
perhaps conditionally on the netmask being one of the usual ones.

Cheers, Phil.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-container depends on:
ii  debconf [debconf-2.0]  1.5.43

linux-container recommends no packages.

Versions of packages linux-container suggests:
ii  openssh-server  1:5.9p1-5

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#625796: Hitting the same problem

2012-05-20 Thread Tom Laermans

Hi,

Any chance this will ever get fixed?

Tom



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673368: git-dch: Add support for --team switch for Team uploads

2012-05-20 Thread Guido Günther
On Fri, May 18, 2012 at 01:43:28PM +0200, Salvatore Bonaccorso wrote:
 Hi Guido
 
 On Fri, May 18, 2012 at 09:33:11AM +0200, Guido Günther wrote:
  Hi Salvatore,
  On Fri, May 18, 2012 at 08:37:53AM +0200, Salvatore Bonaccorso wrote:
   Source: git-buildpackage
   Version: 0.6.0~git20120419
   Severity: wishlist
   
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA256
   
   Hi Guido
   
   git-dch already has support for --nmu, --qa and --bpo. Would it be
   possible to add the support for the --team switch too? I tentantively
   attached a patch (but I have not yet tested it works as expected).
  
  Yes, adding --team is fine. Just let me know if the patch works for you as
  expected. An update of the manpage would also be greatly appreciaged.
  Cheers,
   -- Guido
 
 Okay I have updated it with also an entry for the manpage.
 
 It seems to work fine here. One point is, it adds the Team upload to
 the first maintainer, if there are some stanzas, it would be best to
 put that outside, i.e.

This is driven by dch so it might make sense to report it there. I'm
unsure what --team is meant for exactly anyway: bumping the version
and add the team bannder? Is there anything more to it?
Cheers,
 -- Guido

 
 
 cut-cut-cut-cut-cut-cut-
 
  * Team upload
 
  [ A ]
  * foo
 
  [ B ]
  * bar
 
 cut-cut-cut-cut-cut-cut-
 
 Regards,
 Salvatore
 
  p.s.: I noticed that the manpage documentation for --bpo, --nmu and
--qa seems missing too.





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673368: git-dch: Add support for --team switch for Team uploads

2012-05-20 Thread Guido Günther
On Fri, May 18, 2012 at 02:44:37PM +0200, Salvatore Bonaccorso wrote:
 tags 673368 + patch
 thanks
 
 On Fri, May 18, 2012 at 01:43:28PM +0200, Salvatore Bonaccorso wrote:
  Okay I have updated it with also an entry for the manpage.
 
 I forgot to really add it to the mail. So here it is.

Applied. Thanks a lot!
 -- Guido

 
 Regards,
 Salvatore

 From c60256634a716bb031582979b0049e43383793f4 Mon Sep 17 00:00:00 2001
 From: Salvatore Bonaccorso car...@debian.org
 Date: Fri, 18 May 2012 08:23:55 +0200
 Subject: [PATCH] git-dch: Add support for --team switch for Team uploads
 
 ---
  docs/manpages/git-dch.sgml |7 +++
  gbp/scripts/dch.py |6 +-
  2 files changed, 12 insertions(+), 1 deletion(-)
 
 diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
 index 6449ecd..573d6b2 100644
 --- a/docs/manpages/git-dch.sgml
 +++ b/docs/manpages/git-dch.sgml
 @@ -39,6 +39,7 @@
   argoption--bpo/option/arg
   argoption--nmu/option/arg
   argoption--qa/option/arg
 + argoption--team/option/arg
/group
argoption--[no-]full/option/arg
argoption--[no-]meta/option/arg
 @@ -191,6 +192,12 @@
  /listitem
/varlistentry
varlistentry
 +termoption--team/option/term
 +listitem
 +  paraCreate a Team upload changelog entry./para
 +/listitem
 +  /varlistentry
 +  varlistentry
  
 termoption--git-log=/optionreplaceablegit-log-options/replaceable
  /term
  listitem
 diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
 index 14dff29..0a69510 100644
 --- a/gbp/scripts/dch.py
 +++ b/gbp/scripts/dch.py
 @@ -382,6 +382,8 @@ def main(argv):
help=Increment  the  Debian  release  number  for a 
 non-maintainer upload)
  version_group.add_option(--qa, dest=qa, action=store_true, 
 default=False,
help=Increment the Debian release number for a Debian 
 QA Team upload, and add a QA upload changelog comment.)
 +version_group.add_option(--team, dest=team, action=store_true, 
 default=False,
 +  help=Increment the Debian release number for a Debian 
 Team upload, and add a Team upload changelog comment.)
  version_group.add_boolean_config_file_option(option_name=git-author, 
 dest=git_author)
  commit_group.add_boolean_config_file_option(option_name=meta, 
 dest=meta)
  commit_group.add_config_file_option(option_name=meta-closes, 
 dest=meta_closes,
 @@ -448,13 +450,15 @@ def main(argv):
  commits.reverse()
  
  # add a new changelog section if:
 -if options.new_version or options.bpo or options.nmu or options.qa:
 +if options.new_version or options.bpo or options.nmu or options.qa 
 or options.team:
  if options.bpo:
  version_change['increment'] = '--bpo'
  elif  options.nmu:
  version_change['increment'] = '--nmu'
  elif  options.qa:
  version_change['increment'] = '--qa'
 +elif  options.team:
 +version_change['increment'] = '--team'
  else:
  version_change['version'] = options.new_version
  # the user wants to force a new version
 -- 
 1.7.10
 






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673630: apt: segfaults on dist-upgrade

2012-05-20 Thread Jan Christoph Uhde
I have played a bit around and found out that
my bug is a duplicate of #673536

sorry for the noise:(



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#623217: Debian d-i daily build for kfreebsd panics on boot - FIXED?

2012-05-20 Thread Chris Samuel
On Sunday 20 May 2012 04:31:19 Holger Wansing wrote:

 Chris: could you check if the wheezy alpha1 still panics on
 your machine?

Still panics very early I'm afraid with both kernel types (standard 
and FreeBSD 9).  ISO was dated 12-May-2012 03:03 and named:

debian-wheezy-DI-a1-kfreebsd-i386-netinst.iso

Both panic with:

panic: MPTable contains multiple PCI busses but no PCI bus 0
KDB: stack backtrace:
Uptime: 1s
Automatic reboot in 15 seconds - press a key on the console to abort


Prior to that it reports things like:

ACPI Error: A valid RSDP was not found (20101013/tbxfroot-309)
MPTable: OLIVETTI CONDOR

The ACPI message isn't surprising, I'd guess this quad PentiumPro box 
predates that.

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP


signature.asc
Description: This is a digitally signed message part.


Bug#671320: [Pkg-fglrx-devel] Bug#671320: fglrx-driver: due to dependencies, uninstallable with current xorg in sid

2012-05-20 Thread Patrick Matthäi
Am 20.05.2012 12:53, schrieb Ralf Jung:
 Hi,
 
 fglrx 12-5 will work with the new XOrg, but
 
 Support for your card is also dropped with 12-5, to be exactly with 12-5 
 fglrx will not work with R6xx and R7xx ASICs anymore, so you might 
 switch to the radeon driver, now.
 where did you get this from? I read somewhere that AMD plans to drop support 
 for these cards soonish, but wasn't aware that this is already going to be 
 the 
 case in the next version. Also, out of curiosity I wonder how you know that 
 12-5 will support xserver 1.12.
 

I know it ;)

AMD will continue a legacy driver for the older models, but this one
will not support Xserver 1.12, why we have to go with the new driver on
wheezy..


-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



signature.asc
Description: OpenPGP digital signature


Bug#673637: O: tcpflow -- TCP flow recorder

2012-05-20 Thread Romain Francoise
Package: wnpp
Severity: normal

I intend to orphan the tcpflow package.

Note: the upstream author is no longer active, the project was taken
over by a new upstream who rewrote the program in C++:

https://github.com/simsong/tcpflow/

The package description is:
 tcpflow is a program that captures data transmitted as part of TCP
 connections (flows), and stores the data in a way that is convenient
 for protocol analysis or debugging. A program like 'tcpdump' shows a
 summary of packets seen on the wire, but usually doesn't store the
 data that's actually being transmitted. In contrast, tcpflow
 reconstructs the actual data streams and stores each flow in a
 separate file for later analysis.
 .
 tcpflow understands sequence numbers and will correctly reconstruct
 data streams regardless of retransmissions or out-of-order delivery.
 However, it currently does not understand IP fragments; flows
 containing IP fragments will not be recorded properly.
 .
 tcpflow is based on the LBL Packet Capture Library and therefore
 supports the same rich filtering expressions that programs like
 'tcpdump' support. tcpflow can also rebuild flows from data captured
 with 'tcpdump -w'.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#658914: Bug#673502: imvirt: noisy perl errors

2012-05-20 Thread Patrick Matthäi
Sorry, this is fixed now with 0.9.4-2

Am 20.05.2012 10:10, schrieb Thomas Liske:
 Hi,
 
 this is a new bug which is not ARAnyM specific - #658914 is fixed.
 
 On 05/20/2012 01:48 AM, Thorsten Glaser wrote:
 Patrick Matthäi dixit:

 Indeed, but not imvirt just sits there hanging at 0% CPU…

 Could you please provide more information about this?

 Sure, if you tell me how. It’s not like I can “sh -x” it,
 seeing as it’s Perl…

   6368 pts/2S+ 0:02 /usr/bin/perl /usr/bin/imvirt
   6369 pts/2S+ 0:00 sh -c /usr/lib/imvirt/imvirt-report
   6370 pts/2S+ 0:02 /usr/bin/perl /usr/lib/imvirt/imvirt-report
 
 @Patrick: It's a packaging issues. The console interactive script
 imvirt-report has been placed at the helper binary location of imvirt.
 It must not be in /usr/lib/imvirt/.
 
 
 HTH,
 Thomas
 
 bye,
 //mirabilos
 


-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



signature.asc
Description: OpenPGP digital signature


Bug#673572: backupninja: Warning message: mysqldump: Couldn't execute 'show events on 'performance_schema'

2012-05-20 Thread intrigeri
tags 673572 + fixed-upstream
tags 673572 + upstream
thanks

Hi,

Glennie Vignarajah wrote (19 May 2012 19:55:09 GMT) :
 As it appears that it is not possible to backup events from this
 virtual database, the attached patch adds the option '--skip-events'
 when backing up this database in order to correct this warning.

Applied to upstream Git (b050656), thanks!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673630: apt: segfaults on distupgrade

2012-05-20 Thread David Kalnischkies
forcemerge 673536 673630
reassign 673536 libapt-pkg4.12 0.9.3
tag 673536 + patch wheezy sid
found 673536 0.8.16~exp13
thanks

Thanks for your report Jan!
And no worries, your memory is properly fine. ;)

On Sun, May 20, 2012 at 12:43 PM, Jan Christoph Uhde li...@obiwahn.org wrote:
 write(1, The following NEW packages will ..., 46The following NEW packages 
 will be installed:
 ) = 46
 write(1,   gcr libnspr4-dbg libnss3 libns..., 77  gcr libnspr4-dbg libnss3 
 libnss3-dbg nagios-plugins-common python-oauthlib
 ) = 77

Given that nagios-plugins-common is part of the upgrade i presume it
is bug #673536 and i am therefore merging this one to it.

Next time please include the output of the command leading to the segfault
in the bugreport itself. A trace can be useful in addition to that, and
here it kind of duplicates the information, but it is harder to read and
a trace not always includes the full string being worked on.


Best regards

David Kalnischkies



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604368: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Sun, Nov 21, 2010 at 08:46:55PM +0100, Eckhart Wörner wrote:
 Source: pfstools
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html


Hello maintainers,

One year and a half later, it is about time to remove Qt3.
In the case of pfstools, could you please update to the version 1.8.3 that
is Qt4 based?

Thanks,
Ana




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673580: llvm-2.9: FTBFS[kfreebsd,hurd]: GCC-4.7

2012-05-20 Thread Vincent Legout
tag 673580 + patch
thanks

Steven Chamberlain ste...@pyro.eu.org writes:

 Related to #673266, there is some remaining code that FTBFS
 on kfreebsd-* and hurd-i386 with gcc-4.7:

The attached patch should fix this. I tried it on both amd64 and
kfreebsd-amd64 and it builds fine.

Vincent

diff -Nru llvm-2.9-2.9+dfsg/debian/changelog llvm-2.9-2.9+dfsg/debian/changelog
--- llvm-2.9-2.9+dfsg/debian/changelog	2012-05-18 09:24:12.0 +0200
+++ llvm-2.9-2.9+dfsg/debian/changelog	2012-05-20 11:37:06.0 +0200
@@ -1,3 +1,11 @@
+llvm-2.9 (2.9+dfsg-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update patches/0035-gcc-4.7.patch to fix a remaining build failure with
+gcc-4.7 on kfreebsd and hurd. (Closes: #673580)
+
+ -- Vincent Legout vleg...@debian.org  Sun, 20 May 2012 11:31:18 +0200
+
 llvm-2.9 (2.9+dfsg-6) unstable; urgency=low
 
   [ Vincent Legout ]
diff -Nru llvm-2.9-2.9+dfsg/debian/patches/0035-gcc-4.7.patch llvm-2.9-2.9+dfsg/debian/patches/0035-gcc-4.7.patch
--- llvm-2.9-2.9+dfsg/debian/patches/0035-gcc-4.7.patch	2012-05-18 09:28:30.0 +0200
+++ llvm-2.9-2.9+dfsg/debian/patches/0035-gcc-4.7.patch	2012-05-20 11:37:14.0 +0200
@@ -1,6 +1,7 @@
 ---
- Intercept.cpp |1 +
- 1 file changed, 1 insertion(+)
+ lib/ExecutionEngine/JIT/Intercept.cpp |1 +
+ utils/unittest/googletest/include/gtest/internal/gtest-port.h |1 +
+ 2 files changed, 2 insertions(+)
 
 --- a/lib/ExecutionEngine/JIT/Intercept.cpp	2012-05-17 16:11:46.956180361 +0200
 +++ b/lib/ExecutionEngine/JIT/Intercept.cpp	2012-05-17 16:14:35.256184996 +0200
@@ -12,3 +13,14 @@
  /* stat functions are redirecting to __xstat with a version number.  On x86-64 
   * linking with libc_nonshared.a and -Wl,--export-dynamic doesn't make 'stat' 
   * available as an exported symbol, so we have to add it explicitly.
+
+--- a/utils/unittest/googletest/include/gtest/internal/gtest-port.h
 b/utils/unittest/googletest/include/gtest/internal/gtest-port.h
+@@ -177,6 +177,7 @@
+ #ifndef _WIN32_WCE
+ #include sys/stat.h
+ #endif  // !_WIN32_WCE
++#include unistd.h
+ 
+ #include iostream  // NOLINT
+ #include sstream  // NOLINT


Bug#604351: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Sun, Nov 21, 2010 at 08:30:56PM +0100, Eckhart Wörner wrote:
 Source: icomlib
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html

Hello maintainer(s),

One year and a half later, it is about time to remove Qt3.
In the case of icomlib, could you please drop from your binaries the tools
using Qt3?

Thanks,
Ana




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#673638: python-traits: remove reference to pyshared in build

2012-05-20 Thread Julian Taylor
Package: python-traits
Version: 4.1.0-1
Severity: minor

python-traits uses pyshared in its build process:
binary-predeb/python-traits::
find $(PYSHARED) -type f | xargs sed -i '/^#!/d'
find $(PYSHARED) -type f | xargs chmod 644


The pyshared folder and the symlinking could be removed when we only
support one python2 version.
To facilitate this, please remove the references to pyshared from the build.



signature.asc
Description: OpenPGP digital signature


Bug#604354: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-20 Thread Ana Guerrero
On Sun, Nov 21, 2010 at 08:34:00PM +0100, Eckhart Wörner wrote:
 Source: kbedic
 Severity: wishlist
 User: debian-qt-...@lists.debian.org
 Usertags: qt3libs-removal
 
 
 Dear maintainer,
 
 The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
 Debian shortly after the Squeeze release. The transition phase to KDE4 and 
 Qt4 
 will finish since both KDE and Nokia upstream don't maintain the old versions 
 of those libraries anymore.
 
 In order to make this move, all packages directly or indirectly depending on 
 the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually 
 get 
 removed from the Debian repositories.
 
 Therefore, please take the time and:
 - contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
 port of your application
 - if there are no activities regarding porting, investigate whether there are 
 suitable alternatives for your users
 - if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
 - if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
 archives, consider removing the KDE3/Qt3 version
 
 Documentation on how to port to KDE4 can be found at:
 http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide
 
 Documentation on how to port to Qt4 can be found at:
 http://doc.qt.nokia.com/4.7/porting4.html

Hello maintainer(s),

One year and a half later, it is about time to remove Qt3.
Please, migrate to the Qt4 version (if existing) or file for removal of your
package.

Thanks,
Ana




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607073: login: securetty: Breaks graphical login of many passwordless users

2012-05-20 Thread Nicolas François
tags 607073 wontfix
summary 607073 0
thanks

Hello,

The interim solution for users experiencing this bug is to add new lines
to /etc/securetty.

I have no plan to release a much longer /etc/securetty, so I prefer to tag
the bug as wontfix.

I do not want to discourage anyone to provide a patch, but this should
support a much longer term solution.
After thinking about it for quite some time, I think this could be solved
by supporting wildcards/regex in /etc/securetty.
The same support would need to be added in PAM.

Best Regards,
-- 
Nekral



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   >