Bug#697875: iceweasel: WebSockets not supported

2013-06-26 Thread Bas Wijnen
Control: found -1 17.0.6esr-1

On Fri, Jan 11, 2013 at 07:00:53PM +0100, Kurt Roeckx wrote:
 It seems that iceweasel doesn't support WebSockets while at least
 the official 10.0 version (and older) do support it.
 
 The 18.0 version in experimental also still has the same problem.

Do you have a testcase?
   
   Some tests:
   http://jimbergman.net/websocket-web-browser-test/
   http://html5demos.com/web-socket
   https://hacks.mozilla.org/2012/03/browserquest/
   http://html5test.com has a test for it.

For me, those tests also failed.  However, all over the web mozilla is
claimed to support them.  So I checked the source, and found that it is
a setting, network.websockets.enabled, which is on by default, but was
off on my machine.  I do not know how that happened; I sure didn't
change it.

Anyway, for people who want to fix this, you need to change it
low-level, because there is no button for it in the preferences window.
So go to about:config, look for websocket and toggle the setting.  That
did the trick for me, anyway.

Still it would be good to know why this happened, and how to make it
unhappen automatically.  If there is no other way, the above workaround
should be advertised broadly, but it would be better to fix it without
user interaction, IMO.

Thanks,
Bas


signature.asc
Description: Digital signature


Bug#714117: unable to install due to unmet dependencies

2013-06-26 Thread Petter Reinholdtsen
[Raf Czlonka]
 Hi Petter,

Hi.  Very glad to hear you tested isenkram. :)

 New version of the package (0.4) is impossible to install due to error
 in dependencies:
 
 dep: python ( 2.7)
 
 However, version of Python available in unstable is 2.7.5-2.

Obs.  My mistake.  I forgot to build it using pbuilder.  If you
rebuild the source, it should work fine.  I'll reupload with fixed
dependencies.  The package work fine with any python, but the build
system insert specific versions as dependencies.

-- 
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#695367: [Build-common-hackers] Bug#695367: Bug#695367: Bug#695367: [cdbs] Please, backport the fix to wheezy.

2013-06-26 Thread Jonas Smedegaard
tag wontfix
thanks

Quoting Petr Gajdůšek (2013-06-25 21:44:14)
 Út 25. červen 2013, 16:54:21 CEST
 Jonas Smedegaard d...@jones.dk napsal(a):
 
  Changes to compiler flags is something that may cause surprises. 
  That's the reason each and every package need to deal with that, 
  instead of enforcing flags centrally.  I therefore find it a too 
  risky change for a stable update
 
 I got your point. It also clarifies my statement that the fix is 
 unintrusive not being true and that it shouldn't go to p-u.
[snip]
 Please consider the bug as resolved from my side, maybe it should stay 
 open to track wheezy and be tagged wontfix?

Good suggestion - hereby done.


 Thanks for the discussion and you patience and feel free to make what 
 you want with this bug as you obviously have deeper insight than me.

Nah, that's not always the case - so I appreciate your persistance here, 
on making sure we fully understood each other.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#714107: deboostrap gpg fatal error 'Bad address' with wheezy and sid on QNAP

2013-06-26 Thread Joey Hess
virtualdj wrote:
 gpg: fatal: can't disable core dumps: Bad address

 [/share/HDA_DATA/debootstrap] # uname -a
 Linux NAS 2.6.33.2 #1 SMP Fri Mar 2 04:25:15 CST 2012 i686 unknown

This seems to be setrlimit(2) failing. Possibly an incompatability with
the kernel version?

There does not seem to be anything debootstrap can do here. It's not
even running gpg; apt's postinst is. Reassigning to gnupg.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#389270: Random (fetchmail) name resolution errors again

2013-06-26 Thread Matthias Andree
Francesco,

this is not at all useful without further logs and traces; reopening the
bugs you should have seen what information and research we've had to do
to find the bug and that it was considered fixed for half a decade.

It is very likely that relevant regressions, if any and not real
temporary issues, are caused by changes in the resolver rigging (name
server, lwresd, whatever, plus nscd and other daemons used by the libc);
and in that situation, I will need API documentation to the extent that
it allows me, from fetchmail code, to reinitialize the resolver library.


Nico,

what is the resolver configuration in the fetchmail build, what daemons
is libc supposed to use on the affected systems?  Is lwresd involved?


Francesco,

I will also need further logs to evidence:

- please show me the config.h and config.log (perhaps Nico can dig these
  out from buildd logs, too)

- that the bug persists in fetchmail 6.3.26 which is the current
  upstream version,

- the fetchmail configuration and logs per FAQ item #G3
  (URL earlier in the bug),

- a documentation of resolv.conf, host.conf, nsswitch.conf before/after
  changes, and how that relates to resolver trouble,

- a proof that nscd is not running and providing negative cache
  entries, or is otherwise having its cache flushed when nsswitch.conf
  changes,

- an ltrace excerpt showing how fetchmail is attempting to resolve the
  relevant names or reinitializing the resolver library (or not)

- proof that other software can resolve the names in the very same
  instant (a fake poll entry with ssh for its plugin might do that).

Best regards
Matthias Andree


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



Bug#714134: ITP: python-django-discover-runner -- alternative Django test runner

2013-06-26 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-django-discover-runner
  Version : 1.0
  Upstream Author : Jannis Leidel jan...@leidel.info
* URL : https://pypi.python.org/pypi/django-discover-runner
* License : BSD
  Programming Lang: Python
  Description : alternative Django test runner

 python-django-discover-runner is an alternative Django TEST_RUNNER which
 uses the unittest2 test discovery from a base path specified in the settings,
 or any other module or package specified to the test management command,
 including app tests.


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



Bug#714135: roundcube-plugins-extra and roundcube-plugins: error when trying to install together

2013-06-26 Thread Ralf Treinen
Package: roundcube-plugins,roundcube-plugins-extra
Version: roundcube-plugins/0.9.2-1
Version: roundcube-plugins-extra/0.7-20120110
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2013-06-26
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libpcre3 libcap2 libbsd0 libedit2 libkeyutils1 libkrb5support0 libk5crypto3
  libkrb5-3 libgssapi-krb5-2 libsasl2-2 libldap-2.4-2 libmagic1 libxml2
  mime-support libapr1 libexpat1 libaprutil1 libaprutil1-dbd-sqlite3
  libaprutil1-ldap liblua5.1-0 apache2-bin apache2-data apache2 libonig2
  libqdbm14 psmisc lsof ucf php5-common libapache2-mod-php5 libfreetype6
  fonts-dejavu-core ttf-dejavu-core fontconfig-config libfontconfig1 libjpeg8
  libpng12-0 libjbig0 libtiff4 libvpx1 libxau6 libxdmcp6 libxcb1 libx11-data
  libx11-6 libxpm4 libgd3 libicu48 libltdl7 mysql-common libmysqlclient18
  php5-cli php-pear php-net-socket php-net-smtp php5-gd php5-intl libmcrypt4
  php5-mcrypt libaspell15 php5-pspell libjson-c2 php5-mysqlnd dbconfig-common
  libdbi-perl libdbd-mysql-perl libjs-jquery libjs-jquery-mousewheel
  libjs-jquery-ui mysql-client-5.5 mysql-client php-auth php-mail-mimedecode
  php-mail-mime php-net-sieve php5-json tinymce roundcube-mysql roundcube-core
  roundcube-plugins roundcube-plugins-extra

Extracting templates from packages: 37%
Extracting templates from packages: 74%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously unselected package libpcre3:amd64.
(Reading database ... 10832 files and directories currently installed.)
Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.31-2_amd64.deb) ...
Selecting previously unselected package libcap2:amd64.
Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.2_amd64.deb) ...
Selecting previously unselected package libbsd0:amd64.
Unpacking libbsd0:amd64 (from .../libbsd0_0.5.2-1_amd64.deb) ...
Selecting previously unselected package libedit2:amd64.
Unpacking libedit2:amd64 (from .../libedit2_2.11-20080614-6_amd64.deb) ...
Selecting previously unselected package libkeyutils1:amd64.
Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-7_amd64.deb) ...
Selecting previously unselected package libkrb5support0:amd64.
Unpacking libkrb5support0:amd64 (from 
.../libkrb5support0_1.10.1+dfsg-6_amd64.deb) ...
Selecting previously unselected package libk5crypto3:amd64.
Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-6_amd64.deb) ...
Selecting previously unselected package libkrb5-3:amd64.
Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-6_amd64.deb) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Unpacking libgssapi-krb5-2:amd64 (from 
.../libgssapi-krb5-2_1.10.1+dfsg-6_amd64.deb) ...
Selecting previously unselected package libsasl2-2:amd64.
Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-8_amd64.deb) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1+nmu2_amd64.deb) 
...
Selecting previously unselected package libmagic1:amd64.
Unpacking libmagic1:amd64 (from .../libmagic1_1%3a5.14-2_amd64.deb) ...
Selecting previously unselected package libxml2:amd64.
Unpacking libxml2:amd64 (from .../libxml2_2.9.1+dfsg1-2_amd64.deb) ...
Selecting previously unselected package mime-support.
Unpacking mime-support (from .../mime-support_3.54_all.deb) ...
Selecting previously unselected package libapr1.
Unpacking libapr1 (from .../libapr1_1.4.6-4_amd64.deb) ...
Selecting previously unselected package libexpat1:amd64.
Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-3_amd64.deb) ...
Selecting previously unselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.5.2-1_amd64.deb) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3.
Unpacking libaprutil1-dbd-sqlite3 (from 
.../libaprutil1-dbd-sqlite3_1.5.2-1_amd64.deb) ...
Selecting previously unselected package libaprutil1-ldap.
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.5.2-1_amd64.deb) ...
Selecting previously unselected package liblua5.1-0:amd64.
Unpacking liblua5.1-0:amd64 (from .../liblua5.1-0_5.1.5-4_amd64.deb) ...
Selecting previously unselected package apache2-bin.
Unpacking apache2-bin (from .../apache2-bin_2.4.4-6_amd64.deb) ...
Selecting previously unselected package apache2-data.
Unpacking apache2-data (from .../apache2-data_2.4.4-6_all.deb) ...
Selecting previously unselected package apache2.
Unpacking apache2 (from .../apache2_2.4.4-6_amd64.deb) ...
Selecting previously unselected package libonig2.
Unpacking libonig2 (from .../libonig2_5.9.1-1_amd64.deb) ...
Selecting previously unselected package libqdbm14.

Bug#695097: Prepared sleuthkit 4.1.0

2013-06-26 Thread Henri Salo
On Tue, Jun 18, 2013 at 01:07:23PM +0200, Michael Prokop wrote:
 we're lagging quite some versions behind with our sleuthkit
 packaging in Debian. I tried to take care of it and just pushed
 upstream and pristine-tar branches for new upstream version 4.1.0 of
 sleuthkit to our git repos (I hope you don't mind, Christophe).
 
 I also pushed my changes related to Debian packaging into branch
 mika/4.1.0 (to not mess with main 'debian' branch yet until it's
 known to be fine).
 
 I'm a bit unsure how to handle the libtsk3 package though.
 Our latest package libtsk3-3 shipped /usr/lib/libtsk3.so.3.4.0
 but upstream seems to have renamed 'tsk3' to just 'tsk' and I'm not
 sure how to handle the resulting /usr/lib/libtsk.so.10.0.0 package
 wise.
 
 Julien, you seem to have handled also the symbol files in the past
 and know what you're doing. :) Any chance you could take a look at
 the current situation and help us in getting a new package release
 out?

Hello,

I can't see sleuthkit 4.1.0 yet in unstable. What is the status with this? I can
help with some smaller tasks and testing if needed. Without much checking
security vulnerability[1] has been fixed in newer versions. In my opinion
comment Hardly a vulnerability in tracker is understating this issue as per
mailing list post[2] says:


The vulnerability is already exploited, for example, by the Flame
malware (possibly unintendedly). Flame uses an encrypted SQLite-DB named
. for extraction of confidential files and for update distribution.
An analyst may miss the file as the Sleuth Kit does not appropriately
show the file.

http://labs.bitdefender.com/2012/06/flame-the-story-of-leaked-data-carried-by-human-vector/
http://blog.crysys.hu/2012/06/flame-usb-dot-file-confirmed/


1: https://security-tracker.debian.org/tracker/CVE-2012-5619
2: http://www.openwall.com/lists/oss-security/2012/12/01/2

---
Henri Salo


signature.asc
Description: Digital signature


Bug#710565: update-notifier for other services

2013-06-26 Thread Ritesh Raj Sarraf
update-notifier was also used by other components. Apport uses it to
notify crashes. I see that update-notifier in Ubuntu in .138 where as we
were .99.

Is there a replacement available?

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System




signature.asc
Description: OpenPGP digital signature


Bug#714136: vice: All emulators fail to start with Received signal 4

2013-06-26 Thread Lawrence Woodman
Package: vice
Version: 2.3.dfsg-4
Severity: important

Dear Maintainer,

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

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

Versions of packages vice depends on:
ii  dpkg  1.16.10
ii  install-info  4.13a.dfsg.1-10
ii  libasound21.0.25-4
ii  libatk1.0-0   2.4.0-2
ii  libc6 2.13-38
ii  libcairo2 1.12.2-3
ii  libfontconfig12.9.0-7.1
ii  libfreetype6  2.4.9-1.1
ii  libgcc1   1:4.7.2-5
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libgl1-mesa-glx [libgl1]  8.0.5-4+deb7u2
ii  libglib2.0-0  2.33.12+really2.32.4-5
ii  libglu1-mesa [libglu1]8.0.5-4+deb7u2
ii  libgtk2.0-0   2.24.10-2
ii  libgtkglext1  1.2.0-2
ii  libice6   2:1.0.8-2
ii  libieee1284-3 0.2.11-10
ii  libjpeg8  8d-1
ii  libpango1.0-0 1.30.0-1
ii  libpng12-01.2.49-1
ii  libpulse0 2.0-6.1
ii  libreadline6  6.2+dfsg-0.1
ii  libsm62:1.2.1-2
ii  libstdc++64.7.2-5
ii  libx11-6  2:1.5.0-1+deb7u1
ii  libxmu6   2:1.1.1-1
ii  libxrandr22:1.3.2-2+deb7u1
ii  libxt61:1.1.3-1+deb7u1
ii  zlib1g1:1.2.7.dfsg-13

vice recommends no packages.

vice 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#713973: phpmyadmin: Fatal error Call to a member function getPresence() on a non-object on login

2013-06-26 Thread Dmitriy.Trt
I have no idea why it happens in my case. Probably I'll find the actual
reason later in my spare time or just revert to previous version. Can't
make any promises.

I'm attaching quick fix to at least see the UI without this fatal error
(but there are JS errors, so the UI is still quite hard to use).


0001-Fix-fatal-error.patch
Description: Binary data


Bug#712744: gnupg-agent: Doesn't call prctl(PR_SET_DUMPABLE, 0, 0, 0, 0)

2013-06-26 Thread Thijs Kinkhorst
severity 712744 normal
tags 712744 -security +moreinfo
thanks

Hi Samuel,

 gpg-agent could do prctl(PR_SET_DUMPABLE, 0, 0, 0, 0) to protect user
 secrets from appearing in coredumps or being stolen using ptrace(), like
 ssh-agent does.  Unfortunately it doesn't yet do this.

gpg-agent uses setrlimit to prevent core dumps. Is there any indication that 
this is not sufficient?


Cheers,
Thijs


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


Bug#714137: be2net Driver update to 3.9.4 (Jessie)

2013-06-26 Thread Bandi,Sarveshwar
Package: src:linux
Version: 3.9.4
Severity: important
X-Debbugs-CC: debian-ker...@lists.debian.org

Opening bug to submit net-next patches for debian 3.9.4 kernel. Patches are 
primarily bug fixes some of which are critical fixes for new hardware support. 


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



Bug#714113: texlive-base: installation fails

2013-06-26 Thread Hilmar Preusse
On 25.06.13 Dietrich Clauss (d...@clauss.dyndns.org) wrote:

Hi,

 /usr/bin/tl-paper: setting paper size for dvips to a4.
 /usr/bin/tl-paper: setting paper size for dvipdfmx to a4.
 /usr/bin/tl-paper: setting paper size for xdvi to a4.
 /usr/bin/tl-paper: setting paper size for pdftex to a4.
 paperconf: relocation error: paperconf: symbol errno, version GLIBC_2.0 not 
 defined in file libc.so.6 with link time reference
 dpkg: error processing texlive-base (--configure):
  subprocess installed post-installation script returned error exit status 127
 Errors were encountered while processing:
  texlive-base
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 $ 
 
Weird. What does dpkg -l libc6 tell you?

H.
-- 
sigmentation fault


signature.asc
Description: Digital signature


Bug#714138: munin: rotates log files while they are still being written to

2013-06-26 Thread Michael Deegan
Package: munin
Version: 2.0.6-4
Severity: normal
Tags: patch

Hello,

I noticed I was getting occasional gzip: stdin: file size changed while
zipping errors from logrotate. This is because /etc/logrotate.d/munin
starts compressing munin-*.log before munin has finished writing to it.

Attached is a patch (against wheezy's version).

-- System Information:
Debian Release: 7.0
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages munin depends on:
ii  adduser  3.113+nmu3
ii  cron 3.0pl1-124
ii  libcgi-fast-perl 5.14.2-21
ii  libdate-manip-perl   6.32-1
pn  libdigest-md5-perl   none
ii  libfile-copy-recursive-perl  0.38-1
ii  libhtml-template-perl2.91-1
ii  libio-socket-inet6-perl  2.69-2
ii  liblog-log4perl-perl 1.29-1
ii  librrds-perl 1.4.7-2
pn  libstorable-perl none
ii  liburi-perl  1.60-1
ii  munin-common 2.0.6-4
ii  perl [libtime-hires-perl]5.14.2-21
ii  perl-modules 5.14.2-21
ii  rrdtool  1.4.7-2
ii  ttf-dejavu   2.33-3

Versions of packages munin recommends:
pn  munin-doc   none
ii  munin-node  2.0.6-4

Versions of packages munin suggests:
ii  libnet-ssleay-perl  1.48-1+b1
ii  lighttpd [httpd]1.4.31-4
ii  lynx-cur [www-browser]  2.8.8dev.12-2
ii  nginx-light [httpd] 1.2.1-2.2

-- Configuration Files:
/etc/cron.d/munin changed:
MAILTO=root
*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; 
fi
14 10 * * * munin if [ -x /usr/share/munin/munin-limits ]; then 
/usr/share/munin/munin-limits --contact nagios --contact old-nagios; fi

-MD

-- 
---
Michael DeeganHugaholichttp://www.deegan.id.au/
-  Jung, zr jbeel?  ---
--- munin.logrotate.orig	2013-01-04 23:05:33.0 +0800
+++ munin.logrotate	2013-05-20 16:21:35.553858306 +0800
@@ -3,6 +3,7 @@
 	missingok
 	rotate 7
 	compress
+	delaycompress
 	notifempty
 	create 640 munin adm
 }
@@ -12,6 +13,7 @@
 	missingok
 	rotate 7
 	compress
+	delaycompress
 	notifempty
 	create 640 munin adm
 }
@@ -21,6 +23,7 @@
 	missingok
 	rotate 7
 	compress
+	delaycompress
 	notifempty
 	create 640 munin adm
 }
@@ -30,6 +33,7 @@
 	missingok
 	rotate 7
 	compress
+	delaycompress
 	notifempty
 	create 640 munin adm
 }


Bug#714139: munin-plugins-core: ntp plugin takes too long when no reserve DNS for one of the peers, causing subsequent plugins to not be queried

2013-06-26 Thread Tim Connors
Package: munin-plugins-core
Version: 2.0.6-4+deb7u1
Severity: normal

Investigating why uptime plugin wasn't running, logs were showing the
ntp_state was timing out.  Running manually, I find one of the dynamic
peers isn't returning reverse DNS, and this simple patch fixes it
(only 1 second because it's not that critical if you don't resolve
successfully, and it tries twice, and you don't want to wait more than
2 seconds when you only have 10 or so seconds to get through all the
plugins):

--- /usr/share/munin/plugins/ntp_states.old 2013-06-26 17:56:59.971427119 
+1000
+++ /usr/share/munin/plugins/ntp_states 2013-06-26 17:55:00.031642347 +1000
@@ -68,6 +68,8 @@
);
 my %peers_condition;
 my $resolver = Net::DNS::Resolver-new;
+$resolver-tcp_timeout(1);
+$resolver-udp_timeout(1);
 
 # Returns a hash whose keys are peer IP addresses and values are
 # condition numbers.


-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (5, 'testing'), (2, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages munin-plugins-core depends on:
ii  munin-common  2.0.6-4+deb7u1
ii  perl  5.14.2-21

Versions of packages munin-plugins-core recommends:
ii  libnet-snmp-perl  6.0.1-2

Versions of packages munin-plugins-core suggests:
pn  libnet-netmask-perl   none
pn  libnet-telnet-perlnone
ii  python2.7.3-4
ii  ruby  1:1.9.3
ii  ruby1.8 [ruby-interpreter]1.8.7.358-7
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.194-8.1

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/munin/plugins/ntp_states (from 
munin-plugins-core package)


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



Bug#713794: vtk: FTBFS: make[2]: *** [Wrapping/CMakeFiles/vtkWrapPython.dir/all] Error 2

2013-06-26 Thread Julien Cristau
On Tue, Jun 25, 2013 at 22:34:11 +0100, Dmitrijs Ledkovs wrote:

 tag 713794 patch pending
 thanks
 
 Uploaded into delayed/5 queue.
 
Your patch is missing a versioned dependency on python2.7 (and dpkg-dev
1.16.1).  It's also terrible that the path isn't detected automatically.

Cheers,
Julien
-- 
Julien Cristau  julien.cris...@logilab.fr
Logilab http://www.logilab.fr/
Informatique scientifique  gestion de connaissances


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



Bug#701546: inkscape: Vertical mode of text object, incorrect for chinese character

2013-06-26 Thread Luca Bruno
 Dear Maintainer,
 
 The text object drawn in vertical text mode shows wrong result
 when entering chinese charater. If use chinese charater, they are
 together. For example: Entering 竪排文字錯誤.
 I am poor in English. Wish can be understand.

Can you please attach a minimal SVG showing this problem?

Cheers, Luca

-- 
  .''`.  |   ~[ Luca BRUNO ~ (kaeso) ]~
 : :'  : | Email: lucab (AT) debian.org ~ Debian Developer
 `. `'`  | GPG Key ID: 0x3BFB9FB3   ~ Free Software supporter
   `-| HAM-radio callsign: IZ1WGT   ~ Networking sorcerer


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



Bug#714140: pu: package tgt/1.0.17-1

2013-06-26 Thread Thomas Goirand
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Dear release team,

Wheezy has been released with a version of tgt which doesn't have an init
script. I fixed the version in Sid on the 2013-05-21 (adding the missing
init.d script).

Now, I would like to upload a fix for Wheezy. The debdiff between
1:1.0.17-1 and 1:1.0.17-1.1 is attached.

Would you allow me to upload the fixed tgt package into s-p-u?

Cheers,

Thomas Goirand (zigo)
diff -Nru tgt-1.0.17/debian/changelog tgt-1.0.17/debian/changelog
--- tgt-1.0.17/debian/changelog	2011-06-21 17:48:54.0 +0800
+++ tgt-1.0.17/debian/changelog	2013-05-14 22:35:02.0 +0800
@@ -1,3 +1,13 @@
+tgt (1:1.0.17-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Adds an init script:
+- Depends: lsb-base
+- Adds dh_installinit call in debian/rules
+- adds debian/init
+
+ -- Thomas Goirand z...@debian.org  Thu, 11 Apr 2013 23:25:08 +0800
+
 tgt (1:1.0.17-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru tgt-1.0.17/debian/control tgt-1.0.17/debian/control
--- tgt-1.0.17/debian/control	2011-06-21 21:55:45.0 +0800
+++ tgt-1.0.17/debian/control	2013-05-14 22:34:21.0 +0800
@@ -9,7 +9,7 @@
 
 Package: tgt
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libconfig-general-perl, sg3-utils
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, libconfig-general-perl, sg3-utils
 Description: Linux SCSI target user-space tools
  The Linux target framework (tgt) allows a Linux system to provide SCSI
  devices (targets) over networked SCSI transports.
diff -Nru tgt-1.0.17/debian/init tgt-1.0.17/debian/init
--- tgt-1.0.17/debian/init	1970-01-01 08:00:00.0 +0800
+++ tgt-1.0.17/debian/init	2013-05-14 22:51:08.0 +0800
@@ -0,0 +1,178 @@
+#!/bin/bash
+### BEGIN INIT INFO
+# Provides:  tgtd
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Should-Start:  zfs
+# Should-Stop:   zfs
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: iscsi target daemon
+# Description:   iscsi target daemon
+### END INIT INFO
+
+DESC=target framework daemon
+NAME=tgtd
+DAEMON=/usr/sbin/${NAME}
+
+TGTD_CONFIG=/etc/tgt/targets.conf
+
+TASK=$1
+
+. /lib/lsb/init-functions
+
+[ -x $DAEMON ] || exit 0
+
+start()
+{
+	log_daemon_msg Starting $DESC $NAME
+	# Start tgtd first.
+	tgtd /dev/null
+	RETVAL=$?
+	if [ $RETVAL -ne 0 ] ; then
+		log_end_msg 1
+		exit 1
+	else
+		log_end_msg 0
+	fi
+	# Put tgtd into offline state until all the targets are configured.
+	# We don't want initiators to (re)connect and fail the connection
+	# if it's not ready.
+	tgtadm --op update --mode sys --name State -v offline
+	# Configure the targets.
+	tgt-admin -e -c $TGTD_CONFIG
+	# Put tgtd into ready state.
+	tgtadm --op update --mode sys --name State -v ready
+}
+
+stop()
+{
+	if [ $RUNLEVEL == 0 -o $RUNLEVEL == 6 ] ; then
+	forcedstop
+	fi
+	log_daemon_msg Stopping $DESC $NAME
+	# Remove all targets. It only removes targets which are not in use.
+	tgt-admin --update ALL -c /dev/null /dev/null
+	# tgtd will exit if all targets were removed
+	tgtadm --op delete --mode system /dev/null
+	RETVAL=$?
+	if [ $RETVAL -eq 107 ] ; then
+		if [ $TASK != restart ] ; then
+			log_end_msg 1
+			exit 1
+		else
+			log_end_msg 0
+		fi
+	elif [ $RETVAL -ne 0 ] ; then
+		log_end_msg 1
+		echo Some initiators are still connected - could not stop tgtd
+		exit 2
+	else
+		log_end_msg 0
+	fi
+	echo -n
+}
+
+forcedstop()
+{
+	# NOTE: Forced shutdown of the iscsi target may cause data corruption
+	# for initiators that are connected.
+	echo Force-stopping target framework daemon
+	# Offline everything first. May be needed if we're rebooting, but
+	# expect the initiators to reconnect cleanly when we boot again
+	# (i.e. we don't want them to reconnect to a tgtd which is still
+	# working, but the target is gone).
+	tgtadm --op update --mode sys --name State -v offline /dev/null
+	RETVAL=$?
+	if [ $RETVAL -eq 107 ] ; then
+	echo tgtd is not running
+	[ $TASK != restart ]  exit 1
+	else
+	tgt-admin --offline ALL
+	# Remove all targets, even if they are still in use.
+	tgt-admin --update ALL -c /dev/null -f
+	# It will shut down tgtd only after all targets were removed.
+	tgtadm --op delete --mode system
+	RETVAL=$?
+	if [ $RETVAL -ne 0 ] ; then
+		echo Failed to shutdown tgtd
+		exit 1
+	fi
+	fi
+	echo -n
+}
+
+reload()
+{
+	log_daemon_msg Reloading configuration of $DESC $NAME
+	# Update configuration for targets. Only targets which
+	# are not in use will be updated.
+	tgt-admin --update ALL -c $TGTD_CONFIG /dev/null
+	RETVAL=$?
+	if [ $RETVAL -eq 107 ] ; then
+		log_end_msg 1
+		echo tgtd is not running
+		exit 1
+	fi
+	log_end_msg 0
+}
+
+forcedreload()
+{
+	log_daemon_msg Forced-reload configuration of $DESC $NAME
+	# Update configuration for targets, even those in use.
+	

Bug#300657: libmotif3: image cache lookup fails

2013-06-26 Thread Nick Lewycky

Paul Gevers wrote:

Control: tag -1 unreproducible

Hi Nick,

On 21-03-05 00:19, Nick Lewycky wrote:

Sometimes looking up an XPixmap from the ImageCache fails to find the
image. I have attached a test case which demonstrates the problem.

I asked someone who's used Motif years ago and he claims that
OpenMotif's ImageCache.cc must be new.


We just created a new libmotif3 package and I was surprised to see such
an old bug appearing. Anyway, a lot has happened since you filed this
bug. Could you please check if it is fixed with a resent
libmotif3/libmotif4 package?

I tried your test case, but it does not fail here, so if you can not
test it anymore, or we don't hear back from you, I am going to close
this bug in, say, 2 months time.


Tested. Works now!

Nick


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



Bug#714117: unable to install due to unmet dependencies

2013-06-26 Thread Raf Czlonka
On Wed, Jun 26, 2013 at 06:59:41AM BST, Petter Reinholdtsen wrote:

 Hi.  Very glad to hear you tested isenkram. :)

Your blog post prompted me to do so :^)

  New version of the package (0.4) is impossible to install due to error
  in dependencies:
  
  dep: python ( 2.7)
  
  However, version of Python available in unstable is 2.7.5-2.
 
 Obs.  My mistake.  I forgot to build it using pbuilder.  If you
 rebuild the source, it should work fine.  I'll reupload with fixed
 dependencies.  The package work fine with any python, but the build
 system insert specific versions as dependencies.

OK, it makes sense now.

No worries.

What if after the upload, the package only gets added to the repository
after its dependencies are met? That would eliminate a number of bugs
like this one, i.e. unable to install due to unmet dependencies. The
upload queue could be set to an arbitrary number/time after which, if
the dependencies have not been resolved [0] it drops the package from
the queue. That would help with the errors mentioned above but also aid
with transitions and possibly with a situation when a package is being
removed from a pool for a specific release and other ones, which depend
on it, are then hidden from the pool and their maintainers informed
(this should be handled with care as we wouldn't like a situation where
a major chunk of the repository disappears).
Recently, after unstable thaw(?), I had all of the above happen to me.
I have filed a couple of bugs because of it but it would be nice if that
was done automatically... Just a thought :^)

Thanks a lot for a prompt response.

Cheers,

Raf


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



Bug#714141: bacula update_sqlite3_tables script contains misprints

2013-06-26 Thread Alexander Pyhalov

Package: bacula-director-sqlite3
Version: 5.2.6+dfsg-9

Script /usr/share/bacula-director/update_sqlite3_tables contains misprint:
while creating table RestoreObject it names column ObejctCompression ( 
not ObjectCompression), however in bacula source code column is 
referenced by the correct name (ObjectCompression).


This effectively leads to errors like the following: 
http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg56255.html 



--
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of Southern Federal University


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



Bug#695097: Prepared sleuthkit 4.1.0

2013-06-26 Thread Michael Prokop
* Henri Salo [Wed Jun 26, 2013 at 10:10:32AM +0300]:
 On Tue, Jun 18, 2013 at 01:07:23PM +0200, Michael Prokop wrote:
  we're lagging quite some versions behind with our sleuthkit
  packaging in Debian. I tried to take care of it and just pushed
  upstream and pristine-tar branches for new upstream version 4.1.0 of
  sleuthkit to our git repos (I hope you don't mind, Christophe).

  I also pushed my changes related to Debian packaging into branch
  mika/4.1.0 (to not mess with main 'debian' branch yet until it's
  known to be fine).

  I'm a bit unsure how to handle the libtsk3 package though.
  Our latest package libtsk3-3 shipped /usr/lib/libtsk3.so.3.4.0
  but upstream seems to have renamed 'tsk3' to just 'tsk' and I'm not
  sure how to handle the resulting /usr/lib/libtsk.so.10.0.0 package
  wise.

  Julien, you seem to have handled also the symbol files in the past
  and know what you're doing. :) Any chance you could take a look at
  the current situation and help us in getting a new package release
  out?

 I can't see sleuthkit 4.1.0 yet in unstable. What is the status with this? I 
 can
 help with some smaller tasks and testing if needed.
[...]

It's still as stated above. We need a decision how to handle the
tsk library.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#705538: [Pkg-gnupg-maint] Bug#705538: gnupg: 5 charset username limit

2013-06-26 Thread Thijs Kinkhorst
Hi Pol,

Op dinsdag 16 april 2013 13:16:01 schreef Pol Hallen:
 Good morning, I study pgp for purpose test and I can't create my key
 because my name is Pol (only 3 charset) while gnupg needs 5 charset.
 
 Why this limit?

The minimum of 5 characters applies to the full user ID, not to your first 
name. So If you are Pol Hallen polhal...@fuckaround.org then you're well 
over the 5 character minimum.

I don't think the minimum is strictly in the RFC, but since this field is 
indended to identify the key owner in the web of trust, using a value shorter 
than 5 is probably indeed too a-specific and not what you want, and I can 
understand GnuPG's choice to protect the user against creating and uploading a 
non-specific key user ID.

Cheers,
Thijs


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


Bug#714090: Go fails to build on ia64

2013-06-26 Thread Tobias Frost
Package: gcc-4.8
Version: 4.8.1-4
Followup-For: Bug #714090

Dear Maintainer,

There are also segfaults in gcc in a recent binNMU for drizzle [1] for
i386, armel, armhf and kfrebsd-i386
Maybe the same issue?

However, those archs are only at 4.8.1-3

coldtobi

[1] https://buildd.debian.org/status/package.php?p=drizzle

PS:
The upstream BTS link should be 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57689, yours is 404ing


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

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

Versions of packages gcc-4.8 depends on:
ii  binutils2.23.52.20130612-1
ii  cpp-4.8 4.8.1-4
ii  gcc-4.8-base4.8.1-4
ii  libc6   2.17-5
ii  libcloog-isl4   0.18.0-2
ii  libgcc-4.8-dev  4.8.1-4
ii  libgmp102:5.1.2+dfsg-1
ii  libisl100.11.2-1
ii  libmpc3 1.0.1-1
ii  libmpfr43.1.1-1
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages gcc-4.8 recommends:
ii  libc6-dev  2.17-5

Versions of packages gcc-4.8 suggests:
pn  binutils-goldnone
pn  gcc-4.8-doc  none
pn  gcc-4.8-locales  none
pn  gcc-4.8-multilib none
pn  libasan0-dbg none
pn  libatomic1-dbg   none
pn  libbacktrace1-dbgnone
pn  libgcc1-dbg  none
pn  libgomp1-dbg none
pn  libitm1-dbg  none
pn  libmudflap0-4.8-dev  none
pn  libmudflap0-dbg  none
pn  libquadmath0-dbg none
pn  libtsan0-dbg 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#692897: inkscape: Crash when importing PDF !

2013-06-26 Thread Luca Bruno
Hi and thanks for the report.

 Just selecting file-import menu,
 Select a pdf file
 ...
 Segmentation fault

It seems to be a regression in the PDF importer, but so far I've never
seen it crashing. Does it happen with all PDF files or just with some
particular ones? Can you please attach a minimal PDF testcase to
reproduce the crash?

Cheers, Luca

-- 
  .''`.  |   ~[ Luca BRUNO ~ (kaeso) ]~
 : :'  : | Email: lucab (AT) debian.org ~ Debian Developer
 `. `'`  | GPG Key ID: 0x3BFB9FB3   ~ Free Software supporter
   `-| HAM-radio callsign: IZ1WGT   ~ Networking sorcerer


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



Bug#714142: qdjango: New upstream release (0.3.0)

2013-06-26 Thread Pete Woods
Package: qdjango
Severity: wishlist
Tags: patch

Dear Maintainer,

I have packaged the new release of QDjango with the following bugfixes:
 * Fix and test unique field option.
 * Add a unique_together model option.
 * Don't crash if QDjango::database() is called before QDjango::setDatabase().
 * Make index names coincide with those used by django.
 * Register models without instantiating them.
 * Improve foreign keys:
   - Do not take object ownership in QDjangoMetaModel::setForeignKey().
   - Fix QDjangoQuerySet::selectRelated() with NULL foreign keys.

Patch included to build against latest Qt version.

Original source tarball came without modification from:
https://qdjango.googlecode.com/files/qdjango-0.3.0.tar.gz



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

Kernel: Linux 3.9.0-6-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


qdjango_0.3.0-1.debian.tar.gz
Description: GNU Zip compressed data
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 3.0 (quilt)
Source: qdjango
Binary: libqdjango-db0, libqdjango-http0, libqdjango-script0, libqdjango-dbg, 
libqdjango-dev, libqdjango-doc
Architecture: any all
Version: 0.3.0-1
Maintainer: Jeremy Lainé jeremy.la...@m4x.org
Homepage: http://code.google.com/p/qdjango/
Standards-Version: 3.9.4
Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/qdjango/trunk/
Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/qdjango/trunk/
Build-Depends: debhelper (= 9), qtbase5-dev, qt5-default, qtscript5-dev
Package-List: 
 libqdjango-db0 deb libs optional
 libqdjango-dbg deb debug extra
 libqdjango-dev deb libdevel optional
 libqdjango-doc deb doc optional
 libqdjango-http0 deb libs optional
 libqdjango-script0 deb libs optional
Checksums-Sha1: 
 b09562b566271c7ecf5968cfedfe0e332e7ae10c 252180 qdjango_0.3.0.orig.tar.gz
 6a3f234fc693ffe71fb9e06a8609583077f41b9e 3340 qdjango_0.3.0-1.debian.tar.gz
Checksums-Sha256: 
 e575aab073e5577abe7d56ca1cad04f0d2d80f6870a85be4e93d75fa7b2412d0 252180 
qdjango_0.3.0.orig.tar.gz
 6f1e2e727f8e245033753d91298f13a47c0fb2700b062a272c7051e29e7ebee2 3340 
qdjango_0.3.0-1.debian.tar.gz
Files: 
 5bc2b9a83e8f7924a650823e5bab9af0 252180 qdjango_0.3.0.orig.tar.gz
 7635e8abe101db723a7b3e05308a612e 3340 qdjango_0.3.0-1.debian.tar.gz

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

iQIcBAEBAgAGBQJRyqFpAAoJEB0biHrMtKUTpDoP/1TC38mKyOZOIEfHm44tpVeC
j5/b65yHRMqpjUpsML7Ks76pQyWPIoniGCqgnsLapB/sGN4oWDpAHzFqqGTpT43F
8IRNlcQAi5xs2kr5i9wyWc4mA8CwLfTk12AVouzpYQp/cHSW87WeHlMHCwVitCL+
JtfJyVv0DnrJx9UxbzEdU8UsRGFrd7S3n+e8RQn1SOHfoXWJ65mhz/y5Jw1H5+az
tWAHt4Cihshl1dHSYmX0MetVAfprM5uKXMbeDgMGQ8vVBKyVEt07QmglmAH9CXTW
so++56ljlCgE+3pcR4KN2DwsvcjVX8TkrKbwwqRJbvEe9ur++ISkY9QOYsIGBXkg
7rVHSjSLik7ff8ArMdKPdz0fzSo7pcbVFUYqbrcTExe/GBxCeZ7nSPmZtjc7+QCh
0fJXRKrRBclSGVIbCim9AooIQNBIFgnI8QhmYfJyLjacKupjIS8Z9xNgsbEU0gx3
mv+F3ciyhQc7rvvywpiDg8tJfF/7+DBOxKAZbpebMXP90mAR6ZK3G8Bt8c0EXdAO
fhr2upIBFtOUZQ4ayG4dffoauWoOZNnogAYbn/oeEydQPJSqQR1Ly9pOJdoUZqhU
GCN8faUH39QjJVuF1p6ZCRfZANrcn/koNlPK3RMfhR1+wHuoZjfdOuO7f8LR+630
DCHQrbpwoONa3X1Zwgb3
=LQXg
-END PGP SIGNATURE-


Bug#712880: libegl1-mesa: Versioned dependency too weak

2013-06-26 Thread Julien Cristau
Control: retitle 712903 beignet: libEGL ABI abuse (getting at symbols not 
intended to be public)

On Thu, Jun 20, 2013 at 15:19:39 +0200, Simon Richter wrote:

 Package: libegl1-mesa
 Version: 9.1.3-6
 Severity: normal
 
 Hi,
 
 the beignet package builds against libegl1-mesa, and uses the symbol
 image_lookup_extension, which according to the symbols file exists since
 version 8.1.
 
Actually that seems like a bug in beignet.  image_lookup_extension is
not a public libEGL symbol AFAICT.  If it was, it would be declared in a
public header.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#617045: python-xmpp: diff for NMU version 0.4.1-cvs20080505.3

2013-06-26 Thread Andrea Colangelo
tags 617045 + patch
tags 617045 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-xmpp (versioned as 0.4.1-cvs20080505.3).
You can find the debdiff  attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
diff -u python-xmpp-0.4.1/debian/rules python-xmpp-0.4.1/debian/rules
--- python-xmpp-0.4.1/debian/rules
+++ python-xmpp-0.4.1/debian/rules
@@ -74,8 +74,7 @@
 	dh_link -i
 	dh_compress -i -X.py
 	dh_fixperms -i
-	dh_pycentral -i
-	dh_python -i
+	dh_python2
 	dh_installdeb -i
 	dh_shlibdeps -i
 	dh_gencontrol -i
diff -u python-xmpp-0.4.1/debian/changelog python-xmpp-0.4.1/debian/changelog
--- python-xmpp-0.4.1/debian/changelog
+++ python-xmpp-0.4.1/debian/changelog
@@ -1,3 +1,10 @@
+python-xmpp (0.4.1-cvs20080505.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617045). 
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 10:30:54 +0200
+
 python-xmpp (0.4.1-cvs20080505.2) unstable; urgency=low
 
   * NMU.
diff -u python-xmpp-0.4.1/debian/control python-xmpp-0.4.1/debian/control
--- python-xmpp-0.4.1/debian/control
+++ python-xmpp-0.4.1/debian/control
@@ -3,9 +3,8 @@
 Priority: optional
 Maintainer: Alexey Nezhdanov snak...@users.sourceforge.net
 Build-Depends: debhelper (= 5.0.37.2)
-Build-Depends-Indep: python (= 2.3.5-11), python-central (= 0.5)
+Build-Depends-Indep: python (= 2.6.6-3~)
 Standards-Version: 3.8.0
-XS-Python-Version: all
 Uploaders: Cosimo Alfarano ka...@debian.org
 
 Package: python-xmpp
@@ -14,7 +13,6 @@
 Conflicts: python2.3-xmpp, python2.4-xmpp, jabber-irc ( 0.2)
 Replaces: python2.3-xmpp, python2.4-xmpp
 Recommends: python-dnspython | python-dnspython
-XB-Python-Version: ${python:Versions}
 Description: Python library for communication with XMPP (Jabber) servers
  This is a set of modules providing functionality for writing
  XMPP-compliant clients or server components in Python.


signature.asc
Description: Digital signature


Bug#714107: [Pkg-gnupg-maint] Processed: reassign 714107 to gnupg

2013-06-26 Thread Thijs Kinkhorst
tags 714107 moreinfo
thanks

Hi virtualdj,

  [/share/HDA_DATA/debootstrap] # uname -a
  Linux NAS 2.6.33.2 #1 SMP Fri Mar 2 04:25:15 CST 2012 i686 unknown

 This seems to be setrlimit(2) failing. Possibly an incompatability with
 the kernel version?

The reported kernel version is not a standard Debian kernel. Is there anything 
you may have configured into that kernel that may explain setrlimit failing?


Cheers,
Thijs


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


Bug#711813: Avision scanner produces error message Invalid argument in scanimage, 1.0.22

2013-06-26 Thread Hans Linkels

Hi Adrian,

Thanks for answering. Unfortunately I am away from home where the 
scanner is, and it might be a few weeks or even months before I am back.


But when I get there, you can be sure I'll install the new version an 
test. The scanner is important to me!


Regards
Hans

On 06/26/2013 12:31 AM, John Paul Adrian Glaubitz wrote:
retitle 'Avision AV220 scanner triggers invalid argument error in 
scanimage'

thanks

Hello Hans,

could you give it a try with the version of libsane available in the
experimental repositories? Chances are your issue has been fixed
in the newer version.

Cheers,

Adrian




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



Bug#713980: [/master] Preserve timestamp while rotating (Closes: #713980).

2013-06-26 Thread Francesco Poli
tag 713980 pending
thanks

Date: Wed Jun 26 10:47:17 2013 +0200
Author: Francesco Poli invernom...@paranoici.org
Commit ID: 49f49c03b082495e6720f719844b990566a974d7
Commit URL: 
http://git.debian.org/?p=collab-maint/geeqie.git;a=commitdiff;h=49f49c03b082495e6720f719844b990566a974d7
Patch URL: 
http://git.debian.org/?p=collab-maint/geeqie.git;a=commitdiff_plain;h=49f49c03b082495e6720f719844b990566a974d7

Preserve timestamp while rotating (Closes: #713980).

  


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



Bug#714142: qdjango: New upstream release (0.3.0)

2013-06-26 Thread Pete Woods
That macro is confusing, I admit. It actually enables the deprecated
functions!


On Wed, Jun 26, 2013 at 9:54 AM, Jeremy Lainé jeremy.la...@m4x.org wrote:

 Hi Pete,

 I'll upload the new version, but I'm not sure I understand why the
 Qt5-specific patch is required.

 How does disabling deprecated functions help the build?

 Jeremy

 Le Jun 26, 2013 à 10:39 AM, Pete Woods a écrit :

  Package: qdjango
  Severity: wishlist
  Tags: patch
 
  Dear Maintainer,
 
  I have packaged the new release of QDjango with the following bugfixes:
  * Fix and test unique field option.
  * Add a unique_together model option.
  * Don't crash if QDjango::database() is called before
 QDjango::setDatabase().
  * Make index names coincide with those used by django.
  * Register models without instantiating them.
  * Improve foreign keys:
- Do not take object ownership in QDjangoMetaModel::setForeignKey().
- Fix QDjangoQuerySet::selectRelated() with NULL foreign keys.
 
  Patch included to build against latest Qt version.
 
  Original source tarball came without modification from:
  https://qdjango.googlecode.com/files/qdjango-0.3.0.tar.gz
 
 
 
  -- System Information:
  Debian Release: wheezy/sid
   APT prefers saucy-updates
   APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500,
 'saucy'), (100, 'saucy-backports')
  Architecture: amd64 (x86_64)
  Foreign Architectures: i386
 
  Kernel: Linux 3.9.0-6-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
  qdjango_0.3.0-1.debian.tar.gzqdjango_0.3.0-1.dsc




Bug#714142: qdjango: New upstream release (0.3.0)

2013-06-26 Thread Jeremy Lainé
Hi Pete,

I'll upload the new version, but I'm not sure I understand why the Qt5-specific 
patch is required.

How does disabling deprecated functions help the build?

Jeremy

Le Jun 26, 2013 à 10:39 AM, Pete Woods a écrit :

 Package: qdjango
 Severity: wishlist
 Tags: patch
 
 Dear Maintainer,
 
 I have packaged the new release of QDjango with the following bugfixes:
 * Fix and test unique field option.
 * Add a unique_together model option.
 * Don't crash if QDjango::database() is called before QDjango::setDatabase().
 * Make index names coincide with those used by django.
 * Register models without instantiating them.
 * Improve foreign keys:
   - Do not take object ownership in QDjangoMetaModel::setForeignKey().
   - Fix QDjangoQuerySet::selectRelated() with NULL foreign keys.
 
 Patch included to build against latest Qt version.
 
 Original source tarball came without modification from:
 https://qdjango.googlecode.com/files/qdjango-0.3.0.tar.gz
 
 
 
 -- System Information:
 Debian Release: wheezy/sid
  APT prefers saucy-updates
  APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy'), 
 (100, 'saucy-backports')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.9.0-6-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
 qdjango_0.3.0-1.debian.tar.gzqdjango_0.3.0-1.dsc


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



Bug#701744: [xen] Update to hypervisor 4.0.1-5.6 or linux-image-2.6.32-5-xen-amd64 2.6.32-48 causes networking (VIF) failures

2013-06-26 Thread Drew Hastings
I am exclusively seeing this on the same two servers so far. Is anyone 
experiencing on this server with more than one VM?


Drew Hastings

On 06/23/2013 03:41 PM, Drew Hastings wrote:
I'm seeing these issues as well, for the first time today. I had two 
VM's fail. The unique thing about these dom0's was that they both only 
had one VM.


As an example, the xm info on one of them is:

root@phx-1006:~# cat /etc/debian_version
6.0.7

root@phx-1006:~# xm info
host   : phx-1006
release: 2.6.32-5-xen-amd64
version: #1 SMP Mon Feb 25 02:51:39 UTC 2013
machine: x86_64
nr_cpus: 4
nr_nodes   : 1
cores_per_socket   : 4
threads_per_core   : 1
cpu_mhz: 3100
hw_caps: 
bfebfbff:28100800::1f40:13bae3ff::0001:

virt_caps  : hvm
total_memory   : 8164
free_memory: 50
node_to_cpu: node0:0-3
node_to_memory : node0:50
node_to_dma32_mem  : node0:50
max_node_id: 0
xen_major  : 4
xen_minor  : 0
xen_extra  : .1
xen_caps   : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 
hvm-3.0-x86_32p hvm-3.0-x86_64

xen_scheduler  : credit
xen_pagesize   : 4096
platform_params: virt_start=0x8000
xen_changeset  : unavailable
xen_commandline: placeholder dom0_mem=1024M
cc_compiler: gcc version 4.4.5 (Debian 4.4.5-8)
cc_compile_by  : ijc
cc_compile_domain  : hellion.org.uk
cc_compile_date: Wed Apr 17 18:59:41 UTC 2013
xend_config_format : 4


I am also only a small mention of it in /var/logmessages:

Jun 23 12:13:58 phx-1006 kernel: [3863294.436187] pub: port 2(vif4.0) 
entering disabled state


I have active-backup bonding setup between two NICs, which might be 
unrelated to the bug. I then create a bridge using that bonding device 
in /etc/network/interfaces





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



Bug#714142: qdjango: New upstream release (0.3.0)

2013-06-26 Thread Jeremy Lainé
Pete,

Le Jun 26, 2013 à 10:55 AM, Pete Woods a écrit :

 That macro is confusing, I admit. It actually enables the deprecated 
 functions!
 

As Qt5 has not landed yet in Debian/unstable, I will be uploading QDjango 0.3.0 
without the Qt5 patch.

As I'm also the upstream author, I will address any Qt5-related issues 
upstream. I am a bit surprised by the need for the macro you mention, I had 
successfully built QDjango against Qt5 betas.

Does this sound OK to you?

Jeremy

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



Bug#617044: python-xmltv: diff for NMU version 1.3-1.1

2013-06-26 Thread Andrea Colangelo
tags 617044 + patch
tags 617044 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-xmltv (versioned as 1.3-1.1). You can find the
debdiff attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
reverted:
--- python-xmltv-1.3/debian/pycompat
+++ python-xmltv-1.3.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u python-xmltv-1.3/debian/changelog python-xmltv-1.3/debian/changelog
--- python-xmltv-1.3/debian/changelog
+++ python-xmltv-1.3/debian/changelog
@@ -1,3 +1,10 @@
+python-xmltv (1.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617044). 
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 10:50:48 +0200
+
 python-xmltv (1.3-1) unstable; urgency=low
 
   * Initial release (Closes: #513294)
diff -u python-xmltv-1.3/debian/rules python-xmltv-1.3/debian/rules
--- python-xmltv-1.3/debian/rules
+++ python-xmltv-1.3/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
diff -u python-xmltv-1.3/debian/control python-xmltv-1.3/debian/control
--- python-xmltv-1.3/debian/control
+++ python-xmltv-1.3/debian/control
@@ -5,9 +5,8 @@
 Uploaders: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org
 Build-Depends: 	cdbs (= 0.4.49), 
 		debhelper (= 5.0.38), 
-		python-central (= 0.5.6), 
-		python (= 2.4)
-XS-Python-Version: = 2.3
+		python (= 2.6.6-3~)
+X-Python-Version: = 2.6.6-3~
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xmltv/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-xmltv/trunk/
 Standards-Version: 3.8.0
@@ -17,7 +16,6 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
 	python (= 2.5) | python-celementtree | python-elementtree
-XB-Python-Version: ${python:Versions}
 Description: allows Python applications to access XMLTV data
  This package allows Python programs to interact with XMLTV data
  and look through it, splitting the contents out into programmes


signature.asc
Description: Digital signature


Bug#714143: Please display ownership. Would be very useful for /tmp/

2013-06-26 Thread Darabos Edv�rd Konr�d
Package: ncdu
Version: 1.6-1
Severity: wishlist

Hello!

  Please add option / keystroke to display owner, group and permission for the
items in the list. It is enough if they are displayed at the information window,
but it might be better if we could also toggle it in the list view, like the
mode of the gauge / percent display.

  The use case for this is when the root browses the /tmp/ or a similar folder
and wants to know the owner of the residues. It is possible to look it up in an
other terminal, but it is inconvenient if there are many similarily named files.

Thanks,
Nil

-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-proposed-updates
  APT policy: (500, 'oldstable-proposed-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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/bash

Versions of packages ncdu depends on:
ii  libc6 2.11.3-4   Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-5 shared libraries for terminal hand

ncdu recommends no packages.

ncdu 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#714142: qdjango: New upstream release (0.3.0)

2013-06-26 Thread Pete Woods
Hi Jeremy,

I think that is reasonable. Is there any point patching it for qt5 support
if there's no qt5 in debian?

It sounds like the Ubuntu package will have to diverge here, for the moment.

-Pete


On Wed, Jun 26, 2013 at 9:59 AM, Jeremy Lainé jeremy.la...@m4x.org wrote:

 Pete,

 Le Jun 26, 2013 à 10:55 AM, Pete Woods a écrit :

  That macro is confusing, I admit. It actually enables the deprecated
 functions!
 

 As Qt5 has not landed yet in Debian/unstable, I will be uploading QDjango
 0.3.0 without the Qt5 patch.

 As I'm also the upstream author, I will address any Qt5-related issues
 upstream. I am a bit surprised by the need for the macro you mention, I had
 successfully built QDjango against Qt5 betas.

 Does this sound OK to you?

 Jeremy


Bug#714137: be2net Driver update to 3.9.4 (Jessie)

2013-06-26 Thread Bandi,Sarveshwar
Please find attached patches to apply to 3.9. These patches have been accepted 
upstream.  The patches also contain the upstream commit id  (using ' 
git-format-patch-for-backport script ). Please apply.

Thanks,
Sarvesh


be2net_driver_update-3.9.tgz
Description: be2net_driver_update-3.9.tgz


Bug#711591: [pkg-horde] Bug#711591: Bug#711591: php-horde: fails to install: post-installation script returned error exit status 1

2013-06-26 Thread Mathieu Parent
2013/6/25 Markus Wagner mar...@mwagner.info:
 Can you try again with the env var?:
 DPKG_MAINTSCRIPT_PACKAGE=php-horde sh -x
 /var/lib/dpkg/info/php-horde.postinst configure

 This gives me the following error:

 dpkg-maintscript-helper: error: environment variable DPKG_MAINTSCRIPT_NAME is
 required

 Setting DPKG_MAINTSCRIPT_NAME to '/var/lib/dpkg/info/php-horde.postinst' will
 cause to run the script without complains, but still the return value is 1,
 therefore configuring does not finish properly.

Thanks. This does'nt help much as I don't know which command is
failing. I will try to reproduce.


Regards
--
Mathieu


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



Bug#714082: possibly related Apache bug

2013-06-26 Thread Daniel Pocock


This bug may be related

https://issues.apache.org/bugzilla/show_bug.cgi?id=48949


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



Bug#714144: RFS: didjvu/0.2.7-1 -- DjVu encoder (python-apps)

2013-06-26 Thread Daniel Stender
Package: sponsorship-requests
Severity: normal

Dear mentors,

I'm looking for a sponsor for my new package of didjvu
(http://packages.qa.debian.org/d/didjvu.html),
http://pypi.python.org/packages/source/d/didjvu/didjvu-0.2.7.tar.gz

The Debian patch is kept within the Python Application Team, please cf. the 
latest commit:
http://anonscm.debian.org/viewvc/python-apps/packages/didjvu/trunk/

Changelog:
didjvu (0.2.7-1) UNRELEASED; urgency=low

  [ Daniel Stender ]
  * New upstream release (Closes: #683581).
  * Bumped debhelper level to 9 (deb/control and deb/compat).
  * Added deb/docs to include doc/credits.txt.
  * deb/control:
+ bumped standards to 3.9.4 (no changes needed).
+ added pyexiv2 to Suggests and b-p.
+ changed Python dependencies (cf. #707807).
  * deb/copyright: expanded copyrights to 2013.
  * deb/rules:
+ removed override for dh_installchangelogs (not needed).
+ added execution of tests.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Daniel Stender dan...@danielstender.com  Mon, 03 Jun 2013 17:47:57 +0200

Please cf. my build log, here:
http://www.danielstender.com/uploads/didjvu_0.2.7-1_amd64.build

I've stashed the package at mentors, please cf.:
http://mentors.debian.net/package/didjvu
http://mentors.debian.net/debian/pool/main/d/didjvu/didjvu_0.2.7-1.dsc

Thanks in advance for any pointers!
Daniel Stender

-- 
http://www.danielstender.com/blog/
GPG key ID: 1654BD9C


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



Bug#709065: tiger: /usr/lib/tiger/scripts/check_known: line 129: [: 8-1-amd64: integer expression expected

2013-06-26 Thread Yoric Kotchukov
Package: tiger
Version: 1:3.2.3-10
Followup-For: Bug #709065

Hello

I join
/usr/lib/tiger/scripts/check_known: 129: [: Illegal number: 9-1-686-pae

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

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

Versions of packages tiger depends on:
ii  binutils   2.22-8
ii  bsdmainutils   9.0.5
ii  debconf [debconf-2.0]  1.5.50
ii  libc6  2.17-3
ii  net-tools  1.60-25
ii  ucf3.0027

Versions of packages tiger recommends:
pn  chkrootkit none
ii  exim4-daemon-light [mail-transport-agent]  4.80-7
pn  john   none
pn  tripwire | aidenone

Versions of packages tiger suggests:
ii  lsof  4.86+dfsg-1

-- debconf information:
  tiger/mail_rcpt: root
  tiger/policy_adapt:


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



Bug#617035: python-testscenarios: diff for NMU version 0.2-1.1

2013-06-26 Thread Andrea Colangelo
tags 617035 + patch
tags 617035 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-testscenarios (versioned as 0.2-1.1). You can
find the debdiff attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
diff -u python-testscenarios-0.2/debian/rules python-testscenarios-0.2/debian/rules
--- python-testscenarios-0.2/debian/rules
+++ python-testscenarios-0.2/debian/rules
@@ -3,3 +3,2 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_PYTHON_SYSTEM = pycentral
 include /usr/share/cdbs/1/class/python-distutils.mk
diff -u python-testscenarios-0.2/debian/changelog python-testscenarios-0.2/debian/changelog
--- python-testscenarios-0.2/debian/changelog
+++ python-testscenarios-0.2/debian/changelog
@@ -1,3 +1,10 @@
+python-testscenarios (0.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617035). 
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 11:15:38 +0200
+
 python-testscenarios (0.2-1) unstable; urgency=low
 
   * New upstream release.
reverted:
--- python-testscenarios-0.2/debian/pycompat
+++ python-testscenarios-0.2.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u python-testscenarios-0.2/debian/control python-testscenarios-0.2/debian/control
--- python-testscenarios-0.2/debian/control
+++ python-testscenarios-0.2/debian/control
@@ -3,19 +3,15 @@
 Section: python
 Priority: optional
 Standards-Version: 3.8.1
-Build-Depends-Indep:
-python-central (= 0.6.7)
 Build-Depends:
-cdbs (= 0.4.51),
+cdbs (= 0.4.90~),
 debhelper (= 6.0.4),
-python (= 2.4),
+python (= 2.6.6-3~),
 python-testtools
-XS-Python-Version: all
 Homepage: https://launchpad.net/testscenarios
 
 Package: python-testscenarios
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends},
 ${misc:Depends},
 python-testtools


signature.asc
Description: Digital signature


Bug#714145: [pdns] unable to remove pdns init script from runlevels with insserv

2013-06-26 Thread Jan Wagner
Package: pdns
Version: 3.1-4
Severity: normal
Tags: patch

I'm trying to remove pdns init scripts from all runlevels:

# insserv -r pdns
insserv: Service pdns has to be enabled to start service apache2
insserv: Service pdns has to be enabled to start service postfix
insserv: exiting now!
#

Having a look into insserv config:

# rgrep named /etc/insserv*
/etc/insserv.conf:$named+named +dnsmasq +lwresd +bind9 +unbound 
$network
/etc/insserv.conf.d/pdns-server:$named pdns +pdns-recursor
/etc/insserv.d/pdns-server:$named pdns +pdns-recursor
#

As all other nameserver daemons are optional to start, I guess thats
also fine for pdns?
Implementing this with the attached patch make insserv work:

# insserv -r pdns
#

Thanks and cheers, Jan.
-- 
Never write mail to w...@spamfalle.info, you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS
PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y
--END GEEK CODE BLOCK--
--- /etc/insserv.conf.d/pdns-server.orig	2013-06-26 11:16:31.0 +0200
+++ /etc/insserv.conf.d/pdns-server	2013-06-26 11:16:40.0 +0200
@@ -1 +1 @@
-$named pdns +pdns-recursor
+$named +pdns +pdns-recursor


signature.asc
Description: OpenPGP digital signature


Bug#617044: python-xmltv: diff for NMU version 1.3-1.1 (the good one)

2013-06-26 Thread Andrea Colangelo
Forgot to bump cdbs, sorry. Fixed debdiff here.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
reverted:
--- python-xmltv-1.3/debian/pycompat
+++ python-xmltv-1.3.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u python-xmltv-1.3/debian/changelog python-xmltv-1.3/debian/changelog
--- python-xmltv-1.3/debian/changelog
+++ python-xmltv-1.3/debian/changelog
@@ -1,3 +1,10 @@
+python-xmltv (1.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617044). 
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 10:50:48 +0200
+
 python-xmltv (1.3-1) unstable; urgency=low
 
   * Initial release (Closes: #513294)
diff -u python-xmltv-1.3/debian/rules python-xmltv-1.3/debian/rules
--- python-xmltv-1.3/debian/rules
+++ python-xmltv-1.3/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
diff -u python-xmltv-1.3/debian/control python-xmltv-1.3/debian/control
--- python-xmltv-1.3/debian/control
+++ python-xmltv-1.3/debian/control
@@ -3,11 +3,10 @@
 Priority: optional
 Maintainer: Andrew Gee and...@andrewgee.org
 Uploaders: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org
-Build-Depends: 	cdbs (= 0.4.49), 
+Build-Depends: 	cdbs (= 0.4.90~), 
 		debhelper (= 5.0.38), 
-		python-central (= 0.5.6), 
-		python (= 2.4)
-XS-Python-Version: = 2.3
+		python (= 2.6.6-3~)
+X-Python-Version: = 2.6.6-3~
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xmltv/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-xmltv/trunk/
 Standards-Version: 3.8.0
@@ -17,7 +16,6 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
 	python (= 2.5) | python-celementtree | python-elementtree
-XB-Python-Version: ${python:Versions}
 Description: allows Python applications to access XMLTV data
  This package allows Python programs to interact with XMLTV data
  and look through it, splitting the contents out into programmes


signature.asc
Description: Digital signature


Bug#712880: *** SPAM LEVEL 4.823 *** Re: Bug#712903: beignet: libEGL ABI abuse (getting at symbols not intended to be public)

2013-06-26 Thread Simon Richter
Hi,

On 26.06.2013 10:38, Julien Cristau wrote:

 the beignet package builds against libegl1-mesa, and uses the symbol
 image_lookup_extension, which according to the symbols file exists since
 version 8.1.

 Actually that seems like a bug in beignet.  image_lookup_extension is
 not a public libEGL symbol AFAICT.  If it was, it would be declared in a
 public header.

Okay, so beignet needs to go through the proper extension lookup
mechanism, got that. Forwarding the bug.

   Simon



signature.asc
Description: OpenPGP digital signature


Bug#712979: debbugs: please add REST api

2013-06-26 Thread Olivier Berger
Hi.

Pawel Sarbinowski onexema...@gmail.com writes:

 It would be great if you could add a REST api for bts with the data 
 encapsulated in JSON. It would provide the same information as the existing 
 soap api but it would be far more convenient to use in applications where 
 using
 soap is difficult and inefficient. 
 For instance i'm making the debian android app for gsoc 2013 and i need to
 query bts for various info. But for that usage soap  doesn't follow the 
 constraints of mobile computing (both in size of transmitted data and in the 
 processing it needs afterwards) and also  The easiest way to use soap in 
 android is with something like kSoap2 which adds to the maintenance as an 
 extra lib and generally complicates the development a lot. 
 Would it be possible?


May I suggest that you have a look at #565513 which discussed the same
kind of use case.

OSLC-CM is a proposed standard (now managed at OASIS) that would help
make debbugs interoperable with any supporting client.

Of course, OSLC-CM ranges from GET to modifying primitives for modifying
bugs... so #565513 may be a bit larger spectrum than #712979.

Hope this helps.

Best regards,
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)


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



Bug#712979: debbugs: please add REST api

2013-06-26 Thread Olivier Berger
Hi.

Pawel Sarbinowski onexema...@gmail.com writes:

 It would be great if you could add a REST api for bts with the data 
 encapsulated in JSON. It would provide the same information as the existing 
 soap api but it would be far more convenient to use in applications where 
 using
 soap is difficult and inefficient. 
 For instance i'm making the debian android app for gsoc 2013 and i need to
 query bts for various info. But for that usage soap  doesn't follow the 
 constraints of mobile computing (both in size of transmitted data and in the 
 processing it needs afterwards) and also  The easiest way to use soap in 
 android is with something like kSoap2 which adds to the maintenance as an 
 extra lib and generally complicates the development a lot. 
 Would it be possible?


May I suggest that you have a look at #565513 which discussed the same
kind of use case.

OSLC-CM is a proposed standard (now managed at OASIS) that would help
make debbugs interoperable with any supporting client.

Of course, OSLC-CM ranges from GET to modifying primitives for modifying
bugs... so #565513 may be a bit larger spectrum than #712979.

Hope this helps.

Best regards,
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)


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



Bug#712979: debbugs: please add REST api

2013-06-26 Thread Olivier Berger
Hi.

Pawel Sarbinowski onexema...@gmail.com writes:

 It would be great if you could add a REST api for bts with the data 
 encapsulated in JSON. It would provide the same information as the existing 
 soap api but it would be far more convenient to use in applications where 
 using
 soap is difficult and inefficient. 
 For instance i'm making the debian android app for gsoc 2013 and i need to
 query bts for various info. But for that usage soap  doesn't follow the 
 constraints of mobile computing (both in size of transmitted data and in the 
 processing it needs afterwards) and also  The easiest way to use soap in 
 android is with something like kSoap2 which adds to the maintenance as an 
 extra lib and generally complicates the development a lot. 
 Would it be possible?


May I suggest that you have a look at #565513 which discussed the same
kind of use case.

OSLC-CM is a proposed standard (now managed at OASIS) that would help
make debbugs interoperable with any supporting client.

Of course, OSLC-CM ranges from GET to modifying primitives for modifying
bugs... so #565513 may be a bit larger spectrum than #712979.

Hope this helps.

Best regards,
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)


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



Bug#617030: python-socksipy: diff for NMU version 1.0-1.1

2013-06-26 Thread Andrea Colangelo
tags 617030 + patch
tags 617030 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-socksipy (versioned as 1.0-1.1). The debdiff is
attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
diff -u python-socksipy-1.0/debian/changelog python-socksipy-1.0/debian/changelog
--- python-socksipy-1.0/debian/changelog
+++ python-socksipy-1.0/debian/changelog
@@ -1,3 +1,11 @@
+python-socksipy (1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617030). Patch from Ubuntu, thanks to
+Andrew Starr-Bochicchio for forwarding it.
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 11:38:06 +0200
+
 python-socksipy (1.0-1) unstable; urgency=low
 
   * Initial release (Closes: #467222)
diff -u python-socksipy-1.0/debian/rules python-socksipy-1.0/debian/rules
--- python-socksipy-1.0/debian/rules
+++ python-socksipy-1.0/debian/rules
@@ -24,7 +24,7 @@
 	dh_testroot
 	dh_installdocs
 	dh_installchangelogs
-	dh_pycentral
+	dh_python2
 	dh_link
 	dh_compress
 	dh_fixperms
diff -u python-socksipy-1.0/debian/control python-socksipy-1.0/debian/control
--- python-socksipy-1.0/debian/control
+++ python-socksipy-1.0/debian/control
@@ -1,12 +1,11 @@
 Source: python-socksipy
 Section: python
-XS-Python-Version: all
 Priority: optional
 Maintainer: Thomas Bläsing thoma...@pool.math.tu-berlin.de
 Uploaders: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org
 Standards-Version: 3.8.0
 Build-Depends: debhelper (= 5), dpatch (= 2.0.30)
-Build-Depends-Indep: python, python-central (= 0.6)
+Build-Depends-Indep: python (= 2.6.6-3~)
 Homepage: http://socksipy.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-socksipy/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-socksipy/trunk/?op=log
@@ -15,7 +14,6 @@
 Architecture: all
 Depends: ${python:Depends}
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Python SOCKS client module
  This module was designed to allow developers of Python
  software that uses the Internet or another TCP/IP-based


signature.asc
Description: Digital signature


Bug#714146: apt-cacher-ng: Many known data hit, don't write to messages

2013-06-26 Thread Blue Light
Package: apt-cacher-ng
Version: 0.7.11-1
Severity: important
Tags: upstream

Dear Maintainer,

(This text is excerpted/adapted from mails to the apt-cacher-ng mailing list.  
The orignal full text can be seen at 
http://lists.alioth.debian.org/pipermail/apt-cacher-ng-users/2013-June/thread.html)

We have many known data hit, don't write to messages in 
/var/log/apt-cacher-ng/apt-cacher.err, starting on 23 May 2013 when Debian 6 
Squeeze was upgraded to Debian 7 Wheezy with these ...

Thu May 23 15:35:36 2013|known data hit, don't write to...
Thu May 23 15:35:36 
2013|/var/cache/apt-cacher-ng/changelogs.ubuntu.com/meta-release-lts

... after which they dominate the log, comprising 51,348 of its 51,462 lines.

ntpd is running on the server and the time is identical to the other servers 
(by manual comparison).

From Eduard Bloch: It's a bug in the current version, a debugging message 
which is also printed if debug= option isn't set:.

-- Package-specific info:

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

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

Versions of packages apt-cacher-ng depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg   1.16.10
ii  libbz2-1.0 1.0.6-4
ii  libc6  2.13-38
ii  libgcc11:4.7.2-5
ii  liblzma5   5.1.1alpha+20120614-2
ii  libstdc++6 4.7.2-5
ii  libwrap0   7.6.q-24
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages apt-cacher-ng recommends:
ii  ed1.6-2
ii  perl  5.14.2-21

Versions of packages apt-cacher-ng suggests:
pn  doc-base  none
ii  libfuse2  2.9.0-2+deb7u1

-- Configuration Files:
/etc/apt-cacher-ng/acng.conf changed:
CacheDir: /var/cache/apt-cacher-ng
LogDir: /var/log/apt-cacher-ng
Port:3142
Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian # Debian 
Archives
Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Ubuntu 
Archives
Remap-debvol: file:debvol_mirror*.gz /debian-volatile ; file:backends_debvol # 
Debian Volatile Archives
Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # 
incomplete, please create this file or specify preferred mirrors here
Remap-sfnet:  file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please 
create this file or specify preferred mirrors here
Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # Arch 
Linux
Remap-fedora:  file:fedora_mirrors # Fedora Linux
Remap-epel:   file:epel_mirrors # Fedora EPEL
Remap-slrep:  file:sl_mirrors # Scientific Linux
ReportPage: acng-report.html
ExTreshold: 4
 
LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng/html

/etc/apt-cacher-ng/backends_debian changed:
http://ftp.au.debian.org/debian/

/etc/apt-cacher-ng/backends_debvol changed:
http://volatile.debian.org/debian-volatile/

/etc/apt-cacher-ng/backends_ubuntu changed:
http://au.archive.ubuntu.com/ubuntu/


-- debconf information:
  apt-cacher-ng/gentargetmode: No automated setup


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



Bug#711813: Avision scanner produces error message Invalid argument in scanimage, 1.0.22

2013-06-26 Thread John Paul Adrian Glaubitz
tags ! moreinfo
thanks

Hello Hans!

On Wed, Jun 26, 2013 at 08:34:12AM +, Hans Linkels wrote:
 Thanks for answering. Unfortunately I am away from home where the
 scanner is, and it might be a few weeks or even months before I am
 back.

Thanks for keeping up. I'll tag this bug report as moreinfo, meaning
I am waiting for more testing from your side.

 But when I get there, you can be sure I'll install the new version
 an test. The scanner is important to me!

Sure, take your time. It's not urgent at all. We'd just be happy to
hear back from you after you have done more testing. The more data we
have, the easier is it to track down the problem.

Cheers,

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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



Bug#664457: additional star catalogs for stellarium

2013-06-26 Thread Jörg-Volker Peetz
Hi Tomasz,

I also would like to see a package similar to ttf-mscorefonts-installer package
for additional star catalogs for stellarium.

Best regards,
Jörg-Volker.


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



Bug#617026: python-pytc: diff for NMU version 0.8-1.1

2013-06-26 Thread Andrea Colangelo
tags 617026 + patch
tags 617026 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-pytc (versioned as 0.8-1.1). You can find the
debdiff attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
diff -u python-pytc-0.8/debian/changelog python-pytc-0.8/debian/changelog
--- python-pytc-0.8/debian/changelog
+++ python-pytc-0.8/debian/changelog
@@ -1,3 +1,10 @@
+python-pytc (0.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617026).
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 11:52:07 +0200
+
 python-pytc (0.8-1) unstable; urgency=low
 
   * New upstream release.
reverted:
--- python-pytc-0.8/debian/pycompat
+++ python-pytc-0.8.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u python-pytc-0.8/debian/control python-pytc-0.8/debian/control
--- python-pytc-0.8/debian/control
+++ python-pytc-0.8/debian/control
@@ -4,9 +4,8 @@
 Maintainer: Vernon Tang v...@foilhead.net
 Uploaders: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org,
  Robert S. Edmonds edmo...@debian.org
-Build-Depends: debhelper (= 7), cdbs (= 0.4.41), quilt, python-central,
- python-all-dev (= 2.3), python-all-dbg (= 2.3), libtokyocabinet-dev (= 1.3.6)
-XS-Python-Version: = 2.3
+Build-Depends: debhelper (= 7), cdbs (= 0.4.90~), quilt, python-all-dev (= 2.6.6-3~), python-all-dbg (= 2.6.6-3~), libtokyocabinet-dev (= 1.3.6)
+X-Python-Version: = 2.6.6-3~
 Standards-Version: 3.9.1
 Homepage: http://pypi.python.org/pypi/pytc/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pytc/trunk
@@ -28,7 +27,6 @@
 Depends: python-pytc (= ${binary:Version}), 
  ${shlibs:Depends}, ${misc:Depends}, python-dbg
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Python bindings for the Tokyo Cabinet database (debug extension)
  This package contains the pytc module, which gives Python programs the
  ability to work with Tokyo Cabinet database files.
diff -u python-pytc-0.8/debian/rules python-pytc-0.8/debian/rules
--- python-pytc-0.8/debian/rules
+++ python-pytc-0.8/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pycentral
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/python-distutils.mk


signature.asc
Description: Digital signature


Bug#709983: dependency on ttf-dejavu-core should be changed to...

2013-06-26 Thread Tomasz Buchert

Package: stellarium
Version: 0.12.1-4

Fixed in a new upload into unstable (0.12.1-4).


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



Bug#710651: [Pkg-gnupg-maint] Bug#710651: Bug#710651: gnupg: FTBFS: ../../util/regcomp.c:528:20: error: unknown type name 'preg'

2013-06-26 Thread Thijs Kinkhorst
Op maandag 3 juni 2013 00:53:16 schreef Stephen Kitt:
 Rest assured, it still supports KR function definitions. This is a
 combination of failures... On Windows, errcode is typedef'ed as int;
 mingw-w64 added this recently. This combined with the KR-style
 function declaration means gcc can't compile regcomp.c!
 
 The attached quilt patch fixes this.

Thanks for the patch! However, I'm having trouble to reproduce the issue in up 
to date sid, although gcc-mingw-w64-i686 doesn't seem to have been changed 
recently. gnupg just builds fine in cowbuilder for me. Is there anything 
special I need to do to reproduce it?


Cheers,
Thijs


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


Bug#617022: python-pysearch: diff for NMU version 3.1-1.2

2013-06-26 Thread Andrea Colangelo
tags 617022 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-pysearch (versioned as 3.1-1.2). You can find
the debdiff based on Colin's patch here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
diff -u python-pysearch-3.1/debian/control python-pysearch-3.1/debian/control
--- python-pysearch-3.1/debian/control
+++ python-pysearch-3.1/debian/control
@@ -1,11 +1,10 @@
 Source: python-pysearch
 Section: python
-XS-Python-Version: all
 Priority: optional
 Maintainer: Thomas Bläsing thoma...@pool.math.tu-berlin.de
 Uploaders: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org
 Standards-Version: 3.7.3
-Build-Depends: python, python-central (= 0.5), debhelper (= 5)
+Build-Depends: python (= 2.6.6-3~), debhelper (= 5)
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysearch
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pysearch/trunk/?op=log
 
@@ -14,7 +13,6 @@
 Replaces: python-pysearch (=3.0-1)
 Architecture: all
 Depends: ${python:Depends}
-XB-Python-Version: ${python:Versions}
 Homepage: http://pysearch.sourceforge.net/
 Description: Python module for the Yahoo Search Web Service
  This module implements a set of classes and functions to work with the
diff -u python-pysearch-3.1/debian/rules python-pysearch-3.1/debian/rules
--- python-pysearch-3.1/debian/rules
+++ python-pysearch-3.1/debian/rules
@@ -14,13 +14,12 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	python setup.py install --no-compile --root=$(CURDIR)/debian/python-yahoo
+	python setup.py install --no-compile --root=$(CURDIR)/debian/python-yahoo --install-layout=deb
 
 binary-indep: install
 	dh_testdir
 	dh_testroot
-	dh_pycentral -ppython-yahoo
-	rm -rf $(CURDIR)/debian/python-yahoo/usr/lib
+	dh_python2
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installexamples
diff -u python-pysearch-3.1/debian/changelog python-pysearch-3.1/debian/changelog
--- python-pysearch-3.1/debian/changelog
+++ python-pysearch-3.1/debian/changelog
@@ -1,3 +1,11 @@
+python-pysearch (3.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to python2. Thanks to Colin Watson for forwarding the patch from
+Ubuntu (Closes: #617022).
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 12:16:31 +0200
+
 python-pysearch (3.1-1.1) unstable; urgency=low
 
   * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490497.


signature.asc
Description: Digital signature


Bug#714147: myspell-nl: Invalid use of ij character in 'bijectie'

2013-06-26 Thread Gerrit Heeres
Package: myspell-nl
Version: 1:2.10-1
Severity: normal

Dear Maintainer,

This dictionary makes the valid choice of treating the Dutch 'lange ij'
as a single character ij and not as i+j. In (at least?) one word, however,
the i+j is not a ij, but actually an i and a j: bijectie is composed of
bi+jectie. In myspell-nl it is written as bijectie (single ij character),
which is wrong. The separation in syllables in the official word list
shows the difference with other words:

http://woordenlijst.org/zoek/?q=bijectiew=w

-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
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/dash

Versions of packages myspell-nl depends on:
ii  dictionaries-common [openoffice.org-updatedicts]  1.12.11

myspell-nl recommends no packages.

myspell-nl 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#617017: python-pefile: diff for NMU version 1.2.9.1-1.1

2013-06-26 Thread Andrea Colangelo
tags 617017 + patch
tags 617017 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-pefile (versioned as 1.2.9.1-1.1). You can
find the debdiff attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
diff -u python-pefile-1.2.9.1/debian/changelog python-pefile-1.2.9.1/debian/changelog
--- python-pefile-1.2.9.1/debian/changelog
+++ python-pefile-1.2.9.1/debian/changelog
@@ -1,3 +1,10 @@
+python-pefile (1.2.9.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617017).
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 12:30:23 +0200
+
 python-pefile (1.2.9.1-1) unstable; urgency=low
 
   * Initial release; closes: #475493.
diff -u python-pefile-1.2.9.1/debian/control python-pefile-1.2.9.1/debian/control
--- python-pefile-1.2.9.1/debian/control
+++ python-pefile-1.2.9.1/debian/control
@@ -2,14 +2,12 @@
 Section: python
 Priority: extra
 Maintainer: Robert S. Edmonds edmo...@debian.org
-Build-Depends: debhelper (= 5), python-dev (= 2.3.5-11), python-central (= 0.5.6)
+Build-Depends: debhelper (= 5), python-dev (= 2.6.6-3~)
 Standards-Version: 3.7.3
-XS-Python-Version: all
 
 Package: python-pefile
 Architecture: all
 Depends: ${python:Depends}
-XB-Python-Version: ${python:Versions}
 Description: Portable Executable (PE) parsing module for Python
  pefile is a Python module to read and work with Portable Executable (PE)
  files. Most of the information in the PE header is accessible, as well as all
diff -u python-pefile-1.2.9.1/debian/rules python-pefile-1.2.9.1/debian/rules
--- python-pefile-1.2.9.1/debian/rules
+++ python-pefile-1.2.9.1/debian/rules
@@ -25,7 +25,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_pycentral
+	dh_python2
 	dh_installchangelogs CHANGES_up_to_1.2.6
 	dh_installdocs
 	dh_installexamples


signature.asc
Description: Digital signature


Bug#714149: sbuild: Let users push additional packages to the build dependencies dummy archive

2013-06-26 Thread Emanuele Aina
Package: sbuild
Version: 0.64.0-1
Severity: wishlist
Tags: patch

When building related set of packages most people resort to set up a local
archive to enable the newly built packages to depend on locally built
dependencies for which the needed version has not hit the main archive yet.

Since sbuild already sets up a dummy archive for build dependencies, it could
also allow users to specify a list of packages that should be pushed there.

To do so I've added an --add-extra-package option that accepts a debfile and
can be used multiple times. It already allowed me to locally build packages
which depend on stuff not yet in the archive without any additional setup.

The git repo (`add-extra-package` branch) with the patches is at
http://cgit.collabora.com/git/user/em/sbuild/log/?h=add-extra-package

I also took the chance to refactor a bit the dummy archive handling and split
it out of the ResolverBase class. Even if not strictly needed it allowed me to
have a clear idea of the involved pieces and I think that the result is a bit
easier to understand and more flexible.

Comments and suggestions welcome, I'm not very proficient in Perl. :)



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

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

Versions of packages sbuild depends on:
ii  adduser 3.113+nmu3
ii  apt-utils   0.9.8.2
ii  libsbuild-perl  0.64.0-1
ii  perl5.14.2-21
ii  perl-modules5.14.2-21

Versions of packages sbuild recommends:
ii  debootstrap  1.0.52
ii  fakeroot 1.19-2

Versions of packages sbuild suggests:
pn  deborphan  none
ii  wget   1.14-2

-- no debconf information
From 3746120a509778eb263ff9565ddf1de54bcedc2a Mon Sep 17 00:00:00 2001
From: Emanuele Aina emanuele.a...@collabora.com
Date: Fri, 31 May 2013 20:05:09 +0200
Subject: [PATCH 1/3] Sbuild::ResolverBase: Move the build-deps package
 building in its own method

---
 lib/Sbuild/ResolverBase.pm | 168 ++---
 1 file changed, 99 insertions(+), 69 deletions(-)

diff --git a/lib/Sbuild/ResolverBase.pm b/lib/Sbuild/ResolverBase.pm
index efa6d9d..8048f16 100644
--- a/lib/Sbuild/ResolverBase.pm
+++ b/lib/Sbuild/ResolverBase.pm
@@ -607,79 +607,17 @@ sub get_dpkg_status {
 return \%result;
 }
 
-# Create an apt archive. Add to it if one exists.
-sub setup_apt_archive {
+sub build_dummy_package {
 my $self = shift;
+
 my $dummy_pkg_name = shift;
+my $dummy_pkg_dir = shift;
+my $dummy_deb = shift;
+my $dummy_dsc = shift;
 my @pkgs = @_;
 
 my $session = $self-get('Session');
 
-#Prepare a path to build a dummy package containing our deps:
-if (! defined $self-get('Dummy package path')) {
-$self-set('Dummy package path',
-		   tempdir('resolver' . '-XX',
-			   DIR = $self-get('Chroot Build Dir')));
-}
-$session-run_command(
-	{ COMMAND = ['chown', $self-get_conf('BUILD_USER') . ':sbuild',
-		  $session-strip_chroot_path($self-get('Dummy package path'))],
-	  USER = 'root',
-	  DIR = '/' });
-if ($?) {
-	$self-log_error(E: Failed to set  . $self-get_conf('BUILD_USER') .
-			 :sbuild ownership on dummy package dir\n);
-	return 0;
-}
-$session-run_command(
-	{ COMMAND = ['chmod', '0770', $session-strip_chroot_path($self-get('Dummy package path'))],
-	  USER = 'root',
-	  DIR = '/' });
-if ($?) {
-	$self-log_error(E: Failed to set 0770 permissions on dummy package dir\n);
-	return 0;
-}
-my $dummy_dir = $self-get('Dummy package path');
-my $dummy_gpghome = $dummy_dir . '/gpg';
-my $dummy_archive_dir = $dummy_dir . '/apt_archive';
-my $dummy_release_file = $dummy_archive_dir . '/Release';
-my $dummy_archive_seckey = $dummy_archive_dir . '/sbuild-key.sec';
-my $dummy_archive_pubkey = $dummy_archive_dir . '/sbuild-key.pub';
-
-$self-set('Dummy archive directory', $dummy_archive_dir);
-$self-set('Dummy Release file', $dummy_release_file);
-my $dummy_archive_list_file = $self-get('Dummy archive list file');
-
-if (! -d $dummy_dir) {
-$self-log_warning('Could not create build-depends dummy dir ' . $dummy_dir . ': ' . $!);
-$self-cleanup_apt_archive();
-return 0;
-}
-if (!(-d $dummy_gpghome || mkdir $dummy_gpghome, 0700)) {
-$self-log_warning('Could not create build-depends dummy gpg home dir ' . $dummy_gpghome . ': ' . $!);
-$self-cleanup_apt_archive();
-return 0;
-}
-$session-run_command(
-	{ COMMAND = ['chown', $self-get_conf('BUILD_USER') . ':sbuild',
-		  $session-strip_chroot_path($dummy_gpghome)],
-	  USER = 'root',
-	  DIR = '/' });
-if ($?) {
-	$self-log_error(E: Failed to set  . 

Bug#714148: fontconfig-config: Fontconfig warning for /etc/fonts/conf.d/50-user.conf due to deprecated feature

2013-06-26 Thread Vincent Lefevre
Package: fontconfig-config
Version: 2.10.2-1
Severity: normal

Each time I start Emacs, I get the following warning:

Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading 
configurations from ~/.fonts.conf is deprecated.

It seems that /etc/fonts/conf.d/50-user.conf hasn't been updated
with the fontconfig upgrade.

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

Kernel: Linux 3.9-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 fontconfig-config depends on:
ii  debconf [debconf-2.0]  1.5.50
ii  fonts-freefont-ttf [ttf-freefont]  20120503-1
ii  gsfonts-x110.22
ii  ttf-bitstream-vera 1.10-8
ii  ttf-dejavu-core2.33+svn2514-3
ii  ucf3.0027

fontconfig-config recommends no packages.

fontconfig-config suggests no packages.

-- debconf information:
* fontconfig/subpixel_rendering: Automatic
* fontconfig/enable_bitmaps: true
* fontconfig/hinting_type: Native


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



Bug#707257: linux-image-3.8-1-686-pae: KVM crashes with entry failed, hardware error 0x80000021

2013-06-26 Thread Gleb Natapov
On Mon, Jun 24, 2013 at 10:42:57PM +0200, Stefan Pietsch wrote:
 On 24.06.2013 14:30, Gleb Natapov wrote:
  On Mon, Jun 24, 2013 at 01:59:34PM +0200, Stefan Pietsch wrote:
  As soon as I remove kvmvapic.bin the virtual machine boots with
  qemu-kvm 1.5.0. I just verified this with Linux kernel 3.10.0-rc5.
  emulate_invalid_guest_state=0 or emulate_invalid_guest_state=1 make
  no difference.
 
  Please send your patches.
  Here it is, run with it and kvmvapic.bin present. See what is printed in
  dmesg after the failure.
  
  
  diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
  index f4a5b3f..65488a4 100644
  --- a/arch/x86/kvm/vmx.c
  +++ b/arch/x86/kvm/vmx.c
  @@ -3385,6 +3385,7 @@ static void vmx_get_segment(struct kvm_vcpu *vcpu,
   {
  struct vcpu_vmx *vmx = to_vmx(vcpu);
  u32 ar;
  +   unsigned long rip;
   
  if (vmx-rmode.vm86_active  seg != VCPU_SREG_LDTR) {
  *var = vmx-rmode.segs[seg];
  @@ -3408,6 +3409,9 @@ static void vmx_get_segment(struct kvm_vcpu *vcpu,
  var-db = (ar  14)  1;
  var-g = (ar  15)  1;
  var-unusable = (ar  16)  1;
  +   rip = kvm_rip_read(vcpu);
  +   if ((rip == 0xc101611c || rip == 0xc101611a)  seg == VCPU_SREG_FS)
  +   printk(base=%p limit=%p selector=%x ar=%x\n, var-base, 
  var-limit, var-selector, ar);
   }
   
   static u64 vmx_get_segment_base(struct kvm_vcpu *vcpu, int seg)
 
 
 Booting kernel Linux 3.10-rc5 with your patch applied produces these
 messages in dmesg when starting a virtual machine:
 
 emulate_invalid_guest_state=0
 [  118.732151] base= limit=  (null) selector=ffff ar=0
 [  118.732341] base= limit=  (null) selector=ffff ar=0
 
I've butchered printk format, but it gives me the idea of what is going
on anyway. Can you try the patch below with
emulate_invalid_guest_state=0|1?


diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index f4a5b3f..eb062ce 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -3395,19 +3395,20 @@ static void vmx_get_segment(struct kvm_vcpu *vcpu,
var-selector = vmx_read_guest_seg_selector(vmx, seg);
return;
}
+
var-base = vmx_read_guest_seg_base(vmx, seg);
var-limit = vmx_read_guest_seg_limit(vmx, seg);
var-selector = vmx_read_guest_seg_selector(vmx, seg);
ar = vmx_read_guest_seg_ar(vmx, seg);
+   var-unusable = (ar  16)  1;
var-type = ar  15;
var-s = (ar  4)  1;
var-dpl = (ar  5)  3;
-   var-present = (ar  7)  1;
+   var-present = !var-unusable;
var-avl = (ar  12)  1;
var-l = (ar  13)  1;
var-db = (ar  14)  1;
var-g = (ar  15)  1;
-   var-unusable = (ar  16)  1;
 }
 
 static u64 vmx_get_segment_base(struct kvm_vcpu *vcpu, int seg)

--
Gleb.


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



Bug#698343: owncloud: sends wrong content-type

2013-06-26 Thread Michael Tsang
Dear David,

I always set the content-type explicitly in all my PHP scripts since my 
website is written with a variety of codes including HTML, XHTML, plain text, 
etc. For debugging purposes, my server is set to send text/plain as default, 
and all others including phpmyadmin and wordpress works painlessly. The bug  
means the script fails to set the appropriate content-type. The server 
administrator should not need to know what content-type is needed for 
owncloud. The only expected thing is that it work in a modern browser, no 
matter it is HTML, XHTML, or some other XYZ markup.

As my server has now become stable, I am not going to install anything from 
experimental on it. If I have spare time, I may set up a virtual machine to 
test it.

Regards,
Michael

On Wednesday 26 June 2013 03:40:40 David Prévot wrote:
 Control: tags -1 moreinfo
 
 Hi Michael,
 
 On Thu, Jan 17, 2013 at 06:09:35PM +0800, Michael Tsang wrote:
  I have just installed owncloud on this server. However, when I try to
  access it from a web browser, it shows the html code as text. That means
  the php script fails to set the content-type.
 
 This looks like an issue in your web server configuration, rather than
 ownCloud. Can you reproduce this issue with other PHP scripts? If not,
 can you reproduce this issue with ownCloud 5 available in experimental?
 
 Regards
 
 David


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



Bug#617016: python-pcs: diff for NMU version 0.5+debian-1.2

2013-06-26 Thread Andrea Colangelo
tags 617016 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-pcs (versioned as 0.5+debian-1.2) based on
Colin's patch. You can find the debdiff attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
diff -u python-pcs-0.5+debian/debian/control python-pcs-0.5+debian/debian/control
--- python-pcs-0.5+debian/debian/control
+++ python-pcs-0.5+debian/debian/control
@@ -2,14 +2,12 @@
 Section: net
 Priority: extra
 Maintainer: Robert S. Edmonds edmo...@debian.org
-Build-Depends: debhelper (= 5.0.38), python-all-dev (= 2.3.5-11), python-central (= 0.5.6), dpatch, texlive-latex-recommended
+Build-Depends: debhelper (= 5.0.38), python-all-dev (= 2.6.6-3~), dpatch, texlive-latex-recommended
 Standards-Version: 3.7.2
-XS-Python-Version: all
 
 Package: python-pcs
 Architecture: all
 Depends: ${python:Depends}, python-pypcap
-XB-Python-Version: ${python:Versions}
 Description: Packet Construction Set for Python
  PCS is a set of Python modules and objects that make building network
  protocol code easier for the protocol developer. It provides functionality
diff -u python-pcs-0.5+debian/debian/rules python-pcs-0.5+debian/debian/rules
--- python-pcs-0.5+debian/debian/rules
+++ python-pcs-0.5+debian/debian/rules
@@ -24,13 +24,13 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	for python in $(PYVERS); do $$python setup.py install --no-compile --root=debian/$(PKG); done
+	for python in $(PYVERS); do $$python setup.py install --no-compile --root=debian/$(PKG) --install-layout=deb; done
 
 binary-indep: build install
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_pycentral
+	dh_python2
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
diff -u python-pcs-0.5+debian/debian/changelog python-pcs-0.5+debian/debian/changelog
--- python-pcs-0.5+debian/debian/changelog
+++ python-pcs-0.5+debian/debian/changelog
@@ -1,3 +1,11 @@
+python-pcs (0.5+debian-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #617016). Thanks to Colin Watson for the
+patch forwarded from Ubuntu. 
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 12:44:04 +0200
+
 python-pcs (0.5+debian-1.1) unstable; urgency=low
 
   * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490499.


signature.asc
Description: Digital signature


Bug#702329: [UPDATE] RFS: igtf-policy-bundle/1.54-1 [ITP] -- The International Grid Trust Federation CA distribution

2013-06-26 Thread Dennis van Dok
Dear mentors,

this is to let you know I've updated the igtf-policy-bundle package
on mentors.debian.org.

I would be very grateful it someone would sponsor this package, or
generally give feedback.


 * Package name: igtf-policy-bundle
   Version : 1.54-1
   Upstream Author : David Groep dav...@nikhef.nl
 * URL : http://dist.eugridpma.info/distribution/igtf/
 * License : Apache 2
   Section : misc

  It builds those binary packages:

igtf-policy-classic - IGTF classic profile for Authority Root Certificates
 igtf-policy-experimental - IGTF experimental Authority Root Certificates
 igtf-policy-mics - IGTF MICS profile for Authority Root Certificates
 igtf-policy-slcs - IGTF SLCS profile for Authority Root Certificates
 igtf-policy-unaccredited - IGTF unaccredited Authority Root Certificates

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

  http://mentors.debian.net/package/igtf-policy-bundle


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

dget -x 
http://mentors.debian.net/debian/pool/main/i/igtf-policy-bundle/igtf-policy-bundle_1.54-1.dsc

  More information about the IGTF distribution can be obtained from
  http://www.igtf.net/

  Changes since the last upload:

  * New upstream release:
- Extended life time of Grid-KA CA (dd4b34ea) (DE)
- Added new CERN hierarchy for CERN IT/IS CA (SHA2 migration) (CH)
- Updated metadata for GridGermany DFN-CERT CAs (DE)
- Updated contact metadata for KEK (JP)
- Updated contact metadata for HKU (HK)
- Updated contact metadata for AIST (JP)


  Regards,
   Dennis van Dok


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



Bug#712987: exim4: Include port number in error messages

2013-06-26 Thread Marc Haber
tags #712987 upstream
thanks

On Fri, Jun 21, 2013 at 04:38:23PM +0200, Olaf van der Spek wrote:
 Could you include port numbers in error messages?
 I accidently used a single colon instead of a double colon and had to run 
 tcpdump to find out what went wrong.

That's a valid point, but I don't think that we should locally patch
exim to do this. Would you be willing to file an upstream bug for
this, so that we do not unilaterally break the well-known log format?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062


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



Bug#714148: fontconfig-config: Fontconfig warning for /etc/fonts/conf.d/50-user.conf due to deprecated feature

2013-06-26 Thread Vincent Lefevre
On 2013-06-26 12:43:14 +0200, Vincent Lefevre wrote:
 Each time I start Emacs, I get the following warning:
 
 Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading 
 configurations from ~/.fonts.conf is deprecated.
 
 It seems that /etc/fonts/conf.d/50-user.conf hasn't been updated
 with the fontconfig upgrade.

Actually the warning message may be misleading: is it a problem with
/etc/fonts/conf.d/50-user.conf or with the existence of ~/.fonts.conf?
In the former case, a user-level warning message is wrong. In the
second case, the error message should be clarified and should point
to documentation telling the user what to do.

Note that the SYNOPSIS section of the fonts-conf(5) man page doesn't
declare ~/.fonts.conf as being deprecated (only at the end).

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#616995: python-bibtex: diff for NMU version 1.2.5-1.1

2013-06-26 Thread Andrea Colangelo
tags 616995 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-bibtex (versioned as 1.2.5-1.1). You can find
the debdiff attached here.

Regards.

-- 
Andrea Colangelo |   http://andreacolangelo.com
Ubuntu Developer  www.ubuntu.com   |   Debian Maintainer  www.debian.org
reverted:
--- python-bibtex-1.2.5/debian/pycompat
+++ python-bibtex-1.2.5.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u python-bibtex-1.2.5/debian/changelog python-bibtex-1.2.5/debian/changelog
--- python-bibtex-1.2.5/debian/changelog
+++ python-bibtex-1.2.5/debian/changelog
@@ -1,3 +1,11 @@
+python-bibtex (1.2.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Convert to dh_python2 (Closes: #616995). Thanks to Colin Watson for the
+patch. 
+
+ -- Andrea Colangelo war...@ubuntu.com  Wed, 26 Jun 2013 13:04:32 +0200
+
 python-bibtex (1.2.5-1) unstable; urgency=low
 
   * New upstream release.
diff -u python-bibtex-1.2.5/debian/control python-bibtex-1.2.5/debian/control
--- python-bibtex-1.2.5/debian/control
+++ python-bibtex-1.2.5/debian/control
@@ -2,8 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Chris Lawrence lawre...@debian.org
-Build-Depends: debhelper (= 7), python-all-dev (= 2.3.5-10), libglib2.0-dev, librecode-dev, python-central (= 0.4.17)
-XS-Python-Version: all
+Build-Depends: debhelper (= 7), python-all-dev (= 2.6.6-3~), libglib2.0-dev, librecode-dev
 Standards-Version: 3.9.1
 Homepage: http://www.pybliographer.org/
 
@@ -11,7 +10,6 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Conflicts: librecode0 ( 3.6-10), pybliographer ( 1.2.7-1)
 Description: Python interfaces to BibTeX and the GNU Recode library
  This module contains two extensions needed for pybliographer:
diff -u python-bibtex-1.2.5/debian/rules python-bibtex-1.2.5/debian/rules
--- python-bibtex-1.2.5/debian/rules
+++ python-bibtex-1.2.5/debian/rules
@@ -58,7 +58,7 @@
 
 	# Add here commands to install the package into debian/python-bibtex.
 	#$(MAKE) install DESTDIR=$(CURDIR)/debian/python-bibtex
-	(set -e; for v in $(PYVERS); do $$v ./setup.py install --prefix=$(CURDIR)/debian/python-bibtex/usr --no-compile; done)
+	(set -e; for v in $(PYVERS); do $$v ./setup.py install --root=$(CURDIR)/debian/python-bibtex --no-compile --install-layout=deb; done)
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -87,8 +87,7 @@
 	dh_compress
 	dh_fixperms
 #	dh_perl
-	dh_pycentral
-	dh_python
+	dh_python2
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps


signature.asc
Description: Digital signature


Bug#714148: fontconfig-config: Fontconfig warning for /etc/fonts/conf.d/50-user.conf due to deprecated feature

2013-06-26 Thread Sven Joachim
On 2013-06-26 13:00 +0200, Vincent Lefevre wrote:

 On 2013-06-26 12:43:14 +0200, Vincent Lefevre wrote:
 Each time I start Emacs, I get the following warning:
 
 Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading 
 configurations from ~/.fonts.conf is deprecated.
 
 It seems that /etc/fonts/conf.d/50-user.conf hasn't been updated
 with the fontconfig upgrade.

 Actually the warning message may be misleading: is it a problem with
 /etc/fonts/conf.d/50-user.conf or with the existence of ~/.fonts.conf?

The latter, it means that you should move ~/.fonts.conf to
$XDG_CONFIG_HOME/fontconfig/fonts.conf (or
$HOME/.config/fontconfig/fonts.conf if XDG_CONFIG_HOME is not set).

 In the former case, a user-level warning message is wrong. In the
 second case, the error message should be clarified and should point
 to documentation telling the user what to do.

I had to look at the XDG Base Directory Specification[1] to find out
what to do.

Cheers,
   Sven


1. http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html 


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



Bug#714150: fontconfig-config: fonts-conf(5) man page: English usage

2013-06-26 Thread Vincent Lefevre
Package: fontconfig-config
Version: 2.10.2-1
Severity: normal

There are several typographic errors in the fonts-conf(5) man page.
The following words should start with a capital letter.

[...]
   specified  in  the  global  fonts.conf  file.  please  note  that
  ^^
   ~/.fonts.conf.d is deprecated now. it will not be read by default
  ^^
   in the future version.
[...]
   the  actual  location is specified in the global fonts.conf file.
   please note that ~/.fonts.conf is deprecated now. it will not  be
   ^^^^
   read by default in the future version.
[...]
   maintained  by   fontconfig.   please   note   that   ~/.fontcon‐
  ^^
   fig/*.cache-*  is  deprecated now. it will not be read by default
  ^^
   in the future version.
[...]
   FC_DEBUG is used to output the detailed debugging  messages.  see
 ^^^
   Debugging Applications section for more details.
[...]
   FONTCONFIG_USE_MMAP is used to control the use of mmap(2) for the
   cache files if available. this take a boolean  value.  fontconfig
  ^^
   will  checks if the cache files are stored on the filesystem that
   is safe to use mmap(2). explicitly setting this environment vari‐
   ^^
   able  will  causes  skipping this check and enforce to use or not
   use mmap(2) anyway.

And in the above paragraph, replace:
  * this take by this takes;
  * will checks by will check;
  * will causes by will cause.

Also, I don't understand fontconfig will checks if the cache files
are stored on the filesystem that is safe to use mmap(2). explicitly
setting this environment variable will causes skipping this check
and enforce to use or not use mmap(2) anyway.

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

Kernel: Linux 3.9-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 fontconfig-config depends on:
ii  debconf [debconf-2.0]  1.5.50
ii  fonts-freefont-ttf [ttf-freefont]  20120503-1
ii  gsfonts-x110.22
ii  ttf-bitstream-vera 1.10-8
ii  ttf-dejavu-core2.33+svn2514-3
ii  ucf3.0027

fontconfig-config recommends no packages.

fontconfig-config 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#714151: fontconfig-config: fonts-conf(5) man page: strange date format

2013-06-26 Thread Vincent Lefevre
Package: fontconfig-config
Version: 2.10.2-1
Severity: minor

In the last line of the fonts-conf(5) man page:

  26 11月 2012FONTS-CONF(5)

The date should be in English or in ISO 8601 format.

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

Kernel: Linux 3.9-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 fontconfig-config depends on:
ii  debconf [debconf-2.0]  1.5.50
ii  fonts-freefont-ttf [ttf-freefont]  20120503-1
ii  gsfonts-x110.22
ii  ttf-bitstream-vera 1.10-8
ii  ttf-dejavu-core2.33+svn2514-3
ii  ucf3.0027

fontconfig-config recommends no packages.

fontconfig-config 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#677584: Second button for Scansnap S1500

2013-06-26 Thread Christoph Schloen
Hi,

if you press and hold the button on the scanner until it starts blinking
it will send a different signal.
This can be used to trigger a different action.
With the help of usbmon I figured adding the following to int
scanbtnd_get_button(scanner_t* scanner) would do the trick and so it did:

if (bytes[4] == 0x20) {
button = 2;
}

“bytes[4] == 0x21” should work as well as it is sent after the 0x20.
I hope one of you can add turn it into a proper patch.

Regards,
Christoph Schloen

P. S: Thanks for the work so far, I really appreciate it.


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



Bug#714152: checksecurity: warning when using find with option -ignore_readdir_race

2013-06-26 Thread Raoul Gunnar Borenius
Package: checksecurity
Version: 2.0.14
Severity: normal

Dear Maintainer,

the check-setuid plugin triggers the follwoing warning message from find:

find: warning: you have specified the -ignore_readdir_race option after a 
non-option argument (, but options are not positional (-ignore_readdir_race 
affects tests specified before it as well as those specified after it).  Please 
specify options before other arguments.

Attached is a patch that corrects the invocation of find in check-setuid

Thanks for considering applying.

 Regards,

  Raoul

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

Kernel: Linux 3.9-1-amd64 (SMP w/1 CPU core)
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 checksecurity depends on:
ii  cron   3.0pl1-124
ii  debconf [debconf-2.0]  1.5.50
ii  perl   5.14.2-21
ii  util-linux 2.20.1-5.4

Versions of packages checksecurity recommends:
ii  logcheck  1.3.15
ii  tiger 1:3.2.3-10
ii  tripwire  2.4.2.2-2

Versions of packages checksecurity suggests:
ii  cron-apt0.9.2
ii  lockfile-progs  0.1.17

-- debconf information:
--- check-setuid	2010-11-04 08:12:09.0 +0100
+++ /home/rgb/check-setuid	2013-06-26 12:20:44.0 +0200
@@ -98,10 +98,10 @@
 set -o noglob
 ionice -t -c3 \
 find `mount | grep -vE $CHECKSECURITY_FILTER | cut -d ' ' -f 3` \
+-ignore_readdir_race  \
 	-xdev $PATHCHK \
 	\( -type f -perm +06000 -o \( \( -type b -o -type c \) \
 	$DEVCHK \) \) \
--ignore_readdir_race  \
 	-printf %8i %5m %3n %-10u %-10g %9s %t %h/%f\n |
 	sort -k 12 $TMPSETUID
 set +o noglob


Bug#579729: new version

2013-06-26 Thread Sebastian Ramacher
Hi Anibal!

On 2010-04-30 11:18:08, Bastien ROUCARIES wrote:
 package: editline
 Severity:wishlist
 
 Could you package the new version with utf8 support.

http://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/lib/libedit/ is now
at 3.1. Could we get the new version packaged please? There's is also a
autotools based version available at http://www.thrysoee.dk/editline/.

Please let me know if you need any help with updating the package. I'd
be glad to be of help.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#714153: sysstat: Fails to build due to concurrency problems

2013-06-26 Thread Louis Bouchard
Package: sysstat
Version: 10.1.6-1
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu saucy ubuntu-patch

Dear Maintainer,

A build failure was identify to be a concurrency issue. The problem
is fixed by carrying over one makefile rule already present and identified
as a concurrency fix.

The Ubuntu package modified with the fix now builds correctly


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

Avoid a failure to build from source.

  * New 11-fix-concurrency-build-issue.patch :Extend
explicit rules to avoid build issues occuring during
parallel build


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'), (100, 'raring-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8.0-25-generic (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru sysstat-10.1.6/debian/changelog sysstat-10.1.6/debian/changelog
diff -Nru sysstat-10.1.6/debian/patches/11-fix-concurrency-build-issue.patch sysstat-10.1.6/debian/patches/11-fix-concurrency-build-issue.patch
--- sysstat-10.1.6/debian/patches/11-fix-concurrency-build-issue.patch	1970-01-01 01:00:00.0 +0100
+++ sysstat-10.1.6/debian/patches/11-fix-concurrency-build-issue.patch	2013-06-26 10:50:32.0 +0200
@@ -0,0 +1,23 @@
+From: Louis Bouchard louis.bouch...@ubuntu.com
+Date: Tue, 25 June 2013 16:23:14 +0200
+Subject: 11-fix-concurrency-build-issue.patch
+
+Extend explicit rules to avoid build issues occuring
+during parallel build
+---
+--- a/Makefile.in
 b/Makefile.in
+@@ -202,9 +202,11 @@
+ libsyscom.a: common.o ioconf.o
+ 	$(AR) rvs $@ $?
+ 
+-librdstats.a: librdstats.a(rd_stats.o count.o)
++librdstats.a: rd_stats.o count.o
++	$(AR) rvs $@ $?
+ 
+-librdsensors.a: librdsensors.a(rd_sensors.o)
++librdsensors.a: rd_sensors.o
++	$(AR) rvs $@ $?
+ 
+ sadc.o: sadc.c sa.h version.h common.h ioconf.h sysconfig.h rd_stats.h rd_sensors.h
+ 
diff -Nru sysstat-10.1.6/debian/patches/series sysstat-10.1.6/debian/patches/series
--- sysstat-10.1.6/debian/patches/series	2013-06-13 22:28:07.0 +0200
+++ sysstat-10.1.6/debian/patches/series	2013-06-26 10:50:32.0 +0200
@@ -8,3 +8,4 @@
 08-scripts.patch
 09-format-warning.patch
 10-isag-menu-refresh.patch
+11-fix-concurrency-build-issue.patch


Bug#714154: installation-reports: Linux black screen of death with Intel HD video on Acer Aspire V3-771G

2013-06-26 Thread Luca Capello
Package: installation-reports
Severity: important
Control: block -1 710938
Control: block -1 711586
User: cont...@itopie.ch
Usertags: itopie.ch-installation

Hi there!

No problems during the installation, but at reboot the internal LCD was
black if no external VGA was attached, read below for full details.

Thx, bye,
Gismo / Luca

-- Package-specific info:

Boot method: USB stick
Image version: Debian GNU/Linux 7.0.0 Wheezy - Official
 Multi-architecture amd64/i386 NETINST #1 20130504-14:25
Date: starting at 2013-05-31T10:28:48

Machine: Acer Aspire V3-771G (model VA70)
Partitions:
 # parted /dev/sda unit s print
 Model: ATA TOSHIBA MQ01ABD1 (scsi)
 Disk /dev/sda: 1953525168s
 Sector size (logical/physical): 512B/4096B
 Partition Table: gpt

 Number  StartEnd  SizeFile system Name 
 Flags
  1  2048s821247s  819200s ntfsBasic data 
partition  hidden, diag
  2  821248s  1435647s 614400s fat32   EFI system 
partition  boot
  3  1435648s 1697791s 262144s Microsoft 
reserved partition  msftres
  4  1697792s 913025916s   911328125s  ntfsBasic data 
partition
  6  913027072s   1889589247s  976562176s  ext4
  7  1889589248s  1905287167s  15697920s   linux-swap(v1)
  5  1905287168s  1953523711s  48236544s   ntfsBasic data 
partition  hidden, diag

 # df -Tl
 Sys. fich. Type 1K-blocks   
Util. Disponible Uti% Monté sur
 rootfs rootfs   480618200 
3948112  452256036   1% /
 udev   devtmpfs 10240  
 0  10240   0% /dev
 tmpfs  tmpfs   801420 
776 800644   1% /run
/dev/disk/by-uuid/4f1241c5-d292-4d7b-8ee6-7377c2e3a481 ext4 480618200 
3948112  452256036   1% /
 tmpfs  tmpfs 5120  
 0   5120   0% /run/lock
 tmpfs  tmpfs  3172620 
3483172272   1% /run/shm
 /dev/sda2  vfat303104   
48908 254196  17% /boot/efi
 # 

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

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[E]

Comments/Problems:

This is a laptop for a newbie client who wants a GNU/Linux.  I had thus
first tried Ubuntu 13.04 without success: GRUB 2 was unable to find the
Windows 8 installation and at reboot the LCD was completely black if no
external VGA was plugged.  As soon as the latter happened, the internal
LCD magically started to work with no problems.

I then tried Debian wheezy: GRUB 2 now correctly recognized the Windows
8 installation, but the LCD problem still persisted.  Since this laptop
ships with an NVIDIA Optimus, I tried alternatively disabling it or the
Intel card, even upgrading X.Org and the Linux kernel to jessie, sid and
experimental, still without success.  There was also the
already-reported problem with Network Manager not saving the
Wi-Fi connection used during the installation[1].

[1] http://bugs.debian.org/711586

I could finally find a workaround: GDM 3 was configured for autologin
and the script below, started during the login process, was enough to
get a working LCD.

--8---cut here---start-8---
#!/bin/sh

xrandr --output LVDS1 --mode 1440x900 
xrandr --output LVDS1 --auto
--8---cut here---end---8---

I then found Petter's blog post about Linux black screen of death on
machines with Intel HD video[2] and the corresponding bug[3]: indeed,
i915.invert_brightness=1 fixed the problem for this laptop as well!

[2] 
http://people.skolelinux.org/pere/blog/Fixing_the_Linux_black_screen_of_death_on_machines_with_Intel_HD_video.html
[3] http://bugs.debian.org/710938

Now everything works perfectly, thank you!

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=7.0 (wheezy) - installer build 20130430
X_INSTALLATION_MEDIUM=cdrom


Bug#711949:

2013-06-26 Thread Ivan Borzenkov
I think is oficial page

1) same Author
2) https://github.com/sukria/Backup-Manager/issues/24


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



Bug#713828: Acknowledgement (basket: Basket crashes at the start)Lu

2013-06-26 Thread Πρεκατές Αλέξανδρος
Luigi wrote:

Can you please try to install the debug packages for kdelibs, kde and run the
program under gdb until it crashes and report the error?


I'm have no experience in kdeapp backtracking.

I downloaded kdelibs-dbg . What other kde debug packages should i install?

Alexandros.


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



Bug#680514: xserver-xorg-video-intel: X locks up with EQ overflow

2013-06-26 Thread Alan Chandler
Package: xserver-xorg-video-intel
Version: 2:2.19.0-6
Followup-For: Bug #680514

Dear Maintainer,

Have have now found a way to consistently (within a matter of seconds) trigger 
this bug

Open up a libreoffice spreadsheet to maximized size on my larger monitor
Fill the screen up with a number in each cell (fill in the first cell, then 
drag right - then drag the selected row down)

Scroll rapidly from left to right (either direction triggers the problem)

NOTE scrolling vertically does not trigger the problem.

NOTE it doesn't appear to trigger the problem when the cells are empty




-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jun 21 18:44 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2044664 Apr 17 11:40 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller [8086:0112] (rev 09)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 813 Jun 21 18:49 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section Device
Identifier H67 Integrated Graphics
Driver intel
Option Monitor-HDMI2 Iiyama 24in
Option Monitor-VGA1 Iiyama 17in
EndSection

Section Monitor
Identifier Iiyama 24in
Option DPMS
Option Primary
Option PreferredMode 1920x1080
Option Position 0 0
EndSection

Section Monitor
Identifier Iiyama 17in
Option DPMS
Option PreferredMode 1280x1024
HorizSync 24.0-80.0
VertRefresh 55-75
Modeline 1280x1024 106.08 1280 1320 1392 1640 1024 1026 1029 1078  # 
106 MHz, 64.7 kHz, 60.0 Hz
Option Position 1920 0
EndSection

Section Screen
Identifier Default Screen
Device H67 Integrated Graphics
Monitor Iiyama 24in
DefaultDepth 24
Subsection Display
   Depth 24
   Modes 1920x1080 1024x768 640x480
EndSubSection  
EndSection

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/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.46-1

Xorg X server log files on system:
--
-rw-r--r-- 1 root root  6150 Jun 26 13:07 /var/log/Xorg.1.log
-rw-r--r-- 1 root root  6151 Jun 26 13:08 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 33993 Jun 26 13:13 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[ 8.510] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 8.510] X Protocol Version 11, Revision 0
[ 8.510] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[ 8.510] Current Operating System: Linux kanga 3.2.0-4-amd64 #1 SMP Debian 
3.2.46-1 x86_64
[ 8.510] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 
root=UUID=d5856d8c-3a34-4d63-9410-b81f187e0693 ro quiet
[ 8.510] Build Date: 17 April 2013  10:22:47AM
[ 8.510] xorg-server 2:1.12.4-6 (Julien Cristau jcris...@debian.org) 
[ 8.510] Current version of pixman: 0.26.0
[ 8.510]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8.510] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.510] (==) Log file: /var/log/Xorg.0.log, Time: Wed Jun 26 13:13:48 
2013
[ 8.512] (==) Using config file: /etc/X11/xorg.conf
[ 8.512] (==) Using system config directory /usr/share/X11/xorg.conf.d
[ 8.514] (==) No Layout section.  Using the first Screen section.
[ 8.514] (**) |--Screen Default Screen (0)
[ 8.514] (**) |   |--Monitor Iiyama 24in
[ 8.514] (**) |   |--Device H67 Integrated Graphics
[ 8.514] (==) Automatically adding devices
[ 8.514] (==) Automatically enabling devices
[ 8.515] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[ 8.515]Entry deleted from font path.
[ 8.518] (WW) The directory 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
[ 8.518]Entry deleted from font path.
[ 8.518] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 8.518] (==) ModulePath set to /usr/lib/xorg/modules
[ 8.518] (II) The server relies on 

Bug#537615:

2013-06-26 Thread Ivan Borzenkov
Added in
https://launchpad.net/~ivan1986/+archive/ppa
mb some help whis upload?


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



Bug#710938: Packard Bell EasyNote LV need i915.invert_brightness on Linux

2013-06-26 Thread Luca Capello
user cont...@itopie.ch
usertags 710938 + itopie.ch-installation
thanks

Hi there,

On Mon, 03 Jun 2013 20:07:47 +0200, Petter Reinholdtsen wrote:
 The fix is to either set the kernel option i915.invert_brightness=1
 during boot, or to create a file in /etc/ like this (as root):

   echo options i915 invert_brightness=1 | tee /etc/modprobe.d/i915.conf
   update-initramfs -u -k all

The above was enough to solve the same problem on an Acer Aspire V3-771G
(model VA70):

  http://bugs.debian.org/714154

  00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core 
processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Acer Incorporated [ALI] Device [1025:0686]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 41
Region 0: Memory at d400 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at c000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 5000 [size=64]
Expansion ROM at unassigned [disabled]
Capabilities: access denied
Kernel driver in use: i915

 Please change the i915 module for the hardware in question, to get this
 laptop working out of the box with Debian Wheezy (and future versions).

Fully agree, thanks to Petter for the blog post, which directed me to
the correct fix:

  
http://people.skolelinux.org/pere/blog/Fixing_the_Linux_black_screen_of_death_on_machines_with_Intel_HD_video.html

Thx, bye,
Gismo / Luca


signature.asc
Description: PGP signature


Bug#391720: providing default settings config file

2013-06-26 Thread Tomas Pospisek

Hello,

I'd like to comment on the logwatch doesn't install default config 
bugreport. Let me start by describing the problem I had:


On a machine of ours logwatch was using a really weird domain in the 
sender address (From: ...). I've got no clue where it got it from. So I 
wanted to configure it. But from the documentation I could not find a hint 
how to do that. The closest information I found in the provided docs 
and through online search was to modify logwatch files directly in 
/usr/.../logwatch. Well, that certainly can't be a good way to do it.


Then I found http://www.debianhelp.co.uk/logwatch1.htm and things cleared 
up. So I'd like to suggest to provide a /etc/logwatch/conf/logwatch.conf 
file as exemplified by that article, that contains all the default 
logwatch settings and can be changed to the admin's preferences and needs.


Thanks,
*t


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



Bug#709303: stellarium: Crashes when running within xrdp/vnc (no 3D support)

2013-06-26 Thread Tomasz Buchert

Hi Petter,
thank you for this detailed bug report. I've reposted
your bug at upstream bugtracker 
(https://bugs.launchpad.net/stellarium/+bug/1194838)
and it was solved in no-time. However, you will have to wait till
new upstream release (0.12.2, I suppose), to see this in Debian testing.
I will close this bug when it's released.

Thanks again,
Tomasz


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



Bug#714155: initramfs-tools: mdadm starts up before all needed devices are available

2013-06-26 Thread Brian Minton
Package: initramfs-tools
Version: 0.113
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Dear Maintainer,

bminton@bminton:~$ dmesg|grep sde
[3.114799] sd 8:0:0:0: [sde] 2930277168 512-byte logical blocks: (1.50 
TB/1.36 TiB)
[3.115888] sd 8:0:0:0: [sde] Write Protect is off
[3.119758] sd 8:0:0:0: [sde] Mode Sense: 00 3a 00 00
[3.119808] sd 8:0:0:0: [sde] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[3.134660]  sde: unknown partition table
[3.135237] sd 8:0:0:0: [sde] Attached SCSI disk
[45018.662644] md: export_rdev(sde)
[45018.748222] md: bindsde
[45018.772292]  disk 2, o:1, dev:sde
bminton@bminton:~$ dmesg|grep md1
[2.164616] md: md1 stopped.
[2.171754] md/raid:md1: device sdc operational as raid disk 0
[2.172104] md/raid:md1: device sda2 operational as raid disk 1
[2.173021] md/raid:md1: allocated 3282kB
[2.173416] md/raid:md1: raid level 5 active with 2 out of 3 devices, 
algorithm 5
[2.174093] md1: detected capacity change from 0 to 3000603639808
[2.177433]  md1: unknown partition table
[45018.773937] md: recovery of RAID array md1

Here's some info about my RAID setup:

Personalities : [raid6] [raid5] [raid4]
md1 : active raid5 sde[3] sdc[0] sda2[1]
  2930276992 blocks level 5, 64k chunk, algorithm 5 [3/2] [UU_]
  [===.]  recovery = 19.4% (285554336/1465138496) 
finish=684.0min speed=28741K/sec

unused devices: none
/dev/md1:
Version : 0.90
  Creation Time : Wed Jun  3 09:16:22 2009
 Raid Level : raid5
 Array Size : 2930276992 (2794.53 GiB 3000.60 GB)
  Used Dev Size : 1465138496 (1397.26 GiB 1500.30 GB)
   Raid Devices : 3
  Total Devices : 3
Preferred Minor : 1
Persistence : Superblock is persistent

Update Time : Wed Jun 19 11:22:09 2013
  State : clean, degraded, recovering
 Active Devices : 2
Working Devices : 3
 Failed Devices : 0
  Spare Devices : 1

 Layout : parity-last
 Chunk Size : 64K

 Rebuild Status : 19% complete

   UUID : bfa46bf0:67d6e997:e473ac2a:9f2b3a7b
 Events : 0.2609536

Number   Major   Minor   RaidDevice State
   0   8   320  active sync   /dev/sdc
   1   821  active sync   /dev/sda2
   3   8   642  spare rebuilding   /dev/sde


- -- Package-specific info:
- -- initramfs sizes
- -rw--- 1 root root  12M Nov  3  2009 /boot/initrd.img-2.6.31-trunk-amd64
- -rw--- 1 root root  13M Sep 10  2010 /boot/initrd.img-2.6.31.5
- -rw--- 1 root root  15M Feb 16  2010 /boot/initrd.img-2.6.31.5.bak
- -rw--- 1 root root 4.7M Oct 27  2011 /boot/initrd.img-2.6.35.5
- -rw--- 1 root root  12M Jun  6  2012 /boot/initrd.img-3.1.6
- -rw-r--r-- 1 root root 9.6M Jun 25  2012 /boot/initrd.img-3.4.3
- -rw--- 1 root root  11M May  2 13:28 /boot/initrd.img-3.7.0
- -rw--- 1 root root0 Dec 13  2012 /boot/initrd.img-3.7.new
- -rw--- 1 root root  13M Jun 21 09:21 /boot/initrd.img-3.9.0
- -rw-r--r-- 1 root root 8.0M Sep 30  2009 /boot/initrd.img-evms
- -- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.9.0 root=/dev/mapper/root-root_vol ro 
root=/dev/mapper/root-root_vol ro

- -- /proc/filesystems
reiserfs
ext3
ext2
ext4
squashfs
vfat
iso9660
ntfs
fuseblk
udf
jfs
xfs
btrfs

- -- lsmod
Module  Size  Used by
xt_limit1860  5 
nf_conntrack_ipv4   9048  2 
nf_defrag_ipv4  1473  1 nf_conntrack_ipv4
xt_recent   8255  2 
xt_conntrack2920  2 
nf_conntrack   66471  2 xt_conntrack,nf_conntrack_ipv4
cpufreq_powersave   1370  0 
cpufreq_conservative 4268  0 
cpufreq_ondemand5212  1 
cpufreq_stats   4638  0 
ppdev   7256  0 
lp  9272  0 
bnep   14388  2 
rfcomm 56820  0 
bluetooth 296970  10 bnep,rfcomm
rfkill 16291  2 bluetooth
nfnetlink_queue 7688  0 
nfnetlink_log   7629  0 
nfnetlink   4265  2 nfnetlink_log,nfnetlink_queue
uinput  7173  3 
nfsd  197243  13 
decnet 77683  0 
dummy   2368  0 
bridge 82616  0 
stp 1900  1 bridge
llc 4546  2 stp,bridge
hwmon_vid   2442  0 
dm_crypt   13410  0 
ch 11769  0 
st 30706  0 
osst   45284  0 
nouveau   764359  2 
mxm_wmi 1713  1 nouveau
wmi 8657  2 mxm_wmi,nouveau
video  12263  1 nouveau
i2c_algo_bit5003  1 nouveau
ttm63471  1 nouveau
drm_kms_helper 29285  1 nouveau
drm   237454  4 ttm,drm_kms_helper,nouveau
powernow_k818511  1 
i2c_core 

Bug#710938: Packard Bell EasyNote LV need i915.invert_brightness on Linux

2013-06-26 Thread Petter Reinholdtsen
[Luca Capello]
 The above was enough to solve the same problem on an Acer Aspire
 V3-771G (model VA70):

Great.  I checked the upstream source, and your video card ID is not
in the quirk list yet.  Can you submit a patch to dri-devel@ to make
sure a permanent fix is included upstream and solve the problem for
every distribution?  See
URL: http://lists.freedesktop.org/archives/dri-devel/2013-June/039763.html 
and the thread that followed for my success story. :)

-- 
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#714157: fontconfig-config made /etc/fonts/conf.avail/ a symlink, breaking other packages' conffiles

2013-06-26 Thread Jakub Wilk

Package: fontconfig-config
Version: 2.10.2-1
Severity: serious

/etc/fonts/conf.avail was made a symlink, but there are many packages 
that ship files in this directory. As a consequence, my 
/etc/fonts/conf.d/ now looks like this:


$ file /etc/fonts/conf.d/* | grep broken
/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf: broken symbolic 
link to `../conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf'
/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf:  broken symbolic 
link to `../conf.avail/20-unhint-small-dejavu-lgc-sans.conf'
/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf: broken symbolic 
link to `../conf.avail/20-unhint-small-dejavu-lgc-serif.conf'
/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf: broken symbolic 
link to `../conf.avail/20-unhint-small-dejavu-sans-mono.conf'
/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf:  broken symbolic 
link to `../conf.avail/20-unhint-small-dejavu-sans.conf'
/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf: broken symbolic 
link to `../conf.avail/20-unhint-small-dejavu-serif.conf'
/etc/fonts/conf.d/50-enable-terminus.conf:   broken symbolic 
link to `../conf.avail/50-enable-terminus.conf'
/etc/fonts/conf.d/57-dejavu-sans-mono.conf:  broken symbolic 
link to `../conf.avail/57-dejavu-sans-mono.conf'
/etc/fonts/conf.d/57-dejavu-sans.conf:   broken symbolic 
link to `../conf.avail/57-dejavu-sans.conf'
/etc/fonts/conf.d/57-dejavu-serif.conf:  broken symbolic 
link to `../conf.avail/57-dejavu-serif.conf'
/etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf:  broken symbolic 
link to `../conf.avail/58-dejavu-lgc-sans-mono.conf'
/etc/fonts/conf.d/58-dejavu-lgc-sans.conf:   broken symbolic 
link to `../conf.avail/58-dejavu-lgc-sans.conf'
/etc/fonts/conf.d/58-dejavu-lgc-serif.conf:  broken symbolic 
link to `../conf.avail/58-dejavu-lgc-serif.conf'
/etc/fonts/conf.d/90-fonts-linux-libertine.conf: broken symbolic 
link to `../conf.avail/90-fonts-linux-libertine.conf'

--
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#709303: stellarium: Crashes when running within xrdp/vnc (no 3D support)

2013-06-26 Thread Petter Reinholdtsen
[Tomasz Buchert]
 Hi Petter,

Hi. :)

 thank you for this detailed bug report. I've reposted your bug at
 upstream bugtracker
 (https://bugs.launchpad.net/stellarium/+bug/1194838) and it was
 solved in no-time. However, you will have to wait till new upstream
 release (0.12.2, I suppose), to see this in Debian testing.  I will
 close this bug when it's released.

Thank you.  Can you backport a fix for wheezy too?  Would be great for
Debian Edu if stellarium worked using RPD in Wheezy. :)

-- 
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#713005: Possibly adopoting?

2013-06-26 Thread Tomasz Buchert

Hi,
I use miredo from time to time. I looked on your package
a bit - what happened to SVN repository? I would like to
migrate it to Git on alioth.

Cheers,
Tomasz


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



Bug#714156: Option control_html_output not working consistently

2013-06-26 Thread Leo Moll
Package: motion
Version: 3.2.12-3.4
Severity: minor
Tags: upstream patch

When control_html_output is set to off, there is still some HTML output.
This affects specifically detection/pause

-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i586)

Kernel: Linux 3.2.0-4-486
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages motion depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.49
ii  libavcodec53   6:0.8.6-1
ii  libavformat53  6:0.8.6-1
ii  libavutil516:0.8.6-1
ii  libc6  2.13-38
ii  libjpeg8   8d-1
ii  libmysqlclient18   5.5.31+dfsg-0+wheezy1
ii  libpq5 9.1.9-1

Versions of packages motion recommends:
ii  ffmpeg  6:0.8.6-1

Versions of packages motion suggests:
pn  mysql-client   none
pn  postgresql-client  none

-- Configuration Files:
/etc/default/motion changed [not included]
/etc/motion/motion.conf changed [not included]

-- debconf information excluded
Description: Fixed some response still containing html when control_html_output=off
Author: Leo Moll leo.m...@yeasoft.com
Last-Update: 2013-06-26

--- a/webhttpd.c
+++ b/webhttpd.c
@@ -1116,7 +1116,7 @@
 send_template_end_client(client_socket);
 } else {
 send_template_ini_client_raw(client_socket);
-sprintf(res, bThread %hu/b Detection paused\nDone\n, thread);
+sprintf(res, Thread %hu Detection paused\nDone\n, thread);
 send_template_raw(client_socket, res);
 }
 } else {


Bug#714158: Python 2.7: NUT-Monitor crashes: double free or corruption

2013-06-26 Thread programmer11180
Package: src:python2.7
Version: 2.7.5-6
Severity: important

Hello, conrades.
NUT-Monitor sometimes crash with the following error:

$ NUT-Monitor
*** Error in `/usr/bin/python': double free or corruption (fasttop): 
0x7f942c002890 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x7aac6)[0x7f9441cadac6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7b843)[0x7f9441cae843]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(gdk_region_intersect+0x72)[0x7f943f5357b2]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x3dbef)[0x7f943f53fbef]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(gdk_window_process_all_updates+0x131)[0x7f943f542001]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(+0xb82e1)[0x7f943f86b2e1]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x1dd87)[0x7f943f51fd87]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x135)[0x7f9440d55f25]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x49268)[0x7f9440d56268]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0x6a)[0x7f9440d566da]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(gtk_main+0xa7)[0x7f943f8e65e7]
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_gtk.so(+0x1af224)[0x7f943ff99224]
/usr/bin/python(PyEval_EvalFrameEx+0x1141)[0x4fe711]
/usr/bin/python(PyEval_EvalCodeEx+0x2b1)[0x563e91]
/usr/bin/python(PyEval_EvalCode+0x32)[0x5b4a52]
/usr/bin/python[0x59e63b]
/usr/bin/python(PyRun_FileExFlags+0x92)[0x44724d]
/usr/bin/python(PyRun_SimpleFileExFlags+0x2ee)[0x469236]
/usr/bin/python(Py_Main+0xb5e)[0x46d6fb]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f9441c54a55]
/usr/bin/python[0x5756f1]
=== Memory map: 
0040-006b9000 r-xp  08:36 402758 
/usr/bin/python2.7
008b8000-008b9000 r--p 002b8000 08:36 402758 
/usr/bin/python2.7
008b9000-0092e000 rw-p 002b9000 08:36 402758 
/usr/bin/python2.7
0092e000-0094 rw-p  00:00 0 
01c16000-028b5000 rw-p  00:00 0  [heap]
7f942c00-7f942c021000 rw-p  00:00 0 
7f942c021000-7f943000 ---p  00:00 0 
7f9431e29000-7f9431e3e000 r-xp  08:36 140060 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f9431e3e000-7f943203e000 ---p 00015000 08:36 140060 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f943203e000-7f943203f000 rw-p 00015000 08:36 140060 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f943203f000-7f94320e8000 r--p  08:36 1466   
/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
7f94320e8000-7f94320e9000 ---p  00:00 0 
7f94320e9000-7f94328e9000 rw-p  00:00 0 
7f94328e9000-7f9432969000 rw-s  00:04 1981743116 
/SYSV (deleted)
7f9432969000-7f94329c9000 rw-s  00:04 1981644810 
/SYSV (deleted)
7f94329c9000-7f94329d5000 r-xp  08:36 140064 
/lib/x86_64-linux-gnu/libnss_files-2.17.so
7f94329d5000-7f9432bd4000 ---p c000 08:36 140064 
/lib/x86_64-linux-gnu/libnss_files-2.17.so
7f9432bd4000-7f9432bd5000 r--p b000 08:36 140064 
/lib/x86_64-linux-gnu/libnss_files-2.17.so
7f9432bd5000-7f9432bd6000 rw-p c000 08:36 140064 
/lib/x86_64-linux-gnu/libnss_files-2.17.so
7f9432bd6000-7f9432c36000 rw-s  00:04 1981612041 
/SYSV (deleted)
7f9432c36000-7f9432c64000 r-xp  08:36 404098 
/usr/lib/x86_64-linux-gnu/libbluray.so.1.1.0
7f9432c64000-7f9432e64000 ---p 0002e000 08:36 404098 
/usr/lib/x86_64-linux-gnu/libbluray.so.1.1.0
7f9432e64000-7f9432e65000 r--p 0002e000 08:36 404098 
/usr/lib/x86_64-linux-gnu/libbluray.so.1.1.0
7f9432e65000-7f9432e66000 rw-p 0002f000 08:36 404098 
/usr/lib/x86_64-linux-gnu/libbluray.so.1.1.0
7f9432e66000-7f9432e73000 r-xp  08:36 143067 
/lib/x86_64-linux-gnu/libudev.so.0.13.0
7f9432e73000-7f9433073000 ---p d000 08:36 143067 
/lib/x86_64-linux-gnu/libudev.so.0.13.0
7f9433073000-7f9433074000 r--p d000 08:36 143067 
/lib/x86_64-linux-gnu/libudev.so.0.13.0
7f9433074000-7f9433075000 rw-p e000 08:36 143067 
/lib/x86_64-linux-gnu/libudev.so.0.13.0
7f9433075000-7f94330b9000 r-xp  08:36 139446 
/lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f94330b9000-7f94332b9000 ---p 00044000 08:36 139446 
/lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f94332b9000-7f94332ba000 r--p 00044000 08:36 139446 
/lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f94332ba000-7f94332bb000 rw-p 00045000 08:36 139446 
/lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f94332d1000-7f94332e9000 r-xp  08:36 393520 
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f94332e9000-7f94334e8000 ---p 00018000 

Bug#699809: cfengine3: Request to package newer version

2013-06-26 Thread James Richardson
Hi, 
The newest version of cfengine3 is 3.5. Please provide a package.

Also consider this as a volunteer to help, if you should desire
assistance.

-- 
James


signature.asc
Description: Digital signature


Bug#711078: python-tidylib: Enable tests during build

2013-06-26 Thread Janoš Guljaš
Hi Michael,

Thank you very much for the patch. It will be included in the next release.

Best regards,
Janos

On Tue, Jun 4, 2013 at 3:45 PM, Michael Terry mte...@ubuntu.com wrote:
 Package: python-tidylib
 Version: 0.2.1~dfsg-2
 Severity: wishlist
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu saucy ubuntu-patch

 Dear Maintainer,

 In Ubuntu, the attached patch was applied to run upstream tests at build 
 time.  Thanks for considering it!

 One thing to note is that the upstream test threadsafety.py does not seem to 
 actually return an error code if it fails.  But the others do.

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

 Kernel: Linux 3.9.0-2-generic (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#700554: Updating the python-socksipy Uploaders list

2013-06-26 Thread Sebastian Ramacher
Control: reassign -1 wnpp
Control: severity -1 normal
Control: retitle -1 O: python-socksipy -- Python SOCKS client module

On 2013-02-14 09:04:27, Ricardo Mones wrote:
 Package: python-socksipy
 Version: 1.0-1
 Severity: minor
 User: m...@qa.debian.org
 Usertags: mia-teammaint
 
 Thomas Bläsing thoma...@pool.math.tu-berlin.de has not been working on
 the python-socksipy package for quite some time.
 
 We are tracking their status in the MIA team and would like to ask you
 to remove them from the Uploaders list of the package so we can close
 that part of the file.
 
 (If the person is listed as Maintainer, what we are asking is to please
 step in as a new maintainer.)

Since nobody from the team seems to be interested in this package and
Thomas was the only human maintainer, the package is de-factor orphaned.
Hence I'm reassigning to wnpp and marking it as orphaned.

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#708143: mips64 and mips64el support without multilib

2013-06-26 Thread YunQiang Su
I refreshed this patch to add multilib support for mips64(el) and mipsn32(el)

The mips* ask for o32 libraries to be put in /lib and /usr/lib, which
make the change to
debian/rules2 a little longer.

With this package gcc-4.8 can build successfully on amd64, mipsel and mips64el.

Besides the mips64(el) and mipsn32(el) support, I add support of
DEB_BUILD_OPTIONS=nocheck support.

On Wed, May 15, 2013 at 10:57 AM, YunQiang Su wzss...@gmail.com wrote:
 On Tue, May 14, 2013 at 11:16 PM, Matthias Klose d...@debian.org wrote:
 Am 13.05.2013 15:37, schrieb YunQiang Su:
 Package: gcc-4.8

 We are working on mips64(el) port.
 The support of these architectures are finished, while multilib is still to 
 do.

 This is the patch.

 You are introducing a new configuration, separate from the existing mips64
 configurations.  Could you explain why?  And you keep the same multiarch name
 My fault, I will merge them.
 for both configurations. How do the new mips64 targets and the existing 
 mips64
 multilib relate to each other?
 I will support multilib finally.
 As my understand, the multilib-less is a step to the multilib support. Is it?
 I am very not sure.

   Matthias




 --
 YunQiang Su



-- 
YunQiang Su


mips64.diff
Description: Binary data


Bug#709303: stellarium: Crashes when running within xrdp/vnc (no 3D support)

2013-06-26 Thread Tomasz Buchert
On 26/06/13 15:03, Petter Reinholdtsen wrote:
 [Tomasz Buchert]
  Hi Petter,
 
 Hi. :)
 
  thank you for this detailed bug report. I've reposted your bug at
  upstream bugtracker
  (https://bugs.launchpad.net/stellarium/+bug/1194838) and it was
  solved in no-time. However, you will have to wait till new upstream
  release (0.12.2, I suppose), to see this in Debian testing.  I will
  close this bug when it's released.
 
 Thank you.  Can you backport a fix for wheezy too?  Would be great for
 Debian Edu if stellarium worked using RPD in Wheezy. :)
 
 -- 
 Happy hacking
 Petter Reinholdtsen

Hi,
I'm afraid the fix does not make stellarium work over rdesktop, but
rather lets it quit gracefully instead of segfaulting. I doubt you can
use OpenGL applications over rdesktop efficiently if at all. But
I'm not expert nor a developer of Stellarium. :)

Tomasz


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



Bug#712987: exim4: Include port number in error messages

2013-06-26 Thread Olaf van der Spek
On Wed, Jun 26, 2013 at 12:58 PM, Marc Haber
mh+debian-packa...@zugschlus.de wrote:
 On Fri, Jun 21, 2013 at 04:38:23PM +0200, Olaf van der Spek wrote:
 Could you include port numbers in error messages?
 I accidently used a single colon instead of a double colon and had to run 
 tcpdump to find out what went wrong.

 That's a valid point, but I don't think that we should locally patch
 exim to do this. Would you be willing to file an upstream bug for
 this, so that we do not unilaterally break the well-known log format?

I could, but why don't you?
You're the maintainer. ;)

BTW, a debconf check on that input field would be nice too.


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



Bug#657845: doxygen hangs building ace on armel

2013-06-26 Thread Helmut Grohne
clone 657845 -1
reassign -1 src:ace 6.0.3+dfsg-0.1
submitter -1 !
retitle -1 ace/6.0.3+dfsg-0.1 FTBFS when building indep-only
tags -1 =
summary -1 0
close 657845
done 

On Tue, May 21, 2013 at 04:20:22PM +0200, Luca Falavigna wrote:
 Feel free because, as you already mentioned, this bug is no longer 
 reproducible

I tried to reproduce it again. To do so I had to build libace-doc which
is arch:all by now. I used abel.d.o interactively. So now ace FTBFS, but
not due to doxygen as far as I can tell. I forgot to redirect the build
output to a log file, so I can only offer the command and the tail of
the log and hope that it helps.

(sid_armel-dchroot)helmutg@abel:~/ace-6.0.3+dfsg$ dpkg-buildpackage -uc -us -A
...
/home/helmutg/ace-6.0.3+dfsg/ACEXML/common/URL_Addr.h:50: Warning: Unsupported 
xml/html tag address found
/home/helmutg/ace-6.0.3+dfsg/ACEXML/common/URL_Addr.h:54: Warning: Unsupported 
xml/html tag address found
/home/helmutg/ace-6.0.3+dfsg/ACEXML/common/URL_Addr.h:55: Warning: Unsupported 
xml/html tag ACE_DEFAULT_HTTP_PORT found
/home/helmutg/ace-6.0.3+dfsg/ACEXML/common/URL_Addr.h:124: Warning: Unsupported 
xml/html tag addr_to_string found
/home/helmutg/ace-6.0.3+dfsg/ACEXML/common/URL_Addr.h:127: Warning: Unsupported 
xml/html tag addr_string_ found
find /home/helmutg/ace-6.0.3+dfsg/html -name '*.md5' -o -name '*.map' -o -name 
'*.tag' | xargs -r rm -f
make[1]: Leaving directory `/home/helmutg/ace-6.0.3+dfsg'
   dh_auto_test -i
 fakeroot debian/rules binary-indep
dh binary-indep
   dh_testroot -i
   dh_prep -i
   debian/rules override_dh_install
make[1]: Entering directory `/home/helmutg/ace-6.0.3+dfsg'
dh_install --list-missing
dh_install: mpc-ace missing files (../../bin/m[p,w]c.pl), aborting
make[1]: *** [override_dh_install] Error 2
make[1]: Leaving directory `/home/helmutg/ace-6.0.3+dfsg'
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
(sid_armel-dchroot)helmutg@abel:~/ace-6.0.3+dfsg$ head debian/changelog -n1

The failing pattern comes from debian/mpc-ace.install. The files
bin/mpc.pl and bin/mwc.pl (toplevel in the package) do exist. What does
not exist after this build step is debian/tmp, so dh_install looks for
./debian/tmp/../../bin/m[p,w]c.pl and fails. Note that there is no
bin/m,c.pl as suggested by the pattern.

According to man dh_install filenames in debian/*.install should be
relative to the working directory. So I suggest to drop the ../../ from
debian/*.install.

At this point doxygen (1.8.4-1) had already built all the documentation,
so I close the doxygen part of the issue. If you figure a way to
reproduce, just reopen or file a new bug.

Helmut


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



Bug#714113: texlive-base: installation fails

2013-06-26 Thread Dietrich Clauss
Hilmar Preusse schrieb:
 On 25.06.13 Dietrich Clauss (d...@clauss.dyndns.org) wrote:
 
 Hi,
 
  /usr/bin/tl-paper: setting paper size for dvips to a4.
  /usr/bin/tl-paper: setting paper size for dvipdfmx to a4.
  /usr/bin/tl-paper: setting paper size for xdvi to a4.
  /usr/bin/tl-paper: setting paper size for pdftex to a4.
  paperconf: relocation error: paperconf: symbol errno, version GLIBC_2.0 not 
  defined in file libc.so.6 with link time reference
  dpkg: error processing texlive-base (--configure):
   subprocess installed post-installation script returned error exit status 
  127
  Errors were encountered while processing:
   texlive-base
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  $ 
  
 Weird. What does dpkg -l libc6 tell you?

$ dpkg -l libc6 libc6-i686 
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:i386 2.13-38  i386 Embedded GNU C Library: Shared li
ii  libc6-i686:i38 2.13-38  i386 Embedded GNU C Library: Shared li

$ apt-cache policy libc6 libc6-i686
libc6:
  Installed: 2.13-38
  Candidate: 2.13-38
  Version table:
 *** 2.13-38 0
800 http://apt-proxy/debian/ wheezy/main i386 Packages
100 /var/lib/dpkg/status
libc6-i686:
  Installed: 2.13-38
  Candidate: 2.13-38
  Version table:
 *** 2.13-38 0
800 http://apt-proxy/debian/ wheezy/main i386 Packages
100 /var/lib/dpkg/status


signature.asc
Description: Digital signature


  1   2   3   4   >