Bug#788561: Bug RC #788561 (python3-memcache not Python 3 compatible)

2015-07-13 Thread Hugo Lefeuvre
Hi Thomas,

 Yes, that's the way to go. I think it's better to go directly for the
 removal of python3-memcached in fact.

I've prepared the diff that I'd like to suggest to the release team.
Could you have a look at it ? The diff is in attachement.

I've decided to just make the package stops building python3-memcache. I
haven't reverted the upstream changes you made on the package; I think
it wouldn't be really useful, and it will surely make the backporting 
process harder.

Thanks !

Cheers,
 Hugo

-- 
  Hugo Lefeuvre (hugo6390)|www.hugo6390.org
4096/ ACB7 B67F 197F 9B32 1533 431C AC90 AC3E C524 065E
--- a/debian/changelog  2015-07-13 11:00:34.426439594 +0200
+++ b/debian/changelog  2015-07-13 11:00:49.106419709 +0200
@@ -1,3 +1,12 @@
+python-memcache (1.53+2014.06.08.git.918e88c496-1+deb8u1) jessie; 
urgency=medium
+
+  * Team upload.
+  * debian/control, debian/rules:
+   - Don't build python3-memcache anymore, upstream's Python3 support
+ is too incomplete (Closes: #788561).
+
+ -- Hugo Lefeuvre hugo6...@orange.fr  Sun, 12 Jul 2015 22:22:34 +0200
+
 python-memcache (1.53+2014.06.08.git.918e88c496-1) unstable; urgency=medium
 
   * New upstream release.
--- a/debian/control2015-07-13 11:00:34.426439594 +0200
+++ b/debian/control2015-07-13 11:00:34.422439599 +0200
@@ -5,9 +5,7 @@
 Uploaders: Carl Chenet cha...@ohmytux.com, Thomas Goirand z...@debian.org
 Build-Depends: debhelper (= 9),
python-all (= 2.6.6-3),
-   python-setuptools,
-   python3-all,
-   python3-setuptools
+   python-setuptools
 Standards-Version: 3.9.5
 Homepage: http://www.tummy.com/Community/software/python-memcached/
 Vcs-Svn: 
svn://anonscm.debian.org/python-modules/packages/python-memcache/trunk/
@@ -23,14 +21,3 @@
  one or more, possibly remote, memcached servers.
  .
  This package contains the Python 2.x module.
-
-Package: python3-memcache
-Architecture: all
-Depends: python3-six, ${misc:Depends}, ${python3:Depends}
-Suggests: memcached
-Description: pure python memcached client - Python 3.x
- This software is a 100% Python interface to the memcached memory cache daemon.
- It is the client side software which allows storing values in one or more,
- possibly remote, memcached servers.
- .
- This package contains the Python 3.x module.
--- a/debian/rules  2015-07-13 11:00:34.426439594 +0200
+++ b/debian/rules  2015-07-13 11:00:34.422439599 +0200
@@ -1,22 +1,17 @@
 #!/usr/bin/make -f
 
 PYTHONS:=$(shell pyversions -vr)
-PYTHON3S:=$(shell py3versions -vr)
 
 UPSTREAM_GIT = git://github.com/linsomniac/python-memcached.git
 
 %:
-   dh $@ --buildsystem=python_distutils --with python2,python3
+   dh $@ --buildsystem=python_distutils --with python2
 
 override_dh_install:
set -e  for pyvers in $(PYTHONS); do \
python$$pyvers setup.py install --install-layout=deb \
--root $(CURDIR)/debian/python-memcache; \
done
-   set -e  for pyvers in $(PYTHON3S); do \
-   python$$pyvers setup.py install --install-layout=deb \
-   --root $(CURDIR)/debian/python3-memcache; \
-   done
 
 override_dh_clean:
dh_clean -O--buildsystem=python_distutils


signature.asc
Description: Digital signature


Bug#792250: Transition to Qt 5.x

2015-07-13 Thread Boris Pek
Source: qxmpp
Severity: wishlist

Hi Jeremy,

It is time for updating qxmpp package to the latest stable release v0.8.3.
What do you think about switching to Qt 5.x in this update? Any objections?

Best regards,
Boris


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



Bug#747337: Random number generator and regression tests (Re: Python-pysam for unstable?)

2015-07-13 Thread Andreas Tille
Hi,

On Mon, Jul 13, 2015 at 06:06:37AM +0900, Charles Plessy wrote:
  That is interesting. For bedtools, is that a problem with the test suite or
  with the packaging? I didn't think that a package could be uploaded to
  somewhere besides experimental while it is known to be failing tests.
 
 Well, the answer is in the BTS :)
 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747337#24
 
 For the impatient, the main problem is that the random number generator used
 does not produce the same result on Linux and on OSX, even with the same seed.
 (I know that other programs like R definitely manage to do so).
 
 Actually, if someobody has a hint, it would be welcome upstream.
 
 https://github.com/arq5x/bedtools2/issues/84

While this is certainly no hint I think a preliminary solution would be
to use a comparison dataset on Linux to compare the test result with.
we could create it, provide it as a patch an run the test against this.

I personally do not have any experiences with random number generators
on different architectures.  My only idea would be to ask on debian-mentors
to possibly get some hints.

Kind regards

Andreas.

-- 
http://fam-tille.de


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



Bug#790498: iceweasel: upgrading from jessie makes all passwords in the password manager invalid

2015-07-13 Thread Török Edwin
On 07/13/2015 01:46 AM, Mike Hommey wrote:
 On Mon, Jun 29, 2015 at 11:28:02PM +0300, Török Edwin wrote:
 Package: iceweasel
 Version: 38.0.1-5
 Severity: grave
 Justification: causes non-serious data loss

 
 Your comment in upstream bug says that forcing a new upgrade of the
 signons store worked, so it's really not clear what went wrong the first
 time.

One possibility is that I upgraded from the Jessie version of firefox to the 
unstable one in the past to test something, which upgraded the password store 
to the new format at that time.
Then when I was done testing that site I downgraded back to the stable version 
in Jessie, and added/changed more passwords as usual, but that updated the 
passwords in the old store.

Now when I tried to upgrade again to the version in unstable it used the 
out-of-date signons store that it converted some time ago, and any changes made 
by the old firefox version haven't been taken into account.
That might explain why Firefox from unstable has seen less passwords than the 
Jessie version, and why none of them worked anymore (I changed them all using 
the old version of firefox).

If you think it'd be useful I can try to reproduce this with a fresh firefox 
profile and upgrading/downgrading while changing passwords.
Not sure what could be done to fix this, one way would to provide a button to 
import the passwords from the old store (even if it has been imported in the 
past already), and if their last changed time is newer than
the password in the new store use that, or just have both available and allow 
the user to choose and delete the outdated one.


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



Bug#792250: Transition to Qt 5.x

2015-07-13 Thread Jeremy Lainé
On 07/13/2015 10:55 AM, Boris Pek wrote:
 Source: qxmpp
 Severity: wishlist

 Hi Jeremy,

 It is time for updating qxmpp package to the latest stable release v0.8.3.
 What do you think about switching to Qt 5.x in this update? Any objections?

I think it's a good iea to switch to Qt5, I was going to suggest the same.

Cheers,
Jeremy


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



Bug#792256: RFP: fonts-incolsolata-lgc -- inconsolata font with cyrillic and greek glyphs

2015-07-13 Thread Alexander Inyukhin
Package: wnpp
Severity: wishlist

Hi,
I would like this font to be available in Debian.

Upstream page:
 https://github.com/MihailJP/Inconsolata-LGC

Description (from upstream):
 Inconsolata LGC is a modified version of Inconsolata with added the
 Cyrillic alphabet which directly descends from Inconsolata Hellenic
 supporting modern Greek.

License:
 Inconsolata LGC is licensed under SIL OFL.

The font is built with fontforge.


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



Bug#792259: ffms2: pandoc does not render Markdown properly

2015-07-13 Thread Jonas Smedegaard
Quoting Dmitry Shachnev (2015-07-13 13:58:49)
 Hi Jonas,
 
 2015-07-13 14:56 GMT+03:00 Jonas Smedegaard d...@jones.dk:
 Would be nice if this issue could (also, separately) be filed as a
 bugreport against pandoc, documenting what specifically fails.

 I fully understand if libffms2-dev package maintainers choose to avoid
 pandoc, but great if the bug revealed by its usage till now could
 benefit the development of pandoc anyway :-)

 GitHub-style (```) code blocks are not standardized, so Pandoc has the
 full rights to not support it.
 Python-Markdown supports it via a non-default extension.

Seems indeed it is standardized: 
http://spec.commonmark.org/0.20/#fenced-code-blocks

...so perhaps (if interested in keep using pandoc) simply a matter of 
choosing the correct flavor of Markdown parsing?

Even if it wasn't standardized, pandoc aims to cover a rich variety of 
Markdown parsing, including several non-standard but popular extensions 
- so I would expect upstream to be interested in fixing also this one if 
needed.  Please do consider filing a bug against pandoc, even if you do 
not want to use pandoc yourself in the future.

 - 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#730532: [python-sklearn] Please support Python3

2015-07-13 Thread Yaroslav Halchenko
As I have said there is #782959 specifically for that. So now I will just need 
to reassign to matching package and merge

On July 13, 2015 3:14:58 AM EDT, Bastian Venthur vent...@debian.org wrote:
reopen 730532
quit


Hi Yaroslav,

the gist of my bugreport was to have sklearn available for Python3 in
Debian. As sklearn officially supports Python3, It seems to me that the
reasons we don't have it yet are somewhat Debian specific which is a
reason more to leave this bug open until it is fixed.

So I'd like to leave that bugreport open until there is a Debian
package
for Python3.


Cheers,

Bastian

Am 12.07.2015 um 06:03 schrieb Yaroslav Halchenko:
 
 On Tue, 26 Nov 2013, Bastian Venthur wrote:
[...]
 according to the official changelog, scikit learn 0.14 should
support
 Python 3.3, but the requirements of the Debian package forbid that
 version. Could you try to loosen the restricion on Python  2.8 or
 building a Python3 package?
 
 as for the  2.8 -- that is a restriction placed by dh_python to
 prevent auto-upgrade whenever new default python  comes into play
(well
 -  this time some python3).  so nothing for me to loosen
 
 as for python3 pkg -- eventually... for that there is a wishlist

 
 I hope you don't mind if simply close this one for now
 

-- 
Sent from a phone which beats iPhone.


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



Bug#759626: gavl: FTBFS on x32

2015-07-13 Thread Thorsten Glaser
On Fri, 29 Aug 2014, Adam Borowski wrote:

 Hi!  I'm afraid your package fails to build on x32, and blocks a load of
 stuff because of deep Build-Dependency chains.
 
 Here's a fix.  I did not bother porting this code, just ripped the whole

Hi *, I just built gavl with Adam’s fix in order to get libav fully
compiled again, and uploaded it to dpo unreleased.

Please apply in your next upload!

Thanks,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg


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



Bug#784768: libhiredis-dev: Transition to cmake 3.2

2015-07-13 Thread Raphael Hertzog
Control: severity -1 important

On Mon, 13 Jul 2015, Raphael Hertzog wrote:
 But from a quick search on codesearch.debian.net it looks likes there
 are no such packages:
 http://codesearch.debian.net/results/find_package%5C%28.*Hiredis.*%5C%29/page_0

Based on this, the cmake support that no longer works with cmake 3.2
has no reason to be a release critical bug, I'm lowering the severity
to important.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/


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



Bug#779918: kdenlive: Effects are not localized

2015-07-13 Thread Leszek Lesner
Am Montag, 13. Juli 2015, 11:33:12 schrieb Patrick Matthäi:
 Hi,
 
 could you please retest it with 15.04.3-1 from unstable.

15.04 does not include any translation files at all. 
So this is not fixed and btw 15.04 is kf5 based so basically a total different 
application.  (Upstream is not providing translations for it yet)
I reported this issue against 0.9.10 version ! (the kde4libs version that 
ships with translations)

This version has almost all translations except for effects that were somehow 
commented out in the po files. (an upstream error that was taken care of though 
not releasing a new tarball) 
It shouldn't be that big of a deal to get this patch into jessie or stretch 
for the benefit of non english speaking users. (even or especially if upstream 
messed up here)

Greetings
Leszek


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



Bug#787239: general: After upgrade from Wheezy to Jessie PC hang on reboot

2015-07-13 Thread Michael Biebl
Control: tags -1 moreinfo

On Sat, 30 May 2015 11:18:34 +0300 Shaman
www.remoteshaman@gmail.com wrote:
 Package: general
 Severity: important
 
 Dear Maintainer,
 
 After upgrade from Wheezy to Jessie PC hang on reboot and I get last message
 Reached target shutdown.

Did you already run systemd in wheezy? Which version of systemd did you
have running before the upgrade?

 Shutdown, hibernate and suspend mode worked fite, - only reboot process hang 
 on
 message Reached target shutdown, like this:
 https://drive.google.com/file/d/0BzklOevym1EnNVA2TkM2bWFGLWc/view?pli=1
 

That looks like you maybe have typed halt, which will shutdown your
system, but not power it off.

Which commands did you use exactly to shutdown the system?



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



signature.asc
Description: OpenPGP digital signature


Bug#792264: opencv: FTBFS on x32 (and other new Linux architectures) due to use of sysctl

2015-07-13 Thread Thorsten Glaser
Source: opencv
Version: 2.4.9.1+dfsg-1.1
Severity: important
Tags: patch

Hi,

the attached patch lets CMake search for sys/sysctl.h and
uses it only if found.

This, together with the fix for #792262, fixes opencv on x32.

-- System Information:
Debian Release: stretch/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386, amd64

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)
diff -Nru opencv-2.4.9.1+dfsg/debian/changelog opencv-2.4.9.1+dfsg/debian/changelog
--- opencv-2.4.9.1+dfsg/debian/changelog	2015-05-15 21:34:14.0 +0200
+++ opencv-2.4.9.1+dfsg/debian/changelog	2015-07-13 11:07:07.0 +0200
@@ -1,3 +1,10 @@
+opencv (2.4.9.1+dfsg-1.1+x32.1) unreleased; urgency=medium
+
+  * Non-maintainer upload.
+  * Add fix_without_sysctl patch
+
+ -- Thorsten Glaser t...@mirbsd.de  Mon, 13 Jul 2015 11:06:47 +0200
+
 opencv (2.4.9.1+dfsg-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru opencv-2.4.9.1+dfsg/debian/patches/fix_without_sysctl opencv-2.4.9.1+dfsg/debian/patches/fix_without_sysctl
--- opencv-2.4.9.1+dfsg/debian/patches/fix_without_sysctl	1970-01-01 01:00:00.0 +0100
+++ opencv-2.4.9.1+dfsg/debian/patches/fix_without_sysctl	2015-07-13 11:06:38.0 +0200
@@ -0,0 +1,54 @@
+Description: only include sys/sysctl.h if usable
+Forwarded: not yet
+Bug-Debian: coming
+Author: mirabilos t.gla...@tarent.de
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -441,6 +441,8 @@ if(UNIX)
+   else()
+ set(HAVE_LIBPTHREAD YES)
+   endif()
++
++  CHECK_INCLUDE_FILE(sys/sysctl.h HAVE_SYS_SYSCTL_H)
+ endif()
+ 
+ include(cmake/OpenCVPCHSupport.cmake)
+--- a/modules/core/src/parallel.cpp
 b/modules/core/src/parallel.cpp
+@@ -57,7 +57,9 @@
+ #if defined ANDROID
+ #include sys/sysconf.h
+ #elif !defined __GNU__
++  #ifdef HAVE_SYS_SYSCTL_H
+ #include sys/sysctl.h
++  #endif
+ #endif
+ #endif
+ 
+--- a/modules/core/src/system.cpp
 b/modules/core/src/system.cpp
+@@ -164,9 +164,11 @@ std::wstring GetTempFileNameWinRT(std::w
+ #if defined ANDROID
+ #include sys/sysconf.h
+ #elif !defined __GNU__
++#ifdef HAVE_SYS_SYSCTL_H
+ #include sys/sysctl.h
+ #endif
+ #endif
++#endif
+ 
+ #ifdef ANDROID
+ # include android/log.h
+--- a/modules/highgui/src/cap_ffmpeg_impl.hpp
 b/modules/highgui/src/cap_ffmpeg_impl.hpp
+@@ -149,7 +149,9 @@ extern C {
+ #include unistd.h
+ #include stdio.h
+ #include sys/types.h
++#ifdef HAVE_SYS_SYSCTL_H
+ #include sys/sysctl.h
++#endif
+ #endif
+ 
+ #ifndef MIN
diff -Nru opencv-2.4.9.1+dfsg/debian/patches/series opencv-2.4.9.1+dfsg/debian/patches/series
--- opencv-2.4.9.1+dfsg/debian/patches/series	2015-05-15 16:43:46.0 +0200
+++ opencv-2.4.9.1+dfsg/debian/patches/series	2015-07-13 10:47:26.0 +0200
@@ -8,3 +8,4 @@
 fix_path_of_opencl_headers
 libav10.patch
 optimize_i586.patch
+fix_without_sysctl


Bug#792257: pst-utils: Incorrect package description; claims Maildir support where none exists

2015-07-13 Thread Peter Corlett
Package: pst-utils
Version: 0.6.59-1
Severity: minor

Dear Maintainer,

The pst-utils package description (e.g. from aptitude show pst-utils) claims
that readpst can export data from PST files to a variety of formats, including
mbox, MH, Maildir and Mozilla-mbox. However, after trying to use it, it became
clear that there is no Maildir support after all. I suspect, but haven't
verified, that Mozilla-mbox is also not supported.

The program's man page, readpst -h output, and even strings $(which readpst)
| fgrep -i Maildir all point to lack of Maildir support, as does (a relatively
cursory) online search for how to use readpst to produce Maildir. The latter
essentially came back with advice to use mbox as an intermediate format and
convert that onwards to Maildir.

I suggest that the description of readpst be changed to delete the reference to
Maildir and Mozilla-mbox.

It may also be helpful to add a Suggests: mb2md and/or some explanatory
wording to readpst's description noting that pst-utils can be combined with
mb2md to perform PST to Maildir conversion.

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages pst-utils depends on:
ii  libc6 2.19-18
ii  libgcc1   1:4.9.2-10
ii  libgd32.1.0-5
ii  libglib2.0-0  2.42.1-1
ii  libgsf-1-114  1.14.30-2
ii  libpst4   0.6.59-1
ii  libstdc++64.9.2-10

pst-utils recommends no packages.

pst-utils 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#792258: putty: Truetype font rendering very CPU intensive

2015-07-13 Thread Ben Armstrong
Package: putty
Version: 0.64-1
Severity: normal

Truetype font rendering is very CPU intensive. This was equally the
case with 0.63, so is not a regression in the latest version, but I
only today got around to testing properly. When my window is maximized
on a 1280x1024 display with FontName=Courier 10 Pitch 13, it takes
20% to 25% of my CPU per refresh. This causes noticable delays when,
e.g., performing meta-N in screen to switch to the next screen. When
I fall back to the default, non-Truetype font, putty takes negligible
amounts of CPU for a maximized window screen refresh.

My CPU and GPU are rather underpowered (Atom N450 / Pineview) but I
have no problem with urxvt and Truetype font rendering, so it does
seem to be a putty-specific issue.

Please let me know if there's anything else you need to see from my
system to sort out what's going wrong.

Thanks,
Ben


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



Bug#779755: fcgiwrap: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch


Hi Jordi!

On Wed, 04 Mar 2015 18:31:00 +0100 bi...@debian.org wrote:
 Source: fcgiwrap
 Version: 1.1.0-3
 Severity: normal
 User: pkg-systemd-maintain...@lists.alioth.debian.org
 Usertags: libsystemd
 
 Hi!
 
 In systemd v209, released over a year ago, the various libsystemd-* libraries
 (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
 libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
 code duplication and avoid cyclic dependencies [1].
 
 Your package declares a build-dependency on either libsystemd-daemon-dev,
 libsystemd-login-dev or libsystemd-journal-dev.
 
 Please update your package so it can be built against libsystemd.

Please find attached a patch which makes use of the new libsystemd
library. I didn't keep a fallback for the old libsystemd-daemon library,
i.e. support for systemd  209. I'm happy to update the patch though if
you want to support that.

The patch is build tested against fcgiwrap_1.1.0-5.
Would be great if you can include it in your next upload.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index dc6a392..f71031a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,9 @@ Uploaders: Sergio Talens-Oliag s...@debian.org
 Build-Depends: autoconf (= 2.61), automake,
debhelper (= 9),
dh-systemd,
+   dh-autoreconf,
libfcgi-dev,
-   libsystemd-daemon-dev [linux-any],
+   libsystemd-dev [linux-any],
pkg-config
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/fcgiwrap/trunk
diff --git a/debian/patches/libsystemd.patch b/debian/patches/libsystemd.patch
new file mode 100644
index 000..f72c47a
--- /dev/null
+++ b/debian/patches/libsystemd.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index bb3674e..2b02ef4 100644
+--- a/configure.ac
 b/configure.ac
+@@ -28,7 +28,7 @@ AC_ARG_WITH([systemd],
+   [], [with_systemd=check])
+ have_systemd=no
+ if test x$with_systemd != xno; then
+-  PKG_CHECK_MODULES(systemd, [libsystemd-daemon],
++  PKG_CHECK_MODULES(systemd, [libsystemd],
+ [AC_DEFINE(HAVE_SYSTEMD, 1, [Define if systemd is available])
+ have_systemd=yes],
+   have_systemd=no)
diff --git a/debian/patches/series b/debian/patches/series
index 82ef543..cdc98dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ GIT-Add-p-path-option-to-restrict-scripts.patch
 fix_systemd.patch
 fix_mandir.patch
 systemd_socket_requires.patch
+libsystemd.patch
diff --git a/debian/rules b/debian/rules
index 3f841a5..1948009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with systemd
+	dh $@ --with systemd,autoreconf
 
 CONFIGURE_FLAGS := --prefix /usr
 ifeq (linux,$(DEB_HOST_ARCH_OS))


signature.asc
Description: OpenPGP digital signature


Bug#792263: mcelog: New upstream version please ;)

2015-07-13 Thread Dmitry Smirnov
Package: mcelog
Version: 104-1
Severity: wishlist

Upstream published several releases since 104 (current release is 121)
hence it would be nice to update mcelog. Do you need help packaging it?

Also I committed new watch file checking official GitHub mirror:

  https://anonscm.debian.org/cgit/collab-maint/mcelog.git/commit/?id=f81943c4

I hope you do not mind.

-- 
All the best,
 Dmitry Smirnov

---

Continuous effort - not strength or intelligence - is the key to unlocking
our potential.
-- Winston Churchill




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


Bug#669893: Intention to package fractgen

2015-07-13 Thread Hugo Lefeuvre
retitle 669893 ITP: fractgen -- Fractal image generator
owner 669893 Hugo Lefeuvre hugo6...@fr33tux.org
thanks

-- 
  Hugo Lefeuvre (hugo6390)|www.hugo6390.org
4096/ ACB7 B67F 197F 9B32 1533 431C AC90 AC3E C524 065E


signature.asc
Description: Digital signature


Bug#792267: libgc1c2: memory leak with simple code

2015-07-13 Thread Юрий Соколов
Package: libgc1c2
Version: 1:7.2d-6.4
Severity: important

Dear Maintainer,

I've tried to test performance of libgc with simple code.

I've made a simple program that creates a single linked list, but
remembers only last item.

It leaks memory when linked with bundled libgc, and do not leaks when
linked with libgc compilled from source.

Note: while i'm using Ubuntu, i've already asked my friend to test it
on Debian stable, and he confirms bug exists. That is why I post bug
report to Debian.

Source code:

#include gc.h

struct list {
struct list* next;
};

int main() {
GC_INIT();
struct list *last = NULL;
for (;;) {
struct list* nuo = GC_MALLOC(sizeof(struct list));
nuo-next = NULL;
// if next line is commented, then no leakage
if (last) last-next = nuo;
last = nuo;
}
}


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

Kernel: Linux 3.19.0-23-generic (SMP w/8 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libgc1c2 depends on:
ii  libc6  2.21-0ubuntu4
ii  multiarch-support  2.21-0ubuntu4

libgc1c2 recommends no packages.

libgc1c2 suggests no packages.

-- no debconf information


Bug#791995: debian-edu: task desktop-other should contain libdns-mdns as a Depends to fix printer setup on clients

2015-07-13 Thread Wolfgang Schweer
On Sun, Jul 12, 2015 at 01:31:01PM +0200, Wolfgang Schweer wrote:
 On Sun, Jul 12, 2015 at 12:58:14PM +0200, Wolfgang Schweer wrote:
   
  Sad to tell that it is different on a stock combi server: automatic 
  setup isn't available.
  
  But adding /opt/ltsp/i386/etc/cups/client.conf containing one line:
  
  ServerName tjener
  
  is enough to fix it. I don't know why it differs from a manually 
  installed LTSP chroot and I don't have the time to figure it out.
  
  About to install a clean jessie workstation. Might be that adding 
  /etc/cups/client.conf will be sufficient there as well.
  
 It is.
  
On IRC sunweaver pointed out that the existence of /etc/cups/client.conf 
would break setting up locally attached printers (via locally running 
cups). While this is true in general, there's a way to have local 
printer(s) (attached to real workstations) configured centrally on 
tjener. To get this working install the package p910nd on the 
workstation and configure it, see man p910nd. (For a USB printer you 
would set P910ND_OPTS=-f /dev/usb/lp0 and P910ND_START=1 in 
/etc/default/p910nd.) Then you can set up this printer on tjener as 
AppSocket/HP Jetdirect printer using 'socket://workstation-ip:9100' as 
URI. For diskless workstations a similar app socket tool is available by 
default, see the jessie manual how to set up printers attached to LTSP 
clients.

Wolfgang



signature.asc
Description: Digital signature


Bug#779918: kdenlive: Effects are not localized

2015-07-13 Thread Patrick Matthäi

Hi,

could you please retest it with 15.04.3-1 from unstable.

Am 06.03.2015 um 13:44 schrieb Leszek Lesner:

The bug is actually against kdenlive 0.9.10-2 and not the neptune version
(reportbug somehow grabbed that. Sry for the confusion)


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

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


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



Bug#792252: vpim: rfc2425.rb calls String#each which is not available since ruby1.9

2015-07-13 Thread Jan Niehusmann
Package: vpim
Version: 0.695-1.1
Severity: normal

Dear Maintainer,

while using vpim/icalendar I got an error message that an undefined
method 'each' was called on a String.

Seems like this method was removed in ruby1.9.

The fix is trivial: Use each_line, instead. I found two places where
this change is neccesary, lines 82 and 101 in
/usr/lib/ruby/vendor_ruby/vpim/rfc2425.rb

Best regards,
Jan

-- System Information:
Versions of packages vpim depends on:
ii  ruby  1:2.1.5+deb8u1

vpim recommends no packages.

Versions of packages vpim suggests:
pn  facter  none


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



Bug#792258: putty: Truetype font rendering very CPU intensive

2015-07-13 Thread Ben Armstrong
Package: putty
Version: 0.64-1
Followup-For: Bug #792258

I underreported actual CPU usage. Here are the exact steps to test,
and comparisons between putty with Truetype, putty without Truetype
(fixed), and urxvt with Truetype. I also switched Truetype fonts to
match what I'm using with urxvt.

- start screen
- open two screens, each with 'top' running in them
- meta-N as rapidly as possible and observe the CPU consumption of the
  terminal program

Results:
- putty, DejaVu Sans Mono 13, CPU is 97%
- putty, fixed, CPU is 9%
- urxvt, DejaVu Sans Mono:pixelsize=15, CPU is 3% 

Ben


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



Bug#779775: libvirt: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch

On Wed, 04 Mar 2015 18:31:01 +0100 bi...@debian.org wrote:
 Source: libvirt
 Version: 1.2.9-9
 Severity: normal
 User: pkg-systemd-maintain...@lists.alioth.debian.org
 Usertags: libsystemd
 
 Hi!
 
 In systemd v209, released over a year ago, the various libsystemd-* libraries
 (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
 libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
 code duplication and avoid cyclic dependencies [1].
 
 Your package declares a build-dependency on either libsystemd-daemon-dev,
 libsystemd-login-dev or libsystemd-journal-dev.
 
 Please update your package so it can be built against libsystemd.



Please find attached a patch which makes use of the new libsystemd
library. Since the patch touches a m4 macro, I decided to enable
dh-autoreconf instead of patch configure directly.
Patch is build-tested against libvirt_1.2.16-2.
Thanks for considering. Would be great if you can include that in your
next upload.


Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index 557cf64..8a8a320 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Testsuite: autopkgtest
 Build-Depends:
  debhelper (= 7),
  dh-systemd (= 1.18~),
+ dh-autoreconf,
  libxml2-dev,
  libncurses5-dev,
  libreadline-dev,
@@ -39,7 +40,7 @@ Build-Depends:
  libaudit-dev [linux-any],
  libselinux1-dev (= 2.0.82) [linux-any],
  libapparmor-dev [linux-any],
- libsystemd-daemon-dev [linux-any],
+ libsystemd-dev [linux-any],
  nfs-common,
  systemtap-sdt-dev [amd64 armel armhf i386 ia64 powerpc s390],
  python,
diff --git a/debian/patches/libsystemd.patch b/debian/patches/libsystemd.patch
new file mode 100644
index 000..8a51c2a
--- /dev/null
+++ b/debian/patches/libsystemd.patch
@@ -0,0 +1,13 @@
+diff --git a/m4/virt-systemd-daemon.m4 b/m4/virt-systemd-daemon.m4
+index 8516e41..c9708ec 100644
+--- a/m4/virt-systemd-daemon.m4
 b/m4/virt-systemd-daemon.m4
+@@ -18,7 +18,7 @@ dnl http://www.gnu.org/licenses/.
+ dnl
+ 
+ AC_DEFUN([LIBVIRT_CHECK_SYSTEMD_DAEMON],[
+-  LIBVIRT_CHECK_PKG([SYSTEMD_DAEMON], [libsystemd-daemon], [0.27.1])
++  LIBVIRT_CHECK_PKG([SYSTEMD_DAEMON], [libsystemd], [209])
+ 
+ old_CFLAGS=$CFLAGS
+ old_LIBS=$LIBS
diff --git a/debian/patches/series b/debian/patches/series
index 86e77c7..7c5f9c4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ debian/Debianize-systemd-service-files.patch
 Allow-xen-toolstack-to-find-it-s-binaries.patch
 Skip-vircgrouptest.patch
 debian/Debianize-virtlockd.patch
+libsystemd.patch
diff --git a/debian/rules b/debian/rules
index 13deb35..04bbcd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,7 +127,7 @@ LOGROTATE = $(basename $(basename $(notdir $(wildcard daemon/libvirtd*.logrotate
 EXAMPLES_DIR = $(CURDIR)/debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
 
 %:
-	dh $@ --builddirectory=$(DEB_BUILDDIR) --parallel
+	dh $@ --builddirectory=$(DEB_BUILDDIR) --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_ARGS)


signature.asc
Description: OpenPGP digital signature


Bug#388065: closed by Brian Potkin claremont...@gmail.com (Re: Bug#388065: My PC should warn me when I try to shut down while my printer is still printing)

2015-07-13 Thread Brian Potkin
On Sun 12 Jul 2015 at 21:54:33 -0400, Jason Spiro wrote:

 Brian Potkin claremont...@gmail.com wrote:
  It has been mentioned by Josselin Mouette that system-config-printer-applet
  could fulfill your needs. Otherwise there is systemd-inhibit. Therefore
  closing this report. Thank you for submitting it.
 
 OK.  Let's leave bug 498574 (the 'system-config-printer' clone of this
 bug) open though.

No problem.

I neglected to mention that Tea4CUPS might be part of a solution. A lock
could be taken by a prehook and released by a posthook. Untested but
looks viable.

  https://wiki.debian.org/Tea4CUPS

Regards,

Brian.


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



Bug#792265: ITP: ruby-eco -- Ruby Eco is a bridge to the official JavaScript Eco compiler.

2015-07-13 Thread Akhil Gangavarapu
Package: wnpp
Severity: wishlist
Owner: Akhil Gangavarapu akhil.rgukt...@gmail.com

 Package name: ruby-eco
 Version : 1.0.0
 License : N/A
 Description : Ruby Eco is a bridge to the official JavaScript Eco
compiler.


Bug#779770: cups: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch

Hi!

On Wed, 04 Mar 2015 18:31:00 +0100 bi...@debian.org wrote:
 Source: cups
 Version: 1.7.5-11
 Severity: normal
 User: pkg-systemd-maintain...@lists.alioth.debian.org
 Usertags: libsystemd
 
 Hi!
 
 In systemd v209, released over a year ago, the various libsystemd-* libraries
 (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
 libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
 code duplication and avoid cyclic dependencies [1].
 
 Your package declares a build-dependency on either libsystemd-daemon-dev,
 libsystemd-login-dev or libsystemd-journal-dev.
 
 Please update your package so it can be built against libsystemd.

Please find attached a patch which makes use of the new libsystemd
library. I didn't keep a fallback for the old libsystemd-daemon library,
i.e. support for systemd  209. I'm happy to update the patch though if
you want to support that.
The patch is build tested against cups 2.0.3-6.
Would be great if you can include it in your next upload.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index 0b83d49..0054d9f 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends:
  libpaper-dev,
  libpng-dev | libpng12-dev, 
  libslp-dev,
- libsystemd-daemon-dev [linux-any],
+ libsystemd-dev [linux-any],
  libtiff-dev,
  libusb-1.0-0-dev [!hurd-any], 
  po4a (= 0.31~),
diff --git a/debian/patches/libsystemd.patch b/debian/patches/libsystemd.patch
new file mode 100644
index 000..d044a1d
--- /dev/null
+++ b/debian/patches/libsystemd.patch
@@ -0,0 +1,20 @@
+diff --git a/config-scripts/cups-startup.m4 b/config-scripts/cups-startup.m4
+index 0053aa7..eacb3dc 100644
+--- a/config-scripts/cups-startup.m4
 b/config-scripts/cups-startup.m4
+@@ -56,11 +56,11 @@ if test x$enable_systemd != xno; then
+ 		AC_MSG_ERROR(Need pkg-config to enable systemd support.)
+ fi
+ else
+-	AC_MSG_CHECKING(for libsystemd-daemon)
+-if $PKGCONFIG --exists libsystemd-daemon; then
++	AC_MSG_CHECKING(for libsystemd)
++if $PKGCONFIG --exists libsystemd; then
+ AC_MSG_RESULT(yes)
+-ONDEMANDFLAGS=`$PKGCONFIG --cflags libsystemd-daemon`
+-ONDEMANDLIBS=`$PKGCONFIG --libs libsystemd-daemon`
++ONDEMANDFLAGS=`$PKGCONFIG --cflags libsystemd`
++ONDEMANDLIBS=`$PKGCONFIG --libs libsystemd`
+ AC_DEFINE(HAVE_SYSTEMD)
+ 			if test x$SYSTEMD_DIR = x; then
+ 			SYSTEMD_DIR=`$PKGCONFIG --variable=systemdsystemunitdir systemd`
diff --git a/debian/patches/series b/debian/patches/series
index 813f77e..776b2f4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -54,3 +54,4 @@ debianize_cups-config.patch
 # po4a might not be appropriate. It also needs to be high on the patch
 # queue to catch all Debian-specific changes
 manpage-translations.patch
+libsystemd.patch


signature.asc
Description: OpenPGP digital signature


Bug#792268: libgc1c2: memory leak with simple code

2015-07-13 Thread Юрий Соколов
Package: libgc1c2
Version: 1:7.2d-6.4
Severity: important

Dear Christoph Egger
https://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=christoph%40debian.org
,

I've tried to test performance of libgc with simple code.

I've made a simple program that creates a single linked list, but
remembers only last item.

It leaks memory when linked with bundled libgc, and do not leaks when
linked with libgc compilled from source.

Note: while i'm using Ubuntu, i've already asked my friend to test it
on Debian stable, and he confirms bug exists. That is why I post bug
report to Debian.

Source code:

#include gc.h

struct list {
struct list* next;
};

int main() {
GC_INIT();
struct list *last = NULL;
for (;;) {
struct list* nuo = GC_MALLOC(sizeof(struct list));
nuo-next = NULL;
// if next line is commented, then no leakage
if (last) last-next = nuo;
last = nuo;
}
}


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

Kernel: Linux 3.19.0-23-generic (SMP w/8 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libgc1c2 depends on:
ii  libc6  2.21-0ubuntu4
ii  multiarch-support  2.21-0ubuntu4

libgc1c2 recommends no packages.

libgc1c2 suggests no packages.

-- no debconf information


Bug#792249: ITP: python-crank -- dispatch mechanism for use across frameworks

2015-07-13 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand z...@debian.org

* Package name: python-crank
  Version : 0.7.2
  Upstream Author : Christopher Perkins ch...@percious.com
* URL : https://github.com/TurboGears/crank
* License : Expat
  Programming Lang: Python
  Description : dispatch mechanism for use across frameworks

 Generalized Object based Dispatch mechanism for use across frameworks.

Note: This package is currently a new dependency of Turbogears2, which is
to be removed from unstable if not fixed. I intend to salvage Turbogears2
before my packages get removed because they depend on it.


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



Bug#792240: gpodder's window won't be drawn after the system's start from hiberation

2015-07-13 Thread Thomas Perl
Does this also happen with a different desktop environment on the same 
hardware? Does resizing the window cause a redraw? It looks like a toolkit 
problem (so any other Gtk+2-based applications should similarly be affected — 
can you check)? Does this happen when the window is not minimized before 
hibernation?

Thanks,
Thomas

 On 13 Jul 2015, at 06:09, Marcos Schnalke trigger_m...@lavabit.com wrote:
 
 Package: gpodder
 Version: 3.8.1-1
 Severity: normal
 Tags: newcomer
 
 Dear Maintainer,
 
 I'm running Jessie x86_64 with MATE v1.8.1 on my system, with gpodder usually
 running minimized when not needed.
 The tool runs fine for most of the time, however, sometimes after fireing up
 the system from hibernation, gpodder's main window and menu for the
 notification icon refuse to draw properly which makes further use impossible
 without killing it.
 
 Doing a 'pkill gpodder' before starting up the program another time does help
 however.
 The new process runs just fine again, until the scenario starts all over 
 again.
 
 
 
 -- System Information:
 Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
 'stable')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 Init: systemd (via /run/systemd/system)
 
 Versions of packages gpodder depends on:
 ii  python  2.7.9-1
 ii  python-dbus 1.2.0-2+b3
 ii  python-feedparser   5.1.3-3
 ii  python-gtk2 2.24.0-4
 ii  python-mygpoclient  1.7-1
 ii  python-webkit   1.1.8-3
 pn  python:any  none
 
 Versions of packages gpodder recommends:
 ii  dbus-x11 1.8.18-0+deb8u1
 ii  libqtwebkit-qmlwebkitplugin  2.3.4.dfsg-3
 ii  python-gst0.10   0.10.22-3
 ii  python-simplejson3.6.5-1
 
 Versions of packages gpodder suggests:
 ii  gnome-bluetooth 3.14.0-2
 ii  mplayer2 [mplayer]  1:2.0~git20130903-dmo7
 
 -- 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#161593: Get 1000 names free—start your list now, 1000 name mail list free, start email marketing with free targeted list, no list building required, start now with 1000 free targeted email list

2015-07-13 Thread TSHPHD
Greetings 
Yes, I will give you a premier list worth $500 of double opt-in highly targeted 
names. You designate how you would like the list targeted so that it is custom 
designed to your specifications, needs, and audience.
All you have to do is buy my new book called Email Marketing Magic. Click here 
to get it now
Click here to get your copy of start the profits rolling your way.
If you take advantage of this offer you will be in business and start making 
money right away with the most power marketing tools ever invented. This book 
shows you how to do it the right way.
 I am looking forward to working with you.
 Sincerely,
 Dr. Tim
 


This message was sent to 161...@bugs.debian.org. To unsubscribe please reply 
and place the word UNSUBSCRIBE or REMOVE in the subject line

Bug#782077: systemd: /etc/systemd/logind.conf HandleLidSwitchDocked not honred

2015-07-13 Thread Michael Biebl
Control: tags -1 moreinfo

Am 07.04.2015 um 14:27 schrieb Eric Valette:
 Package: systemd
 Version: 219-6
 Severity: important
 
 Dear Maintainer,
 
 
 When upgrading to the latests version of systemd, I was asked if I wanted to
 keep my own modified version of /etc/systemd/logind.conf were I had been
 forced to add
 
 HandleLidSwitch=ignore
 
 To be eable to work with my laptop when docked, the default been suspend
 I guess. Doing the diff with the new version, I noticed a new flags was
 available:
 
 HandleLidSwitchDocked=ignore
 
 so I modified my config to have
 
 HandleLidSwitch=suspend
 HandleLidSwitchDocked=ignore
 
 Expecting to ignore the lid switch when docked but unfortunately, it
 imeedaitely suspend after boot when docked. Opening the lid swictch brough
 it back but it is not as expected.
 
 Is it normal? How does systemd detect the docked status?
 

The code to detect whether a system is docked or not has been reworked
in v222. Could you please re-test with v222 and report back if this is
still an issue or if it is now fixed.

Thanks,
Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#792259: ffms2: pandoc does not render Markdown properly

2015-07-13 Thread Dmitry Shachnev
Hi Jonas,

2015-07-13 14:56 GMT+03:00 Jonas Smedegaard d...@jones.dk:
 Would be nice if this issue could (also, separately) be filed as a
 bugreport against pandoc, documenting what specifically fails.

 I fully understand if libffms2-dev package maintainers choose to avoid
 pandoc, but great if the bug revealed by its usage till now could
 benefit the development of pandoc anyway :-)

GitHub-style (```) code blocks are not standardized, so Pandoc has the
full rights to not support it.
Python-Markdown supports it via a non-default extension.

--
Dmitry Shachnev


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



Bug#792262: cmake: does not find JNI on x32

2015-07-13 Thread Thorsten Glaser
Source: cmake
Version: 3.2.2-2
Severity: normal
Tags: patch

Attached patch makes cmake find JNI on Debian/x32, fixing
FTBFS in openjpeg and others.

-- System Information:
Debian Release: stretch/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386, amd64

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)
diff -Nru cmake-3.2.2/debian/changelog cmake-3.2.2/debian/changelog
--- cmake-3.2.2/debian/changelog	2015-05-14 04:04:10.0 +0200
+++ cmake-3.2.2/debian/changelog	2015-07-13 12:30:16.0 +0200
@@ -1,3 +1,10 @@
+cmake (3.2.2-2+x32.1) unreleased; urgency=medium
+
+  * Non-maintainer upload.
+  * New: FindJNI.cmake.x32.patch
+
+ -- Thorsten Glaser t.gla...@tarent.de  Mon, 13 Jul 2015 12:30:15 +0200
+
 cmake (3.2.2-2) unstable; urgency=medium
 
   * Make cmake.bash-completion use wildcards for the minor version
diff -Nru cmake-3.2.2/debian/patches/FindJNI.cmake.x32.patch cmake-3.2.2/debian/patches/FindJNI.cmake.x32.patch
--- cmake-3.2.2/debian/patches/FindJNI.cmake.x32.patch	1970-01-01 01:00:00.0 +0100
+++ cmake-3.2.2/debian/patches/FindJNI.cmake.x32.patch	2015-07-13 12:29:45.0 +0200
@@ -0,0 +1,16 @@
+# DP: find JNI on x32
+
+--- a/Modules/FindJNI.cmake
 b/Modules/FindJNI.cmake
+@@ -42,7 +42,11 @@ macro(java_append_library_directories _v
+ # 1.6.0_18 + icedtea patches. However, it would be much better to base the
+ # guess on the first part of the GNU config.guess platform triplet.
+ if(CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64)
++  if(CMAKE_LIBRARY_ARCHITECTURE STREQUAL x86_64-linux-gnux32)
++set(_java_libarch x32 amd64 i386)
++  else()
+ set(_java_libarch amd64 i386)
++  endif()
+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES ^i.86$)
+ set(_java_libarch i386)
+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES ^alpha)
diff -Nru cmake-3.2.2/debian/patches/series cmake-3.2.2/debian/patches/series
--- cmake-3.2.2/debian/patches/series	2015-05-14 02:22:47.0 +0200
+++ cmake-3.2.2/debian/patches/series	2015-07-13 12:28:28.0 +0200
@@ -8,3 +8,4 @@
 custom-sphinx-flags.patch
 fix-mips-endian.patch
 openjdk-8-detection.patch
+FindJNI.cmake.x32.patch


Bug#792269: linux-image-4.0.0-2-686-pae: display resolution not detected

2015-07-13 Thread Bart O
Package: src:linux
Version: 4.0.8-1
Severity: normal


On thinkpad A30 radeon fails to detect lcd native resolution (and falls back to 
1024x768)
It works with jessie's 3.16 kernel.


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
not available

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82830M/MG/MP Host Bridge 
[8086:3575] (rev 02)
Subsystem: IBM ThinkPad A/T/X Series [1014:021d]
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
Region 0: Memory at d000 (32-bit, prefetchable) [size=256M]
Capabilities: access denied
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge [0604]: Intel Corporation 82830M/MP AGP Bridge [8086:3576] 
(rev 02) (prog-if 00 [Normal decode])
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: 96
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
I/O behind bridge: 3000-3fff
Memory behind bridge: c010-c01f
Prefetchable memory behind bridge: e000-e7ff
Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:1d.0 USB controller [0c03]: Intel Corporation 82801CA/CAM USB Controller #1 
[8086:2482] (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 4: I/O ports at 1800 [size=32]
Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801CA/CAM USB Controller #2 
[8086:2484] (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 11
Region 4: I/O ports at 1820 [size=32]
Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801CA/CAM USB Controller #3 
[8086:2487] (rev 01) (prog-if 00 [UHCI])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 11
Region 4: I/O ports at 1840 [size=32]
Kernel driver in use: uhci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge 
[8086:2448] (rev 41) (prog-if 00 [Normal decode])
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
Bus: primary=00, secondary=02, subordinate=08, sec-latency=64
I/O behind bridge: 4000-8fff
Memory behind bridge: c020-cfff
Prefetchable memory behind bridge: e800-efff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:1f.0 ISA bridge [0601]: Intel Corporation 82801CAM ISA Bridge (LPC) 
[8086:248c] (rev 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Kernel driver in use: lpc_ich

00:1f.1 IDE interface [0101]: Intel Corporation 82801CAM IDE U100 Controller 
[8086:248a] (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: IBM ThinkPad A/T/X Series [1014:0220]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 01f0 [size=8]
  

Bug#792270: iceweasel: redraw when scrolling sometimes takes several seconds

2015-07-13 Thread Vincent Lefevre
Package: iceweasel
Version: 38.1.0esr-3
Severity: minor

Redraw when scrolling sometimes takes several seconds, while the
machine is idle. This occurs when scrolling the keyword area on
the IMDb, e.g.

  http://akas.imdb.com/search/keyword?keywords=shooting-gallery

but not always. Once this happens, this always occurs, possibly
until the keyword area is no longer visible (something like that).
I've attached a snapshot of this keyword area.

-- Package-specific info:

-- Extensions information
Name: -Global Styles- userstyle
Status: enabled

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

Name: AlloCiné userstyle
Status: enabled

Name: allocine-imdb greasemonkey-user-script
Status: enabled

Name: cac-imdb greasemonkey-user-script
Status: enabled

Name: Cinémathèque Française userstyle
Status: enabled

Name: Classic Theme Restorer
Location: ${PROFILE_EXTENSIONS}/classicthemeresto...@arist2noia4dev.xpi
Status: enabled

Name: Combine Stop/Reload buttons userstyle
Status: enabled

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

Name: Different cursor for links that open in new windows userstyle
Status: enabled

Name: Disable autocomplete userstyle
Status: user-disabled

Name: Disable marquee userstyle
Status: user-disabled

Name: Firebug
Location: ${PROFILE_EXTENSIONS}/fire...@software.joehewitt.com.xpi
Status: enabled

Name: Flagfox
Location: ${PROFILE_EXTENSIONS}/{1018e4d6-728f-4b20-ad56-37578a4de76b}.xpi
Status: enabled

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

Name: Font Finder
Location: ${PROFILE_EXTENSIONS}/fontfin...@bendodson.com.xpi
Status: enabled

Name: FxIF
Location: ${PROFILE_EXTENSIONS}/{11483926-db67-4190-91b1-ef20fcec5f33}.xpi
Status: enabled

Name: GLPI - assistance.ens-lyon.fr userstyle
Status: enabled

Name: Google Search userstyle
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}.xpi
Status: enabled

Name: gtranslate
Location: ${PROFILE_EXTENSIONS}/{aff87fa2-a58e-4edd-b852-0a20203c1e17}.xpi
Status: enabled

Name: HeadingsMap
Location: ${PROFILE_EXTENSIONS}/headi...@niquelheadings.net.xpi
Status: enabled

Name: IMDb userstyle
Status: enabled

Name: itt-datetimes greasemonkey-user-script
Status: enabled

Name: Link Widgets
Location: ${PROFILE_EXTENSIONS}/linkwid...@clav.mozdev.org
Status: enabled

Name: Live HTTP headers
Location: ${PROFILE_EXTENSIONS}/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}
Status: enabled

Name: Move tabbar to the bottom userstyle
Status: user-disabled

Name: Move tabbar to the left userstyle
Status: user-disabled

Name: Move tabbar to the right userstyle
Status: user-disabled

Name: Multiple row bookmark toolbar userstyle
Status: user-disabled

Name: Nerim userstyle
Status: enabled

Name: Open in Browser
Location: ${PROFILE_EXTENSIONS}/openinbrow...@www.spasche.net.xpi
Status: enabled

Name: PeopleForCinema userstyle
Status: enabled

Name: QuickWiki
Location: ${PROFILE_EXTENSIONS}/{EE223D7A-F30F-11DD-8F0A-D2AD55D89593}.xpi
Status: enabled

Name: Slashdot.org - Remove ads userstyle
Status: enabled

Name: SourceForge font size in comments userstyle
Status: enabled

Name: Stylish
Location: ${PROFILE_EXTENSIONS}/{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}.xpi
Status: enabled

Name: Stylish-Custom
Location: ${PROFILE_EXTENSIONS}/stylish-cus...@choggi.dyndns.org
Status: enabled

Name: Tab Mix Plus
Location: ${PROFILE_EXTENSIONS}/{dc572301-7619-498c-a57d-39143191b318}.xpi
Status: enabled

Name: twitter-times greasemonkey-user-script
Status: enabled

Name: us-to-iso8601 greasemonkey-user-script
Status: user-disabled

Name: Web Developer
Location: ${PROFILE_EXTENSIONS}/{c45c406e-ab73-11d8-be73-000a95be3b12}.xpi
Status: enabled

Name: Wikipedia font size userstyle
Status: enabled

Name: X-Ray
Location: ${PROFILE_EXTENSIONS}/{3f1182ea-3243-4d32-8826-71fb1cc9c328}.xpi
Status: enabled

Name: youtube-html5 greasemonkey-user-script
Status: enabled

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


-- Addons package information
ii  browser-plugin 0.8.11~git20 amd64GNU Shockwave Flash (SWF) player 
ii  iceweasel  38.1.0esr-3  amd64Web browser based on Firefox

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

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)

Versions of packages iceweasel depends on:
ii  debianutils   4.5.1
ii  fontconfig2.11.0-6.3
ii  libasound21.0.29-1

Bug#763911: melt: downmixing on consumer breaks stereo LADSPA filters

2015-07-13 Thread Patrick Matthäi

Hi,

please retest your issue with mlt version 0.9.6-3 from unstable.
Thanks.

Am 03.10.2014 um 19:43 schrieb Jonas Smedegaard:

Package: melt
Version: 0.9.2-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Applying stereo LADSPA filter, e.g. SWH's Fast Lookahead limiter (1913),
to a stereo producer and then downmixing a consumer to mono results in
stuttering noise.

   melt stereo.mp4 -filter ladspa.1913 -consumer avformat:mono.webm ac=1

Currently I use a workaround similar (but more complex than) this:

   melt stereo.mp4 -filter ladspa.1913 -consumer avformat:pipe: f=nut | avconv 
-i pipe: -ac 1 mono.webm


  - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAEBCgBmBQJULuAnXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWmQgH/2cQhPRyz4InV93EtQrDuPx2
IMSPv94/nK6stwsEJQi3cqMggMgkDbFeecn9JDrl2umh7yZlMQPvJVAHKlbA3OyL
DkU0X7S/LkFTgF+e7q4crjuY3/It7Yt84nVVPq0eAvLskWGLpzsyAeEIhNw0EJU8
yrK0fPM8K6YldhFrGrWvPYQaAxUqiNDE3VTYAKETYsJkLZmW1imopxea6QpYlI4D
FMY05LcjIiUHsynMo1bWOiIVQUoJHMxaG9H3hBs/hOJS/8uVaQeFyor2qOvnbu6J
wTa35viC6qYSa9l8WNYQgFuniif4EgmrJMjsHbsSnxTnTxkKAPEmEmPEDW0gg7Y=
=Uy4r
-END PGP SIGNATURE-



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

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


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



Bug#764165: libmlt6: bogusly warns about Baseline mis-parsed creating H.264

2015-07-13 Thread Patrick Matthäi

Hi,

please retest your issue with mlt version 0.9.6-3 from unstable.
Thanks.

Am 06.10.2014 um 02:23 schrieb Jonas Smedegaard:

Package: libmlt6
Version: 0.9.2-2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

When creating H.264 output, warnings are emitted about failure to parse
Baseline option, but results are seemingly fine.

Seems to be issue documented at
https://libav.org/faq.html#g_t_002dprofile-option-fails-when-encoding-H_002e264-video-with-AAC-audio


  - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAEBCgBmBQJUMeD9XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWac0H/RIDwKGeDt1ilJAMdpPP/Trw
jmHT0R/E5teARNvrp/LOIFB1Z/nStaJJ1vdFSiBZ1Ww1C50zts0s3mTiGSDJ/A/A
zAELsUXtSiEo84Od75d3gq5D7vcgY+twGYQRt2iJWLGV3AVg0y61vTLvtv2OEWSu
aZkmmMnH+6nSz5Blr1d9DvxMSiDZvtG4nuI7o6QajfSlk1u7ULDz19jcxHZ7YCdB
aaTvjpaUHxPKmOPCw0jBBb9RgT4n6aljd7mxgz6ccYoO5/wzCmS2TbMcrtgX6eUU
jgdx0o0nbyBNA04fEmZeIBfCZBu8gfEJ/R9ZrtCE0Qy0gH4GDlE0LeJqA2IugUY=
=vQcD
-END PGP SIGNATURE-



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

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


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



Bug#792259: ffms2: pandoc does not render Markdown properly

2015-07-13 Thread Jonas Smedegaard
Quoting Dmitry Shachnev (2015-07-13 13:33:50)
 Package: libffms2-dev
 Version: 2.21-2
 Severity: minor
 
 Pandoc doesn't render the code blocks properly, thus the generated
 ffms2-api.html is broken.
 
 In Ubuntu we fixed this by switching to Python-Markdown [1]. Also, a
 small patch is needed to make sure the sublist is rendered properly
 (it is actually needed for both pandoc and Python-Markdown) [2].
 
 [1]: 
 http://launchpadlibrarian.net/211529729/ffms2_2.21-2_2.21-2ubuntu1.diff.gz
 [2]: upstream PR: https://github.com/FFMS/ffms2/pull/222

Would be nice if this issue could (also, separately) be filed as a 
bugreport against pandoc, documenting what specifically fails.

I fully understand if libffms2-dev package maintainers choose to avoid 
pandoc, but great if the bug revealed by its usage till now could 
benefit the development of pandoc anyway :-)


Thanks for considering,

 - 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#779741: acpi-support: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch

Hi!

On Wed, 04 Mar 2015 18:31:00 +0100 bi...@debian.org wrote:
 Source: acpi-support
 Version: 0.142-6
 Severity: normal
 User: pkg-systemd-maintain...@lists.alioth.debian.org
 Usertags: libsystemd
 
 Hi!
 
 In systemd v209, released over a year ago, the various libsystemd-* libraries
 (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
 libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
 code duplication and avoid cyclic dependencies [1].
 
 Your package declares a build-dependency on either libsystemd-daemon-dev,
 libsystemd-login-dev or libsystemd-journal-dev.
 
 Please update your package so it can be built against libsystemd.

Please find attached a patch which makes use of the new libsystemd
library. The patch is build-tested against acpi-support_0.142-6.
Would be great if you can include that in your
next upload.
Thanks for considering.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/addons/fakekey/Makefile b/debian/addons/fakekey/Makefile
index 8d79b08..3e4e8fc 100644
--- a/debian/addons/fakekey/Makefile
+++ b/debian/addons/fakekey/Makefile
@@ -4,7 +4,7 @@ acpi_fakekey: acpi_fakekey.c
 	gcc -Wall $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get LDFLAGS) -o $@ $
 
 acpi_fakekeyd: acpi_fakekeyd.c
-	gcc -Wall $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get LDFLAGS) $(shell pkg-config --cflags --libs libsystemd-daemon) -o $@ $
+	gcc -Wall $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get LDFLAGS) $(shell pkg-config --cflags --libs libsystemd) -o $@ $
 
 clean:
 	$(RM) acpi_fakekey acpi_fakekeyd
diff --git a/debian/control b/debian/control
index 19434cd..791415a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Acpi Team pkg-acpi-de...@lists.alioth.debian.org
 Uploaders: Michael Meskes mes...@debian.org
 Build-Depends: debhelper (= 7.0.50~), quilt (= 0.40),
-	libsystemd-daemon-dev [linux-any], dh-systemd (= 1.5), pkg-config
+	libsystemd-dev [linux-any], dh-systemd (= 1.5), pkg-config
 Vcs-Git: git://anonscm.debian.org/pkg-acpi/acpi-support.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-acpi/acpi-support.git
 Standards-Version: 3.9.6


signature.asc
Description: OpenPGP digital signature


Bug#446015: sane-utils_1.0.24-13

2015-07-13 Thread Andreas Hartmann
Jörg,

disabling the v4l backend did not fix the bug, obviously. I am therefore 
reopening it.

The removal of the v4l backend breaks image capture for all v4l sources, not 
just pwc. You should therefore document this with a separate Debian bug report.

I know nothing about the mismatch between the kernel and the v4l backend. You 
are certainly more qualified to report such a bug accordingly.

Thanks
Andreas


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



Bug#792260: zabbix-server-mysql: Problem in distributed monitoring mode - ids table get out of sync - Duplicate entry by save data

2015-07-13 Thread Robert G
Package: zabbix-server-mysql
Version: 1:2.2.7+dfsg-2
Severity: critical
Justification: causes serious data loss

Dear Maintainer,

next to my change zabbix server to node 1, I get some problems by edit or add 
new 
entries in triggers, hosts or items. On save I get following error 
(example on edit/add item, Error in php frontend): 


SNIP
[INSERT INTO items 
(type,snmp_community,snmp_oid,hostid,name,description,key_,delay,history,trends,status,value_type,trapper_hosts,units,multiplier,delta,snmpv3_contextname,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authprotocol,snmpv3_authpassphrase,snmpv3_privprotocol,snmpv3_privpassphrase,formula,logtimefmt,valuemapid,delay_flex,params,ipmi_sensor,data_type,authtype,username,password,publickey,privatekey,flags,filter,port,inventory_link,lifetime,interfaceid,templateid,itemid)
 VALUES ('3','','','10010010293','ICMP 
ping','','icmpping','60','7','365','0','3','','','0','0','','','0','0','','0','','1','','1001001','','','','0','0','','','','','0','','','0','30','1001153','10010023655','10010058464')]
 [Duplicate entry '10010058464' for key 'PRIMARY']

SQL statement execution has failed INSERT INTO items 
(type,snmp_community,snmp_oid,hostid,name,description,key_,delay,history,trends,status,value_type,trapper_hosts,units,multiplier,delta,snmpv3_contextname,snmpv3_securityname,snmpv3_securitylevel,snmpv3_authprotocol,snmpv3_authpassphrase,snmpv3_privprotocol,snmpv3_privpassphrase,formula,logtimefmt,valuemapid,delay_flex,params,ipmi_sensor,data_type,authtype,username,password,publickey,privatekey,flags,filter,port,inventory_link,lifetime,interfaceid,templateid,itemid)
 VALUES ('3','','','10010010293','ICMP 
ping','','icmpping','60','7','365','0','3','','','0','0','','','0','0','','0','','1','','1001001','','','','0','0','','','','','0','','','0','30','1001153','10010023655','10010058464').
/SNIP

The new or changed date are not save - this means, it will be discard.

So, I read some other forum message, that the problems its depend to the table 
ids. 
Interest on this System is, that some entries also depend on node 0 - but I 
have 
actually only the node 1.:

Code: select * from ids;
SNIP
++--+--+-+
| nodeid | table_name   | field_name   | nextid  |
++--+--+-+
|  0 | functions| functionid   | 10010021356 |
|  0 | graphs   | graphid  | 10010005068 |
|  0 | graphs_items | gitemid  | 10010012510 |
|  0 | items| itemid   | 10010058464 |
|  0 | items_applications   | itemappid| 10010041744 |
|  0 | item_discovery   | itemdiscoveryid  | 10010029388 |
|  0 | triggers | triggerid| 10010020646 |
|  1 | actions  | actionid | 1001008 |
|  1 | applications | applicationid| 10010001677 |
|  1 | application_template | application_templateid   | 10010001126 |
|  1 | auditlog | auditid  | 10010006780 |
|  1 | auditlog_details | auditdetailid| 1001259 |
|  1 | conditions   | conditionid  | 1001014 |
|  1 | expressions  | expressionid | 1001011 |
|  1 | functions| functionid   | 10010021356 |
|  1 | graphs   | graphid  | 10010005077 |
|  1 | graphs_items | gitemid  | 10010012519 |
|  1 | groups   | groupid  | 1001031 |
|  1 | group_prototype  | group_prototypeid| 1001021 |
|  1 | hostmacro| hostmacroid  | 1001175 |
|  1 | hosts| hostid   | 10010010292 |
|  1 | hosts_groups | hostgroupid  | 1001396 |
|  1 | hosts_templates  | hosttemplateid   | 1001427 |
|  1 | housekeeper  | housekeeperid| 10010001743 |
|  1 | images   | imageid  | 1001117 |
|  1 | interface| interfaceid  | 1001152 |
|  1 | items| itemid   | 10010058463 |
|  1 | items_applications   | itemappid| 10010041755 |
|  1 | item_discovery   | itemdiscoveryid  | 10010029387 |
|  1 | maintenances | maintenanceid| 1001002 |
|  1 | maintenances_groups  | maintenance_groupid  | 1001001 |
|  1 | maintenances_hosts   | maintenance_hostid   | 1001013 |
|  

Bug#792261: 'gbp pq apply' should preserve patch names, just like import/export

2015-07-13 Thread Carlos Maddela
Package: git-buildpackage
Version: 0.6.32
Severity: wishlist
Tags: patch

Hello,

Preserving patch names as the default behaviour for all gbp-pq actions
would simplify its use.

Best regards,

Carlos

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

Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages git-buildpackage depends on:
ii  devscripts2.15.5
ii  git   1:2.1.4-2.1
ii  man-db2.7.0.2-5
ii  python2.7.9-1
ii  python-dateutil   2.2-2
ii  python-pkg-resources  17.0-1
ii  python-six1.9.0-3

Versions of packages git-buildpackage recommends:
ii  cowbuilder   0.73
ii  pbuilder 0.215+nmu4
ii  pristine-tar 1.33
ii  python-requests  2.7.0-3

Versions of packages git-buildpackage suggests:
ii  python-notify  0.1.1-4
ii  unzip  6.0-17

-- no debconf information
From 7eeca5adf88254235e8d574a7308a6ec975a57db Mon Sep 17 00:00:00 2001
From: Carlos Maddela madd...@labyrinth.net.au
Date: Mon, 13 Jul 2015 21:02:48 +1000
Subject: [PATCH] Preserve patch name when applying single patch also.

---
 gbp/scripts/common/pq.py | 5 +++--
 tests/13_test_gbp_pq.py  | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gbp/scripts/common/pq.py b/gbp/scripts/common/pq.py
index 5580426..2bd4187 100644
--- a/gbp/scripts/common/pq.py
+++ b/gbp/scripts/common/pq.py
@@ -296,8 +296,9 @@ def switch_to_pq_branch(repo, branch):
 
 def apply_single_patch(repo, branch, patch, fallback_author, topic=None):
 switch_to_pq_branch(repo, branch)
-apply_and_commit_patch(repo, patch, fallback_author, topic)
-gbp.log.info(Applied %s % os.path.basename(patch.path))
+name = os.path.basename(patch.path)
+apply_and_commit_patch(repo, patch, fallback_author, topic, name=name)
+gbp.log.info(Applied %s % name)
 
 
 def apply_and_commit_patch(repo, patch, fallback_author, topic=None, name=None):
diff --git a/tests/13_test_gbp_pq.py b/tests/13_test_gbp_pq.py
index e78cdd0..70b59f5 100644
--- a/tests/13_test_gbp_pq.py
+++ b/tests/13_test_gbp_pq.py
@@ -101,6 +101,8 @@ class TestApplySinglePatch(testutils.DebianGitTestRepo):
 
 pq.apply_single_patch(self.repo, 'master', patch, None)
 self.assertIn('foo', self.repo.list_files())
+info = self.repo.get_commit_info('HEAD')
+self.assertIn('Gbp-Pq: Name foo.patch', info['body'])
 
 
 class TestWritePatch(testutils.DebianGitTestRepo):
-- 
2.1.4



Bug#779764: remctl: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch

Hi Russ

On Wed, 04 Mar 2015 18:31:01 +0100 bi...@debian.org wrote:
 Source: remctl
 Version: 3.9-1
 Severity: normal
 User: pkg-systemd-maintain...@lists.alioth.debian.org
 Usertags: libsystemd
 
 Hi!
 
 In systemd v209, released over a year ago, the various libsystemd-* libraries
 (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
 libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
 code duplication and avoid cyclic dependencies [1].
 
 Your package declares a build-dependency on either libsystemd-daemon-dev,
 libsystemd-login-dev or libsystemd-journal-dev.
 
 Please update your package so it can be built against libsystemd.

Please find attached a patch which makes use of the new libsystemd
library. I looked at your lbcd package and shamelessly stole the updated
m4/systemd.macro and updated the build flags in Makefile.am accordingly.
The patch is build-tested against remctl_3.9-1.
Thanks for considering. Would be great if you can include the fix in
your next upload.


Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index d81ae11..c5137b0 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (= 9),
  libkrb5-dev,
  libpcre3-dev,
  libperl-critic-perl,
- libsystemd-daemon-dev [linux-any],
+ libsystemd-dev [linux-any],
  libtest-pod-perl,
  libtest-minimumversion-perl,
  libtest-pod-coverage-perl,
diff --git a/debian/patches/libsystemd.patch b/debian/patches/libsystemd.patch
new file mode 100644
index 000..f888541
--- /dev/null
+++ b/debian/patches/libsystemd.patch
@@ -0,0 +1,60 @@
+diff --git a/Makefile.am b/Makefile.am
+index dac972f..b6df6f9 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -184,12 +184,12 @@ server_remctld_SOURCES = portable/event-extra.c server/commands.c	\
+ 	server/server-v2.c
+ server_remctld_CPPFLAGS = -DCONFIG_FILE=\$(sysconfdir)/remctl.conf\	\
+ 	$(GSSAPI_CPPFLAGS) $(KRB5_CPPFLAGS) $(GPUT_CPPFLAGS)		\
+-	$(PCRE_CPPFLAGS) $(LIBEVENT_CPPFLAGS) $(SYSTEMD_DAEMON_CFLAGS)
++	$(PCRE_CPPFLAGS) $(LIBEVENT_CPPFLAGS) $(SYSTEMD_CFLAGS)
+ server_remctld_LDFLAGS = $(GSSAPI_LDFLAGS) $(KRB5_LDFLAGS) $(GPUT_LDFLAGS) \
+ 	$(PCRE_LDFLAGS) $(LIBEVENT_LDFLAGS)
+ server_remctld_LDADD = util/libutil.la portable/libportable.la	\
+ 	$(GSSAPI_LIBS) $(KRB5_LIBS) $(GPUT_LIBS) $(PCRE_LIBS)	\
+-	$(LIBEVENT_LIBS) $(SYSTEMD_DAEMON_LIBS)
++	$(LIBEVENT_LIBS) $(SYSTEMD_LIBS)
+ 
+ # Install the systemd unit file if systemd support was detected.
+ if HAVE_SYSTEMD
+diff --git a/m4/systemd.m4 b/m4/systemd.m4
+index 98e1cc7..902476d 100644
+--- a/m4/systemd.m4
 b/m4/systemd.m4
+@@ -16,6 +16,7 @@ dnl The canonical version of this file is maintained in the rra-c-util
+ dnl package, available at http://www.eyrie.org/~eagle/software/rra-c-util/.
+ dnl
+ dnl Written by Russ Allbery ea...@eyrie.org
++dnl Copyright 2015 Russ Allbery ea...@eyrie.org
+ dnl Copyright 2013, 2014
+ dnl The Board of Trustees of the Leland Stanford Junior University
+ dnl
+@@ -33,15 +34,22 @@ AC_DEFUN([RRA_WITH_SYSTEMD_UNITDIR],
+ [AS_HELP_STRING([--with-systemdsystemunitdir=DIR],
+ [Directory for systemd service files])],
+ [],
+-[with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)])
++[with_systemdsystemunitdir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd`])
+  AS_IF([test x$with_systemdsystemunitdir != xno],
+ [AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])])
+  AM_CONDITIONAL([HAVE_SYSTEMD],
+ [test -n $with_systemdsystemunitdir -a x$with_systemdsystemunitdir != xno])])
+ 
+-dnl Check for libsystemd-daemon and define SYSTEMD_DAEMON_{CFLAGS,LIBS} if it
+-dnl is available.
++dnl Check for libsystemd or libsystemd-daemon and define SYSTEMD_{CFLAGS,LIBS}
++dnl if it is available.  This is called RRA_LIB_SYSTEMD_DAEMON_OPTIONAL since
++dnl it was originally written when libsystemd-daemon was separate, and only
++dnl checks for that library.  It may eventually make sense to retire this in
++dnl favor of a simple RRA_LIB_SYSTEMD_OPTIONAL that isn't backward-compatible.
+ AC_DEFUN([RRA_LIB_SYSTEMD_DAEMON_OPTIONAL],
+-[PKG_CHECK_EXISTS([libsystemd-daemon],
+-[PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon])
+- AC_DEFINE([HAVE_SD_NOTIFY], 1, [Define if sd_notify is available.])])])
++[PKG_CHECK_EXISTS([libsystemd],
++[PKG_CHECK_MODULES([SYSTEMD], [libsystemd])
++ AC_DEFINE([HAVE_SD_NOTIFY], 1, [Define if sd_notify is available.])],
++[PKG_CHECK_EXISTS([libsystemd-daemon],
++[PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
++ AC_DEFINE([HAVE_SD_NOTIFY], 1,
++[Define if sd_notify is available.])])])])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..da70223
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@

Bug#788057: game-data-packager: please add support for Blake Stone: Aliens of Gold and Planet Strike

2015-07-13 Thread Alexandre Detiste
Le jeudi 25 juin 2015, 10:00:08 Simon McVittie a écrit :
 Alexandre,
 The commit message for data/blakestone.yaml says WIP. Do you consider
 this to be ready for release, or should I disable it for g-d-p 42?

It's ready now.

 Do we want to disable the generation of these packages until a suitable
 ecwolf exists, at least upstream?
 
 S

GDP can now check for engine / engine version at runtime;
this way GDP release cycle doesn't need to be sync'ed
with some other random package release cycle.

http://anonscm.debian.org/cgit/pkg-games/game-data-packager.git/tree/game_data_packager/__init__.py?id=5c2e0d89036a7fda0e5488aa3c4b8a285aab703a#n2361

User must now use '--force' if he hasn't yet installed ecwolf
upstream .deb or made a fake one with equivs.

This could also check for the presence /usr/games/engine
but I'd rather not promote unpackaged stuff in /usr/ 
outside of /usr/local/ .

Alexandre


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



Bug#792271: fortunes-it: error in quote

2015-07-13 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer

Dear Maintainer,

in the file zuse, at the line with 'carrozziere, da apporre sul croscotto, 
con la scritta: Corri, pensa a me.'

correct croscotto into cruscotto

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- 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#780604: kdenlive: Constant crashes

2015-07-13 Thread Patrick Matthäi

Hi,

please retest your issue with kdenlive version 15.04.3-1 and mlt version 
0.9.6-3 from unstable.

Thanks.


Am 18.03.2015 um 00:04 schrieb Marek Ludo Hrušovský:

On 03/17/2015 06:07 PM, Patrick Matthäi wrote:

Am 16.03.2015 um 17:09 schrieb Marek Hrušovský:

Package: kdenlive
Version: 0.9.10-2
Severity: important




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

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


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



Bug#788405: kdenlive: Transitions are distorted when focused or using certain Alpha Manipulation in the Project Moniter.

2015-07-13 Thread Patrick Matthäi

Hi,

please retest your issue with kdenlive version 15.04.3-1 and mlt version 
0.9.6-3 from unstable.

Thanks.

Am 11.06.2015 um 03:45 schrieb Matthew Travous:


Package: kdenlive
Version: 0.9.10-2
Severity: important

Dear Maintainer,

When using kdenlive in Debian, transitions are distorted diagonally 
towards the right and are monochrome in the Project monitor, showing 
up as if a scanline effect had been applied (when one was not).
This occurs when using the transitions Affine, Composite, Region and 
the effect Rotoscope. This bug has persisted through many different 
uses of the said functions where they appear.
In the same version of kdenlive on Ubuntu 15.04, the said bug does not 
occur, and I have not tested any other distributions. I am not using 
any libraries outside of the official

Debian repositories.


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kdenlive depends on:
ii  kde-runtime   4:4.14.2-2
ii  kdenlive-data 0.9.10-2
ii  libav-tools   6:11.3-1+deb8u1
ii  libc6 2.19-18
ii  libgcc1   1:4.9.2-10
ii  libgl1-mesa-glx [libgl1]  10.3.2-1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libkdecore5   4:4.14.2-5
ii  libkdeui5 4:4.14.2-5
ii  libkio5   4:4.14.2-5
ii  libknewstuff3-4   4:4.14.2-5
ii  libknotifyconfig4 4:4.14.2-5
ii  libkrossui4   4:4.14.2-5
ii  libmlt++3 0.9.2-2
ii  libmlt6   0.9.2-2
ii  libnepomuk4   4:4.14.2-5
ii  libqjson0 0.8.1-3
ii  libqt4-dbus 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-network  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-opengl 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-script 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-svg  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-xml  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtcore4  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libsolid4 4:4.14.2-5
ii  libsoprano4   2.9.4+dfsg-1.1
ii  libstdc++64.9.2-10
ii  libv4l-0  1.6.0-2
ii  libx11-6  2:1.6.2-3
ii  libxau6   1:1.0.8-1
ii  libxdmcp6 1:1.1.1-1+b1
ii  libxext6  2:1.3.3-1
ii  melt  0.9.2-2

Versions of packages kdenlive recommends:
ii  dvdauthor0.7.0-1.3
ii  dvgrab   3.5-2+b2
ii  frei0r-plugins   1.4-3
ii  genisoimage  9:1.1.11-3
ii  recordmydesktop  0.3.8.1+svn602-1+b1
ii  swh-plugins  0.4.15+1-7

Versions of packages kdenlive suggests:
ii  khelpcenter4  4:4.14.2-2

-- no debconf information



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

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


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



Bug#760773: Most video editing can be exported, but audio part still cannot

2015-07-13 Thread Patrick Matthäi

Hi,

please retest your issue with kdenlive version 15.04.3-1 and mlt version 
0.9.6-3 from unstable.

Thanks.

Am 30.09.2014 um 09:14 schrieb Bo Lan:

package: mlt
version: 0.9.2-2

Dear maintainer,

I understand that this bug is closed, but I think that a problem still
relates to the mlt or something. After fixing, all video can be
exported, but have no sound.

I have tried to export two different codes and formats, the one is
libx264 and aac with container mp4, the other is libvpx and libvorbis
with webm. Both of them do not have audio.

I have used avprobe to check the video, this is the output:

$ avprobe 'vnlk-b1900d.mp4'

avprobe version 11-6:11-1, Copyright (c) 2007-2014 the Libav developers
   built on Sep 13 2014 19:43:14 with gcc 4.9.1 (Debian 4.9.1-13)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'vnlk-b1900d.mp4':
   Metadata:
 major_brand : isom
 minor_version   : 512
 compatible_brands: isomiso2avc1mp41
 encoder : Lavf56.1.0
   Duration: 00:38:40.33, start: 0.00, bitrate: 1549 kb/s
 Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080 [PAR 1:1
DAR 16:9], 1545 kb/s, 30 fps, 30 tbn, 60 tbc (default)
# avprobe output

Obviously it looks like that all the audio part is not included into the
container.

Thank you for your great work.

Sincerely,
Bo



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

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


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



Bug#792251: vzctl: Please split tools from daemon

2015-07-13 Thread Benjamin Drung
Package: vzctl
Version: 4.9.1-1
Severity: normal

Hi,

We have a tool that calls ndsend and therefore depends on the vzctl package, but
we don't use OpenVZ and don't want the vz and vzeventd daemon running. So please
split the binary vzctl package into two package: one to hold the programs (like
ndsend) and one containing the init scripts (depending on the former).

Thanks.

-- 
Benjamin Drung
System Developer
Debian  Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.dr...@profitbricks.com
URL:  http://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506B.
Geschäftsführer: Andreas Gauger, Achim Weiss.


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



Bug#792253: hackrf: debian/watch file is missing

2015-07-13 Thread Sophie Brun
Source: hackrf
Severity: wishlist
Tags: patch

Hello,

I noticed that the debian/watch is missing.
I prepared one.
Please add it to the package.

Thanks for your work



-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'squeeze-lts'),
(500, 'oldoldstable'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
version=3
opts=filenamemangle=s/v?(\d.*)\.tar\.gz/hackrf-$1.tar.gz/ \
https://github.com/mossmann/hackrf/tags .*/v?(\d.*)\.tar\.gz


Bug#768427: debian-installer: build-depends: elilo [ia64], with elilo gone away

2015-07-13 Thread Cyril Brulebois
Control: tag -1 patch pending

Steve McIntyre st...@einval.com (2014-11-13):
 On Fri, Nov 07, 2014 at 12:05:44PM +0100, Cyril Brulebois wrote:
 Package: debian-installer
 Severity: normal
 
 We're still build-depending on elilo on ia64, while this package got
 removed (#755509); since ia64 is quite unmaintained, it might make sense
 to actually drop this build dependency and let release people know that
 they can drop this package from the d-i not-a-real package.
 
 Agreed, makes sense.

Applied in master:
  https://anonscm.debian.org/cgit/d-i/debian-installer.git/commit/?id=cb6d3ab
  https://anonscm.debian.org/cgit/d-i/debian-installer.git/commit/?id=8f70fdc

Release folks, please feel free to remove elilo from the d-i meta faux package.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#792254: [icedove] Marking a message as not junk does not remove X-YahooFilteredBulk header

2015-07-13 Thread Reuben

Package: icedove
Version: 38.0~b5-1
Severity: minor

--- Please enter the report below this line. ---
The program should remove the X-YahooFilteredBulk header when marking a 
message as not junk, otherwise it keeps being re-flagged as junk.


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

Debian Release: stretch/sid
900 testing mirror.optus.net
900 testing mirror.internode.on.net
800 unstable mirror.optus.net
800 unstable mirror.internode.on.net
500 vivid ppa.launchpad.net
500 trusty ppa.launchpad.net
500 stable repos.fds-team.de
500 stable kxstudio.sourceforge.net
500 stable dl.google.com
500 sid linux.dropbox.com
500 lucid ppa.launchpad.net
200 experimental mirror.optus.net
200 experimental mirror.internode.on.net
200 experimental debian.orson.at

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

Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#792255: ITP: ruby-phantomjs -- Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.

2015-07-13 Thread Akhil Gangavarapu
Package: wnpp
Severity: wishlist
Owner: Akhil Gangavarapu akhil.rgukt...@gmail.com

 Package name: ruby-phantomjs
 Version : 1.9.8.0
 License : MIT
 Description : Auto-install phantomjs on demand for current platform.
Comes with poltergeist integration.


Bug#792258: putty: Truetype font rendering very CPU intensive

2015-07-13 Thread Colin Watson
On Mon, Jul 13, 2015 at 08:08:36AM -0300, Ben Armstrong wrote:
 Truetype font rendering is very CPU intensive.

I've noticed the same thing myself, but haven't had a chance to
investigate it.  Simon suggested that a useful next step would be to
compare xtrace output between pterm and some other terminal emulator
that doesn't suffer from the same problem (gnome-terminal here, but
urxvt in your case).

-- 
Colin Watson   [cjwat...@debian.org]


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



Bug#784880: [PATCH for-4.6] tools: libxl: Handle failure to create qemu dm logfile

2015-07-13 Thread Ian Campbell
If libxl_create_logfile fails for some reason then
libxl__create_qemu_logfile previously just carried on and dereferenced
the uninitialised logfile.

Check for the error from libxl_create_logfile, which has already
logged for us.

This was reported as Debian bug #784880.

Reported-by: Russell Coker russ...@coker.com.au
Signed-off-by: Ian Campbell ian.campb...@citrix.com
Cc: 784...@bugs.debian.org
---
Should be backported.
---
 tools/libxl/libxl_dm.c | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
index ad434f0..8ed2d2e 100644
--- a/tools/libxl/libxl_dm.c
+++ b/tools/libxl/libxl_dm.c
@@ -46,9 +46,11 @@ static const char *qemu_xen_path(libxl__gc *gc)
 static int libxl__create_qemu_logfile(libxl__gc *gc, char *name)
 {
 char *logfile;
-int logfile_w;
+int rc, logfile_w;
+
+rc = libxl_create_logfile(CTX, name, logfile);
+if (rc) return rc;
 
-libxl_create_logfile(CTX, name, logfile);
 logfile_w = open(logfile, O_WRONLY|O_CREAT|O_APPEND, 0644);
 free(logfile);
 
-- 
2.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#768006: Workaround

2015-07-13 Thread Apollon Oikonomopoulos
Hi,

On Sun, 08 Mar 2015 01:39:03 +0100 Robert Kawecki rob...@rkaw.pl wrote:
 The workaround I used was to copy the generated unit files from 
 /run/systemd/generator/${mountname}.mount to /etc/systemd/system/ and 
 add a line to the [Unit] section:
 
 
 After=nfs-common.service

A less intrusive workaround is to add an override for 
nfs-common.service, ordering it before remote-fs-pre.target (see 
systemd.special(7)).

/etc/systemd/system/nfs-common.service.d/remote-fs-pre.conf:

 [Unit]
 Before=remote-fs-pre.target
 Wants=remote-fs-pre.target

until nfs-utils ships native systemd unit files.

Regards,
Apollon


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



Bug#792259: ffms2: pandoc does not render Markdown properly

2015-07-13 Thread Dmitry Shachnev
Package: libffms2-dev
Version: 2.21-2
Severity: minor

Pandoc doesn't render the code blocks properly, thus the generated
ffms2-api.html is broken.

In Ubuntu we fixed this by switching to Python-Markdown [1]. Also, a
small patch is needed to make sure the sublist is rendered properly
(it is actually needed for both pandoc and Python-Markdown) [2].

[1]: http://launchpadlibrarian.net/211529729/ffms2_2.21-2_2.21-2ubuntu1.diff.gz
[2]: upstream PR: https://github.com/FFMS/ffms2/pull/222

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Bug#792266: ITP: ruby-eco-source -- JavaScript source code for the Eco (Embedded CoffeeScript template language) compiler.

2015-07-13 Thread Akhil Gangavarapu
Package: wnpp
Severity: wishlist
Owner: Akhil Gangavarapu akhil.rgukt...@gmail.com

 Package name: ruby-eco-source
 Version :  1.1.0.rc.1
 License : N/A
 Description : JavaScript source code for the Eco (Embedded
CoffeeScript template language) compiler.


Bug#791452: [pkg-lynx-maint] Bug#791452: lynx: more cases

2015-07-13 Thread Andy Valencia

[Jack Ryan nore...@remailer.cpunk.us writes:]

 These commands cause lynx to hang:
   env http_proxy=http://127.0.0.1:8118/   lynx http://check.torproject.org/

Trying it out here...

This proxies me to http on torproject, but then he redirects to https.
No proxy configured for that protocol--so I get the page directly.  (This is
the same as if it redirected to, say, FTP and there was no FTP proxy.)

   env https_proxy=https://127.0.0.1:8118/ lynx https://check.torproject.org/

Unless your proxy server is very different from mine, you talk to it via
http, and then *it* talks SSL outward.  This worked:

https_proxy=http://myproxy:/ lynx https://check.torproject.org/

   env http_proxy=http://127.0.0.1:8118/  lynx https://check.torproject.org/
   env http_proxy=http://127.0.0.1:8118/  lynx https://torstatus.blutmagie.de/
   env http_proxy=https://127.0.0.1:8118/ lynx https://torstatus.blutmagie.de/

In all these you proxy one protocol, but talk to another.  Note the last one
has my same comment on whether you can, in fact, talk to your proxy via
HTTPS/SSL.  tinyproxy can't.  But what I know about proxy setups is,
basically, whatever I learn on the fly chasing your bug report.

 Another complication that I encountered was IPv4 vs IPv6.

No IPv6 here at the moment, need to set up some hardware.  You may want to
submit a distinct bug for the IPv6 cases, and let this bug drill down on any
needed remaining details on the proxy protocol issues.  I'll find some time
RSN to assemble a lab IPv6 testbed.  Neither of my ISP feeds supports IPv6
(darn it), but I can probably set up something sufficient to reproduce what
you're seeing.

Aside from IPv6, if nothing else, there's a doc issue here.  https needs a
specific mention in the proxy environment variable examples, and probably
some words need to be added to address the kind of URL which'll work to reach
a proxy.  I'll read around some more on that latter issue, as I don't know
what's possible (or supported by the lynx proxy code).

Andy


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



Bug#792333: ikiwiki: Multiple Use of uninitialized value in string $op warnings

2015-07-13 Thread James McCoy
Package: ikiwiki
Version: 3.20141016.2
Severity: normal

I frequently get spammed with entries like the subject in my system logs.
Here are some some example warning logs and the lighttpd access.log
entries from the same time period:

Jul 11 23:32:27 sisyphus lighttpd[629]: Use of uninitialized value in string eq 
at /usr/share/perl5/IkiWiki.pm line 622.
Jul 11 23:32:27 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 641.
Jul 11 23:32:27 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 641.
Jul 11 23:32:27 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 646.
Jul 11 23:32:27 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 646.
Jul 11 23:32:29 sisyphus lighttpd[629]: Use of uninitialized value in string eq 
at /usr/share/perl5/IkiWiki.pm line 622.
Jul 11 23:32:29 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 641.
Jul 11 23:32:29 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 641.
Jul 11 23:32:29 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 646.
Jul 11 23:32:29 sisyphus lighttpd[629]: Use of uninitialized value in string ne 
at /usr/share/perl5/IkiWiki.pm line 646.


182.64.156.142 jamessan.com - [11/Jul/2015:23:32:27 -0400] GET 
/~jamessan//tags/debian/index.rss HTTP/1.1 200 5160 
https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 (Windows; U; MSIE 
9.0; Windows NT 9.0; en-US)
182.64.156.142 jamessan.com - [11/Jul/2015:23:32:27 -0400] GET 
/~jamessan//tags/debian/index.atom HTTP/1.1 200 5399 
https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 (Windows; U; MSIE 
9.0; Windows NT 9.0; en-US)
182.64.156.142 jamessan.com - [11/Jul/2015:23:32:27 -0400] GET /~jamessan// 
HTTP/1.1 200 1912 https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 
(Windows; U; MSIE 9.0; Windows NT 9.0; en-US)
182.64.156.142 jamessan.com - [11/Jul/2015:23:32:27 -0400] GET 
/~jamessan//recentchanges/ HTTP/1.1 200 26092 
https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 (Windows; U; MSIE 
9.0; Windows NT 9.0; en-US)
182.64.156.142 jamessan.com - [11/Jul/2015:23:32:28 -0400] GET 
/~jamessan//posts/fixing_X1_carbon_resume/ HTTP/1.1 200 5864 
https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 (Windows; U; MSIE 
9.0; Windows NT 9.0; en-US)
182.64.156.142 jamessan.com - [11/Jul/2015:23:32:28 -0400] GET 
/~jamessan/ikiwiki.cgi?do=editpage=tags/debian HTTP/1.1 200 3290 
https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 (Windows; U; MSIE 
9.0; Windows NT 9.0; en-US)
182.64.156.142 git.jamessan.com - [11/Jul/2015:23:32:29 -0400] GET 
/cgit/wiki.git/log/tags/debian.mdwn?h=HEAD HTTP/1.1 200 3437 
https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 (Windows; U; MSIE 
9.0; Windows NT 9.0; en-US)
182.64.156.142 jamessan.com - [11/Jul/2015:23:32:29 -0400] GET 
/~jamessan/ikiwiki.cgi?do=prefs HTTP/1.1 200 3290 
https://jamessan.com/~jamessan//tags/debian/; Mozilla/5.0 (Windows; U; MSIE 
9.0; Windows NT 9.0; en-US)

Cheers,

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

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

Versions of packages ikiwiki depends on:
ii  libhtml-parser-perl 3.71-1+b3
ii  libhtml-scrubber-perl   0.11-1
ii  libhtml-template-perl   2.95-1
ii  libjson-perl2.61-1
ii  libtext-markdown-discount-perl  0.11-1+b1
ii  liburi-perl 1.64-1
ii  libyaml-libyaml-perl0.41-6
ii  perl5.20.2-3+deb8u1

Versions of packages ikiwiki recommends:
ii  gcc [c-compiler] 4:4.9.2-2
ii  gcc-4.4 [c-compiler] 4.4.7-2
ii  gcc-4.9 [c-compiler] 4.9.2-10
ii  git [git-core]   1:2.1.4-2.1
pn  libauthen-passphrase-perlnone
ii  libc6-dev [libc-dev] 2.19-18
ii  libcgi-formbuilder-perl  3.09-2
ii  libcgi-pm-perl   4.09-1
ii  libcgi-session-perl  4.48-1
ii  libcrypt-ssleay-perl 0.58-1+b2
pn  libgravatar-url-perl none
ii  liblwpx-paranoidagent-perl   1.10-5
pn  libmail-sendmail-perlnone
ii  libnet-openid-consumer-perl  1.15-1
ii  librpc-xml-perl  0.78-2
pn  libterm-readline-gnu-perlnone
ii  libtimedate-perl 2.3000-2
ii  libxml-simple-perl   2.20-1

Versions of packages ikiwiki suggests:
pn  dvipng  none
ii  file1:5.22+15-2
pn  gettext none
pn  ghostscript none
pn  graphviznone
pn 

Bug#792334: SQL Error Issue on udd.debian.org

2015-07-13 Thread Paul Wise
Package: qa.debian.org
Severity: normal
User: qa.debian@packages.debian.org
Usertags: udd

The attached message was recieved by DSA and details an SQL error on
the UDD website.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

---BeginMessage---
Hi,I have seen this online, 
https://udd.debian.org/bugs/?release=stretchmerged=ignfnewerval=7flastmodval=7email1=%27
There is an SQL error on udd.debian.org. I have checked it, and it generates an 
error. 
Best Regards,Mazin Ahmed
  ---End Message---


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


Bug#792332: libjs-perfect-scrollbar: Section should be “web”

2015-07-13 Thread Ben Finney
Package: libjs-perfect-scrollbar
Version: 0.6.2~dfsg-1
Severity: minor

The section “ruby” is for packages that install primarily resources
(e.g. libraries) for Ruby programmers.

The package ‘libjs-perfect-scrollbar’ installs primarily a library for
JavaScript programmers, not Ruby programmers. By the section
descriptions, this package belongs in the “web” section.

Please set the field “Section: web”.

-- 
 \  “One time a cop pulled me over for running a stop sign. He |
  `\said, ‘Didn't you see the stop sign?’ I said, ‘Yeah, but I |
_o__)don't believe everything I read.’” —Steven Wright |
Ben Finney b...@benfinney.id.au


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



Bug#792148: ejabberd: why is ejabberdctl.cfg moved to /etc/default/ejabberd

2015-07-13 Thread Philipp Huebner
On 13.07.2015 20:26, Christoph Anton Mitterer wrote:
 On Sun, 2015-07-12 at 19:43 +0200, Philipp Huebner wrote:
 The init script is basically just a wrapper around ejabberdctl, so
 yes.
 Well that's the point...
 
 As you say the init script is just a wrapper...
 
 So shouldn't we stick with the native upstream name for the config file
 (i.e. ejabberdctl.cfg) and drop the symlink altogether, or make at
 least /etc/default/ejabberd the symlink?

No. It's changed already for Jessie which is fixed at this point in
time, I don't see any benefit in switching back with the next release.

ejabberdctl serves as the actual init script for ejabberd, so IMO
/etc/default/ejabberd is perfectly fine, especially if you look at
what's configured inside: absolute basic settings like the location of
the pid-file or the location of the config-file.

Plus a symlink in /etc/default/ would probably confuse the hell out of
the config file handling.

Regards,
-- 
 .''`.   Philipp Huebner debala...@debian.org
: :'  :  pgp fp: 6719 25C5 B8CD E74A 5225  3DF9 E5CA 8C49 25E4 205F
`. `'`
  `-



signature.asc
Description: OpenPGP digital signature


Bug#778050: openwalnut: ftbfs with GCC-5

2015-07-13 Thread Matthias Klose
after building dependencies with GCC 5, the build now fails with

[ 55%] cd
/scratch/packages/tmp/openwalnut-1.4.0~rc1+hg3a3147463ee2/build/qt4gui 
/usr/lib/x86_64-linux-gnu/qt4/bin/moc @/scratch/p
ackages/tmp/openwalnut-1.4.0~rc1+hg3a3147463ee2/build/qt4gui/WPropertyIntervalWidget.moc_parameters
usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at
BOOST_JOIN
qt4gui/CMakeFiles/openwalnut-qt4.dir/build.make:57: recipe for target
'qt4gui/WPropertyIntervalWidget.moc' failed
make[4]: *** [qt4gui/WPropertyIntervalWidget.moc] Error 1
make[4]: Leaving directory
'/scratch/packages/tmp/openwalnut-1.4.0~rc1+hg3a3147463ee2/build'
CMakeFiles/Makefile2:699: recipe for target
'qt4gui/CMakeFiles/openwalnut-qt4.dir/all' failed
make[3]: *** [qt4gui/CMakeFiles/openwalnut-qt4.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs


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



Bug#791170: libsigc++-2.0: library transition may be needed when GCC 5 is the default

2015-07-13 Thread Matthias Klose
Control: tags -1 + confirmed

when built using GCC 5:

--- debian/libsigc++-2.0-0c2a.symbols (libsigc++-2.0-0c2a_2.4.1-1build1_amd64)
+++ dpkg-gensymbolsYy2UI3   2015-07-14 05:51:02.413969865 +
@@ -86,5 +86,6 @@
  _ZNK4sigc9trackable13callback_listEv@Base 2.2.0
  _ZNK4sigc9trackable27add_destroy_notify_callbackEPvPFS1_S1_E@Base 2.2.0
  _ZNK4sigc9trackable30remove_destroy_notify_callbackEPv@Base 2.2.0
-
(optional)_ZNSt10_List_baseIN4sigc8internal18trackable_callbackESaIS2_EE8_M_clearEv@Base
2.2.0
- (optional)_ZNSt10_List_baseIN4sigc9slot_baseESaIS1_EE8_M_clearEv@Base 2.2.0
+#MISSING: 2.4.1-1build1#
(optional)_ZNSt10_List_baseIN4sigc8internal18trackable_callbackESaIS2_EE8_M_clearEv@Base
2.2.0
+#MISSING: 2.4.1-1build1#
(optional)_ZNSt10_List_baseIN4sigc9slot_baseESaIS1_EE8_M_clearEv@Base 2.2.0
+ _ZNSt7__cxx1110_List_baseIN4sigc9slot_baseESaIS2_EE8_M_clearEv@Base 
2.4.1-1build1


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



Bug#791909: sssd: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch

On Thu, 09 Jul 2015 14:39:39 +0200 Michael Biebl bi...@debian.org wrote:
 Source: sssd
 Version: 1.12.5-1
 Severity: normal
 User: pkg-systemd-maintain...@lists.alioth.debian.org
 Usertags: libsystemd
 
 Hi!
 
 In systemd v209, released over a year ago, the various libsystemd-* libraries
 (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
 libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
 code duplication and avoid cyclic dependencies [1].
 
 Your package declares a build-dependency on either libsystemd-daemon-dev,
 libsystemd-login-dev or libsystemd-journal-dev.
 
 Please update your package so it can be built against libsystemd.

Please find attached a patch which makes use of the new libsystemd
library. I kept the fallback for the old the old library names and
didn't rename SYSTEMD_LOGIN_{CFLAGS,LIBS} to keep the patch minimal.
You are already runnig autoreconf during build, so no further changes
are necessary.
The patch is build tested against sssd_1.12.5-1.
Would be great if you can include it in your next upload.

Regards,


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index 37ce1d6..a484889 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Build-Depends:
  libselinux1-dev [linux-any],
  libsemanage1-dev [linux-any],
  libsmbclient-dev,
- libsystemd-login-dev,
+ libsystemd-dev [linux-any],
  libtalloc-dev,
  libtdb-dev,
  libtevent-dev,
diff --git a/debian/patches/libsystemd.diff b/debian/patches/libsystemd.diff
new file mode 100644
index 000..790daed
--- /dev/null
+++ b/debian/patches/libsystemd.diff
@@ -0,0 +1,32 @@
+diff --git a/src/external/systemd.m4 b/src/external/systemd.m4
+index dbced0d..92b9c99 100644
+--- a/src/external/systemd.m4
 b/src/external/systemd.m4
+@@ -8,16 +8,21 @@ AC_DEFUN([AM_CHECK_SYSTEMD],
+ ])
+ 
+ AM_COND_IF([HAVE_SYSTEMD],
+-   [PKG_CHECK_MODULES([SYSTEMD_LOGIN], [libsystemd-login],
+-[AC_DEFINE_UNQUOTED(HAVE_SYSTEMD_LOGIN, 1, [Build with libsystemdlogin support])],
+-[AC_MSG_NOTICE([Build without libsystemd-login support])])])
++   [PKG_CHECK_MODULES([SYSTEMD_LOGIN], [libsystemd],
++[AC_DEFINE_UNQUOTED(HAVE_SYSTEMD_LOGIN, 1, [Build with libsystemd login support])],
++[PKG_CHECK_MODULES([SYSTEMD_LOGIN], [libsystemd-login],
++ [AC_DEFINE_UNQUOTED(HAVE_SYSTEMD_LOGIN, 1, [Build with libsystemd login support])],
++ [AC_MSG_NOTICE([Build without libsystemd-login support])])])])
+ 
+ dnl A macro to check presence of journald on the system
+ AC_DEFUN([AM_CHECK_JOURNALD],
+ [
+-   PKG_CHECK_MODULES(JOURNALD,
+- libsystemd-journal,
+- [AC_DEFINE_UNQUOTED([WITH_JOURNALD], 1, [journald is available])])
++   PKG_CHECK_MODULES([JOURNALD],
++ [libsystemd],
++ [AC_DEFINE_UNQUOTED([WITH_JOURNALD], 1, [journald is available])]
++ [PKG_CHECK_MODULES([JOURNALD],
++[libsystemd-journal],
++[AC_DEFINE_UNQUOTED([WITH_JOURNALD], 1, [journald is available])])])
+dnl Some older versions of pkg-config might not set these automatically
+dnl while setting CFLAGS and LIBS manually twice doesn't hurt.
+AC_SUBST([JOURNALD_CFLAGS])
diff --git a/debian/patches/series b/debian/patches/series
index 9e41f28..82d02dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-obsolete-target.diff
+libsystemd.diff


signature.asc
Description: OpenPGP digital signature


Bug#792283: task-xfce-desktop: should only recommend (not depend on) xfce4

2015-07-13 Thread Jonas Smedegaard
Quoting Cyril Brulebois (2015-07-13 16:46:11)
 Jonas Smedegaard d...@jones.dk (2015-07-13):
 Package: task-xfce-desktop
 Version: 3.32
 Severity: important
 
 task-xfce-desktop depends on xfce4.  While that may seem the very 
 purpose of this package, it causes problem when e.g. wanting the XFCE 
 desktop environment but not GStreamer0.10.
 
 See bug#774282 for the concrete issue caused by this IMO too strict 
 relationship.
 
 Similarly, the relationship with lightdm should probably be relaxed.

 Let's ask pkg-xfce-devel@…

Excellent idea :-)

 - 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#792273: ITP: ruby-eco-source -- Experimental gem for setting up and managing a Diaspora pod.

2015-07-13 Thread Akhil Gangavarapu
Package: wnpp
Severity: wishlist
Owner: Akhil Gangavarapu akhil.rgukt...@gmail.com

 Package name: ruby-diaspora
 Version :  0.0.1
 License : N/A
 Description : Experimental gem for setting up and managing a Diaspora
pod.


Bug#792274: ITP: ruby-diaspora -- Experimental gem for setting up and managing a Diaspora pod.

2015-07-13 Thread Akhil Gangavarapu
Package: wnpp
Severity: wishlist
Owner: Akhil Gangavarapu akhil.rgukt...@gmail.com

 Package name: ruby-diaspora
 Version :  0.0.1
 License : N/A
 Description : Experimental gem for setting up and managing a Diaspora
pod.


Bug#787819: pinentry-gnome3: Buggy buttons text: prefixed by _

2015-07-13 Thread Iain Lane
Hi,

On Fri, Jun 05, 2015 at 07:30:24PM +0200, Michael Biebl wrote:
 On Fri, 05 Jun 2015 13:05:20 -0400 Daniel Kahn Gillmor
 d...@fifthhorseman.net wrote:
  Control: reassign 787819 gcr
  Control: affects 787819 pinentry-gnome3
  
  Hi intrigeri--
  
  On Fri 2015-06-05 08:00:06 -0400, intrig...@debian.org wrote:
  
   when pinentry-gnome3 asks me for my smartcard's PIN for signing,
   its GUI displays two buttons, whose text reads:
  
* _Cancel
* _OK
  
   I suspect GTK accelerators are wrongly used somewhere.
  
  You must be using the full GNOME desktop.
  
  I see the same behavior there:
  
 
 Daniel, Neil, since you are more familiar with the specifics of
 pinentry-gnome3, can you please file this issue at the gcr upstream bug
 tracker [1] and report back with the bug number.

FTR, I filed a bug upstream with patch for this issue when using
pinentry-gnome3 out of GNOME shell (e.g. in Unity or XFCE). I'm coming
to the discussion late so sorry if I missed a thread or bug or patch.
All I know for sure is that it's not fixed upstream yet. :)

  https://bugzilla.gnome.org/show_bug.cgi?id=752328

Cheers,
Iain

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]


signature.asc
Description: Digital signature


Bug#792279: ITP: nilearn -- fast and easy statistical learning on neuroimaging data

2015-07-13 Thread Michael Hanke
Package: wnpp
Severity: wishlist
Owner: Michael Hanke m...@debian.org

* Package name: nilearn
  Version : 0.1.3
  Upstream Author : Gael Varoquaux gael.varoqu...@normalesup.org
* URL : https://github.com/nilearn/nilearn
* License : BSD
  Programming Lang: Python
  Description : fast and easy statistical learning on neuroimaging data

 This Python module leverages the scikit-learn toolbox for multivariate
 statistics with applications such as predictive modelling, classification,
 decoding, or connectivity analysis.

As such, it extends the reach of sklearn (python-sklearn) into the
neuroimaging domain.

The package will be maintained by the NeuroDebian team.


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



Bug#780392: asterisk-modules: Asterisk fai to load some modules

2015-07-13 Thread Yaroslav Petrov
Hi,

I can confirm this too:

Debian 8: Linux localhost 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 
(2015-05-24) x86_64 GNU/Linux

Package: asterisk-modules
Versions: 
1:11.13.1~dfsg-2+b1 
(/var/lib/apt/lists/mirror.yandex.ru_debian_dists_stable_main_binary-amd64_Packages)
 (/var/lib/dpkg/status)

Asterisk Output:


localhost*CLI module load chan_sip
Unable to load module chan_sip
Command 'module load chan_sip' failed.
[Jul 13 16:09:19] WARNING[7868]: loader.c:439 load_dynamic_module: Error 
loading module 'chan_sip': /usr/lib/asterisk/modules/chan_sip.so: undefined 
symbol: ast_websocket_write
[Jul 13 16:09:19] WARNING[7868]: loader.c:918 load_resource: Module 'chan_sip' 
could not be loaded.


-- 
Best regards 
Yaroslav Petrov 


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



Bug#755671: remove authentification requirement when merging accounts

2015-07-13 Thread Christophe Siraut
Hi,

Cryptic URL is sufficient to authenticate merging requests. Merges
should succeed with authenticated users or unauthenticated ones.

Please pull 6edd07b which implements this (together with already applied
0365e4a).

Christophe


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



Bug#792283: task-xfce-desktop: should only recommend (not depend on) xfce4

2015-07-13 Thread Jonas Smedegaard
Package: task-xfce-desktop
Version: 3.32
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

task-xfce-desktop depends on xfce4.  While that may seem the very
purpose of this package, it causes problem when e.g. wanting the XFCE
desktop environment but not GStreamer0.10.

See bug#774282 for the concrete issue caused by this IMO too strict
relationship.

Similarly, the relationship with lightdm should probably be relaxed.


Kind regards,

 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVo80hAAoJECx8MUbBoAEh048P/3r6o63kqYi+MQNajh8ToOoh
DooPn6UF3xKjleOTNdiaTKFsUW8oty7Swx+fnxQzoa/T+cjzEnc3WGJtyL3JH4IH
e7CG9NBoIuO06AzzeXlPnHv/i/xZBylKusCl8DIzfy2Oyb8xC84m/7T5dXBvB/6B
r35X7RzQXtF2jESjcF3j1JO5bbuSxF/SX9mClLgU4/6j8fq51sDETMTvBjrjqw1K
03qIaeZQt8mPXla0J8bcCY/pcOn/7uHfQguGbqCjMi9iGKFW5HDZkGNut/+FWQnG
Kwqe9rGz5SIEO5W6X4E3B1/l+IuUGfy0JxerjLkwjQpwk35xqrz2u5yqjr3kLofB
DioLaZ+2cmK+7ElBCZJ3uTpUh+cQ1XB3TG2Qu4j8l1pC/8iHOlmhTWCGLw5EMqxy
bfYwibbuphkowTxnhAtKK+MvatPU6KMGNC9ZechxzBQbVuLhbHRxcNrF0zYfpuJ/
0+pH46Uwc8qLWUeeOHakJzfbT+QwxwB+nsbzWWfZqm8a97jHO58rSurYK3TmJbn2
5KNHfFA4J1iZ3FyxCvU2i4PRkWvFoMn5HOkBfBzDDy9VwbeIe6DHgBb+G1fCoxUZ
eKhy73iMDDIKeeSmPCx9O/tpcw7ZLxax7zvP+Zrt2amiztB0QE1W7TJ/wrsFx1tA
ImQxu2Qel8O++cf9Hnci
=gOHD
-END PGP SIGNATURE-


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



Bug#779764: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779770: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#792282: amixer stopped working in 1.0.29-1

2015-07-13 Thread Peter P.
Package: alsa-utils
Version: 1.0.29-1

Hi dear maintainers,
thank you for packaging alsa-utils for Debian!

I just discovered that incrementing/decrementing the Master volume of my
card stopped working with amixer after the upgrade.

I run
amixer set Master 3-dB unmute
or
amixer set Master 3+dB unmute

and there is no change. After downgrading to 1.0.28-1 it works again.
I am on Debian testing with the following card

cat /proc/asound/cards 
 0 [MID]: HDA-Intel - HDA Intel MID
  HDA Intel MID at 0xf252 irq 42

I don't know if this is known already, please let me know how I can
contribute to getting this bug report to the right people.

Thank you again for your support and effort.
Peter


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



Bug#777848: feel++: ftbfs with GCC-5

2015-07-13 Thread Matthias Klose
With a boost built with GCC 5, this now fails with:

In file included from
/scratch/packages/tmp/feel++-0.99.0-final.1/feel/feelalg/matrixsparse.hpp:56:
/usr/include/boost/numeric/ublas/matrix.hpp:1387:35: error: unknown type name
'matrix'; did you mean 'Feel::tag::matrix'?
fixed_matrix operator = (matrix m) {
  ^
/scratch/packages/tmp/feel++-0.99.0-final.1/feel/feelcore/parameter.hpp:69:27:
note: 'Feel::tag::matrix' declared here
BOOST_PARAMETER_NAME( matrix )
  ^
/usr/include/boost/parameter/name.hpp:140:7: note: expanded from macro
'BOOST_PARAMETER_NAME'
)(name) \
  ^
/usr/include/boost/parameter/name.hpp:133:37: note: expanded from macro
'BOOST_PARAMETER_SIMPLE_NAME'
BOOST_PARAMETER_BASIC_NAME(tag, name, BOOST_PP_CAT(_, name))
^
/usr/include/boost/parameter/name.hpp:94:14: note: expanded from macro
'BOOST_PARAMETER_BASIC_NAME'
  struct tag\
 ^
1 error generated.
feel/CMakeFiles/feelpp.dir/build.make:471: recipe for target
'feel/CMakeFiles/feelpp.dir/feelalg/preconditioner.cpp.o' failed
make[3]: *** [feel/CMakeFiles/feelpp.dir/feelalg/preconditioner.cpp.o] Error 1
make[3]: Leaving directory
'/scratch/packages/tmp/feel++-0.99.0-final.1/obj-x86_64-linux-gnu'


didn't check any further.

anyway, package maintainer is upstream, and the package is now autoremoved


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



Bug#792285: pkgconf: [PATCH] please make the build reproducible

2015-07-13 Thread Juan Picca
Package: pkgconf
Version: 0.9.7-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: locale

Hi!

While working on the reproducible builds effort [1], we have noticed
that pkgconf could not be built reproducibly.

The attached patch removes locale-specific ordering written in the binary
file. Once applied, pkgconf can be built reproducibly in our current
experimental framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds
diff -rNup pkgconf-0.9.7.orig/debian/rules pkgconf-0.9.7/debian/rules
--- pkgconf-0.9.7.orig/debian/rules	2014-02-16 11:08:13.0 -0200
+++ pkgconf-0.9.7/debian/rules	2015-07-13 11:38:40.359016831 -0300
@@ -5,7 +5,7 @@ DEB_HOST_MULTIARCH := $(shell dpkg-a
 SYSTEM_LIBDIRS := $(shell for opt in '' $$($${CC-gcc} -print-multi-lib | sed -n -e's/.*;@/-/p'); do \
  gcc $$opt -print-search-dirs | sed -n -e's/^libraries: =//p' \
  | sed -e's/:/\n/g' | xargs -n1 readlink -f | grep -v 'gcc\|/[0-9.]\+$$'; \
-done | sort -u | tr '\n' : | sed 's/:$$//')
+done | LC_ALL=C sort -u | tr '\n' : | sed 's/:$$//')
 
 %:
 	dh $@ --with=autoreconf


Bug#792272: x265: FTBFS on x32

2015-07-13 Thread Thorsten Glaser
Source: x265
Version: 1.7-3
Severity: important
Tags: patch

Hi,

x265 is required for libav these days (and probably ffmpeg later).
The attached patch makes it recognise x32 and handles it as a faux
non-x86 processor architecture, which is not strictly correct, but
achieves the goal to make x265 not use assembly code for it, as it
fails there currently.

We’ll eventually want to port all those asm-using packages to x32
proper, but for now, disabling asm is the way to go to get them
compiling (and thus usable in the dependency chain – no idea if
it’s actually usable as in, can decode a video in time, but we’ll
see that later).

-- System Information:
Debian Release: stretch/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386, amd64

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)
diff -Nru x265-1.7/debian/changelog x265-1.7/debian/changelog
--- x265-1.7/debian/changelog	2015-06-19 15:36:05.0 +0200
+++ x265-1.7/debian/changelog	2015-07-13 14:49:21.0 +0200
@@ -1,3 +1,10 @@
+x265 (1.7-3+x32.1) unreleased; urgency=low
+
+  * Non-maintainer upload.
+  * Fix building on x32 (without asm, for now)
+
+ -- Thorsten Glaser t.gla...@tarent.de  Mon, 13 Jul 2015 14:49:06 +0200
+
 x265 (1.7-3) unstable; urgency=medium
 
   * debian/rules: Filter -Wl,-Bsymbolic-functions. (Closes: #789111)
diff -Nru x265-1.7/debian/patches/fix_x32.patch x265-1.7/debian/patches/fix_x32.patch
--- x265-1.7/debian/patches/fix_x32.patch	1970-01-01 01:00:00.0 +0100
+++ x265-1.7/debian/patches/fix_x32.patch	2015-07-13 14:48:58.0 +0200
@@ -0,0 +1,32 @@
+# DP: detect x32, handle as non-x86 and no-ASM for now, but enable PIC
+
+--- a/source/CMakeLists.txt
 b/source/CMakeLists.txt
+@@ -43,6 +43,10 @@ string(TOLOWER ${CMAKE_SYSTEM_PROCESSOR
+ set(X86_ALIASES x86 i386 i686 x86_64 amd64)
+ list(FIND X86_ALIASES ${SYSPROC} X86MATCH)
+ if(${SYSPROC} STREQUAL  OR X86MATCH GREATER -1)
++  if(CMAKE_LIBRARY_ARCHITECTURE STREQUAL x86_64-linux-gnux32)
++message(STATUS Detected x32 target system)
++set(X32 1)
++  else()
+ message(STATUS Detected x86 target processor)
+ set(X86 1)
+ add_definitions(-DX265_ARCH_X86=1)
+@@ -50,6 +54,7 @@ if(${SYSPROC} STREQUAL  OR X86MATCH
+ set(X64 1)
+ add_definitions(-DX86_64=1)
+ endif()
++  endif()
+ elseif(${SYSPROC} STREQUAL armv6l)
+ message(STATUS Detected ARM target processor)
+ set(ARM 1)
+@@ -86,6 +91,8 @@ endif(UNIX)
+ 
+ if(X64 AND NOT WIN32)
+ option(ENABLE_PIC Enable Position Independent Code ON)
++elseif(X32)
++option(ENABLE_PIC Enable Position Independent Code ON)
+ else()
+ option(ENABLE_PIC Enable Position Independent Code OFF)
+ endif(X64 AND NOT WIN32)
diff -Nru x265-1.7/debian/patches/series x265-1.7/debian/patches/series
--- x265-1.7/debian/patches/series	2015-06-18 18:59:27.0 +0200
+++ x265-1.7/debian/patches/series	2015-07-13 14:46:22.0 +0200
@@ -1,3 +1,4 @@
 compile-flags.patch
 highbit-depth-path.patch
 gcc-check.patch
+fix_x32.patch


Bug#779780: php5: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch

Hi!

On Wed, 04 Mar 2015 18:31:01 +0100 bi...@debian.org wrote:
 Source: php5
 Version: 5.6.6+dfsg-2
 Severity: normal
 User: pkg-systemd-maintain...@lists.alioth.debian.org
 Usertags: libsystemd
 
 Hi!
 
 In systemd v209, released over a year ago, the various libsystemd-* libraries
 (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
 libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
 code duplication and avoid cyclic dependencies [1].
 
 Your package declares a build-dependency on either libsystemd-daemon-dev,
 libsystemd-login-dev or libsystemd-journal-dev.
 
 Please update your package so it can be built against libsystemd.

Please find attached a patch which makes use of the new libsystemd
library. Looking at sapi/fpm/config.m4, php5 already supports the new
libsystemd library nicely, so all that is needed is an update of the
Build-Depends.
The patch is build tested against php5_5.6.9+dfsg-1.
Would be great if you can include it in your next upload.

Regards,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index 787bb96..9978501 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Ondřej Surý ond...@debian.org,
 Build-Depends: apache2-dev (= 2.4),
 	   dh-apache2,
 	   dh-systemd (= 1.3),
-	   libsystemd-daemon-dev [linux-any],
+	   libsystemd-dev [linux-any],
 	   autoconf (= 2.63),
 	   automake (= 1.11) | automake1.11,
 	   bison,


signature.asc
Description: OpenPGP digital signature


Bug#792276: ITP: ruby-rb-fsevent -- FSEvents API with Signals catching (without RubyCocoa)

2015-07-13 Thread Akhil Gangavarapu
Package: wnpp
Severity: wishlist
Owner: Akhil Gangavarapu akhil.rgukt...@gmail.com

 Package name: ruby-rb-fsevent
 Version :  0.9.5
 License : MIT
 Description : FSEvents API with Signals catching (without RubyCocoa)


Bug#791909: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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







signature.asc
Description: OpenPGP digital signature


Bug#779781: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779777: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#791904: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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







signature.asc
Description: OpenPGP digital signature


Bug#785349: transition: hiredis

2015-07-13 Thread Raphael Hertzog
Hi,

On Thu, 11 Jun 2015, Jonathan Wiltshire wrote:
 Seeing as that's been open for nearly a month now with no response, and
 webdis has no reverse dependencies, let's go ahead with the transition and
 break webdis at the end if required.
 
 Please upload to unstable.

This transition has been stalled by a FTBFS on powerpc which resulted in
hiredis being removed from testing.

But that RC bug has been solved now and it would be nice if we could
complete the transition now to get the package back into testing.

Apparently the tracker is gone due to the removal of testing.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/


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



Bug#779771: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779741: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779767: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779780: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779755: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779765: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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







signature.asc
Description: OpenPGP digital signature


Bug#779775: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#779749: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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









signature.asc
Description: OpenPGP digital signature


Bug#779782: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

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





signature.asc
Description: OpenPGP digital signature


Bug#792284: RM: percona-xtradb-cluster-5.5 -- ROM; out of date and has known security vulnerabilities

2015-07-13 Thread James Page
Package: ftp.debian.org
Severity: normal

percona-xtradb-cluster-5.5 was dropped from testing prior to the last stable 
release of Debian; upstream Percona may decide to take over ownership of newer 
versions of these packages as part of the Debian MySQL team, but that's not 
happening in the short term.

Please remove this package and percona-xtradb-cluster-galera-2.x from unstable.

Thanks.


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



Bug#779751: [pkg-cinnamon] Bug#779751: [HEADS-UP] libsystemd transition

2015-07-13 Thread Fabio Fantoni
Control: tags -1 + pending

Il 13/07/2015 16:30, Michael Biebl ha scritto:
 Control: severity -1 important

 Hi,

 this is a heads-up that we plan to drop the libsystemd-* compat
 libraries in about two months. At that point, your package will FTBFS
 and this bug will be raised to serious.

 Regards,
 Michael





smime.p7s
Description: Firma crittografica S/MIME


Bug#792283: task-xfce-desktop: should only recommend (not depend on) xfce4

2015-07-13 Thread Cyril Brulebois
Hi,

Jonas Smedegaard d...@jones.dk (2015-07-13):
 Package: task-xfce-desktop
 Version: 3.32
 Severity: important
 
 task-xfce-desktop depends on xfce4.  While that may seem the very
 purpose of this package, it causes problem when e.g. wanting the XFCE
 desktop environment but not GStreamer0.10.
 
 See bug#774282 for the concrete issue caused by this IMO too strict
 relationship.
 
 Similarly, the relationship with lightdm should probably be relaxed.

Let's ask pkg-xfce-devel@…

Mraw,
KiBi.


signature.asc
Description: Digital signature


  1   2   3   >