Bug#567210:

2013-05-17 Thread Mathieu Malaterre
tags 567210 important
thanks

Technically this render the package unusable if you do not have
internet connection, right ? Should'nt this be marked a 'grave' then ?


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



Bug#708607: Undefined subroutine main::_ called at /usr/share/perl5/Dpkg/File.pm

2013-05-17 Thread Lincoln Myers

Package: libdpkg-perl
Version: 1.16.10

A co-worker got the following error while building a package:

  dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is 
not NFS-safe
  Undefined subroutine main::_ called at /usr/share/perl5/Dpkg/File.pm line 41.

Apparently, in this situation the build was being done in a filesystem
where flock() fails to lock.  I believe libdpkg-perl was unable to
report the real error properly because it is translating the error
message using nonexistent subroutine _.  I assume it should be using
_g instead:

--- a/scripts/Dpkg/File.pm
+++ b/scripts/Dpkg/File.pm
@@ -39,12 +39,12 @@ sub file_lock($$) {
 if ($@) {
 warning(_g(File::FcntlLock not available; using flock which is not 
NFS-safe));
 flock($fh, LOCK_EX) ||
-syserr(_(failed to get a write lock on %s), $filename);
+syserr(_g(failed to get a write lock on %s), $filename);
 } else {
 eval q{
 my $fs = File::FcntlLock-new(l_type = F_WRLCK);
 $fs-lock($fh, F_SETLKW) ||
-syserr(_(failed to get a write lock on %s), $filename);
+syserr(_g(failed to get a write lock on %s), $filename);
 }
 }
 }


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



Bug#685225: Mentoring

2013-05-17 Thread Marcin Owsiany
I can take a stab at mentoring you w.r.t. this package.

-- 
Marcin Owsiany porri...@debian.org http://marcin.owsiany.pl/
GnuPG: 2048R/02F946FC  35E9 1344 9F77 5F43 13DD  6423 DBF4 80C6 02F9 46FC


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



Bug#708607: Undefined subroutine main::_ called at /usr/share/perl5/Dpkg/File.pm

2013-05-17 Thread Raphael Hertzog
Hi,

On Thu, 16 May 2013, Lincoln Myers wrote:
 Apparently, in this situation the build was being done in a filesystem
 where flock() fails to lock.  I believe libdpkg-perl was unable to
 report the real error properly because it is translating the error
 message using nonexistent subroutine _.  I assume it should be using
 _g instead:

Good catch! Committed the fix (along with another instance of the same
problem) on the wheezy branch.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


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



Bug#708575: [dput-ng-maint] Bug#708575: Please prevent uploads of security packages to ftp-master

2013-05-17 Thread Thijs Kinkhorst
Hi Arno,

 On 16.05.2013 21:52, Moritz Muehlenhoff wrote:
  Please prevent the upload to ftp-master for packages with the
  distribution in the changes file pointing to

 we do? Or rather: We give a warning and ask whether the user really
 intended to upload to security-master.

That's not the issue. The issue is someone preparing an upload with target
stable-security but accidentally typing dput package.changes, that is,
upload it to *ftp*master which will happily accept and process it.

I've just confirmed that dput (1.4) doesn't stop this.

This is important to prevent: these mistakes turn out to happen quite a
lot and lead firstly to work on the part of the RT, but perhaps even more
importantly, may leak still-embargoed updates to a public place.

old dput prevents this with an allowed-distributions = !.*-security line
in dput.cf for ftp-master.

 That said it could be we don't recognize all code name aliases pointing
 to stable-security. That's something we have on the radar though but
 it's not that easy to have a comprehensive since dak does not export
 anything consumable to us.

It would be important to support since we are recommending to use
codename-security instead of stable-security. Why not just use a wildcard
.*-security?

Cheers,
Thijs


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



Bug#703514: docbook-xsl: New upstream release and watch file no longer working

2013-05-17 Thread Daniel Leidert
Hi,

 Wheezy's out, and I, too, would like to see the docbook-xsl packaged so
 that way I can play around with the EPUB3 stylesheets.

It's on my todo list.

 Can I do anything to help in the packaging?

Sure. You can help out with packaging (join alioth and the debian-xml-sgml
project) or send patches for the packaging files. You can check if the
reported bugs do still exist in the last release or if the issue has been
adressed, you can check if suggested patches still apply, etc

Regards, Daniel


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



Bug#708435: aide: FTBFS: (.text+0x1d8): undefined reference to `pthread_atfork'

2013-05-17 Thread Hannes von Haugwitz
Hi,

On Thu, May 16, 2013 at 11:09:11PM +0200, Laurent Bigonville wrote:
 Hannes von Haugwitz wrote:
  I'm reassigning this bug to you, because I think the FTBFS is caused
  by a missing 'Libs.private: -lpthread' line in the libselinux.pc
  file.  The flag is again (see #388375) needed due to the recent
  changes in 'src/procattr.c' of version 2.1.13.
 
 Thanks for your bug report.
 
 The .pc file indeed seems missing the -lpthread flag. But at the same
 time, it seems that the aide package is missing a build-dependency
 against pkg-config.
 
 checking for pkg-config... no

Indeed, I'll check that and add the build-dependency if needed.

 Should I open a bug?

I don't think that is necessary ;-).

 
 I'll fix this in the libselinux package soon. It also probably
 needs Requires.private: libpcre too.

I'm not sure if the requirement for libpcre is really needed.  On an
up-to-date minimal sid (with added -lpthread) aide builds fine for me with no
libpcre dev package installed.

Best regards

Hannes


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



Bug#708608: uim-mozc: startup of the GUI is very slow

2013-05-17 Thread Nobuhiro Iwamatsu
Package: uim-mozc
Version: 1.5.1090.102-4
Severity: important

Dear Maintainer,

When I start as root with uim-mozc, the startup of the GUI is very slow.
This already fixed in mac-uim repository.

Could you fix this?

Best regards,
  Nobuhiro

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

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

Versions of packages uim-mozc depends on:
ii  libc6 2.17-1
ii  libprotobuf7  2.4.1-3
ii  libstdc++64.8.0-6
ii  libuim-scm0   1:1.8.5-1
ii  libuim8   1:1.8.5-1
ii  mozc-data 1.5.1090.102-4
ii  mozc-server   1.5.1090.102-4
ii  uim-utils 1:1.8.5-1

uim-mozc recommends no packages.

uim-mozc 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#706522: ITP: pcs - Pacemaker/Corosync configuration system

2013-05-17 Thread Filip Chabik
Hello Martin,

I have prepared test package, but unfortunately I have no cluster to
test it on. If you are interested in playing with it, here's the link:

* http://deb.ianod.es/debian/incoming/pcs_0.9.41-1_all.deb

Rest of the files are present too, just explore incoming directory if
you need them.

Things worth noting:

* I built latest available on GitHub version.
* This packages depends on Pacemaker from experimental branch (currently
it's 1.9.1 version).
* Package itself is highly experimental too, so it's advised not to use
it in production or even development branch.

Side notes:

* I will push the package to official Debian repositories once it had
been tested thoroughly.
* I wasn't sure how to handle Ruby gems on which this package depends,
so I pushed their installation and uninstallation via postinst and prerm
(respectively). I will get in touch with Ruby team to ask for their
advise on this one.

Kind regards,
Filip


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



Bug#706522: ITP: pcs - Pacemaker/Corosync configuration system

2013-05-17 Thread Martin Gerhard Loschwitz
Filip,

Am 17.05.2013 um 09:15 schrieb Filip Chabik had...@gmail.com:

 Hello Martin,
 
 I have prepared test package, but unfortunately I have no cluster to
 test it on. If you are interested in playing with it, here's the link:
 
 * http://deb.ianod.es/debian/incoming/pcs_0.9.41-1_all.deb
 
in fact, I had already uploaded packages to experimental (I just got a REJECT on
them yesterday for some minor things though).

 Rest of the files are present too, just explore incoming directory if
 you need them.
 
 Things worth noting:
 
 * I built latest available on GitHub version.
 * This packages depends on Pacemaker from experimental branch (currently
 it's 1.9.1 version).
 * Package itself is highly experimental too, so it's advised not to use
 it in production or even development branch.
 
Have you included pcsd? That looked highly broken the last time I looked at it.

 Side notes:
 
 * I will push the package to official Debian repositories once it had
 been tested thoroughly.
 * I wasn't sure how to handle Ruby gems on which this package depends,
 so I pushed their installation and uninstallation via postinst and prerm
 (respectively). I will get in touch with Ruby team to ask for their
 advise on this one.
 
I have actually packaged the ruby gems required for pcsd already. It's just that
pcsd looks like something that will blow up every second, so I did not include 
it
in the package I originally uploaded to experimental.

 Kind regards,
 Filip

Regards
Martin

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



Bug#708609: kernel-package: Produces uninstallable linux-headers package in multiarch situation

2013-05-17 Thread Robert Waldner
Package: kernel-package
Version: 12.036+nmu3
Severity: normal

Dear Maintainer,

trying to build a Linux 3.9 kernel here.

Grab source, unpack, config, `fakeroot make-kpkg --us --uc -j 8 --revision \
10.02.rw binary-inarch`. Builds without errors, good.


The newly-generated linux-headers package is not installable, though:

# dpkg -i /usr/local/src/kernel/linux-headers-3.9.2_10.02.rw_amd64.deb 
...
dpkg: dependency problems prevent configuration of linux-headers-3.9.2:
 linux-headers-3.9.2 depends on libc6-amd64 (= 2.7).
...
# dpkg -l libc6-amd64
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ii  libc6-amd642.13-38  i386 Embedded GNU C Library: 64bit Sha

And there is no libc6-amd64 for amd64:

# apt-get -s install libc6-amd64:amd64
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libc6-amd64 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libc6

E: Package 'libc6-amd64' has no installation candidate
# apt-get -s install libc6:amd64
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libc6 is already the newest version.

I guess it should depend on libc6:amd64 instead of libc6-amd64:amd64, which
looks like kernel-package not being properly multiarch-aware.

Editing /usr/share/kernel-package/Control (hence the debsums error below) like
   Package: =ST-headers-=V
   Architecture: any
   #Depends: ${shlibs:Depends}
   Depends: libc6 (= 2.13-38)
produces the desired result (installable/usable linux-headers package), but
is clearly an ugly hack and not a proper solution.

Other packages installed that I think might be relevant:
ii  dpkg-dev   1.16.10  all  Debian package development tools
ii  gcc4:4.7.2-1amd64GNU C compiler
ii  kernel-package 12.036+nmu3  all  A utility for building Linux kern
ii  libc6:amd642.13-38  amd64Embedded GNU C Library: Shared li
ii  libc6:i386 2.13-38  i386 Embedded GNU C Library: Shared li
ii  libc6-amd642.13-38  i386 Embedded GNU C Library: 64bit Sha


Kind regards,
Robert Waldner




-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates'), (500, 'unstable'), 
(500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages kernel-package depends on:
ii  binutils   2.22-8
ii  build-essential11.6
ii  debianutils4.3.4
ii  file   5.11-2
ii  gettext0.18.1.1-10
ii  make   3.81-8.2
ii  module-init-tools  9-3
ii  po-debconf 1.0.16+nmu2
ii  util-linux 2.20.1-5.3

Versions of packages kernel-package recommends:
ii  cpio  2.11+dfsg-0.1

Versions of packages kernel-package suggests:
pn  btrfs-tools none
ii  bzip2   1.0.6-4
pn  docbook-utils   none
ii  e2fsprogs   1.42.5-1.1
ii  grub0.97-66
ii  initramfs-tools [linux-initramfs-tool]  0.112
pn  jfsutilsnone
ii  libncurses5-dev [libncurses-dev]5.9-10
ii  linux-source-3.8 [linux-source] 3.8.12-1
pn  mcelog  none
pn  oprofilenone
pn  pcmciautils none
pn  ppp none
ii  procps  1:3.3.4-2
pn  quota   none
pn  reiserfsprogs   none
pn  squashfs-tools  none
ii  udev175-7.2
pn  xfsprogsnone
ii  xmlto   0.0.25-2

-- Configuration Files:
/etc/kernel-pkg.conf changed:
maintainer := Robert Waldner
email := waldner+ker...@waldner.priv.at
priority := Low


-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/kernel-package/Control (from kernel-package 
package)


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



Bug#708610: linux-image: During resume `WARNING: at …linux-3.2.41/drivers/base/firmware_class.c:547 _request_firmware+0xd5/0x3cc()`

2013-05-17 Thread Paul Menzel
Package: src:linux
Version: 3.2.41-2+deb7u2
Severity: important

Dear Debian folks,


resuming from suspend to RAM with `sudo pm-suspend`, I see the following
warning in the Linux kernel ring buffer.

[ 2666.656607] WARNING: at 
/build/buildd-linux_3.2.41-2+deb7u2-i386-G4jjsr/linux-3.2.41/drivers/base/firmware_class.c:547
 _request_firmware+0xd5/0x3cc()
[ 2666.656610] Hardware name: To Be Filled By O.E.M.
[ 2666.656611] Modules linked in: arc4 nouveau rtl8192cu rtlwifi 
rtl8192c_common mxm_wmi mac80211 wmi video snd_ice1712 ttm snd_cs8427 snd_i2c 
drm_kms_helper snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_ac97_codec cfg80211 drm 
snd_mpu401_uart acpi_cpufreq mperf iTCO_wdt rfkill snd_rawmidi 
iTCO_vendor_support snd_seq_device i2c_i801 power_supply snd_pcm i2c_algo_bit 
parport_pc snd_page_alloc snd_timer parport processor ac97_bus i2c_core snd 
button soundcore thermal_sys rng_core coretemp evdev ext4 crc16 jbd2 mbcache 
sha256_generic cryptd aes_x86_64 aes_generic cbc ohci_hcd usbhid hid dm_crypt 
dm_mod sg sr_mod cdrom sd_mod crc_t10dif ata_generic uhci_hcd ata_piix libata 
ehci_hcd r8169 mii scsi_mod usbcore usb_common [last unloaded: pcspkr]
[ 2666.656648] Pid: 22324, comm: pm-suspend Not tainted 3.2.0-4-amd64 #1 
Debian 3.2.41-2+deb7u2
[ 2666.656650] Call Trace:
[ 2666.656655]  [81046971] ? warn_slowpath_common+0x78/0x8c
[ 2666.656658]  [81255fc7] ? _request_firmware+0xd5/0x3cc
[ 2666.656662]  [a0451e33] ? rtl92cu_init_sw_vars+0xd4/0x181 
[rtl8192cu]
[ 2666.65]  [a039820d] ? rtl_usb_probe+0x1cb/0xfbe [rtlwifi]
[ 2666.656669]  [81255438] ? __pm_runtime_set_status+0x118/0x13c
[ 2666.656677]  [a0075676] ? usb_probe_interface+0xf2/0x15d 
[usbcore]
[ 2666.656680]  [8124db05] ? driver_probe_device+0xa8/0x138
[ 2666.656683]  [8124dc04] ? __driver_attach+0x6f/0x6f
[ 2666.656685]  [8124c6b1] ? bus_for_each_drv+0x47/0x7b
[ 2666.656687]  [8124da26] ? device_attach+0x6f/0x8f
[ 2666.656694]  [a00753dd] ? usb_rebind_intf+0x35/0x4f [usbcore]
[ 2666.656700]  [a0075468] ? do_unbind_rebind.isra.9+0x54/0x64 
[usbcore]
[ 2666.656706]  [a00754d8] ? usb_resume+0x60/0x72 [usbcore]
[ 2666.656712]  [a006b08c] ? usb_dev_resume+0xf/0xf [usbcore]
[ 2666.656717]  [a006b095] ? usb_dev_complete+0x9/0xc [usbcore]
[ 2666.656720]  [812532b1] ? dpm_complete+0xd2/0x141
[ 2666.656723]  [81076dd3] ? suspend_devices_and_enter+0x1c6/0x207
[ 2666.656726]  [81076f2f] ? enter_state+0x11b/0x15c
[ 2666.656728]  [81075f63] ? state_store+0xb7/0x101
[ 2666.656731]  [8114d06f] ? sysfs_write_file+0xe0/0x11c
[ 2666.656735]  [810f9249] ? vfs_write+0xa2/0xe9
[ 2666.656737]  [810f9426] ? sys_write+0x45/0x6b
[ 2666.656740]  [81350423] ? ia32_do_call+0x13/0x13

Running `reportbug` the USB WLAN device was already plugged out, so it
is not listed below.


Thanks,

Paul


-- Package-specific info:
** Version:
Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.41-2+deb7u2

** Command line:
BOOT_IMAGE=/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/sda2crypt ro quiet noisapnp

** Tainted: W (512)
 * Taint on warning.

** Kernel log:
[ 2665.676007] Force enabled HPET at resume
[ 2665.676007] Enabling non-boot CPUs ...
[ 2665.676007] Booting Node 0 Processor 1 APIC 0x1
[ 2665.676007] smpboot cpu 1: start_ip = 95000
[ 2665.572846] Calibrating delay loop (skipped) already calibrated this CPU
[ 2665.703982] NMI watchdog enabled, takes one hw-pmu counter.
[ 2665.708029] CPU1 is up
[ 2665.709341] ACPI: Waking up from system sleep state S1
[ 2665.709947] uhci_hcd :00:1d.0: wake-up capability disabled by ACPI
[ 2665.709980] uhci_hcd :00:1d.1: wake-up capability disabled by ACPI
[ 2665.710011] uhci_hcd :00:1d.2: wake-up capability disabled by ACPI
[ 2665.710042] uhci_hcd :00:1d.3: wake-up capability disabled by ACPI
[ 2665.724043] ehci_hcd :00:1d.7: wake-up capability disabled by ACPI
[ 2665.772205] PM: early resume of devices complete after 62.427 msecs
[ 2665.772274] uhci_hcd :00:1d.0: setting latency timer to 64
[ 2665.772299] usb usb2: root hub lost power or was reset
[ 2665.772312] uhci_hcd :00:1d.1: setting latency timer to 64
[ 2665.772323] uhci_hcd :00:1d.2: setting latency timer to 64
[ 2665.772335] usb usb3: root hub lost power or was reset
[ 2665.772350] usb usb4: root hub lost power or was reset
[ 2665.772353] uhci_hcd :00:1d.3: setting latency timer to 64
[ 2665.772365] ehci_hcd :00:1d.7: setting latency timer to 64
[ 2665.772375] usb usb5: root hub lost power or was reset
[ 2665.772396] pci :00:1e.0: setting latency timer to 64
[ 2665.772398] ata_piix :00:1f.1: setting latency timer to 64
[ 2665.772407] ata_piix :00:1f.2: setting latency timer to 64
[ 

Bug#708611: phpmyadmin: css and js not updated

2013-05-17 Thread Gabriel Rolland [Res Novae]
Package: phpmyadmin
Version: 4:4.0.1-1
Severity: normal

Hi, the .deb of phpmyadmin version 4:4.0.1-1 seeems to ahve problem with
css and js.
The login form has class .hidden, and the js for ajax editin, ecc... are
not working.
Replacing the folder css and js with the ones of the downloaded packages
from phpmyadmin.net resolve the problem.


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (501, 'stable'), (50, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

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

Versions of packages phpmyadmin depends on:
ii  dbconfig-common   1.8.47+nmu1
ii  debconf [debconf-2.0] 1.5.49
ii  libapache2-mod-php5   5.4.4-14
ii  libjs-codemirror  2.23-1
ii  libjs-jquery  1.7.2+dfsg-1
ii  libjs-jquery-cookie   6-1
ii  libjs-jquery-event-drag   6-1
ii  libjs-jquery-mousewheel   6-1
ii  libjs-jquery-tablesorter  6-1
ii  libjs-jquery-ui   1.8.ooops.21+dfsg-2
ii  libjs-underscore  1.1.6-1+deb7u1
ii  perl  5.14.2-21
ii  php-gettext   1.0.11-1
ii  php5  5.4.4-14
ii  php5-mcrypt   5.4.4-14
ii  php5-mysql5.4.4-14
ii  ttf-dejavu-core   2.33-3
ii  ucf   3.0025+nmu3

Versions of packages phpmyadmin recommends:
ii  apache2-mpm-prefork [httpd]  2.2.22-13
ii  mysql-client 5.5.31+dfsg-0+wheezy1
ii  mysql-client-5.5 [mysql-client]  5.5.31+dfsg-0+wheezy1
ii  php5-gd  5.4.4-14

Versions of packages phpmyadmin suggests:
ii  links [www-browser]  2.7-1
ii  mysql-server 5.5.31+dfsg-0+wheezy1
ii  w3m [www-browser]0.5.3-8

-- Configuration Files:
/etc/phpmyadmin/config.inc.php changed [not included]

-- debconf information:
  phpmyadmin/remove-error: abort
  phpmyadmin/setup-username: admin
  phpmyadmin/db/app-user: phpmyadmin
  phpmyadmin/install-error: retry
* phpmyadmin/reconfigure-webserver: apache2
  phpmyadmin/remote/host:
* phpmyadmin/dbconfig-install: true
  phpmyadmin/remote/port:
* phpmyadmin/dbconfig-upgrade: true
  phpmyadmin/mysql/admin-user: root
  phpmyadmin/internal/reconfiguring: false
  phpmyadmin/missing-db-package-error: abort
  phpmyadmin/remote/newhost:
  phpmyadmin/upgrade-error: abort
  phpmyadmin/dbconfig-reinstall: false
  phpmyadmin/db/dbname: phpmyadmin
  phpmyadmin/database-type: mysql
  phpmyadmin/internal/skip-preseed: false
  phpmyadmin/upgrade-backup: true
  phpmyadmin/dbconfig-remove:
  phpmyadmin/passwords-do-not-match:
  phpmyadmin/mysql/method: unix socket
  phpmyadmin/purge: false


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



Bug#708612: phpmyadmin: css and js not updated

2013-05-17 Thread Gabriel Rolland
Package: phpmyadmin
Version: 4:4.0.1-1
Severity: normal

Hi, the .deb of phpmyadmin version 4:4.0.1-1 seeems to ahve problem with css 
and js.
The login form has class .hidden, and the js for ajax editin, ecc... are not 
working.
Replacing the folder css and js with the ones of the downloaded packages from 
phpmyadmin.net resolve the problem.


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (501, 'stable'), (50, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

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

Versions of packages phpmyadmin depends on:
ii  dbconfig-common   1.8.47+nmu1
ii  debconf [debconf-2.0] 1.5.49
ii  libapache2-mod-php5   5.4.4-14
ii  libjs-codemirror  2.23-1
ii  libjs-jquery  1.7.2+dfsg-1
ii  libjs-jquery-cookie   6-1
ii  libjs-jquery-event-drag   6-1
ii  libjs-jquery-mousewheel   6-1
ii  libjs-jquery-tablesorter  6-1
ii  libjs-jquery-ui   1.8.ooops.21+dfsg-2
ii  libjs-underscore  1.1.6-1+deb7u1
ii  perl  5.14.2-21
ii  php-gettext   1.0.11-1
ii  php5  5.4.4-14
ii  php5-mcrypt   5.4.4-14
ii  php5-mysql5.4.4-14
ii  ttf-dejavu-core   2.33-3
ii  ucf   3.0025+nmu3

Versions of packages phpmyadmin recommends:
ii  apache2-mpm-prefork [httpd]  2.2.22-13
ii  mysql-client 5.5.31+dfsg-0+wheezy1
ii  mysql-client-5.5 [mysql-client]  5.5.31+dfsg-0+wheezy1
ii  php5-gd  5.4.4-14

Versions of packages phpmyadmin suggests:
ii  links [www-browser]  2.7-1
ii  mysql-server 5.5.31+dfsg-0+wheezy1
ii  w3m [www-browser]0.5.3-8

-- Configuration Files:
/etc/phpmyadmin/config.inc.php changed [not included]

-- debconf information:
  phpmyadmin/remove-error: abort
  phpmyadmin/setup-username: admin
  phpmyadmin/db/app-user: phpmyadmin
  phpmyadmin/install-error: retry
* phpmyadmin/reconfigure-webserver: apache2
  phpmyadmin/remote/host:
* phpmyadmin/dbconfig-install: true
  phpmyadmin/remote/port:
* phpmyadmin/dbconfig-upgrade: true
  phpmyadmin/mysql/admin-user: root
  phpmyadmin/internal/reconfiguring: false
  phpmyadmin/missing-db-package-error: abort
  phpmyadmin/remote/newhost:
  phpmyadmin/upgrade-error: abort
  phpmyadmin/dbconfig-reinstall: false
  phpmyadmin/db/dbname: phpmyadmin
  phpmyadmin/database-type: mysql
  phpmyadmin/internal/skip-preseed: false
  phpmyadmin/upgrade-backup: true
  phpmyadmin/dbconfig-remove:
  phpmyadmin/passwords-do-not-match:
  phpmyadmin/mysql/method: unix socket
  phpmyadmin/purge: false


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



Bug#602056: Patch must be removed

2013-05-17 Thread Dominique Dumont
On Friday 17 May 2013 06:44:46 Xavier wrote:
 According to https://rt.cpan.org/Public/Bug/Display.html?id=62667 this
 is not a bug and the Debian patch must be removed.

OTOH, UNIVERSAL doc mentions:

   # but never do this!
   $is_io= UNIVERSAL::isa($fd, IO::Handle);
   $sub  = UNIVERSAL::can($obj, print);


I think an alternative is suggested at the end of this man page:

   Instead, use reftype from Scalar::Util for the first case:

 use Scalar::Util 'reftype';

 $yes = reftype( $h ) eq HASH;

reftype never returns a class name, it always returns the type of the 
structure hidden behind an object.

Can you modify the patch and test that it works ?

If yes, we will be able to submit another patch to upstream.

HTH


-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org


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



Bug#690705: virtualbox-dkms: module not installed/loaded without reinstalling the package

2013-05-17 Thread Matijs van Zuijlen
Package: virtualbox-dkms
Version: 4.2.10-dfsg-1
Followup-For: Bug #690705

It seems running `dpkg-reconfigure virtualbox-dkms` also triggers a
rebuild. It would help a lot if this were added to README.Debian, which
was the first place I looked before turning to the BTS.

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

Kernel: Linux 3.8-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox-dkms depends on:
ii  dkms2.2.0.3-1.2
ii  dpkg1.16.10
ii  virtualbox  4.2.10-dfsg-1

virtualbox-dkms recommends no packages.

virtualbox-dkms 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#706522: Fwd: Bug#706522: ITP: pcs - Pacemaker/Corosync configuration system

2013-05-17 Thread Hadret
On Fri, May 17, 2013 at 09:21:09AM +0200, Martin Gerhard Loschwitz wrote:
 Filip,
 Am 17.05.2013 um 09:15 schrieb Filip Chabik had...@gmail.com:
 in fact, I had already uploaded packages to experimental (I just got a REJECT 
 on
 them yesterday for some minor things though).

This is awesome news (that you already did it, not that it was
rejected). I have fingers crossed for this to succeed next time you
try.

 Have you included pcsd? That looked highly broken the last time I looked at 
 it.

As far as I saw (I removed packages and my built once you told me, that
you already done it), pcsd was included in the packages -- thing is, I
had no place to test it out :(

 I have actually packaged the ruby gems required for pcsd already. It's just 
 that
 pcsd looks like something that will blow up every second, so I did not 
 include it
 in the package I originally uploaded to experimental.

Is it the approach suggest for package maintainers? I'm asking cause I
wonder whether there's no conflict in installing gems via gem command
and APT?

Filip


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



Bug#707193: [RFR] templates://nss-pam-ldapd/{nslcd.templates,libnss-ldapd.templates}

2013-05-17 Thread Christian PERRIER
Please find, for review, the debconf templates and packages descriptions for 
the nss-pam-ldapd source package.

This review will last from Friday, May 17, 2013 to Monday, May 27, 2013.

Please send reviews as unified diffs (diff -u) against the original
files. Comments about your proposed changes will be appreciated.

Your review should be sent as an answer to this mail.

When appropriate, I will send intermediate requests for review, with
[RFRn] (n=2) as a subject tag.

When we will reach a consensus, I send a Last Chance For
Comments mail with [LCFC] as a subject tag.

Finally, a summary will be sent to the review bug report,
and a mail will be sent to this list with [BTS] as a subject tag.

Rationale:
--- nss-pam-ldapd.old/debian/nslcd.templates2013-05-08 08:51:53.605684558 
+0200
+++ nss-pam-ldapd/debian/nslcd.templates2013-05-17 09:34:08.402586898 
+0200
@@ -32,19 +32,19 @@
 Template: nslcd/ldap-binddn
 Type: string
 _Description: LDAP database user:
- Enter the name of the account that will be used to log in to the LDAP
+ Please enter the name of the account that will be used to log in to the LDAP
  database. This value should be specified as a DN (distinguished name).

I standardized many templates with Please enter

 
@@ -53,27 +53,27 @@
   * NTLM: NT LAN Manager authentication mechanism;
   * CRAM-MD5: challenge-response scheme based on HMAC-MD5;
   * DIGEST-MD5: HTTP Digest compatible challenge-response scheme;
-  * SCRAM: a salted challenge-response mechanism;
+  * SCRAM: salted challenge-response mechanism;
   * GSSAPI: used for Kerberos;
-  * SKEY: an S/KEY mechanism (obsoleted by OTP);
-  * OTP: a One Time Password mechanism;
+  * SKEY: S/KEY mechanism (obsoleted by OTP);
+  * OTP: One Time Password mechanism;
   * EXTERNAL: authentication is implicit in the context.

Drop a and an
 
 Template: nslcd/ldap-sasl-realm
 Type: string
 _Description: SASL realm:
- Enter the SASL realm that will be used to authenticate to the LDAP
+ Please enter the SASL realm that will be used to authenticate to the LDAP
  database.
  .
  The realm is appended to authentication and authorization identities.
  .
- For GSSAPI this can be left blank to use information from the Kerberos
- credential cache.
+ For GSSAPI, this can be left blank to use information from the Kerberos
+ credentials cache.

Adding comma
 
@@ -90,7 +90,8 @@
 Template: nslcd/ldap-sasl-secprops
 Type: string
 _Description: Cyrus SASL security properties:
- Enter the Cyrus SASL security properties.
+ Please enter the Cyrus SASL security properties.
+ .
  Allowed values are described in the ldap.conf(5) manual page
  in the SASL OPTIONS section.

Split in two paragraphs for readability.

 
@@ -98,7 +99,7 @@
 Type: string
 Default: /var/run/nslcd/nslcd.tkt
 _Description: Kerberos credential cache file path:
- Enter the GSSAPI/Kerberos credential cache file name that will be used.
+ Please enter the GSSAPI/Kerberos credential cache file name that will be used.
 
 Template: nslcd/ldap-starttls
 Type: boolean
@@ -118,7 +119,7 @@
   * allow: a certificate will be requested, but it is not
required or checked;
   * try: a certificate will be requested and checked, but if no
- certificate is provided it is ignored;
+ certificate is provided, it is ignored;
   * demand: a certificate will be requested, required, and checked.
  .
  If certificate checking is enabled, at least one of the tls_cacertdir or

Needed comma

--- nss-pam-ldapd.old/debian/libnss-ldapd.templates 2013-05-08 
08:51:53.605684558 +0200
+++ nss-pam-ldapd/debian/libnss-ldapd.templates 2013-05-17 09:34:59.883957287 
+0200
@@ -2,7 +2,7 @@
 Type: multiselect
 Choices: aliases, ethers, group, hosts, netgroup, networks, passwd, protocols, 
rpc, services, shadow
 _Description: Name services to configure:
- For this package to work, you need to modify your /etc/nsswitch.conf to use
+ For this package to work, you need to modify the /etc/nsswitch.conf file to 
use
  the ldap datasource.
  .
  You can select the services that should have LDAP lookups enabled. The

Unpersonnalize.

--- nss-pam-ldapd.old/debian/control2013-05-13 06:53:50.894745034 +0200
+++ nss-pam-ldapd/debian/control2013-05-17 09:37:53.676583489 +0200
@@ -17,12 +17,10 @@
 Suggests: kstart
 Replaces: libnss-ldapd ( 0.7.0)
 Breaks: libnss-ldapd ( 0.7.0)
-Description: Daemon for NSS and PAM lookups using LDAP
- This package provides a daemon for retrieving user account, and other
- system information from LDAP.
- .
- It is used by the libnss-ldapd and libpam-ldapd packages but by itself is
- not very useful.
+Description: daemon for NSS and PAM lookups using LDAP
+ This package provides a daemon for retrieving user accounts and similar
+ system information from LDAP. It is used by the libnss-ldapd and
+ libpam-ldapd packages but is not very useful by itself.

Remove leading capital in synopsis as per developer's reference

The daemon can retrive more than one user account, 

Bug#707990: 4.1 version in main

2013-05-17 Thread Eugen Dedu
According to 4.2 changelog, a virtualbox version working with 3.8 kernel 
has been moved to contrib du to BIOS compilation problems.


However, would it be possible to have a 4.1 version in main working with 
3.8 kernel, so that we do not need to use contrib?


--
Eugen


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



Bug#708606: nautilus-dropbox: please consider installing vrms reasons file.

2013-05-17 Thread Dmitry Smirnov
Hi Raphael,

Sorry for lack of details in my bug report.

On Fri, 17 May 2013 15:47:01 Raphael Hertzog wrote:
 I'm not familiar with vrms, care to expand what should be put in such a
 file and why?
 
vrms package provide nice `vrms` command (and cron job) that print
all non-free packages installed.

If non-free package drop one line reason file named as a package
itself to /usr/share/vrms/reasons/ then `vrms` will also print
contents of such file as explanation of what makes the package
non-free. IMHO the following fragment of `vrms` output show some good
examples of how this feature can be used in non-free packages:

tar-doc documentation for the tar package
  Reason: GFDL with invariant cover texts

bsdgames-nonfreerogue, the classic dungeon exploration 
game
  Reason: No commercial use

cuneiform-commonmulti-language OCR system (common)
  Reason: No source code for linguistic data.

I hope this could be useful.

All the best,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B


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



Bug#708613: [calibre] broken dependencies

2013-05-17 Thread Harishankar
Package: calibre
Version: 0.9.18+dfsg-1
Severity: important

--- Please enter the report below this line. ---

Dependencies are broken for this package.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.8-1-amd64

Debian Release: jessie/sid
  500 unstableftp.sunet.se 
  500 unstableftp.jp.debian.org 
  500 testing security.debian.org 
  500 testing ftp.jp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
python2.7   | 2.7.5-2
python-dbus | 1.2.0-1
python-imaging  | 
python-lxml | 3.2.0-1
python-mechanize (= 0.2.5) | 
python-beautifulsoup| 
python-pkg-resources| 0.6.37-1
python-cssutils (= 0.9.9~) | 
python-cssselect| 
python-cherrypy3 (= 3.1.1) | 
python-dateutil | 
python-feedparser   | 
python-qt4 (= 4.9.3-4) | 4.10.1-1
python-pyparsing| 
python-routes   | 
python-chardet  | 2.0.1-2
python-netifaces| 
xdg-utils   | 1.1.0~rc1+git20111210-7
imagemagick | 8:6.7.7.10-5
poppler-utils   | 0.18.4-6
fonts-liberation| 1.07.2-6
calibre-bin  (= 0.9.18+dfsg-1) | 


Recommends(Version) | Installed
===-+-===
python-dnspython| 


Package's Suggests field is empty.


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



Bug#708520: Without transitionnal package it work

2013-05-17 Thread Bastien ROUCARIÈS
Package: libguestfs0
Version: 1:1.21.33-1

It work without the transitional package.

Bug is neithertheless serious.

It supose depending to ntfs-3g ( 1:2012.1.15AR.5-2.1) and removing the | 
ntfsprogs depend is the way to go. 

And also remove the ntfsprog line in /usr/lib/

BTW why package list is under /usr/lib ?

It smell really like a config file 

Bastien

-- 
Dr-Ing Bastien ROUCARIÈS Université de Cergy/SATIE ENS Cachan
From fb4bd697cfbc2ef498e1dff191e9a93fc4f8ede1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= roucaries.bast...@gmail.com
Date: Fri, 17 May 2013 10:09:51 +0200
Subject: [PATCH 1/2] tiggen depends

---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f4e8815..14866b5 100644
--- a/debian/control
+++ b/debian/control
@@ -107,8 +107,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
   iproute,
   libaugeas0,
 # nilfs2-tools,
-  ntfs-3g,
-  ntfs-3g ( 1:2011.10.9AR.1-4~) | ntfsprogs,
+  ntfs-3g ( 1:2012.1.15AR.5-2.1~),
   reiserfsprogs,
   udev,
   vim-tiny,
-- 
1.8.2.rc2

From be55eb3b93656c1b1f2c9b516b744530582e9982 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= roucaries.bast...@gmail.com
Date: Fri, 17 May 2013 10:11:37 +0200
Subject: [PATCH 2/2] remove last trace of ntfsprogs

---
 appliance/packagelist.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 8a4a5ea..54895b8 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -79,7 +79,6 @@
   mtools
   nilfs-tools
   ntfs-3g
-  ntfsprogs
   openssh-client
   reiserfsprogs
   sysvinit /* for /sbin/reboot */
-- 
1.8.2.rc2



Bug#708612: (no subject)

2013-05-17 Thread Gabriel Rolland [Res Novae]
Sorry, duplicate bug report of #708611


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



Bug#703170: New version

2013-05-17 Thread Michal Čihař
Hi

there are several things bugging me with current version, is there any
progress on this? Or do you need any help with uploading new version?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#707465: FTBFS: error: expected start element of `parameter'

2013-05-17 Thread Michal Čihař
Hi

Dne Sun, 12 May 2013 23:53:35 +0200
Emilio Pozuelo Monfort po...@debian.org napsal(a):

 The ftbfs bugs caused by vala and a new gobject-introspection can easily be 
 fixed (at least in most cases) by switching to valac-0.20 which just got its 
 way 
 into unstable. I just fixed bug #707378 this way by switching the build 
 dependency accordingly.

Thanks a lot for pointing this out, it indeed seems to fix this.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#708613: [calibre] broken dependencies

2013-05-17 Thread Martin Pitt
Hello Harishankar,

Harishankar [2013-05-17 13:43 +0530]:
 Dependencies are broken for this package.

Can you please be more specific how they are broken? apt-get install
errors, and the like?

 Package's Suggests field is empty.

That's not true; the package doesn't even have a Suggests: field.

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


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



Bug#703170: New version

2013-05-17 Thread Christian PERRIER
Quoting Michal Čihař (ni...@debian.org):
 Hi
 
 there are several things bugging me with current version, is there any
 progress on this? Or do you need any help with uploading new version?
 
 -- 
   Michal Čihař | http://cihar.com | http://blog.cihar.com

Stuart Prescott is working on package new translate-toolkit. We're
right now in final checks before he uploads.

-- 




signature.asc
Description: Digital signature


Bug#708614: grub-common: Regression from 1.99: update-grub fails in Xen DomU: warning: grub-probe can't find drive for /dev/xvda1.

2013-05-17 Thread Axel Beckert
Package: grub-common
Version: 2.00-14
Severity: grave

Hi,

I'm running Sid with kernels from Experimental inside a Xen DomU. The
DomU is booted via pygrub, i.e. with its own kernels.

Hence I need a /boot/grub/menu.lst inside the DomU. To generate that I
use update-grub for quite some time (IIRC years) now. Additionally,
the grub-legacy package (0.97-67) is installed, too, but GRUB is not
installed to any disk (as pygrub is used from outside the virtual
machine).

But since the upgrade from 1.99-27.1 to 2.00-14, installing new kernel
images (namely linux-image-3.8-1-amd64 and linux-image-3.8-2-amd64)
failed as follows:

Setting up linux-image-3.8-1-amd64 (3.8.12-1) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-dater-host_reboot 3.8-1-amd64 
/boot/vmlinuz-3.8-1-amd64
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.8-1-amd64 
/boot/vmlinuz-3.8-1-amd64
update-initramfs: Generating /boot/initrd.img-3.8-1-amd64
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.8-1-amd64 
/boot/vmlinuz-3.8-1-amd64
Searching for GRUB installation directory ... found: /boot/grub
warning: grub-probe can't find drive for /dev/xvda1.
grub-probe: warning: disk does not exist, so falling back to partition device 
/dev/xvda1.
grub-probe: error: cannot find a GRUB drive for /dev/xvda1.  Check your 
device.map.
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1
Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-3.8-1-amd64.postinst line 696, STDIN line 2.
dpkg: error processing linux-image-3.8-1-amd64 (--configure):
 subprocess installed post-installation script returned error exit status 2
Setting up linux-image-3.8-2-amd64 (3.8.13-1) ...
Running depmod.
vmlinuz(/boot/vmlinuz-3.8-2-amd64
) points to /boot/vmlinuz-3.8-2-amd64
 (/boot/vmlinuz-3.8-2-amd64) -- doing nothing at 
/var/lib/dpkg/info/linux-image-3.8-2-amd64.postinst line 268.
initrd.img(/boot/initrd.img-3.8-2-amd64
) points to /boot/initrd.img-3.8-2-amd64
 (/boot/initrd.img-3.8-2-amd64) -- doing nothing at 
/var/lib/dpkg/info/linux-image-3.8-2-amd64.postinst line 268.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-dater-host_reboot 3.8-2-amd64 
/boot/vmlinuz-3.8-2-amd64
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.8-2-amd64 
/boot/vmlinuz-3.8-2-amd64
update-initramfs: Generating /boot/initrd.img-3.8-2-amd64
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.8-2-amd64 
/boot/vmlinuz-3.8-2-amd64
Searching for GRUB installation directory ... found: /boot/grub
warning: grub-probe can't find drive for /dev/xvda1.
grub-probe: warning: disk does not exist, so falling back to partition device 
/dev/xvda1.
grub-probe: error: cannot find a GRUB drive for /dev/xvda1.  Check your 
device.map.
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1
Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-3.8-2-amd64.postinst line 696.
dpkg: error processing linux-image-3.8-2-amd64 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 linux-image-3.8-1-amd64
 linux-image-3.8-2-amd64

Downgrading grub-common to the version from Wheezy/Jessie
(1.99-27+deb7u1) solved the failures.

Some more information about the virtual disk /dev/xvda1 and the grub
configuration:

$ fgrep /dev/xvda1 /etc/fstab
/dev/xvda1 / ext3 errors=remount-ro   0 1
$ cat /proc/cmdline
root=/dev/xvda1 ro root=/dev/xvda1 ro 
$ ls -l /dev/xvda*
brw-rw---T 1 root disk 202, 1 Aug 28  2012 /dev/xvda1
brw-rw---T 1 root disk 202, 2 Aug 28  2012 /dev/xvda2
$  swapon -s
FilenameTypeSizeUsedPriority
/dev/xvda2  partition   2097148 66892   -1
$ cat /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
#grub-install(8), grub-floppy(8),
#grub-md5-crypt, /usr/share/doc/grub
#and /usr/share/doc/grub-legacy-doc/.

default 0
timeout 5

# Pretty colours
color cyan/blue white/blue

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##  kopt_2_6_8=root=/dev/hdc1 ro
##  kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/xvda1 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic 

Bug#707733: pygobject: FTBFS on kfreebsd

2013-05-17 Thread Emilio Pozuelo Monfort

On 17/05/13 05:37, Jeff Epler wrote:

OK, this seems crazy to me but I feel obliged to note it:

When I build 3.8.1-3 in /usr/src or /tmp/wat, I can observe the failure when I
subsequently 'make check' in build-2.7/tests.  When I build it in /tmp or
/tmp/wat/frugal-bonasfrarfsarfasrfasrf/pygobject-3.8.1 I do not.


The thing I've noticed is that running `xvfb-run make check' hangs, but running 
TEST_FILES=test_overrides_gtk.py xvfb-run make check doesn't (I ran it in a loop 
for 83 times without hanging).



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



Bug#707193: [RFR] templates://nss-pam-ldapd/{nslcd.templates,libnss-ldapd.templates}

2013-05-17 Thread Justin B Rye
Christian PERRIER wrote:
 Your review should be sent as an answer to this mail.

What are we diffing against?  The original TAF copies didn't have
pynslcd/nslcd-utils, and the version I get with apt-get source has
various minor changes (e.g. to Build-Depends).  Oh, and it still
doesn't have the new packages... I'll stick to the TAF versions.

[...]
  Package: libnss-ldapd
  Architecture: any
 @@ -32,10 +30,10 @@
  Conflicts: libnss-ldap
  Provides: libnss-ldap
  Description: NSS module for using LDAP as a naming service
 - This package provides a Name Service Switch module that allows your LDAP
 + This package provides a Name Service Switch module that allows using an LDAP
   server to provide user account, group, host name, alias, netgroup, and
 - basically any other information that you would normally get from /etc flat
 - files or NIS.
 + basically any other information that you would normally be retrieved
 + from /etc flat files or NIS.
 
 unpersonnalize and therefore turn into allows using

Or we could just make it allows an LDAP server to  But you've
left in a surplus pronoun there.  Okay, make it:

This package provides a Name Service Switch module that allows an LDAP
server to provide user account, group, host name, alias, netgroup, and
basically any other information that would normally be retrieved from NIS
or flat files in /etc.

(/etc flat files is the only part of this that still struck me as
subtly unidiomatic English, since the adjective flat ought to go
before the attributive noun /etc.  Mind you, what does flat add
that isn't implied by it being a file in /etc?)

  Package: libpam-ldapd
  Architecture: any
 @@ -45,27 +43,23 @@
  Conflicts: libpam-ldap
  Provides: libpam-ldap
  Description: PAM module for using LDAP as an authentication service
 - This package provides a Pluggable Authentication Module that allows
 + This package provides a Pluggable Authentication Module that provides
   user authentication, authorisation and password management based on
   credentials stored in an LDAP server.
 
 Let's avoid the allows nightmare..:-)

Yes, it's providing these services rather than making them legal.  On
the other hand now we've got two uses of provides in the first line.
How about supports?

s/isation/ization,/
-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package
diff -ru nss-pam-ldapd-0.8.13.pristine/debian/control nss-pam-ldapd-0.8.13/debian/control
--- nss-pam-ldapd-0.8.13.pristine/debian/control	2013-03-09 15:02:08.0 +
+++ nss-pam-ldapd-0.8.13/debian/control	2013-05-17 09:49:39.749070433 +0100
@@ -2,8 +2,9 @@
 Section: admin
 Priority: extra
 Maintainer: Arthur de Jong adej...@debian.org
+Uploaders: Richard A Nelson (Rick) cow...@debian.org
 Standards-Version: 3.9.4
-Build-Depends: debhelper (=9), autotools-dev, libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (= 0.5.0), docbook2x, docbook-xml, libpam0g-dev
+Build-Depends: debhelper (=9), libkrb5-dev, libldap2-dev, libsasl2-dev, po-debconf (= 0.5.0), docbook2x, docbook-xml, libpam0g-dev
 Homepage: http://arthurdejong.org/nss-pam-ldapd/
 Vcs-Svn: http://arthurdejong.org/svn/nss-pam-ldapd/debian/nss-pam-ldapd/trunk/
 Vcs-Browser: http://arthurdejong.org/viewvc/nss-pam-ldapd/debian/nss-pam-ldapd/trunk/
@@ -16,12 +17,10 @@
 Suggests: kstart
 Replaces: libnss-ldapd ( 0.7.0)
 Breaks: libnss-ldapd ( 0.7.0)
-Description: Daemon for NSS and PAM lookups using LDAP
- This package provides a daemon for retrieving user account, and other
- system information from LDAP.
- .
- It is used by the libnss-ldapd and libpam-ldapd packages but by itself is
- not very useful.
+Description: daemon for NSS and PAM lookups using LDAP
+ This package provides a daemon for retrieving user accounts and similar
+ system information from LDAP. It is used by the libnss-ldapd and
+ libpam-ldapd packages but is not very useful by itself.
 
 Package: libnss-ldapd
 Architecture: any
@@ -31,10 +30,10 @@
 Conflicts: libnss-ldap
 Provides: libnss-ldap
 Description: NSS module for using LDAP as a naming service
- This package provides a Name Service Switch module that allows your LDAP
+ This package provides a Name Service Switch module that allows an LDAP
  server to provide user account, group, host name, alias, netgroup, and
- basically any other information that you would normally get from /etc flat
- files or NIS.
+ basically any other information that would normally be retrieved from NIS
+ or flat files in /etc.
 
 Package: libpam-ldapd
 Architecture: any
@@ -44,6 +43,22 @@
 Conflicts: libpam-ldap
 Provides: libpam-ldap
 Description: PAM module for using LDAP as an authentication service
- This package provides a Pluggable Authentication Module that allows
- user authentication, authorisation and password management based on
+ This package provides a Pluggable Authentication Module that supports
+ user authentication, authorization, and password 

Bug#706660: WARNING: at drivers/cpuidle/driver.c:87 cpuidle_unregister_driver+0x1a/0x3c()

2013-05-17 Thread Christian Kujau
FWIW, this happens on a different machine too: Debian/wheezy, just 
upgraded from sqeeze, but this time in a VMware virtual machine:

 [ cut here ]
 WARNING: at 
/build/buildd-linux_3.2.41-2+deb7u2-i386-G4jjsr/linux-3.2.41/drivers/cpuidle/driver.c:87
 
 cpuidle_unregister_driver+0x1a/0x3c()
 Hardware name: VMware Virtual Platform
 invalid cpuidle_unregister_driver(acpi_idle)
 Modules linked in: cachefiles dlm configfs nfsd nfs nfs_acl auth_rpcgss 
fscache lockd sunrpc loop ecryptfs sg vmwgfx snd_timer snd ttm soundcore 
vmw_balloon drm mperf libata i2c_core processor(-) power_supply 
thermal_sys ext4 jbd2 mbcache crc16 btrfs crc32c libcrc32c zlib_deflate 
sd_mod crc_t10dif evdev mptsas scsi_transport_sas mptscsih e1000 scsi_mod 
mptbase [last unloaded: psmouse]
 Pid: 2884, comm: rmmod Not tainted 3.2.0-4-686-pae #1 Debian 3.2.41-2+deb7u2
 Call Trace:
  [c10383c4] ? warn_slowpath_common+0x68/0x79
  [c120c20a] ? cpuidle_unregister_driver+0x1a/0x3c
  [c103843d] ? warn_slowpath_fmt+0x29/0x2d
  [c120c20a] ? cpuidle_unregister_driver+0x1a/0x3c
  [f841357a] ? acpi_processor_exit+0x57/0xadd [processor]
  [f84102e7] ? acpi_processor_hotplug_notify+0x9a/0x9a [processor]
  [c105fe2d] ? sys_delete_module+0x19f/0x217
  [c10d0072] ? cn_printf+0x31/0x7f
  [c10cd846] ? fput+0x148/0x160
  [c10df33b] ? mntput_no_expire+0x1b/0xb0
  [c10cb5e8] ? filp_close+0x52/0x58
  [c12c6e1f] ? sysenter_do_call+0x12/0x28
 ---[ end trace 81248210d0937111 ]---


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



Bug#708611: phpmyadmin: css and js not updated

2013-05-17 Thread Thijs Kinkhorst
Hi,

On Fri, May 17, 2013 09:09, Gabriel Rolland [Res Novae] wrote:
 Hi, the .deb of phpmyadmin version 4:4.0.1-1 seeems to ahve problem with
 css and js. The login form has class .hidden, and the js for ajax editin,
 ecc... are not working. Replacing the folder css and js with the ones of
 the downloaded packages from phpmyadmin.net resolve the problem.

Thanks for your report. I'm not able to reproduce this however.

When I load phpMyAdmin CSS and JS seem to be working as expected. Using
the web developer console I see CSS and JS being fetched without errors.

Can you see in your browser with F12 if you get 404's for these files, if
so, which? Or otherwise debug where it's going wrong?

And just to be sure, this is not a caching issue (reload with shift-F5 to
exclude that)?


Cheers,
Thijs


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



Bug#703296: Still hangs with experimental version

2013-05-17 Thread Alexander Muthmann
Hi Eduard,

the problem remains with the version installed, but strace gives other
information:

[pid  3992] select(1, [], NULL, NULL, {0, 1}) = 0 (Timeout)
[pid  3992] clock_gettime(CLOCK_REALTIME, {1368782750, 214815908}) = 0
[pid  3992] futex(0x80d83c4, FUTEX_WAKE_PRIVATE, 1) = 0
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] select(1, [], NULL, NULL, {0, 1}) = 0 (Timeout)
[pid  3992] clock_gettime(CLOCK_REALTIME, {1368782750, 215021292}) = 0
[pid  3992] futex(0x80d83c4, FUTEX_WAKE_PRIVATE, 1) = 0
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] select(1, [], NULL, NULL, {0, 1}) = 0 (Timeout)
[pid  3992] clock_gettime(CLOCK_REALTIME, {1368782750, 215228169}) = 0
[pid  3992] futex(0x80d83c4, FUTEX_WAKE_PRIVATE, 1) = 0
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750
[pid  3992] time(NULL)  = 1368782750


greetz


Bug#708615: Smokeping email's date are in current locale

2013-05-17 Thread Marco Gaiarin
Package: smokeping
Version: 2.3.6-5+squeeze1


Smokeping email about network trouble start with the 'Date:' files
written in current locale, eg (in italian):

 Date: ven,  5 apr 2013 14:57:10 +0200

(ven(erdì) = friday, apr(ile) = april).

This confuse most MUA, and indeed is a RFC violation, AFAIK.


Thanks.


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



Bug#708435: aide: FTBFS: (.text+0x1d8): undefined reference to `pthread_atfork'

2013-05-17 Thread Laurent Bigonville
Le Fri, 17 May 2013 09:06:31 +0200,
Hannes von Haugwitz han...@vonhaugwitz.com a écrit :

 Hi,

Hello,

 On Thu, May 16, 2013 at 11:09:11PM +0200, Laurent Bigonville wrote:
  Hannes von Haugwitz wrote:
[...]
  
  I'll fix this in the libselinux package soon. It also probably
  needs Requires.private: libpcre too.
 
 I'm not sure if the requirement for libpcre is really needed.  On an
 up-to-date minimal sid (with added -lpthread) aide builds fine for me
 with no libpcre dev package installed.

Well I'm seeing unresolved libpcre3 symbols in the libselinux.a archive
too.

So I /guess/ it should be added too, it's probably in a part of the
code that aide is not using.

Cheers

Laurent Bigonville


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



Bug#708616: xmlgraphics-commons: Enable testsuite + disable test which is incompat with openjdk-7.

2013-05-17 Thread James Page
Package: xmlgraphics-commons
Version: 1.5-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu saucy ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Merge from Debian unstable.  Remaining changes:
- d/rules: Enable testsuite execution.
- d/patches/disable-iccprofile-test.patch: Disable failing test
  with openjdk-7 until resolved upstream.

Jessie will be switching default-java to OpenJDK 7 fairly soon; I've
reported the test bug upstream as well (see the headers).

Thanks for considering the patch.


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

Kernel: Linux 3.8.0-21-generic (SMP w/4 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 xmlgraphics-commons-1.5/debian/changelog xmlgraphics-commons-1.5/debian/changelog
diff -Nru xmlgraphics-commons-1.5/debian/patches/disable-iccprofile-test.patch xmlgraphics-commons-1.5/debian/patches/disable-iccprofile-test.patch
--- xmlgraphics-commons-1.5/debian/patches/disable-iccprofile-test.patch	1970-01-01 01:00:00.0 +0100
+++ xmlgraphics-commons-1.5/debian/patches/disable-iccprofile-test.patch	2013-05-17 10:00:58.0 +0100
@@ -0,0 +1,36 @@
+Description: This test fails with openjdk-7 (and oracle java 7).
+ Skip for the time being until upstream resolve - see Bug.
+Author: James Page james.p...@ubuntu.com
+Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=53328
+
+--- a/test/java/org/apache/xmlgraphics/image/loader/ImageLoaderTestCase.java
 b/test/java/org/apache/xmlgraphics/image/loader/ImageLoaderTestCase.java
+@@ -162,28 +162,6 @@ public class ImageLoaderTestCase extends
+ sessionContext.checkAllStreamsClosed();
+ }
+ 
+-public void testICCProfiles() throws Exception {
+-MyImageSessionContext sessionContext = createImageSessionContext();
+-List/* ICC_Profile */profiles = new ArrayList();
+-
+-runReaders(profiles, sessionContext, iccTest.png, image/png,
+-ImageFlavor.RAW_PNG);
+-runReaders(profiles, sessionContext, iccTest.jpg, image/jpeg,
+-ImageFlavor.RAW_JPEG);
+-
+-ICC_Profile first = (ICC_Profile) profiles.get(0);
+-byte[] firstData = first.getData();
+-for (int i = 1; i  profiles.size(); i++) {
+-ICC_Profile icc = (ICC_Profile) profiles.get(i);
+-byte[] data = icc.getData();
+-assertEquals(Embedded ICC Profiles are not the same size!,
+-firstData.length, data.length);
+-for (int j = 0; j  firstData.length; j++) {
+-assertEquals(Embedded ICC Profiles differ at index  + j,
+-firstData[j], data[j]);
+-}
+-}
+-}
+ 
+ private void runReaders(List profiles, ImageSessionContext isc, String uri,
+ String mime, ImageFlavor rawFlavor) throws Exception {
diff -Nru xmlgraphics-commons-1.5/debian/patches/series xmlgraphics-commons-1.5/debian/patches/series
--- xmlgraphics-commons-1.5/debian/patches/series	2012-10-31 20:08:21.0 +
+++ xmlgraphics-commons-1.5/debian/patches/series	2013-05-17 10:24:41.0 +0100
@@ -1,2 +1,3 @@
 #xml-top-level.patch
 #xml-rdf-resource.patch
+disable-iccprofile-test.patch
diff -Nru xmlgraphics-commons-1.5/debian/rules xmlgraphics-commons-1.5/debian/rules
--- xmlgraphics-commons-1.5/debian/rules	2012-11-03 14:02:59.0 +
+++ xmlgraphics-commons-1.5/debian/rules	2013-05-17 10:29:04.0 +0100
@@ -11,11 +11,15 @@
 
 # all target, builds package and run test
 override_dh_auto_build:
-	#dh_auto_build -- -noinput -Dpwd=none all maven-artifacts
-	dh_auto_build -- -noinput -Dpwd=none package maven-artifacts
+	# Link in required deps for testing
+	ln -sf /usr/share/java/commons-io.jar lib/
+	ln -sf /usr/share/java/commons-logging.jar lib/
+	dh_auto_build -- -noinput -Dpwd=none all maven-artifacts
 
-# remove tests for now until issue with DISPLAY is solved
-#override_dh_auto_test:
+override_dh_auto_clean:
+	# Drop any linked in deps for testing
+	rm -f lib/*.jar
+	dh_auto_clean
 
 override_dh_install:
 	#mh_installpoms -plib$(PACKAGE)-java


Bug#708617: Problem with installation and graphics card

2013-05-17 Thread Jason Smith
Package: installation-reports

Boot method: How did you boot the installer? CD? floppy? network?
Image version: Full URL to image you downloaded is best
Date: Date and time of the install

Machine: eMachines EL1200
Processor: AMD Athlon 2650E
Memory:  2GB RAM
Partitions:

Output of lspci -knn (or lspci -nn):

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[E] debian would not detect my wireless
network adapter which is a NETGEAR WNA3100 adapter
Configure network:  [E]
Detect CD:  [O]
Load installer modules: [ ]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [ ]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Installed debian live 7.0 amd64 kde without any issues really. I am
able to log into the desktop, but at some point the screen becomes
warped or distorted and I can no longer make anything out. The
graphics card is an NVIDIA GeForce 6150E. Debian seems to have an
issue with the video card and I don't know how to correct it. I can
reboot and reload the grub with no problem but then about a minute in
is when the screen warps/distorts.



-- 
Jason Smith

Once you become Real, you can't become Unreal again. It lasts for
always!http://buscomplete.widget


Bug#708618: selection is reported incorrectly in file chooser button

2013-05-17 Thread piruthiviraj natarajan
Package: gtk+2.0
version: 2.24.17-2
When you add a torrent you should be able to download it to a user
specified location on your hard disk. But in Deluge 1.3.3 when you
select  file-add a torrent-options-downloadlocation- other(scroll
down to the lowest in the menu).  What ever location you set in
other is not recognized by the application and it sets itself to
default /home/user/Downloads.

This issue is fixed in 2.24.18 upstream.
Please update.
The links:
https://bugzilla.redhat.com/show_bug.cgi?id=845040
https://bugzilla.gnome.org/show_bug.cgi?id=691040


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



Bug#708619: git-annex: explodes if changelog version is not a valid Cabal version

2013-05-17 Thread Colin Watson
Package: git-annex
Version: 4.20130516
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch saucy

If the top version in git-annex's debian/changelog is not a valid Cabal
version (for instance if it's been binNMUed, or modified by a
derivative), Setup fails with Setup: git-annex.cabal:2: Parse of field
'version' failed.  Build/Configure.hs effectively encodes a requirement
that the Debian changelog version must only take certain forms.

I suggest stripping off anything from the tail of the changelog version
that isn't a digit or '.', perhaps like this (apologies, my Haskell is
pretty rough):

  * Build/Configure.hs: Only take characters from the changelog version that
are valid in Cabal versions.

diff -Nru git-annex-4.20130516ubuntu1/Build/Configure.hs 
git-annex-4.20130516ubuntu2/Build/Configure.hs
--- git-annex-4.20130516ubuntu1/Build/Configure.hs  2013-05-16 
00:18:11.0 +0100
+++ git-annex-4.20130516ubuntu2/Build/Configure.hs  2013-05-17 
10:31:55.0 +0100
@@ -10,6 +10,7 @@
 import System.Environment
 import Data.Maybe
 import Control.Monad.IfElse
+import Data.Char
 
 import Build.TestConfig
 import Utility.SafeCommand
@@ -114,7 +115,7 @@
let verline = takeWhile (/= '\n') changelog
return $ middle (words verline !! 1)
   where
-   middle = drop 1 . init
+   middle = takeWhile (\c - isDigit c || c == '.') . drop 1 . init
 
 getGitVersion :: Test
 getGitVersion = do

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]


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



Bug#708620: git-annex: changes for GHC 7.6

2013-05-17 Thread Colin Watson
Package: git-annex
Version: 4.20130516
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch saucy

There are a couple of changes I think ought to be applied to git-annex's
control file once unstable switches to GHC 7.6.  Unfortunately I don't
think there's a straightforward way to apply them before then without
maintaining a fork in experimental, but I wanted to forward them anyway.

Firstly, Template Haskell should now work on powerpc (it does in Ubuntu,
at least), so it makes sense to add powerpc to various architecture
lists.

Secondly, with GHC 7.6, you now need a build-dependency on
libghc-extensible-exceptions-dev (according to Iain Lane).

  * Build the webapp on powerpc, since it has Template Haskell now.
  * Add BD on libghc-extensible-exceptions-dev; newly required with new GHC. 

diff -Nru git-annex-4.20130516/debian/control 
git-annex-4.20130516ubuntu2/debian/control
--- git-annex-4.20130516/debian/control 2013-05-16 00:18:11.0 +0100
+++ git-annex-4.20130516ubuntu2/debian/control  2013-05-17 01:11:14.0 
+0100
@@ -13,7 +13,7 @@
libghc-dataenc-dev,
libghc-utf8-string-dev,
libghc-hs3-dev (= 0.5.6),
-   libghc-dav-dev (= 0.3) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 sparc],
+   libghc-dav-dev (= 0.3) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 
powerpc sparc],
libghc-quickcheck2-dev,
libghc-monad-control-dev (= 0.3),
libghc-lifted-base-dev,
@@ -27,14 +27,14 @@
libghc-hinotify-dev [linux-any],
libghc-stm-dev (= 2.3),
libghc-dbus-dev (= 0.10.3) [linux-any],
-   libghc-yesod-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
-   libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
-   libghc-yesod-default-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
-   libghc-hamlet-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
-   libghc-clientsession-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
-   libghc-warp-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
-   libghc-wai-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
-   libghc-wai-logger-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
+   libghc-yesod-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc],
+   libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 
powerpc],
+   libghc-yesod-default-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 
powerpc],
+   libghc-hamlet-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc],
+   libghc-clientsession-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 
powerpc],
+   libghc-warp-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc],
+   libghc-wai-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc],
+   libghc-wai-logger-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc],
libghc-case-insensitive-dev,
libghc-http-types-dev,
libghc-transformers-dev,
@@ -48,6 +48,7 @@
libghc-xml-types-dev,
libghc-async-dev,
libghc-http-dev,
+   libghc-extensible-exceptions-dev,
ikiwiki,
perlmagick,
git,

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]


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



Bug#673176: chromium: Chromium is locking up entire Gnome-Shell regularly

2013-05-17 Thread cartuchoGL
I don't know if is related, but I apreciate similar problem.

Running debian wheezy amd64 as VirtualBox guest on Windows 7 64 as host,
with 3d aceleration enabled.

When I view this site
http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/ the view
zone flicker showing background desktop and minimize window not hide the
page view. In this site http://ricostacruz.com/jquery.transit/ after scroll
and intereract with the page corrupt the view. When navigate to another
site using this tab all gnome shell corrupt and reboot the system and init
a new gnome session show a gnome session corrupted. If I halt the virtual
machine and turn on the problem dissapear until the steps described.

If I disable 3d aceleration in virtual machine, gnome run in fallback mode
and the problem not occur.

The problem is the same using Google Chrome installed from google site.


Bug#708621: Regression in default cipher suite selection

2013-05-17 Thread Robie Basak
Package: ipmitool
Version: 1.8.12-1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu saucy ubuntu-patch

Upstream bug: 
http://sourceforge.net/tracker/index.php?func=detailaid=3571371group_id=95200atid=610550
Downstream bug: https://launchpad.net/bugs/1176202

There was a regression in the default cipher suite used upstream,
causing users to often have to specify -C3 when they didn't before.
Upstream decided to revert the default back.

Please could you cherry-pick this patch until the next upstream release?

http://ipmitool.cvs.sourceforge.net/viewvc/ipmitool/ipmitool/lib/ipmi_main.c?r1=1.38r2=1.39

Thanks for grabbing our delta in Ubuntu for the latest upstream release.
We've now synced your package, so if you could cherry-pick this then we
can auto-sync and won't need to re-introduce a delta.

Thanks!

Robie


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



Bug#706590: Add penfing tags

2013-05-17 Thread Konstantin Khomoutov
tag 708151 +pending
tag 706590 +pending
thanks

Michael, could you please check the commit [1] which updates
README.Debian and NEWS.Debian?   (You could click the diff links to
view the added content.)  Does their wording appear sensible to you?

1. 
http://git.deb.at/w/pkg/ejabberd.git/commit/1c56fb6d96725a465e7ddb401db7551a8ea64769


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



Bug#708613: [calibre] broken dependencies

2013-05-17 Thread Harishankar
Hello,

This is the error I get:

#apt-get install calibre
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 calibre : Depends: calibre-bin (= 0.9.18+dfsg-1) but it is not going
to be installed E: Unable to correct problems, you have held broken
packages.


On Fri, 17 May 2013 10:38:29 +0200
Martin Pitt mp...@debian.org wrote:

 Hello Harishankar,
 
 Harishankar [2013-05-17 13:43 +0530]:
  Dependencies are broken for this package.
 
 Can you please be more specific how they are broken? apt-get install
 errors, and the like?
 
  Package's Suggests field is empty.
 
 That's not true; the package doesn't even have a Suggests: field.
 
 Martin


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



Bug#708622: No notification on available (security)-updates

2013-05-17 Thread Ingo
Package: lxde
Version: 4+nmu1
Severity: normal

I did install Wheezy from netinstall-image, choosing LXDE as desktop
environment. All went fine until yesterday:

A security-update (kernel) was available, but there was no notification
on the desktop. This is working under Gnome3 and XFCE (which have their
own notification installed automatically), but not in LXDE.

Solution:
just install package 'update-notifier'.
This should be installed automatically with LXDE for security reasons.

Maybe this has to be assigned to the debian-installer?


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



Bug#708623: RM: libgee/experimental -- ROM; source package was renamed

2013-05-17 Thread Michael Biebl
Package: ftp.debian.org
Severity: normal

Hi,

please remove libgee_0.8.4-1 from experimental.
The source package was renamed to libgee-0.8 so it can co-exist with 0.6
and uploaded unstable.

Michael


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



Bug#707990: 4.1 version in main

2013-05-17 Thread Felix Geyer

On 2013-05-17 09:40, Eugen Dedu wrote:

However, would it be possible to have a 4.1 version in main working
with 3.8 kernel, so that we do not need to use contrib?


I highly doubt anyone is willing to maintain a 4.1 fork long term.

Cheers,
Felix


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



Bug#708624: perl-tk: FTBFS with zlib 1:1.2.8.dfsg-1: No rule to make target `zconf.h'

2013-05-17 Thread Niko Tyni
Package: perl-tk
Version: 1:804.030-1
Severity: serious
Tags: sid

This package fails to build on current sid.

  make[2]: Entering directory `/tmp/buildd/perl-tk-804.030/PNG'
  cp PNG.pm ../blib/lib/Tk/PNG.pm
  /usr/bin/perl /usr/share/perl/5.14.2/ExtUtils/xsubpp  -typemap 
/usr/share/perl/5.14/ExtUtils/typemap -typemap 
/tmp/buildd/perl-tk-804.030/Tk/typemap  PNG.xs  PNG.xsc  mv PNG.xsc PNG.c
  cc -c  -I.. -I/usr/local/include  -I/usr/include/freetype2 -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   
-DVERSION=\4.004\ -DXS_VERSION=\804.03\ -fPIC -I/usr/lib/perl/5.14/CORE   
-Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ 
PNG.c
  make[2]: *** No rule to make target `zconf.h', needed by `imgPNG.o'.  Stop.
  make[2]: Leaving directory `/tmp/buildd/perl-tk-804.030/PNG'
  make[1]: *** [subdirs] Error 2
  make[1]: Leaving directory `/tmp/buildd/perl-tk-804.030'
  make: *** [build-stamp] Error 2
  
This seems to be triggered by

zlib (1:1.2.8.dfsg-1) unstable; urgency=low
   [...]
   * Install zconf.h in multiarch path (closes: #698648).

It looks like Tk/MakeDepend.pm needs to look in multiarch include paths
(/usr/include/triplet). Possibly the right thing to do is to parse 
'cpp -v' output somewhere and feed that to Tk::MakeDepend::command_line().
My half hearted attempts to override INC from debian/rules weren't
successful.
-- 
Niko Tyni   nt...@debian.org


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



Bug#708248: transition: json-c

2013-05-17 Thread Ondřej Surý
I have verified that libjson0 with just symlinks works (running
psensor), and building with libjson0-dev ends with libjson-c2 as
dependency (upstart).

Thus I am ready to upload the package to unstable.

Ondrej

On Thu, May 16, 2013 at 1:29 PM, Ondřej Surý ond...@sury.org wrote:
 Good question. I guess I got stuck in the upstream way of 'compatibility'.

 That's the best solution. I'll prepare the packages in experimental and we'll 
 see.

 Ondřej Surý

 On 16. 5. 2013, at 12:03, Julien Cristau jcris...@debian.org wrote:

 On Thu, May 16, 2013 at 08:25:32 +0200, Ondřej Surý wrote:

 Hi Steve,

 On Thu, May 16, 2013 at 5:41 AM, Steve Langasek vor...@debian.org wrote:
 Hi Ondřej,

 On Tue, May 14, 2013 at 03:12:02PM +0200, Ondřej Surý wrote:
 JSON-C upstream has renamed the library from libjson.so to
 libjson-c.so, headers are now in /usr/include/json-c and pkg-config is
 called json-c.

 There's a compatibility layer (symlinks and libjson.so.0), but since
 the library has so few r-deps, I feel that we might not need it to
 make things more simple in the future.  The upstream is planning to
 drop the compatibility layer in next release anyway, so we would have
 to do the transition in some other point in time.

 Not necessarily.  If the ABI has not changed, there is no reason that we
 should not keep the compatibility layer in place in Debian *indefinitely*.

 For another example of this, see libcurl3-gnutls.

 There are some new symbols in libjson-c library and _no_ symbols in libjson
 Why isn't libjson.so.0 a symlink to libjson-c.so.2 then?

 Cheers,
 Julien



--
Ondřej Surý ond...@sury.org


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



Bug#708611: phpmyadmin: css and js not updated

2013-05-17 Thread Thijs Kinkhorst
Hi Gabriel,

On Fri, May 17, 2013 11:43, Gabriel Rolland [Res Novae] wrote:
 Hi,
 I have tried to reinstall the .deb package, same problem.
 No cache problem, no 404 errors.

 The problem seems to be in the file: get_scripts.js.php

 Xdebug error:

 Warning: is_readable(): open_basedir restriction in effect.
 File(js/codemirror/lib/codemirror.js) is not within the allowed path(s):
 (/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext)
 in /usr/share/phpmyadmin/js/get_scripts.js.php on line 31

Aha, open_basedir. That explains. I've changed /etc/phpmyadmin/apache.conf
in the following way:

- php_admin_value open_basedir
/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext
+ php_admin_value open_basedir
/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext:/usr/share/javascript/

If you change this and reload Apache the problem should be solved. Can you
confirm that?


Thanks,
Thijs


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



Bug#708622: No notification on available (security)-updates

2013-05-17 Thread Ingo
Addition:

Package update-notifier cannot be installed directly with apt-get,
instead you have to:

'apt-get install update-notifier-core'
which also pulls in python-vte and update-manager-gnome.

This adds the essential configuration file
/etc/apt/apt.conf.d/10periodic and 99update-notifier.


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



Bug#708625: man kbd, XLeds option misleading/outdated

2013-05-17 Thread Alexander Zangerl
Package: xserver-xorg-input-kbd
Version: 1:1.6.1-1+b1
Severity: minor

man kbd claims thatOption XLeds ledlist
lets you select which keyboard leds an external program (like xset) should
be allowed to control. 

this option doesn't work at all, and apparently hasn't for half a decade 
at least: even with xleds 1 2 3 one only gets to control scroll lock 
(led 3).

according to the upstream bug report at 
https://bugs.freedesktop.org/show_bug.cgi?id=17888
this is a long-dead option because xkb overrides the setting altogether,
and the other two leds are marked as !allowExplicit in the xkb files
(which also indicates how to work around the issue: xkbcomp to dump the
xkb data, remove the !allowExplicit, and xkbcomp to reload the new data).

i think the easiest way to deal with this would be to remove the
paragraph about xleds from the manpage.

regards
az

-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable'), (980, 'testing'), (970, 
'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386


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



Bug#708626: openarena: Broken symlinks in /usr/share/doc/openarena

2013-05-17 Thread Steven De Herdt
Package: openarena
Version: 0.8.8-5+deb7u2
Severity: normal

Dear Maintainer,

/usr/share/doc/openarena/{README,LINUXNOTES} are broken symbolic links to files 
in the doc section
of the openarena-{088-,}data packages respectively.  The former appears to be 
the result of the
unexpected gzipping of the target.  Shouldn't lintian or some other QA tool 
catch this stuff?

Unstable's version also exhibits this bug. The one in stable does too, I 
presume, as they use the
same data package.

Thanks for maintaining!

Steven


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

Kernel: Linux 3.2.0-4-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/bash

Versions of packages openarena depends on:
ii  ioquake3  1.36+svn2287-1
ii  libc6 2.13-38
ii  openarena-081-maps0.8.5split-2
ii  openarena-081-misc0.8.5split-2
ii  openarena-081-players 0.8.5split-2
ii  openarena-081-players-mature  0.8.5split-2
ii  openarena-081-textures0.8.5split-2
ii  openarena-085-data0.8.5split-2
ii  openarena-088-data0.8.8-1
ii  openarena-data0.8.5split-2

openarena recommends no packages.

openarena suggests no packages.

Versions of packages ioquake3 depends on:
ii  libc6 2.13-38
ii  libcurl3-gnutls   7.30.0-1
ii  libgl1-mesa-glx [libgl1]  8.0.5-4
ii  libjpeg8  8d-1
ii  libogg0   1.3.0-4
ii  libopenal11:1.14-4
ii  libsdl1.2debian   1.2.15-5
ii  libspeex1 1.2~rc1-7
ii  libspeexdsp1  1.2~rc1-7
ii  libvorbis0a   1.3.2-1.3
ii  libvorbisfile31.3.2-1.3
ii  zlib1g1:1.2.7.dfsg-13

Versions of packages ioquake3 recommends:
ii  x11-utils  7.7~1
ii  zenity 3.4.0-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#708624: perl-tk: FTBFS with zlib 1:1.2.8.dfsg-1: No rule to make target `zconf.h'

2013-05-17 Thread Niko Tyni
tag 708624 patch
thanks

On Fri, May 17, 2013 at 01:27:21PM +0300, Niko Tyni wrote:
 Package: perl-tk
 Version: 1:804.030-1
 Severity: serious
 Tags: sid
   cc -c  -I.. -I/usr/local/include  -I/usr/include/freetype2 -D_REENTRANT 
 -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe 
 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   
 -DVERSION=\4.004\ -DXS_VERSION=\804.03\ -fPIC -I/usr/lib/perl/5.14/CORE 
   -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ 
 PNG.c
   make[2]: *** No rule to make target `zconf.h', needed by `imgPNG.o'.  Stop.

 zlib (1:1.2.8.dfsg-1) unstable; urgency=low
[...]
* Install zconf.h in multiarch path (closes: #698648).
 
 It looks like Tk/MakeDepend.pm needs to look in multiarch include paths
 (/usr/include/triplet). Possibly the right thing to do is to parse 
 'cpp -v' output somewhere and feed that to Tk::MakeDepend::command_line().
 My half hearted attempts to override INC from debian/rules weren't
 successful.

Here's a much cruder patch that makes it build for me. 
Hope it helps a bit.

However, I note this warning in the build log:

 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
debian/perl-tk/usr/lib/perl5/auto/Tk/PNG/PNG.so was not linked against 
libz.so.1 (it uses none of the library's symbols).

so presumably the whole zlib stuff is only needed for the bundled libpng
and we shouldn't need it at all?
-- 
Niko Tyni   nt...@debian.org
From 9a4b2864d4dee36eced96e55e7eda99c3a81b658 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Fri, 17 May 2013 13:57:27 +0300
Subject: [PATCH] * Fix build failure by passing the multiarch header path
 into   the 'makedepend' phase. (Closes: #708624)

---
 debian/changelog  |8 
 debian/patches/30-multiarch-headers.patch |   26 ++
 debian/patches/series |1 +
 debian/rules  |2 ++
 4 files changed, 37 insertions(+)
 create mode 100644 debian/patches/30-multiarch-headers.patch

diff --git a/debian/changelog b/debian/changelog
index a3d4b3a..abc2b3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+perl-tk (1:804.030-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix build failure by passing the multiarch header path into
+the 'makedepend' phase. (Closes: #708624)
+
+ -- Niko Tyni nt...@debian.org  Fri, 17 May 2013 13:55:56 +0300
+
 perl-tk (1:804.030-1) unstable; urgency=low
 
   * Ack the NMUs
diff --git a/debian/patches/30-multiarch-headers.patch b/debian/patches/30-multiarch-headers.patch
new file mode 100644
index 000..4813e25
--- /dev/null
+++ b/debian/patches/30-multiarch-headers.patch
@@ -0,0 +1,26 @@
+From f5b1878137a090af4e770691606b99b3d5dcc100 Mon Sep 17 00:00:00 2001
+From: Niko Tyni nt...@debian.org
+Date: Fri, 17 May 2013 13:53:38 +0300
+Subject: [PATCH] Support extra include directories in the 'makedepend' phase
+
+The extra directories are passed in the environment variable
+EXTRAINC and must start with -I, e.g. -I/usr/include/x86_64-linux-gnu
+---
+ Tk/MMutil.pm |1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Tk/MMutil.pm b/Tk/MMutil.pm
+index 1a69e56..30b233d 100644
+--- a/Tk/MMutil.pm
 b/Tk/MMutil.pm
+@@ -250,6 +250,7 @@ sub perldepend
+   {
+my $tk = installed_tk();
+my @inc   = split(/\s+/,$self-{'INC'});
++   @inc   = (@inc, split(/\s+/,$ENV{EXTRAINC})) if defined $ENV{EXTRAINC};
+my @def   = split(/\s+/,$self-{'DEFINE'});
+push(@def,qw(-DWIN32 -D__WIN32__)) if ($IsWin32);
+if ($^O eq 'cygwin')
+-- 
+1.7.10.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 37b0dfd..ef18ee6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 20-pngsuite-lic.patch
+30-multiarch-headers.patch
diff --git a/debian/rules b/debian/rules
index bdedfb1..7f41958 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ PERL ?= /usr/bin/perl
 
 package	:= $(firstword $(shell dh_listpackages))
 prefix	:= $(CURDIR)/debian/$(package)
+DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 version	:= $(shell dpkg-parsechangelog | \
 			sed -ne 's/^Version: *\([0-9]\+:\)*//p')
@@ -19,6 +20,7 @@ endif
 config:	config-stamp
 config-stamp:
 	dh_testdir
+	EXTRAINC=-I/usr/include/$(DEB_HOST_MULTIARCH) \
 	$(PERL) Makefile.PL XFT=1 INSTALLDIRS=vendor PERL=$(PERL)
 	touch $@
 
-- 
1.7.10.4



Bug#374779: fixed upstream

2013-05-17 Thread Peter van Dijk
Upstream ticket #468 has been closed: 
https://github.com/PowerDNS/pdns/issues/468

Kind regards,
-- 
Peter van Dijk
Netherlabs Computer Consulting BV - http://www.netherlabs.nl/


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



Bug#708627: gnugo: Please add .desktop file in the package

2013-05-17 Thread Petter Reinholdtsen

Package:  gnugo
Version:  3.8-5
Severity: wishlist
User: debian-...@lists.debian.org
Usertags: debian-edu

Dear Maintainer,

The gnugo package is missing a .desktop file, causing the program
to not show up in the Gnome, LXDE and KDE menu.  It got a menu file, but
that is not enough.  Please add a desktop file.

--
Happy hacking
Petter Reinholdtsen


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



Bug#708628: gnuchess: Please add .desktop file in the package

2013-05-17 Thread Petter Reinholdtsen

Package:  gnuchess
Version:  6.0.2-1
Severity: wishlist
User: debian-...@lists.debian.org
Usertags: debian-edu

Dear Maintainer,

The gnuchess package is missing a .desktop file, causing the program
to not show up in the Gnome, LXDE and KDE menu.  It got a menu file, but
that is not enough.  Please add a desktop file.

--
Happy hacking
Petter Reinholdtsen


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



Bug#708629: RFS: inadyn/1.98.1+git20130517-1

2013-05-17 Thread Timur Birsh
Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package inadyn

 * Package name: inadyn
   Version : 1.98.1+git20130517-1
   Upstream Author : Joachim Nilsson troglo...@gmail.com
 * URL : http://github.com/troglobit/inadyn
 * License : GPL-2+
   Section : net

  It builds those binary packages:

inadyn - Simple and small DynDNS client written in the C language

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/inadyn


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/i/inadyn/inadyn_1.98.1+git20130517-1.dsc

  Changes since the last upload:

  * New upstream release (Closes: #647703):
- network timeout was fixed. Closes: #539240.
- use symbolic persona instead of numeric uid/gid. Closes: #355276.
- man/inadyn.8: fix typos. Closes: #575549, #627970.
  * Update source package in accordance with the version 3.0 (quilt).
Closes: #664352.
  * debian/control:
- bump Standards-Version to 3.9.4 (no changes needed).
- bump debhelper build dependency to 9 (needed by debhelper's
  override mechanism).
- add Vcs-* fields.
- add ${misc:Depends} to the binary package dependency.
- update package's short description.
  * Bump debhelper's compatibility level to 9.
  * debian/rules: use debhelper's override mechanism.
  * debian/copyright:
- update according to the new upstream source.
- follow DEP5.
  * Add debian/{manpages,docs,install}.
  * Update debian/watch with the new URL.
  * debian/changes: merged upstream.
  * debian/patches:
- 01_uid_tAndGid_t.dpatch,
  02_inadyn8ManPage.dpatch: merged upstream - remove.
  * debian/inadyn.conf: use example config from the upstream README.
  * debian/inadyn.init,
debian/inadyn.default: add init script. Closes: #421114.
  * debian/inadyn.post{inst,rm}: create debian-inadyn user in
debian-inadyn group.
  * Provide dyndns-client virtual package. Closes: #433822.
  * debian/source/options: use xz compression.

Thanks.

-- 
Timur


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



Bug#708630: jpegoptim: messes up links and file permissions

2013-05-17 Thread Sven Joachim
Package: jpegoptim
Version: 1.3.0-1

Apparently jpegoptim writes its output to a temporary file and uses
rename(2) to move it back to the original. This breaks hard- and
symlinks and changes the permissions of the file.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages jpegoptim depends on:
ii  libc6 2.17-3
ii  libjpeg8  8d-1

jpegoptim recommends no packages.

jpegoptim 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#708192: racket: Empty report from the profile collection with stripped binary

2013-05-17 Thread David Bremner
Diogo F. S. Ramos diogo...@gmail.com writes:


 Here are the results:

 STRIPPED
   size: 4408K
   startup time (`$ racket -e 42'): 500ms
 UNSTRIPPED
   size: 10254K
   startup time (`$ racket -e 42'): 298ms


Hi Diogo; 

Thanks for running those experiments. The results are pretty
surprising. It would be interesting to start both from a cold cache,
e.g. by running

echo 3 | sudo tee /proc/sys/vm/drop_caches 

beforehand

d


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



Bug#708631: pu: package cyrus-imapd-2.4/2.4.16-4+deb7u1

2013-05-17 Thread Ondřej Surý
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi,

this update fixes some obsolete links in the READMEs and fixes a grave
bug when upgrading cyrus database which use Berkeley DB as backend (no
data is lost, but cyrus-imapd cannot be started).

$ diffstat cyrus-imapd-2.4_2.4.16-4+deb7u1.debdiff
 README.Debian|   11 +--
 UPGRADE.Debian   |4 ++--
 changelog|9 +
 cyrus-upgrade-db |3 +--
 gbp.conf |4 ++--
 5 files changed, 19 insertions(+), 12 deletions(-)

Ondrej

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru cyrus-imapd-2.4-2.4.16/debian/changelog cyrus-imapd-2.4-2.4.16/debian/changelog
--- cyrus-imapd-2.4-2.4.16/debian/changelog	2013-03-13 11:47:43.0 +0100
+++ cyrus-imapd-2.4-2.4.16/debian/changelog	2013-05-17 13:38:57.0 +0200
@@ -1,3 +1,12 @@
+cyrus-imapd-2.4 (2.4.16-4+deb7u1) unstable; urgency=high
+
+  * Fix links in the README.Debian and UPGRADE.Debian (courtesy of Gijs
+Hillenius)
+  * When piping data to while loop the subshell is created and variables
+are lost (Closes: #706862)
+
+ -- Ondřej Surý ond...@debian.org  Wed, 15 May 2013 08:54:27 +0200
+
 cyrus-imapd-2.4 (2.4.16-4) unstable; urgency=low
 
   * Update normalize patch to correctly set the normalize option in the
diff -Nru cyrus-imapd-2.4-2.4.16/debian/cyrus-upgrade-db cyrus-imapd-2.4-2.4.16/debian/cyrus-upgrade-db
--- cyrus-imapd-2.4-2.4.16/debian/cyrus-upgrade-db	2013-03-13 11:47:43.0 +0100
+++ cyrus-imapd-2.4-2.4.16/debian/cyrus-upgrade-db	2013-05-17 13:38:57.0 +0200
@@ -97,7 +97,6 @@
 fi
 
 BERKELEY_DB_FOUND=
-cat $OLD_LIST | \
 while read -r OLD_DBKEY OLD_DBVALUE ; do
 	NEW_DBVALUE=$(LC_ALL=C gawk /^${OLD_DBKEY}[[:blank:]]/ { print \$2 } $NEW_LIST)
 
@@ -180,7 +179,7 @@
 		upgradedb $DBFILE $OLD_DBVALUE $NEW_DBVALUE
 	fi
 	fi
-done
+done  $OLD_LIST
 # Create Berkeley DB checkpoint and remove old logs
 if [ -n ${DO_UPGRADE_BDB} -a -d $CONFIG_DIR/db ]; then
 	if [ -n ${BERKELEY_DB_FOUND} ]; then
diff -Nru cyrus-imapd-2.4-2.4.16/debian/gbp.conf cyrus-imapd-2.4-2.4.16/debian/gbp.conf
--- cyrus-imapd-2.4-2.4.16/debian/gbp.conf	2013-03-13 11:47:43.0 +0100
+++ cyrus-imapd-2.4-2.4.16/debian/gbp.conf	2013-05-17 13:38:57.0 +0200
@@ -1,7 +1,7 @@
 [DEFAULT]
-debian-branch = debian-sid
+debian-branch = master-wheezy
 debian-tag = debian/%(version)s
-upstream-branch = upstream-sid
+upstream-branch = upstream-wheezy
 upstream-tag = upstream/%(version)s
 pristine-tar = True
 
diff -Nru cyrus-imapd-2.4-2.4.16/debian/README.Debian cyrus-imapd-2.4-2.4.16/debian/README.Debian
--- cyrus-imapd-2.4-2.4.16/debian/README.Debian	2013-03-13 11:47:43.0 +0100
+++ cyrus-imapd-2.4-2.4.16/debian/README.Debian	2013-05-17 13:38:57.0 +0200
@@ -15,12 +15,11 @@
 email through LMTP, IMAP and POP3 *only*.  No direct file access to the email
 store is supposed to take place.
 
-For more information, please consult http://asg.web.cmu.edu/cyrus/imapd/ and
-http://asg.web.cmu.edu/twiki/bin/view/Cyrus/WebHome (Cyrus WiKi).  There is
-also Cyrus-HOWTO (Cyrus-IMAP.txt) available as part of the LDP HOWTO
-collection.  Upgrade hints are in UPGRADE.Debian.gz  Outdated documentation
-will cause you much grief, so beware of that when hunting anywhere else than
-the Cyrus mailinglist for information.
+For more information, please consult http://cyrusimap.org/.
+There is also Cyrus-HOWTO (Cyrus-IMAP.txt) available as part of the
+LDP HOWTO collection.  Upgrade hints are in UPGRADE.Debian.gz Outdated
+documentation will cause you much grief, so beware of that when
+hunting anywhere else than the Cyrus mailinglist for information.
 
 Backports of the latest packages for Debian Stable are available from
 http://www.backports.org
diff -Nru cyrus-imapd-2.4-2.4.16/debian/UPGRADE.Debian cyrus-imapd-2.4-2.4.16/debian/UPGRADE.Debian
--- cyrus-imapd-2.4-2.4.16/debian/UPGRADE.Debian	2013-03-13 11:47:43.0 +0100
+++ cyrus-imapd-2.4-2.4.16/debian/UPGRADE.Debian	2013-05-17 13:38:57.0 +0200
@@ -1,7 +1,7 @@
 For more information, see README.Debian[.gz] in /usr/share/doc/cyrus-common-2.4/
-and the web page below, part of the cyrus-utils project at SourceForge:
+and the web page below, part of the Cyrus project at http://cyrusimap.org/
 
-  http://cyrus-utils.sourceforge.net/faq
+  http://cyrusimap.org/mediawiki/index.php/FAQ
 
 Upgrading from 2.2.x to 2.4
 ===


Bug#708626: openarena: Broken symlinks in /usr/share/doc/openarena

2013-05-17 Thread Simon McVittie
On 17/05/13 12:05, Steven De Herdt wrote:
 /usr/share/doc/openarena/{README,LINUXNOTES} are broken symbolic
 links to files in the doc section of the openarena-{088-,}data
 packages respectively.  The former appears to be the result of the
 unexpected gzipping of the target.

Thanks for spotting this. I'll look into whether this can be made
predictable, or failing that, work around it.

 Shouldn't lintian or some other QA tool catch this stuff?

lintian can't see across source package boundaries, and OpenArena is
split between several source packages (to avoid uploading hundreds of
megabytes of data for small changes like this!), so it's not surprising
that this wasn't detected.

 Unstable's version also exhibits this bug.
 The one in stable does too, I presume, as they use the
 same data package.

Noted. This is not severe enough to be a stable update, I'm afraid (but
if the fix is trivial, and openarena needs a stable update for some
other reason, it could perhaps be included).

S


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



Bug#708632: uses debconf as a registry; unconditionally changes apache configuration in prerm

2013-05-17 Thread Ansgar Burchardt
Package: openstack-dashboard-apache
Version: 2012.1.1-10
Severity: important

openstack-dashboard-apache uses debconf as a registry, see [1]. The values
from debconf override admin choices at package upgrades, they do not default to
the current configuration.

  [1] http://lintian.debian.org/tags/debconf-is-not-a-registry.html

In addition the prerm maintainer script enables apache's default site even if
it wasn't enabled before. This also happens on upgrades of
openstack-dashboard-apache itself.

Ansgar

PS: chown -R in maintainer scripts is usually bad as well... Let www-data
hardlink /bin/bash to /var/lib/openstack-dashboard/static/foo, wait for
upgrade, profit.


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



Bug#656292: fixed upstream

2013-05-17 Thread Peter van Dijk
Upstream has merged https://github.com/PowerDNS/pdns/pull/812 which offers 
include-dir support for both pdns_server and pdnssec.

Kind regards,
-- 
Peter van Dijk
Netherlabs Computer Consulting BV - http://www.netherlabs.nl/


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



Bug#708633: posh doesn't ignore SIGINT when running a command that traps SIGINT, should implement WCE

2013-05-17 Thread Vincent Lefevre
Package: posh
Version: 0.12
Severity: normal

When running a command that traps SIGINT, posh doesn't ignore SIGINT.
It should implement WCE (like bash and ksh93), as described on:

  http://www.cons.org/cracauer/sigint.html

To reproduce the bug:

  posh -c gdb; echo OK

and type Ctrl-C (trapped by gdb), then Ctrl-D to quit gdb. OK is not
output and echo $? outputs 130 instead of 0.

With this bug, posh shouldn't be a /bin/sh candidate, as this bug can
yield spurious command failure when executed with system().

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

Kernel: Linux 3.8-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages posh depends on:
ii  debconf [debconf-2.0]  1.5.50
ii  libc6  2.17-3

posh recommends no packages.

posh suggests no packages.

-- debconf information:
  posh/sh: false


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



Bug#707193: [RFR] templates://nss-pam-ldapd/{nslcd.templates,libnss-ldapd.templates}

2013-05-17 Thread Christian PERRIER
Quoting Justin B Rye (justin.byam@gmail.com):
 Christian PERRIER wrote:
  Your review should be sent as an answer to this mail.
 
 What are we diffing against?  The original TAF copies didn't have

Tricky.

We are diffing against the package in the archive, but in the
meantime, Arthur mentioned the newly planned packages, then started
the discussion about their description, so I included these new
descriptions in the new control file.

As I say, tricky..:-)


It's probably better to not care about the diffs but more the whole
files I sent.




signature.asc
Description: Digital signature


Bug#703902: [Piuparts-devel] Bug#703902: Bug#703902: RFC: feature/adequate

2013-05-17 Thread Holger Levsen
Hi Jakub,

On Donnerstag, 16. Mai 2013, Jakub Wilk wrote:
 It would be good to print a warning if adequate exits with non-zero exit
 code. As as said on IRC, this would normally indicate a bug in adequate
 itself, but let's not sweep such bugs under the carpet. :) /wishlist

right. do you know a way to force adequate like this? Or will I have to link 
it to false to test my code? :)
 
 Typo: installatiom - installation
 Other than that, it looks good to me.

Thanks for the review!

 I'm also now considering to always run adequate if it's installed, and
 as such turn the --adequate switch into an --no-adequate switch. What
 do you think? (And defaulting to only warn on adequate failures, which
 can be changed with --fail-if-inadequate.)
 No strong opinion about this

I think I will do it. It's not set in stone anyway, so should complains arise, 
it's trivial to change.


cheers,
Holger




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


Bug#708634: mksh doesn't ignore SIGINT when running a command that traps SIGINT, should implement WCE

2013-05-17 Thread Vincent Lefevre
Package: mksh
Version: 46-1
Severity: normal

When running a command that traps SIGINT, mksh doesn't ignore SIGINT.
It should implement WCE (like bash and ksh93), as described on:

  http://www.cons.org/cracauer/sigint.html

To reproduce the bug:

  mksh -c gdb; echo OK

and type Ctrl-C (trapped by gdb), then Ctrl-D to quit gdb. OK is not
output and echo $? outputs 130 instead of 0.

With this bug, mksh shouldn't be a /bin/sh candidate, as this bug can
yield spurious command failure when executed with system().

Note that due to a mksh optimization, the bug does not appear when
there is a single command: in such a case, the shell does not fork,
but executes the command, replacing it, so that the shell is no longer
involved.

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

Kernel: Linux 3.8-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mksh depends on:
ii  libc62.17-3
ii  libgcc1  1:4.8.0-7

mksh recommends no packages.

Versions of packages mksh suggests:
ii  ed  1.8-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#708573: trac-accountmanager: Please remove Python Applications Packaging Team as maintainer

2013-05-17 Thread W. Martin Borgert

Quoting Scott Kitterman deb...@kitterman.com:

Package: trac-accountmanager

...

Since the package has been removed from the PAPT repository, please remove
PAPT as maintainer.


OK, will do.
The same would apply to trac, right?
Daniel (dkg) moved the latest version to collab-maint git.
And python-pyscss (my package).


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



Bug#688172: openscap: Please port to libnl-3.x

2013-05-17 Thread Pierre Chifflier
On Thu, May 16, 2013 at 12:21:15AM +0200, Michael Biebl wrote:
 Hi,
 
 I'd like to proceed with the removal of libnl1 soon.
 
 What's the current status of this bug report?
 

Hi Michael,

This is currently in progress, but I need a few more days I think. The
package for openscap has been completely rewritten (using debhelper,
multiarch etc.) and the changes are pretty big, so I need to test it a
bit more before uploading the new packages.


Cheers,
Pierre


signature.asc
Description: Digital signature


Bug#708635: perl-tk: FTBFS with Perl 5.18

2013-05-17 Thread Niko Tyni
Package: perl-tk
Version: 1:804.030-1
Severity: important
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=82677
Tags: upstream
User: debian-p...@lists.debian.org
Usertags: perl-5.18-transition

After fixing #708624, this package fails to build with perl 5.18.0-RC1
from experimental:

  cc -c  -I..  -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\804.03\ 
-DXS_VERSION=\804.03\ -fPIC -I/usr/lib/perl/5.18/CORE   -Wall 
-Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ IO.c
  IO.xs: In function 'XS_Tk__IO_read':
  IO.xs:210:6: error: invalid use of void expression
  make[2]: *** [IO.o] Error 1
  make[2]: Leaving directory `/home/niko/tmp/perl-tk-804.030/IO'
  make[1]: *** [subdirs] Error 2
  make[1]: Leaving directory `/home/niko/tmp/perl-tk-804.030'
  make: *** [build-stamp] Error 2
  
From the 5.18 perldelta.pod:

  SvUPGRADE() is no longer an expression. Originally this macro (and
  its underlying function, sv_upgrade()) were documented as boolean,
  although in reality they always croaked on error and never returned
  false. In 2005 the documentation was updated to specify a void return
  value, but SvUPGRADE() was left always returning 1 for backwards
  compatibility. This has now been removed, and SvUPGRADE() is now a
  statement with no return value.

This is easily fixed by the attached patch, but then we see:

  cc -c  -I/usr/include/freetype2 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\804.03\ 
-DXS_VERSION=\804.03\ -fPIC -I/usr/lib/perl/5.18/CORE   -Wall 
-Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkGlue.c
  tkGlue.c: In function 'LangSaveVar':
  tkGlue.c:4195:26: error: lvalue required as left operand of assignment
  tkGlue.c: In function 'XEvent_Info':
  tkGlue.c:5023:9: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  tkGlue.c: In function 'install_vtab':
  tkGlue.c:5513:6: warning: format '%d' expects argument of type 'int', but 
argument 3 has type 'size_t' [-Wformat]
  make[1]: *** [tkGlue.o] Error 1

which I don't have fix for ATM. FWIW, the code around tkGlue.c:4195 is

  #ifdef USE_ITHREADS
 CopSTASHPV(PL_curcop) = NULL;
  #else
 CopSTASH(PL_curcop) = NULL;
  #endif

-- 
Niko Tyni   nt...@debian.org
From 1c62e2862c2ca72f21b9bb0e78f6d565d321d866 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Fri, 17 May 2013 11:28:47 +0300
Subject: [PATCH] SvUPGRADE return value hasn't meant anything for years

Quoting Perl 5.18 release notes (perldelta.pod):

 SvUPGRADE() is no longer an expression. Originally this macro (and its
 underlying function, sv_upgrade()) were documented as boolean, although in
 reality they always croaked on error and never returned false. In 2005 the
 documentation was updated to specify a void return value, but SvUPGRADE()
 was left always returning 1 for backwards compatibility. This has now
 been removed, and SvUPGRADE() is now a statement with no return value.
---
 IO/IO.xs |6 +-
 tkGlue.c |5 +
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/IO/IO.xs b/IO/IO.xs
index 8ae2a57..9eb7823 100644
--- a/IO/IO.xs
+++ b/IO/IO.xs
@@ -207,11 +207,7 @@ int	offset
  info.count  = 0;
  info.error  = 0;
  info.eof= 0;
- if (!SvUPGRADE(buf, SVt_PV))
-  {
-   RETVAL = PL_sv_undef;
-   return;
-  }
+ (void) SvUPGRADE(buf, SVt_PV);
  SvPOK_only(buf);		/* validate pointer */
  Tcl_CreateFileHandler(fd, TCL_READABLE, read_handler, (ClientData) info);
  do
diff --git a/tkGlue.c b/tkGlue.c
index dd3d283..443ba46 100644
--- a/tkGlue.c
+++ b/tkGlue.c
@@ -3830,10 +3830,7 @@ ClientData clientData;
  return EXPIRE((interp, Cannot trace readonly variable));
 }
   }
- if (!SvUPGRADE(sv, SVt_PVMG))
-  {
-   return EXPIRE((interp, Trace SvUPGRADE failed));
-  }
+ (void) SvUPGRADE(sv, SVt_PVMG);
 
  if (SvTYPE(sv) == SVt_PVAV)
   {
-- 
1.7.10.4



Bug#703885: Segfaults with some applications.

2013-05-17 Thread Alain Rpnpif
reassign linux-image-3.2.0-0.bpo.4-rt-686-pae
thanks

Hi,

Until now, I can confirm that this bug affect only linux-image rt
flavor. I have changed to linux-image3.2.0-0.bpo.4-686-pae legacy
(without rt) and now no crashes until now, and better video speed (old
Radeon rv100) and better speed of working.

Regards.

-- 
Alain Rpnpif


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



Bug#708636: export_source called with source.changelog parameter when only source is expected

2013-05-17 Thread Gaudenz Steinlin
Package: git-buildpackage
Version: 0.6.0~git20130506
Severity: normal
Tags: patch

In gbp/scripts/buildpackage.py the export_dir function is called with a
wrong parameter. Because of this the combination of export-dir and
overlay=True options (aka svn-buildpackage mergeWithUpstream emulation)
does not work anymore. This error was introduced in commit d510f2a0.

The following patch fixes the problem:

diff --git a/gbp/scripts/buildpackage.py b/gbp/scripts/buildpackage.py
index d59a76d..282795a 100755
--- a/gbp/scripts/buildpackage.py
+++ b/gbp/scripts/buildpackage.py
@@ -521,7 +521,7 @@ def main(argv):
 # Export to another build dir if requested:
 if options.export_dir:
 tmp_dir = os.path.join(output_dir, %s-tmp % source.sourcepkg)
-export_source(repo, tree, source.changelog, options, tmp_dir, 
output_dir)
+export_source(repo, tree, source, options, tmp_dir, output_dir)
 
 # Run postexport hook
 if options.postexport:

Gaudenz

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages git-buildpackage depends on:
ii  devscripts   2.12.6
ii  git  1:1.7.10.4-2
ii  man-db   2.6.3-3
ii  python   2.7.3-5
ii  python-dateutil  1.5+dfsg-0.1

Versions of packages git-buildpackage recommends:
ii  cowbuilder0.70
ii  pristine-tar  1.28

Versions of packages git-buildpackage suggests:
ii  python-notify  0.1.1-3
ii  unzip  6.0-9

-- 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#703902: [Piuparts-devel] Bug#703902: Bug#703902: RFC: feature/adequate

2013-05-17 Thread Jakub Wilk

* Holger Levsen hol...@layer-acht.org, 2013-05-17, 14:16:
It would be good to print a warning if adequate exits with non-zero 
exit code. As as said on IRC, this would normally indicate a bug in 
adequate itself, but let's not sweep such bugs under the carpet. :) 
/wishlist
right. do you know a way to force adequate like this? Or will I have to 
link it to false to test my code? :)


Maybe ask it to check a non-existent package:

$ adequate piupartz
dpkg-query: no packages found matching piupartz
dpkg-query -W: failed at /usr/bin/adequate line 174.
$ echo $?
1

--
Jakub Wilk


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



Bug#708631: pu: package cyrus-imapd-2.4/2.4.16-4+deb7u1

2013-05-17 Thread Cyril Brulebois
Hi,

some comments below:

Ondřej Surý ond...@debian.org (17/05/2013):
[…]
 diff -Nru cyrus-imapd-2.4-2.4.16/debian/changelog 
 cyrus-imapd-2.4-2.4.16/debian/changelog
 --- cyrus-imapd-2.4-2.4.16/debian/changelog   2013-03-13 11:47:43.0 
 +0100
 +++ cyrus-imapd-2.4-2.4.16/debian/changelog   2013-05-17 13:38:57.0 
 +0200
 @@ -1,3 +1,12 @@
 +cyrus-imapd-2.4 (2.4.16-4+deb7u1) unstable; urgency=high

You want to target stable or wheezy.

 diff -Nru cyrus-imapd-2.4-2.4.16/debian/README.Debian 
 cyrus-imapd-2.4-2.4.16/debian/README.Debian
 --- cyrus-imapd-2.4-2.4.16/debian/README.Debian   2013-03-13 
 11:47:43.0 +0100
 +++ cyrus-imapd-2.4-2.4.16/debian/README.Debian   2013-05-17 
 13:38:57.0 +0200
 @@ -15,12 +15,11 @@
  email through LMTP, IMAP and POP3 *only*.  No direct file access to the email
  store is supposed to take place.
  
 -For more information, please consult http://asg.web.cmu.edu/cyrus/imapd/ and
 -http://asg.web.cmu.edu/twiki/bin/view/Cyrus/WebHome (Cyrus WiKi).  There is
 -also Cyrus-HOWTO (Cyrus-IMAP.txt) available as part of the LDP HOWTO
 -collection.  Upgrade hints are in UPGRADE.Debian.gz  Outdated documentation
 -will cause you much grief, so beware of that when hunting anywhere else than
 -the Cyrus mailinglist for information.
 +For more information, please consult http://cyrusimap.org/.
 +There is also Cyrus-HOWTO (Cyrus-IMAP.txt) available as part of the
 +LDP HOWTO collection.  Upgrade hints are in UPGRADE.Debian.gz Outdated
 +documentation will cause you much grief, so beware of that when
 +hunting anywhere else than the Cyrus mailinglist for information.

Want some punctuation before “Outdated” I guess, while you're at it?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#708637: keystone: Keystone fails to connect to PostgreSQL

2013-05-17 Thread Georgi Mitsov
Package: keystone
Version: 2012.1.1-13
Severity: minor

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

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

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

After initial configuration Keystone fails to connect to Postgres.

Connection type should be changed from pgsql to postgresql or
starting the service will fail with message from sqlalchemy: Could not
determine dialect for 'pgsql'.


-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (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

Versions of packages keystone depends on:
ii  adduser3.113+nmu3
ii  dbconfig-common1.8.47+nmu1
ii  debconf [debconf-2.0]  1.5.49
ii  lsb-base   4.1+Debian8
ii  python 2.7.3-4
ii  python-keystone2012.1.1-13
ii  python-keystoneclient  2012.1-3

keystone recommends no packages.

keystone suggests no packages.

-- 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#708638: [netcdf] add a version netCDF with parallel I/O

2013-05-17 Thread trophime
Package: netcdf
Severity: wishlist

It will be great to a version of netcdf with parallel I/O
support (built with hdf5-mpi-dev).
 

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-4-amd64

Debian Release: jessie/sid
  500 testing-proposed-updates ftp.fr.debian.org 
  500 testing security.debian.org 
  500 testing http.us.debian.org 
  500 testing ftp.fr.debian.org 
  500 testing euler.lcmi.local 
  500 stable  dl.google.com 
  500 jessie  neuro.debian.net 
  500 dataneuro.debian.net 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.

-- 


Christophe TROPHIME
Research Engineer

LNCMI
CNRS - LNCMI
25, rue des Martyrs
BP 166
38042 GRENOBLE Cedex 9
FRANCE
CNRS

Tel : +33 (0)4 76 88 90 02 
Fax : +33 (0) 4 76 88 10 01
Office U 19 
M@il : christophe.troph...@lncmi.cnrs.fr 



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



Bug#708639: fix build failure with python 2.7.5 (nmu diff)

2013-05-17 Thread Matthias Klose
Package: avogadro
Version: 1.0.3-6

NMU'd, acked by Michael on irc

diff -Nru avogadro-1.0.3/debian/changelog avogadro-1.0.3/debian/changelog
--- avogadro-1.0.3/debian/changelog 2013-05-12 21:31:02.0 +0200
+++ avogadro-1.0.3/debian/changelog 2013-05-17 14:41:44.0 +0200
@@ -1,3 +1,10 @@
+avogadro (1.0.3-6.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix to build with the libpython multiarch location.
+
+ -- Matthias Klose d...@debian.org  Fri, 17 May 2013 14:40:59 +0200
+
 avogadro (1.0.3-6) unstable; urgency=low
 
   [ Daniel Leidert ]
diff -Nru avogadro-1.0.3/debian/rules avogadro-1.0.3/debian/rules
--- avogadro-1.0.3/debian/rules 2013-05-12 21:26:57.0 +0200
+++ avogadro-1.0.3/debian/rules 2013-05-17 14:39:34.0 +0200
@@ -7,6 +7,8 @@
 export CXXFLAGS := $(CPPFLAGS) $(shell dpkg-buildflags --get CXXFLAGS)
 export LDFLAGS  := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs 
-Wl,--as-needed
 
+DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 PYTHON_VERSION := $(shell pyversions -dv)
 
 %:
@@ -18,7 +20,7 @@
-DENABLE_RPATH=OFF \
-DENABLE_UPDATE_CHECKER=OFF \
-DPYTHON_EXECUTABLE=/usr/bin/python \
-   -DPYTHON_LIBRARY=/usr/lib/libpython$(PYTHON_VERSION).so \
+   
-DPYTHON_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libpython$(PYTHON_VERSION).so \
-DPYTHON_INCLUDE_DIR=/usr/include/python$(PYTHON_VERSION)/
 
 override_dh_install:


Bug#708610: linux-image: During resume `WARNING: at …linux-3.2.41/drivers/base/firmware_class.c:547 _request_firmware+0xd5/0x3cc()`

2013-05-17 Thread Ben Hutchings
Control: tag -1 upstream fixed-upstream

On Fri, 2013-05-17 at 09:29 +0200, Paul Menzel wrote:
 Package: src:linux
 Version: 3.2.41-2+deb7u2
 Severity: important
 
 Dear Debian folks,
 
 
 resuming from suspend to RAM with `sudo pm-suspend`, I see the following
 warning in the Linux kernel ring buffer.
 
 [ 2666.656607] WARNING: at 
 /build/buildd-linux_3.2.41-2+deb7u2-i386-G4jjsr/linux-3.2.41/drivers/base/firmware_class.c:547
  _request_firmware+0xd5/0x3cc()
 [ 2666.656610] Hardware name: To Be Filled By O.E.M.
 [ 2666.656611] Modules linked in: arc4 nouveau rtl8192cu rtlwifi 
 rtl8192c_common mxm_wmi mac80211 wmi video snd_ice1712 ttm snd_cs8427 snd_i2c 
 drm_kms_helper snd_ice17xx_ak4xxx snd_ak4xxx_adda snd_ac97_codec cfg80211 drm 
 snd_mpu401_uart acpi_cpufreq mperf iTCO_wdt rfkill snd_rawmidi 
 iTCO_vendor_support snd_seq_device i2c_i801 power_supply snd_pcm i2c_algo_bit 
 parport_pc snd_page_alloc snd_timer parport processor ac97_bus i2c_core snd 
 button soundcore thermal_sys rng_core coretemp evdev ext4 crc16 jbd2 mbcache 
 sha256_generic cryptd aes_x86_64 aes_generic cbc ohci_hcd usbhid hid dm_crypt 
 dm_mod sg sr_mod cdrom sd_mod crc_t10dif ata_generic uhci_hcd ata_piix libata 
 ehci_hcd r8169 mii scsi_mod usbcore usb_common [last unloaded: pcspkr]
 [ 2666.656648] Pid: 22324, comm: pm-suspend Not tainted 3.2.0-4-amd64 #1 
 Debian 3.2.41-2+deb7u2
 [ 2666.656650] Call Trace:
 [ 2666.656655]  [81046971] ? warn_slowpath_common+0x78/0x8c
 [ 2666.656658]  [81255fc7] ? _request_firmware+0xd5/0x3cc
 [ 2666.656662]  [a0451e33] ? rtl92cu_init_sw_vars+0xd4/0x181 
 [rtl8192cu]
 [ 2666.65]  [a039820d] ? rtl_usb_probe+0x1cb/0xfbe [rtlwifi]
 [ 2666.656669]  [81255438] ? __pm_runtime_set_status+0x118/0x13c
 [ 2666.656677]  [a0075676] ? usb_probe_interface+0xf2/0x15d 
 [usbcore]
 [ 2666.656680]  [8124db05] ? driver_probe_device+0xa8/0x138
 [ 2666.656683]  [8124dc04] ? __driver_attach+0x6f/0x6f
 [ 2666.656685]  [8124c6b1] ? bus_for_each_drv+0x47/0x7b
 [ 2666.656687]  [8124da26] ? device_attach+0x6f/0x8f
 [ 2666.656694]  [a00753dd] ? usb_rebind_intf+0x35/0x4f [usbcore]
 [ 2666.656700]  [a0075468] ? do_unbind_rebind.isra.9+0x54/0x64 
 [usbcore]
 [ 2666.656706]  [a00754d8] ? usb_resume+0x60/0x72 [usbcore]
 [ 2666.656712]  [a006b08c] ? usb_dev_resume+0xf/0xf [usbcore]
 [ 2666.656717]  [a006b095] ? usb_dev_complete+0x9/0xc [usbcore]
 [ 2666.656720]  [812532b1] ? dpm_complete+0xd2/0x141
 [ 2666.656723]  [81076dd3] ? 
 suspend_devices_and_enter+0x1c6/0x207
 [ 2666.656726]  [81076f2f] ? enter_state+0x11b/0x15c
 [ 2666.656728]  [81075f63] ? state_store+0xb7/0x101
 [ 2666.656731]  [8114d06f] ? sysfs_write_file+0xe0/0x11c
 [ 2666.656735]  [810f9249] ? vfs_write+0xa2/0xe9
 [ 2666.656737]  [810f9426] ? sys_write+0x45/0x6b
 [ 2666.656740]  [81350423] ? ia32_do_call+0x13/0x13
[...]

The driver is requesting firmware during probe, but it's being probed
during resume at which point user-space programs are stopped and the
kernel can't request firmware.

This is probably fixed upstream, either in the driver or by the kernel
being able to load firmware by direct file access.

Ben.

-- 
Ben Hutchings
Editing code like this is akin to sticking plasters on the bleeding stump
of a severed limb. - me, 29 June 1999


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



Bug#702104: tcosmonitor-common

2013-05-17 Thread Mario Izquierdo
Fixed in git:

http://tcosproject.org/cgit/tcosmonitor.git/commit/?id=fcf6b6d22a44c5e65bc30dea20c450434003a29c

I'm preparing a new upload of tcosmonitor package...

Regards

--
Mario


El sáb, 02-03-2013 a las 20:06 +0100, Emilio Pozuelo Monfort escribió:
 Package: tcosmonitor-common
 Version: 0.2.48
 Severity: important
 User: pkg-gnome-maintain...@lists.alioth.debian.org
 Usertags: oldlibs eggtrayicon
 
 Hi,
 
 tcosmonitor-common uses depends on python-eggtrayicon, which is going to be 
 removed from the archive as soon as wheezy is released. tcosmonitor-common 
 should either switch to gtk.StatusIcon and depend on python-gtk2 (which is a 
 better and well maintained tray icon implementation) or make the tray icon 
 use 
 optional.
 
 Regards,
 Emilio


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



Bug#708640: Annual ping for Dmitry Shachnev (DM)

2013-05-17 Thread Dmitry Shachnev

Package: debian-maintainers
Severity: normal

Hi,

This is my annual DM ping.

I am still interested in maintaining my packages in Debian.

--
Dmitry Shachnev


signature.asc
Description: OpenPGP digital signature


Bug#702105: tcos-standalone

2013-05-17 Thread Mario Izquierdo
Fixed in git:

http://tcosproject.org/cgit/tcos.git/commit/?id=f6a2996e39f2bc3c5db7c60cc24918271fea9e58

I'm preparing a new upload of tcos pkg to fix this.

Regards
--
Mario


El sáb, 02-03-2013 a las 20:06 +0100, Emilio Pozuelo Monfort escribió:
 Package: tcos-standalone
 Version: 0.89.90
 Severity: important
 User: pkg-gnome-maintain...@lists.alioth.debian.org
 Usertags: oldlibs eggtrayicon
 
 Hi,
 
 tcos-standalone uses depends on python-eggtrayicon, which is going to be 
 removed 
 from the archive as soon as wheezy is released. tcos-standalone should either 
 switch to gtk.StatusIcon and depend on python-gtk2 (which is a better and 
 well 
 maintained tray icon implementation) or make the tray icon use optional.
 
 Regards,
 Emilio


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



Bug#708573: trac-accountmanager: Please remove Python Applications Packaging Team as maintainer

2013-05-17 Thread Scott Kitterman
On Friday, May 17, 2013 02:22:49 PM W. Martin Borgert wrote:
 Quoting Scott Kitterman deb...@kitterman.com:
  Package: trac-accountmanager
 
 ...
 
  Since the package has been removed from the PAPT repository, please remove
  PAPT as maintainer.
 
 OK, will do.
 The same would apply to trac, right?
 Daniel (dkg) moved the latest version to collab-maint git.
 And python-pyscss (my package).

Yes.  Use of the team repo for team maintained packages isn't optional.

Thanks,

Scott K


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



Bug#708585: libbrlapi-dev: arch-dependent files in Multi-Arch: same package

2013-05-17 Thread Mario Lang
Samuel Thibault sthiba...@debian.org writes:

 - META NAME=GENERATOR CONTENT=LinuxDoc-Tools 0.9.66
 + META NAME=GENERATOR CONTENT=LinuxDoc-Tools 0.9.69

 Urgl. I guess we may want to move the documentation to a separate
 arch:all package then. Any opinion?

Given that we actually have the manual in three languages now, this
might be a good idea to keep the basic brltty package small.

-- 
CYa,
  ⡍⠁⠗⠊⠕


pgpXzzt74zbE8.pgp
Description: PGP signature


Bug#708631: pu: package cyrus-imapd-2.4/2.4.16-4+deb7u1

2013-05-17 Thread Ondřej Surý
Thanks for the review.

Attached is fixed debdiff.

Ondrej

On Fri, May 17, 2013 at 2:45 PM, Cyril Brulebois k...@debian.org wrote:
 Hi,

 some comments below:

 Ondřej Surý ond...@debian.org (17/05/2013):
 […]
 diff -Nru cyrus-imapd-2.4-2.4.16/debian/changelog 
 cyrus-imapd-2.4-2.4.16/debian/changelog
 --- cyrus-imapd-2.4-2.4.16/debian/changelog   2013-03-13 11:47:43.0 
 +0100
 +++ cyrus-imapd-2.4-2.4.16/debian/changelog   2013-05-17 13:38:57.0 
 +0200
 @@ -1,3 +1,12 @@
 +cyrus-imapd-2.4 (2.4.16-4+deb7u1) unstable; urgency=high

 You want to target stable or wheezy.

 diff -Nru cyrus-imapd-2.4-2.4.16/debian/README.Debian 
 cyrus-imapd-2.4-2.4.16/debian/README.Debian
 --- cyrus-imapd-2.4-2.4.16/debian/README.Debian   2013-03-13 
 11:47:43.0 +0100
 +++ cyrus-imapd-2.4-2.4.16/debian/README.Debian   2013-05-17 
 13:38:57.0 +0200
 @@ -15,12 +15,11 @@
  email through LMTP, IMAP and POP3 *only*.  No direct file access to the 
 email
  store is supposed to take place.

 -For more information, please consult http://asg.web.cmu.edu/cyrus/imapd/ and
 -http://asg.web.cmu.edu/twiki/bin/view/Cyrus/WebHome (Cyrus WiKi).  There is
 -also Cyrus-HOWTO (Cyrus-IMAP.txt) available as part of the LDP HOWTO
 -collection.  Upgrade hints are in UPGRADE.Debian.gz  Outdated documentation
 -will cause you much grief, so beware of that when hunting anywhere else than
 -the Cyrus mailinglist for information.
 +For more information, please consult http://cyrusimap.org/.
 +There is also Cyrus-HOWTO (Cyrus-IMAP.txt) available as part of the
 +LDP HOWTO collection.  Upgrade hints are in UPGRADE.Debian.gz Outdated
 +documentation will cause you much grief, so beware of that when
 +hunting anywhere else than the Cyrus mailinglist for information.

 Want some punctuation before “Outdated” I guess, while you're at it?

 Mraw,
 KiBi.



-- 
Ondřej Surý ond...@sury.org


cyrus-imapd-2.4_2.4.16-4+deb7u1.debdiff
Description: Binary data


Bug#703296: confirmed on wheezy installation

2013-05-17 Thread Andreas B. Mundt
Hi,

I have the same problem here, 'top' always shows:

  PID USER  PR  NI  VIRT  RES  SHR S  %CPU %MEMTIME+  COMMAND
 2581 apt-cach  20   0 50348 4844 1360 S  17.6  0.1 100:26.85 apt-cacher-ng
  [...]

It would be great if this could be fixed for the wheezy point relase.
Please let me know if I can provide anything helpful.  The installation 
is a out-of the-box wheezy debian-lan setup (no special tweaks applied).

Best regards,

Andi


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



Bug#708585: libbrlapi-dev: arch-dependent files in Multi-Arch: same package

2013-05-17 Thread Mario Lang
Paul Gevers elb...@debian.org writes:

 On 17-05-13 01:31, Jakub Wilk wrote:
 * Samuel Thibault sthiba...@debian.org, 2013-05-17, 01:10:
 - META NAME=GENERATOR CONTENT=LinuxDoc-Tools 0.9.66
 + META NAME=GENERATOR CONTENT=LinuxDoc-Tools 0.9.69
 Urgl. I guess we may want to move the documentation to a separate
 arch:all package then. Any opinion?
 
 I would fix it with sed:
 
 find -name '*.html' -exec sed -i -e 's/META NAME=GENERATOR[^]*//' {} +
 
 Splitting documentation into a separate package is of course more future
 proof that the hack above, but I'm not sure it's worth the effort.

[...]

 The short term fix would not need the sed command. Mario (you uploaded
 the last version of brltty), I think your own version of LinuxDoc-Tools
 is old (Squeeze), do you build in a clean and up-to-date environment?

Gotcha.  Actually it was Wheezy :-(.

So the define is a real bug, and the documentation difference is my
fault :-(

-- 
CYa,
  ⡍⠁⠗⠊⠕


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



Bug#707347: current build failure

2013-05-17 Thread Matthias Klose
current build failure with the updated gmp now is attached.
(cd ppl; make)
make[4]: Entering directory `/scratch/packages/tmp/apron-0.9.10/apron/ppl'
g++ -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -fPIC 
-O3 -DNDEBUG -I../newpolka 
-I/scratch/packages/tmp/apron-0.9.10/debian/tmp/usr/include -I../apron 
-I../mlapronidl -I../num -I../itv -I/usr/include -I/usr/include -I/usr/include 
-I/usr/lib/ocaml -I/usr/lib/ocaml -c -o ppl_user.o ppl_user.cc
ppl_user.cc: In function 'bool 
ap_ppl_of_box(Parma_Polyhedra_Library::Congruence_System, ap_interval_t**, 
size_t, size_t)':
ppl_user.cc:323:43: error: no match for 'operator==' in 
'Parma_Polyhedra_Library::Variable(i) == temp'
ppl_user.cc:323:43: note: candidates are:
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U, class V, class W 
bool operator==(const __gmp_exprT, U, const __gmp_exprV, W)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   'Parma_Polyhedra_Library::Variable' is not derived 
from 'const __gmp_exprT, U'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U bool 
operator==(const __gmp_exprT, U, signed char)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   'Parma_Polyhedra_Library::Variable' is not derived 
from 'const __gmp_exprT, U'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U bool 
operator==(signed char, const __gmp_exprT, U)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   cannot convert 
'Parma_Polyhedra_Library::Variable(i)' (type 
'Parma_Polyhedra_Library::Variable') to type 'signed char'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U bool 
operator==(const __gmp_exprT, U, unsigned char)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   'Parma_Polyhedra_Library::Variable' is not derived 
from 'const __gmp_exprT, U'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U bool 
operator==(unsigned char, const __gmp_exprT, U)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   cannot convert 
'Parma_Polyhedra_Library::Variable(i)' (type 
'Parma_Polyhedra_Library::Variable') to type 'unsigned char'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U bool 
operator==(const __gmp_exprT, U, int)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   'Parma_Polyhedra_Library::Variable' is not derived 
from 'const __gmp_exprT, U'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U bool 
operator==(int, const __gmp_exprT, U)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   cannot convert 
'Parma_Polyhedra_Library::Variable(i)' (type 
'Parma_Polyhedra_Library::Variable') to type 'int'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: templateclass T, class U bool 
operator==(const __gmp_exprT, U, unsigned int)
/usr/include/gmpxx.h:3082:1: note:   template argument deduction/substitution 
failed:
ppl_user.cc:323:43: note:   'Parma_Polyhedra_Library::Variable' is not derived 
from 'const __gmp_exprT, U'
In file included from /usr/include/x86_64-linux-gnu/ppl.hh:748:0,
 from ppl_poly.hh:20,
 from ppl_user.hh:20,
 from ppl_user.cc:20:
/usr/include/gmpxx.h:3082:1: note: 

Bug#707920: mirror submission for debian.mirror.net.in

2013-05-17 Thread Ripunjay Bararia

Comments inline.

Have started ftpsync based mirroring.

regards
Ripunjay Bararia

On 16.05.2013 02:10, Simon Paillard wrote:

Hi,

Thanks for mirroring Debian.

There are some details to be checked before we can include your 
mirror.

See these items below.

On Sun, May 12, 2013 at 07:31:14AM +, Ripunjay Bararia wrote:

Package: mirrors
Severity: wishlist

Submission-Type: new
Site: debian.mirror.net.in


Could you please use the recommended tool ftpsync ?
See http://www.debian.org/mirror/ftpmirror#how for the rationale of 
using that

tool.



ftpsync configured and started...


Then we'll need the trace file to be named debian.mirror.net.in


Type: leaf
Archive-architecture: amd64 i386
Archive-http: /debian/


It seems the initial sync is not done yet:
http://debian.mirror.net.in/debian/pool/main/i/iceweasel/ is empty


could have been, now all seems to be there


IPv6: yes
Archive-upstream: ftp.jp.debian.org
Updates: four
Maintainer: Ripunjay Bararia ripun...@hns.net.in
Country: IN India
Location: Mumbai, INDIA
Sponsor: Honesty Net Solutions (I) Pvt Ltd http://www.hns.net.in


Bandwidth ?


Bandwidth : 4Gbps

--

Regards,
Ripunjay Bararia
Director - Technical
Honesty Net Solutions (I) Pvt Ltd
Mumbai, INDIA.
M: +91-9820-33-6421
E: ripun...@hns.net.in


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



Bug#708551: Updated TODO list

2013-05-17 Thread Mathieu Parent
- check for --buildsystem=phppear and --with phppear usage
- check for php5-dev builddep when using PECL
- package2.xml requires a newer pkg-php-tools version (also TODO on this side)
- check for ${phppear:summary} and ${phppear:description} in Description

low priority:
- check for builddep when using roles (currently, only php-horde-role
is shipping a role)

Patches welcome


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



Bug#708641: python2.7: wrong sequence of __powerpc__ and __powerpc64__ in debian/multiarch.h.in

2013-05-17 Thread Hiroyuki Yamamoto
Source: python2.7
Version: 2.7.5-2
Severity: important
Tags: patch

GCC of Linux/PowerPC64 defines not only __powerpc64__ but also __powerpc__,
so if there is a decision of  __powerpc__ before __powerpc64__,
the decision of  __powerpc__ becomes TRUE.

e.g..:
http://buildd.debian-ports.org/status/fetch.php?pkg=python-qt4arch=ppc64ver=4.10.1-1stamp=1368762729

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd python2.7-2.7.5.orig/debian/multiarch.h.in python2.7-2.7.5/debian/multiarch.h.in
--- python2.7-2.7.5.orig/debian/multiarch.h.in	2013-05-17 21:39:15.0 +0900
+++ python2.7-2.7.5/debian/multiarch.h.in	2013-05-17 21:53:13.0 +0900
@@ -41,10 +41,10 @@
 #  endif
 # elif defined(__powerpc__)  defined(__SPE__)
 #  include powerpc-linux-gnuspe/@subdir@/@header@
-# elif defined(__powerpc__)
-#  include powerpc-linux-gnu/@subdir@/@header@
 # elif defined(__powerpc64__)
 #  include powerpc64-linux-gnu/@subdir@/@header@
+# elif defined(__powerpc__)
+#  include powerpc-linux-gnu/@subdir@/@header@
 # elif defined(__s390x__)
 #  include s390x-linux-gnu/@subdir@/@header@
 # elif defined(__s390__)


Bug#708642: nicovideo-dl: nicovideo-dl does not work at all

2013-05-17 Thread Kouichi ONO
Package: nicovideo-dl
Version: 0.0.20120212-1
Severity: grave

Dear Maintainer,
nicovideo-dl does not work at all because of Bug #678035 python2.7: urllib2
doesn't connect to some HTTPS sites.

Workaround from http://bugs.python.org/issue11220 can fix this problem.

--- /usr/bin/nicovideo-dl   2012-06-26 00:43:34.0 +0900
+++ nicovideo-dl2013-05-17 20:08:10.635010732 +0900
@@ -45,6 +45,28 @@
 import codecs
 import xml.parsers.expat
 
+
+# custom HTTPS opener, banner's oracle 10g server supports SSLv3 only
+import httplib, ssl, urllib2, socket
+class HTTPSConnectionV3(httplib.HTTPSConnection):
+def __init__(self, *args, **kwargs):
+httplib.HTTPSConnection.__init__(self, *args, **kwargs)
+
+def connect(self):
+sock = socket.create_connection((self.host, self.port), self.timeout)
+if self._tunnel_host:
+self.sock = sock
+self._tunnel()
+try:
+self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, 
ssl_version=ssl.PROTOCOL_SSLv3)
+except ssl.SSLError, e:
+print(Trying SSLv3.)
+self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, 
ssl_version=ssl.PROTOCOL_SSLv23)
+
+class HTTPSHandlerV3(urllib2.HTTPSHandler):
+def https_open(self, req):
+return self.do_open(HTTPSConnectionV3, req)
+
 # Global constants
 const_version = '2011.02.08'
 const_project_url = 'http://sourceforge.jp/projects/nicovideo-dl'
@@ -397,9 +419,9 @@
account_username = raw_input(Type Niconico E-mail account: )
account_password = getpass.getpass('Type Niconico password and 
press return: ')
 
-# Install cookie and proxy handlers
-urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler()))
-urllib2.install_opener(urllib2.build_opener(urllib2.HTTPCookieProcessor()))
+# Install cookie and custom https handlers
+urllib2.install_opener(urllib2.build_opener(urllib2.HTTPCookieProcessor(), 
HTTPSHandlerV3()))
+
 
 # Log in
 if account_username is not None:


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages nicovideo-dl depends on:
ii  python  2.7.3-4

nicovideo-dl recommends no packages.

nicovideo-dl suggests no packages.

-- debconf-show failed


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



Bug#662813: [system-config-printer] applet does not appear in system tray

2013-05-17 Thread Vlad Orlov
 The /usr/share/dbus-1 directory seems to be ignored by the debian/install file.
So these files are skipped when you build the package from source:

/usr/share/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
/usr/share/dbus-1/services/org.fedoraproject.Config.Printing.service

I can't find any info about why they are ignored (or I've missed something in 
the changelog).


Bug#708643: fonts-lmodern: Broken symlink reported by adequate

2013-05-17 Thread shirish शिरीष
Package: fonts-lmodern
Version: 2.004.4-3
Severity: normal

Dear maintainer,
there is still an issue with one of the symlinks.

adequate still reported one of the symlinks as broken.

$ adequate fonts-lmodern
fonts-lmodern: broken-symlink
/usr/share/doc/fonts-lmodern/README-Latin-Modern-Math.TXT -
../../texmf/doc/fonts/lm-math/README-Latin-Modern-Math.TXT

On further investigation I found the symlink is indeed broken.

$ ll /usr/share/doc/fonts-lmodern/README-Latin-Modern-Math.TXT
lrwxrwxrwx 1 root root 58 2013-05-07 09:52
/usr/share/doc/fonts-lmodern/README-Latin-Modern-Math.TXT -
../../texmf/doc/fonts/lm-math/README-Latin-Modern-Math.TXT


$ ll /usr/share/texmf/doc/fonts/lm-math/README-Latin-Modern-Math.TXT
ls: cannot access
/usr/share/texmf/doc/fonts/lm-math/README-Latin-Modern-Math.TXT: No
such file or directory

$ll -h /usr/share/texmf/doc/fonts/lm-math/README-Latin-Modern-Math.txt
-rw-r--r-- 1 root root 4.2K 2013-05-07 09:50
/usr/share/texmf/doc/fonts/lm-math/README-Latin-Modern-Math.txt


Notice the difference between the two files. In the symlink it is
asked to look with the file ending with the extension '.TXT' while in
reality the filename extension there is '.txt' . It needs to be fixed
by making the symlink to look for lowercase .txt in extension.

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

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

Versions of packages fonts-lmodern depends on:
ii  dpkg1.16.10
ii  tex-common  4.02

fonts-lmodern recommends no packages.

fonts-lmodern suggests no packages.

-- debconf-show failed
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


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



Bug#706828: transition: libgd2

2013-05-17 Thread Ondřej Surý
Package: release.debian.org
Followup-For: Bug #706828
User: release.debian@packages.debian.org
Usertags: transition

Hi,

please update Ben file for tracking libgd2 transition after the
package name change as agreed on #debian-release.

New Ben file:

is_affected = .build-depends ~ /libgd(|2|2-noxpm|2-xpm)-dev/
is_good = .depends ~ /libgd3/
is_bad = .depends ~ /libgd2-(noxpm|xpm|3)/

Thanks,
Ondrej

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 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#708644: nicovideo-dl: nicovideo-dl does not work at all

2013-05-17 Thread Kouichi ONO
Package: nicovideo-dl
Version: 0.0.20120212-1
Severity: grave

Dear Maintainer,
nicovideo-dl does not work at all because of Bug #678035 python2.7: urllib2
doesn't connect to some HTTPS sites.

Workaround from http://bugs.python.org/issue11220 can fix this problem.

--- /usr/bin/nicovideo-dl   2012-06-26 00:43:34.0 +0900
+++ nicovideo-dl2013-05-17 20:08:10.635010732 +0900
@@ -45,6 +45,28 @@
 import codecs
 import xml.parsers.expat
 
+
+# custom HTTPS opener, banner's oracle 10g server supports SSLv3 only
+import httplib, ssl, urllib2, socket
+class HTTPSConnectionV3(httplib.HTTPSConnection):
+def __init__(self, *args, **kwargs):
+httplib.HTTPSConnection.__init__(self, *args, **kwargs)
+
+def connect(self):
+sock = socket.create_connection((self.host, self.port), self.timeout)
+if self._tunnel_host:
+self.sock = sock
+self._tunnel()
+try:
+self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, 
ssl_version=ssl.PROTOCOL_SSLv3)
+except ssl.SSLError, e:
+print(Trying SSLv3.)
+self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file, 
ssl_version=ssl.PROTOCOL_SSLv23)
+
+class HTTPSHandlerV3(urllib2.HTTPSHandler):
+def https_open(self, req):
+return self.do_open(HTTPSConnectionV3, req)
+
 # Global constants
 const_version = '2011.02.08'
 const_project_url = 'http://sourceforge.jp/projects/nicovideo-dl'
@@ -397,9 +419,9 @@
account_username = raw_input(Type Niconico E-mail account: )
account_password = getpass.getpass('Type Niconico password and 
press return: ')
 
-# Install cookie and proxy handlers
-urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler()))
-urllib2.install_opener(urllib2.build_opener(urllib2.HTTPCookieProcessor()))
+# Install cookie and custom https handlers
+urllib2.install_opener(urllib2.build_opener(urllib2.HTTPCookieProcessor(), 
HTTPSHandlerV3()))
+
 
 # Log in
 if account_username is not None:


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages nicovideo-dl depends on:
ii  python  2.7.3-4

nicovideo-dl recommends no packages.

nicovideo-dl suggests no packages.

-- debconf-show failed


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



Bug#708645: rhythmbox: Context plugin doesn't disappear after getting deactivated.

2013-05-17 Thread Marcos Schnalke
Package: rhythmbox
Version: 2.97-2.1
Severity: normal

Said plugin refuse to disappear and stays activated after being unchecked in 
the plugin section.
Rhythmbox itself runs fine nevertheless, I get following output though.

(rhythmbox:9288): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 
`G_VALUE_HOLDS_UINT (value)' failed
Traceback (most recent call last):
  File /usr/lib/rhythmbox/plugins/context/context.py, line 48, in do_activate
self.context_view = cv.ContextView (self.object, self)
  File /usr/lib/rhythmbox/plugins/context/ContextView.py, line 92, in __init__
self.tab[self.current].activate ()
  File /usr/lib/rhythmbox/plugins/context/ArtistTab.py, line 75, in activate
self.reload ()
  File /usr/lib/rhythmbox/plugins/context/ArtistTab.py, line 91, in reload
self.view.loading (artist)
  File /usr/lib/rhythmbox/plugins/context/ArtistTab.py, line 120, in loading
basepath = self.basepath)
  File /usr/lib/python2.7/dist-packages/mako/template.py, line 397, in render
return runtime._render(self, self.callable_, args, data)
  File /usr/lib/python2.7/dist-packages/mako/runtime.py, line 764, in _render
**_kwargs_for_callable(callable_, data))
  File /usr/lib/python2.7/dist-packages/mako/runtime.py, line 796, in 
_render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File /usr/lib/python2.7/dist-packages/mako/runtime.py, line 822, in 
_exec_template
callable_(context, *args, **kwargs)
  File 
/tmp/rb-contextlV9Z6T/usr/share/rhythmbox/plugins/context/tmpl/loading.html.py,
 line 25, in render_body
__M_writer(filters.html_escape(unicode(info )))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 11: 
ordinal not in range(128)
Traceback (most recent call last):
  File /usr/lib/rhythmbox/plugins/context/context.py, line 51, in 
do_deactivate
self.context_view.deactivate(self.object)
AttributeError: 'ContextPlugin' object has no attribute 'context_view'

In the end, it needs a restart of 'rhythmbox' to really have the context plugin 
turned off.


-- System Information:
Debian Release: 7.0
Architecture: amd64 (x86_64)

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

Versions of packages rhythmbox depends on:
ii  dbus 1.6.8-1
ii  gnome-icon-theme 3.4.0-2
ii  gstreamer0.10-plugins-base   0.10.36-1.1
ii  gstreamer0.10-plugins-good   0.10.31-3+nmu1
ii  gstreamer0.10-x  0.10.36-1.1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo-gobject21.12.2-3
ii  libcairo21.12.2-3
ii  libffi5  3.0.10-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgirepository-1.0-11.32.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgstreamer-plugins-base0.10-0  0.10.36-1.1
ii  libgstreamer0.10-0   0.10.36-1.2
ii  libgtk-3-0   3.4.2-6
ii  libice6  2:1.0.8-2
ii  libjson-glib-1.0-0   0.14.2-1
ii  libpango1.0-01.30.0-1
ii  libpeas-1.0-01.4.0-2
ii  librhythmbox-core6   2.97-2.1
ii  libsm6   2:1.2.1-2
ii  libsoup-gnome2.4-1   2.38.1-2
ii  libsoup2.4-1 2.38.1-2
ii  libtdb1  1.2.10-2
ii  libtotem-plparser17  3.4.2-1
ii  libxml2  2.8.0+dfsg1-7+nmu1
ii  media-player-info17-1
ii  rhythmbox-data   2.97-2.1
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages rhythmbox recommends:
ii  avahi-daemon 0.6.31-2
ii  gstreamer0.10-plugins-ugly   0.10.19-2+b2
ii  gstreamer0.10-pulseaudio 0.10.31-3+nmu1
ii  gvfs-backends1.12.3-4
ii  notification-daemon  0.7.6-1
ii  rhythmbox-plugins2.97-2.1
ii  xfce4-notifyd [notification-daemon]  0.2.2-2
ii  yelp 3.4.2-1+b1

Versions of packages rhythmbox suggests:
pn  gnome-codec-install  none
pn  gnome-control-center none
ii  gstreamer0.10-plugins-bad0.10.23-7.1
pn  rhythmbox-plugin-cdrecorder  none

-- 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#708646: python3.3: wrong sequence of __powerpc__ and __powerpc64__ in debian/multiarch.h.in

2013-05-17 Thread Hiroyuki Yamamoto
Source: python3.3
Version: 3.3.2-1
Severity: important
Tags: patch

GCC of Linux/PowerPC64 defines not only __powerpc64__ but also __powerpc__,
so if there is a decision of  __powerpc__ before __powerpc64__,
the decision of  __powerpc__ becomes TRUE.

Bug#708641 was posted to python2.7 for same cause.

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd python3.3-3.3.2.orig/debian/multiarch.h.in python3.3-3.3.2/debian/multiarch.h.in
--- python3.3-3.3.2.orig/debian/multiarch.h.in	2013-05-17 22:34:12.0 +0900
+++ python3.3-3.3.2/debian/multiarch.h.in	2013-05-17 22:35:38.0 +0900
@@ -41,10 +41,10 @@
 #  endif
 # elif defined(__powerpc__)  defined(__SPE__)
 #  include powerpc-linux-gnuspe/@subdir@/@header@
-# elif defined(__powerpc__)
-#  include powerpc-linux-gnu/@subdir@/@header@
 # elif defined(__powerpc64__)
 #  include powerpc64-linux-gnu/@subdir@/@header@
+# elif defined(__powerpc__)
+#  include powerpc-linux-gnu/@subdir@/@header@
 # elif defined(__s390x__)
 #  include s390x-linux-gnu/@subdir@/@header@
 # elif defined(__s390__)


Bug#667091: xfce4-settings: Keyboard autorepeat delay and rate are lost after waking up from suspend

2013-05-17 Thread Paul Harris
I am still suffering from this bug.

The problem seems to be because when a keyboard is plugged in, X configures
it, but xfce does not.

gnome-settings-daemon had to fix a similar bug, see here:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/427168

at the moment, I have to always run xset after plugging in my keyboard, as
xfce will not adjust the settings until you move the little slider-dragger
thing.

I'm using Wheezy-xfce4

cheers,
Paul


Bug#708647: libvirt: CVE-2013-1962: DoS (max count of open files exhaustion) due sockets leak in the storage pool

2013-05-17 Thread Salvatore Bonaccorso
Package: libvirt
Version: 1.0.5-2
Severity: grave
Tags: security upstream patch

Hi,

the following vulnerability was published for libvirt.

CVE-2013-1962[0]:
DoS (max count of open files exhaustion) due sockets leak in the storage pool

Upstream patch can be found at [1].

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1962
http://security-tracker.debian.org/tracker/CVE-2013-1962
[1] 
http://libvirt.org/git/?p=libvirt.git;a=commit;h=ca697e90d5bd6a6dfb94bfb6d4438bdf9a44b739

Only experimental version should be affected. Note, the serverity
grave might be a bit overrated in this case, so if you do not agree
please downgrade to important.

Regards,
Salvatore


-- 
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   >