Bug#662784: qxmpp: FTBFS against multiarch Qt 4.8

2012-03-06 Thread Felix Geyer
g file into multi-arch dir and set LIBDIR correctly. +Author: Felix Geyer + +--- qxmpp-0.3.0.orig/src/src.pro qxmpp-0.3.0/src/src.pro +@@ -164,7 +164,8 @@ SOURCES += \ + + # pkg-config support + CONFIG += create_pc create_prl no_install_prl +-QMAKE_PKGCONFIG_DESTDIR = $$QXMPP_LIBRARY_DIR/p

Bug#662230: qwt: Please provide multiarch compatible package in experimental

2012-03-06 Thread Felix Geyer
libqwt6 installs its libraries in /usr/lib (only the Qt4 designer plugin is in a multi-arch path) so it can't be marked as Multi-Arch: same. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#662512: qwt5: Please provide multiarch compatible package in experimental

2012-03-06 Thread Felix Geyer
libqwt5-qt4 installs its libraries in /usr/lib so it can't be marked as Multi-Arch: same. qwt5 builds fine against Qt 4.8 so no changes are immediately necessary. Qt has a compatibility patch so it loads plugins from /usr/lib/qt4 and /usr/lib//qt4. -- To UNSUBSCRIBE, email to debian-bugs-dis

Bug#662788: kde-style-skulpture: FTBFS against multiarch Qt 4.8

2012-03-06 Thread Felix Geyer
Source: kde-style-skulpture Version: 0.2.0-1 Tags: patch experimental Severity: serious User: debian-qt-...@lists.debian.org Usertags: qt48-transition Hi, Your package fails to build against the multiarch enabled Qt 4.8. I'm attaching a patch that adjusts the install path of the Qt plugin. Rega

Bug#662795: uim: FTBFS: missing POTFILES

2012-03-06 Thread Felix Geyer
Source: uim Version: 1:1.7.3-1 Severity: serious Justification: fails to build from source Hi, Your package fails to build in unstable: > INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update > --gettext-package > uim --pot > rm -f missing notexist > srcdir=. /usr/bin/int

Bug#662796: uim: FTBFS against multiarch Qt 4.8

2012-03-06 Thread Felix Geyer
Source: uim Version: 1:1.7.3-1 Tags: patch User: debian-qt-...@lists.debian.org Usertags: qt48-transition Hi, Your package fails to build against the multiarch enabled Qt 4.8 which is currently in experimental. The transition to unstable/testing is tracked in bug #653903. I'm attaching a patch t

Bug#663447: lintian: False positive: executable-debhelper-file-without-being-executable

2012-03-11 Thread Felix Geyer
Package: lintian Version: 2.5.5 Severity: normal Tags: patch Lintian emits the executable-debhelper-file-without-being-executable tag for directories. For example sdl-image1.2 has a directory called debian/examples. Attaching a patch that adds a check so the tag is only emitted for real files. -

Bug#647282: qjson: Use DEB_CXXFLAGS_MAINT_APPEND instead of exporting CXXFLAGS

2011-11-01 Thread Felix Geyer
Package: qjson Version: 0.7.1-5 Severity: important Since dpkg-buildpackage doesn't export build flags anymore, packages need to do that themselves. dh_auto_build already does that in compat level v9 but only if the flags aren't already exported in debian/rules. Therefore you should change export

Bug#647407: youtube-dl: FTBFS: /usr/bin/env: python: No such file or directory

2011-11-02 Thread Felix Geyer
Package: youtube-dl Version: 2011.10.19-2 Severity: serious Justification: fails to build youtube-dl FTBFS because it's missing a build-dependency on python. Build log: dh_auto_build make[1]: Entering directory `/tmp/buildd/youtube-dl-2011.10.19' /usr/bin/env: python: No such file or director

Bug#647443: quickplot: FTBFS with ld --as-needed

2011-11-02 Thread Felix Geyer
lot-0.8.15/debian/patches/move_libs_to_ldadd.diff 2011-11-02 20:06:58.0 +0100 @@ -0,0 +1,15 @@ +Description: Move libs to LDADD to fix FTBFS with ld --as-needed. +Author: Felix Geyer + +--- quickplot-0.8.15.orig/Makefile.am quickplot-0.8.15/Makefile.am +@@ -53,7 +53,8 @@ BUILT

Bug#647504: xcftools: FTBFS with ld --as-needed

2011-11-03 Thread Felix Geyer
Package: xcftools Version: 1.0.7-3 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertags: ld-as-needed *** /tmp/tmp9Tia2b In Ubuntu, the attached patch from Michael Bienia was applied to achieve the following: Add debian/patches/fix-as-needed-linking: Move $(LIBS) to the end of

Bug#647512: wmmoonclock: FTBFS with ld --as-needed

2011-11-03 Thread Felix Geyer
Package: wmmoonclock Version: 1.27-29 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertags: ld-as-needed *** /tmp/tmpfsEPDQ In Ubuntu, the attached patch from Michael Bienia was applied to achieve the following: Fix linking with ld --as-needed by moving -lm to the LIBS variabl

Bug#647512: wmmoonclock: FTBFS with ld --as-needed

2011-11-08 Thread Felix Geyer
> At http://repo.or.cz/w/dockapps.git you can find the version 1.28 of > wmmoonclock package. In this version, all the debian/patches are > included in the upstream version (there are no debian/patches folder), > because no patches was debian/ubuntu specific. > > Please, make the patch for the upst

Bug#648507: vmware-view-open-client: FTBFS (curl/types.h was removed)

2011-11-26 Thread Felix Geyer
loses: #648507) +- Add 03-curl-include.patch + + -- Felix Geyer Sun, 27 Nov 2011 00:45:33 +0100 + vmware-view-open-client (4.5.0-297975+dfsg-3) unstable; urgency=low * Removing unneeded README.source and headers in copyright file. diff -Nru vmware-view-open-client-4.5.0-297975+dfsg/d

Bug#643411: italc: FTBFS: ./src/classroom_manager.cpp:437:30: error: format not a string literal and no format arguments [-Werror=format-security]

2011-11-27 Thread Felix Geyer
/debian/patches/fix-format-string.patch 2011-11-27 13:35:45.0 +0100 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with -Werror=format-security. +Author: Felix Geyer + +--- italc-1.0.13.orig/ima/src/classroom_manager.cpp italc-1.0.13/ima/src/classroom_manager.cpp +@@ -428,7 +428,7

Bug#650325: [checks/cruft] emits ancient-libtool when using dh-autoreconf

2011-11-28 Thread Felix Geyer
Package: lintian Version: 2.5.4 Severity: normal lintian emits the ancient-libtool tag even though a package uses dh-autoreconf. This check in checks/cruft should be extended to cover dh-autoreconf: my $ltinbd = $info->relation('build-depends-all')->implies('libtool'); -- To UNSUBSCRIBE, ema

Bug#650453: magics++: as-needed.patch doesn't apply, causing FTBFS

2011-11-30 Thread Felix Geyer
severity 650453 serious thanks The package also fails to build on Debian unstable: >debian/rules override_dh_auto_configure > make[1]: Entering directory `/tmp/buildd/magics++-2.12.9' > # Fix libtoolize; apply patch _after_ libtool has been updated to fix libtool > brokenness. > libtoolize -

Bug#633185: sage: Getting rid of unneeded *.la / emptying dependency_libs

2011-12-01 Thread Felix Geyer
-0.2.0/debian/changelog @@ -1,3 +1,10 @@ +sage (0.2.0-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop the .la file. (Closes: #633185) + + -- Felix Geyer Thu, 01 Dec 2011 11:47:21 +0100 + sage (0.2.0-4) unstable; urgency=low * Replaced libglu1-xorg-dev by libglu1-mesa-dev

Bug#633230: urg: Getting rid of unneeded *.la / emptying dependency_libs

2011-12-01 Thread Felix Geyer
@@ +urg (0.8.12-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop all .la files. (Closes: #633230) + + -- Felix Geyer Thu, 01 Dec 2011 12:00:59 +0100 + urg (0.8.12-1) unstable; urgency=low * New upstream release (closes: #624987) diff -Nru urg-0.8.12/debian/liburg0

Bug#633328: sdl-net1.2: Emptying dependency_libs in .la files

2011-12-02 Thread Felix Geyer
changelog +++ sdl-net1.2-1.2.7/debian/changelog @@ -1,3 +1,10 @@ +sdl-net1.2 (1.2.7-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Empty dependency_libs in libSDL_net.la. (Closes: #633328) + + -- Felix Geyer Fri, 02 Dec 2011 15:28:58 +0100 + sdl-net1.2 (1.2.7-2) unstable; urgency=lo

Bug#643411: italc: FTBFS: ./src/classroom_manager.cpp:437:30: error: format not a string literal and no format arguments [-Werror=format-security]

2011-12-04 Thread Felix Geyer
On 04.12.2011 12:20, Alexander Reichle-Schmehl wrote: > Hi! > > * Felix Geyer [27 13:44]: > >> diff -Nru italc-1.0.13/debian/patches/series >> italc-1.0.13/debian/patches/series >> --- italc-1.0.13/debian/patches/series 1970-01-01 01:00:00.0 >&

Bug#636605: Please add multiarch support to libsdl

2011-12-04 Thread Felix Geyer
On 04.12.2011 22:26, Vagrant Cascadian wrote: > i went to look at multi-archifying this package, and lo and behold, there's a > standing patch... so i tested it. still seems to apply and build with > 1.2.14-6.4... and far as i can tell, works. > > are there other outstanding issues that still nee

Bug#653916: cmake doesn't read $CPPFLAGS, ignores some hardening flags

2012-01-01 Thread Felix Geyer
Package: cmake Version: 2.8.5-1 cmake doesn't read the $CPPFLAGS environment variable and thus ignores some flags set by dpkg-buildflags. Currently this is -D_FORTIFY_SOURCE=2. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#654982: Wrong number of skipped blocks in network-t.c test_all()

2012-01-07 Thread Felix Geyer
Source: remctl Version: 3.0-4 Some code in tests/util/network-t.c assumes that each iteration in test_all() emits 3 blocks instead of 4: ok 8 - all address server test (part 0) ok 9 - ...socket accept ok 10 - ...socket read ok 11 - client made correct connections These changes should fix that: -

Bug#654985: ruby-bio: FTBFS without internet access

2012-01-07 Thread Felix Geyer
Source: ruby-bio Version: 1.4.2-1 Severity: serious ruby-bio fails to build on a buildd without internet access. Various unit tests fail, see the attached build log. ruby-bio_1.4.2-1_amd64.build.gz Description: application/gzip

Bug#633185: Packages blocking libsdl1.2 multiarch

2011-12-09 Thread Felix Geyer
severity 633185 important severity 633230 important thanks Dear maintainers, "sage" and "urg" are the last two packages that reference libSDL.la in their .la file which blocks converting libsdl1.2 to multiarch. Please consider uploading the already attached patches. Thanks, Felix -- To UNSU

Bug#636605: Please add multiarch support to libsdl

2011-12-14 Thread Felix Geyer
tags 636605 pending thanks I have converted libsdl1.2 to multiarch in the new packaging git repository: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl1.2.git;a=commit;h=1478f5b606907e406faae95bc19edd1d3164fbf6 However I left the -dev package as it is since we don't seem to have a pro

Bug#649018: bist: FTBFS when building with -Werror=format-security

2011-12-16 Thread Felix Geyer
Please update the patch to the version from message #10 which fixes the possible format string vulnerabilities instead of working around the gcc error. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Bug#664215: README.Debian still refers to Virtualbox OSE

2012-03-16 Thread Felix Geyer
On 16.03.2012 19:23, Martin Michlmayr wrote: > Package: virtualbox > Version: 4.1.8-dfsg-2 > Severity: minor > > README.Debian.gz still refers to Virtualbox OSE but according > to http://wiki.debian.org/VirtualBox it's just Virtualbox now. Yes, most of the other information in that file is outdate

Bug#664525: fraqtive: FTBFS against Qt 4.8

2012-03-18 Thread Felix Geyer
Texture()': > meshview.cpp:356:95: error: 'gluBuild1DMipmaps' was not declared in this scope > make[2]: *** [../tmp/debug/meshview.o] Error 1 Regards, Felix Description: Fix FTBFS with Qt 4.8. Include and link against GLU. Author: Felix Geyer --- fraqtive-0.4.5.orig/src/src.pro +++ fr

Bug#664534: unixodbc-gui-qt: FTBFS against Qt 4.8

2012-03-18 Thread Felix Geyer
Source: unixodbc-gui-qt Version: 2.3.0-2 Tags: patch User: debian-qt-...@lists.debian.org Usertags: qt48-transition Hi, Your package fails to build against Qt 4.8 which is currently in experimental. The transition to unstable/testing is tracked in bug #653903. I'm attaching a patch that contains

Bug#664534: unixodbc-gui-qt: FTBFS against Qt 4.8

2012-03-18 Thread Felix Geyer
> I find this solution unpalatable. It should not be necessary to call > ./configure twice. Shouldn't a 'make clean' after ./configure be sufficient? Ah right, that works fine. I originally tried calling dh_auto_clean after configure but that runs "make distclean" and thus removes all Makefiles

Bug#664569: pythonqt: FTBFS against Qt 4.8

2012-03-18 Thread Felix Geyer
Source: pythonqt Version: 2.0.1-1 Tags: patch User: debian-qt-...@lists.debian.org Usertags: qt48-transition Your package fails to build against Qt 4.8 which is currently in experimental. The transition to unstable/testing is tracked in bug #653903. I'm attaching a patch that fixes the build fail

Bug#664730: Build failed for -686 kernel under -amd64 kernel

2012-03-20 Thread Felix Geyer
tags 664730 moreinfo thanks On 20.03.2012 12:43, Alexander Gerasiov wrote: > I'm running kernel linux-image-3.2.0-2-amd64 on i386 arch. > When I install linux-image-3.2.0-2-686-pae, dkms fails to build > virtualbox-dkms. Please attach the build log located at /var/lib/dkms/virtualboxlog/make.

Bug#653736: override: virtualbox-guest-additions:non-free/oldlibs extra

2011-12-30 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Please move the binary package virtualbox-guest-additions to section non-free/oldlibs as it is a transitional package. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@li

Bug#657002: yodl: Please drop build-dependency on mktemp

2012-01-23 Thread Felix Geyer
Package: src:yodl Version: 3.00.0-6 Severity: minor Please drop the build-dependency on mktemp since it's an empty transitional package for coreutils. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Bug#657181: override: virtualbox-ose*:oldlibs/extra

2012-01-24 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Please move these binary packages to oldlibs/extra as they are transitional packages: virtualbox-ose-dbg virtualbox-ose-dkms virtualbox-ose-fuse virtualbox-ose-guest-dkms virtualbox-ose-guest-source virtualbox-ose-guest-utils virtualbox-ose-guest-x11 virtu

Bug#664973: ruby-parsetree: FTBFS with sbuild

2012-03-21 Thread Felix Geyer
Source: ruby-parsetree Version: 3.0.8-2 Severity: important Tags: patch ruby-parsetree FTBFS with sbuild because the home directory does not exist. See http://bugs.debian.org/652802 for a similar bug in ruby-image-science. I'm attaching a patch that applies the same fix to ruby-parsetree. Build

Bug#665697: override: wormux-data:oldlibs/extra, wormux-dbg:oldlibs/extra, wormux-servers:oldlibs/extra, wormux:oldlibs/extra

2012-03-25 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Please move these binary packages to oldlibs/extra as they are transitional packages: wormux-data, wormux-dbg, wormux-server and wormux. Thanks, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe

Bug#665750: qwtplot3d: FTBFS against Qt 4.8

2012-03-25 Thread Felix Geyer
Source: qwtplot3d Version: 0.2.7+svn191-5 Tags: patch User: debian-qt-...@lists.debian.org Usertags: qt48-transition Hi, Your package fails to build against Qt 4.8 which is currently in experimental. The transition to unstable/testing is tracked in bug #653903. I'm attaching a patch that contain

Bug#664534: unixodbc-gui-qt: FTBFS against Qt 4.8

2012-03-25 Thread Felix Geyer
tags 664534 + patch thanks Attached is an updated patch that adds a "make clean" call after configure. Felix diff -u unixodbc-gui-qt-2.3.0/debian/rules unixodbc-gui-qt-2.3.0/debian/rules --- unixodbc-gui-qt-2.3.0/debian/rules +++ unixodbc-gui-qt-2.3.0/debian/rules @@ -10,13 +10,13 @@ dh $@

Bug#665828: RM: libparagui1.1 -- ROM; unused, abandoned upstream

2012-03-26 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Hi, Please remove libparagui1.1 from unstable. It has been abonded upstream (no new upstream release since 2004) and doesn't have reverse-dependencies in unstable anymore. Also the popcon numbers are very low. Thanks, Felix -- To UNSUBSCRIBE, email t

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

2012-03-26 Thread Felix Geyer
Is there a point in keeping qca in unstable after qca-tls has been removed? It doesn't have any backends now and also no reverse-dependencies. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#670122: libsdl1.2-dev – Missing dependencies on libcaca-dev and libpulse-dev

2012-06-01 Thread Felix Geyer
severity 670122 normal thanks On 17.05.2012 13:19, Sebastian Dröge wrote: > On Sa, 2012-05-05 at 17:56 +0200, Julien Cristau wrote: >> On Mon, Apr 23, 2012 at 09:45:01 +0200, Sebastian Dröge wrote: >> >>> Package: libsdl1.2-dev >>> Severity: serious >>> >>> Hi, >>> libsdl1.2-dev must depend on l

Bug#675373: virtualbox: segfault in libQtCore.so.4.8.1

2012-06-01 Thread Felix Geyer
severity 675373 normal tags 675373 moreinfo thanks On 31.05.2012 18:48, Damien Couroussé wrote: > Package: virtualbox > Version: 4.1.14-dfsg-1 > Severity: grave > Justification: renders package unusable > > > > hello, > > virtualbox segfaults. dmesg displays the following: > [33391.906793] Virtua

Bug#672873: Missing link against GLU library

2012-05-14 Thread Felix Geyer
Package: libqwtplot3d-qt4 Version: 0.2.7+svn191-6 Tags: patch libqwtplot3d-qt4 needs to be linked against libGLU. >From the build log: > dpkg-shlibdeps: warning: symbol gluDeleteQuadric used by debian/libqwtplot3d-qt4-0/usr/lib/libqwtplot3d-qt4.so.0.2.7 found in none of the libraries. > dpkg-shli

Bug#628189: lintian: check for icons with a different size to the name of the directory they are in

2012-04-16 Thread Felix Geyer
directories I think svg icons in directories are valid since you might have multiple svg images created for low/high resolutions. Felix >From a8c5a32d940f10ee81e3e8111d951b37d52ba139 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 16 Apr 2012 18:24:30 +0200 Subject: [PATCH 1/2] c

Bug#673184: Please enable hardening build flags

2012-05-16 Thread Felix Geyer
Source: pidgin-otr Version: 3.2.1-1 Severity: important Tags: patch User: hardening-disc...@lists.alioth.debian.org Usertags: goal-hardening Please enabled hardened build flags through dpkg-buildflags. Patch is attached. The upstream build system seems to ignore *FLAGS environment variables so I

Bug#673437: virtualbox-guest-x11: 3d acceleration broken

2012-05-18 Thread Felix Geyer
On 18.05.2012 19:46, Sam Morris wrote: > Version 4.1.14 of the extensions break 3d acceleration. I'm running > 4.1.14 on Windows 7 64-bit with a Radeon HD 4890. > Versions of packages virtualbox-guest-x11 depends on: > ii libc6 2.13-32 > ii libx11-6

Bug#673437: virtualbox-guest-x11: 3d acceleration broken

2012-05-19 Thread Felix Geyer
severity 673437 important thanks I can't reproduce the bug, downgrading the severity. Please attach some more information to the bug. For example - /var/log/Xorg.log.0 - Full output of glxinfo - Output of "modinfo vboxvideo" - Host VirtualBox log Thanks, Felix -- To UNSUBSCRIBE, email to de

Bug#673352: lintian: false positive for icon-size-and-directory-name-mismatch on symlinks

2012-05-23 Thread Felix Geyer
tags 673352 patch thanks Attaching a patch series that fixes this bug, bug #673862 and has some other enhancements for icon-size-and-directory-name-mismatch. >From fc75c5737d3ba4b068d4255b207dfae058cc106c Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Tue, 15 May 2012 12:13:43 +0200 Subj

Bug#673862: lintian: false-positive on icon-size-and-directory-name-mismatch (for animations)

2012-05-23 Thread Felix Geyer
tags 673862 patch thanks Patch is attached to bug #673352. http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=0001-Exclude-animations-from-icon-size-and-directory-name.patch;att=1;bug=673352 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "un

Bug#677242: virtualbox-guest-x11: Keyboard stops working after some time.

2012-06-13 Thread Felix Geyer
On 12.06.2012 17:34, Cord Beermann wrote: > Package: virtualbox-guest-x11 > Version: 4.1.16-dfsg-2 > Severity: grave > Justification: renders package unusable > > Hello, > > after Upgrading to virtualbox-guest-* 4.1.16-dfsg-1 my keyboard stops working > in X after some minutes using it. The mouse i

Bug#669571: Dependency changes causing other packages to fail to build

2012-04-20 Thread Felix Geyer
On 20.04.2012 03:20, Andrew Caudwell wrote: > Changes made to the dependencies of this package seem to have had some > downstream effects: > > A lot of packages assume libsdl-image1.2-dev/libsdl-image1.2 depend on > libpng, libjpeg and/or zlib indirectly and now fail to build: Relying on transitiv

Bug#669571: Dependency changes causing other packages to fail to build

2012-04-20 Thread Felix Geyer
On 20.04.2012 11:08, Dominique Dumont wrote: > I wonder if the problem is not a tad more complex. Here's a snippet from > bomberclone's build log: > > configure: error: > *** Unable to find SDL_image libary with PNG support > (http://www.libsdl.org/projects/SDL_image/) > > checking for IMG_Loa

Bug#645892: virtualbox-ose: Neo-layout keyboard in host is not supported, wrong VBoxKeyboard.so provided?

2011-10-19 Thread Felix Geyer
tags 645892 - patch thanks On 19.10.2011 13:19, Johannes Fichtinger wrote: > It seems that Debian is shipping still the old version of VBoxKeyboard.so with > virtualbox-ose. If I simply overwrite the existing file with the version > attached to the bug report, everything works fine. We ship the V

Bug#646033: brightside: FTBFS with ld --as-needed

2011-10-20 Thread Felix Geyer
Package: brightside Version: 1.4.0-4.1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: ld-as-needed brightside fails to build when ld defaults to --as-needed because it puts libraries before the objects that use them. See http://wiki.debian.org/ToolChain/DSOLinking#Onl

Bug#646038: cdebootstrap: mirror should default to archive.ubuntu.com for Ubuntu

2011-10-20 Thread Felix Geyer
Package: cdebootstrap Version: 0.5.8 cdebootstrap should set the default mirror to http://archive.ubuntu.com/ubuntu when bootstrapping an Ubuntu release. Currently cdebootstrap fails when no mirror is passed on the command line. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debi

Bug#646053: cdw: FTBFS with ld --as-needed

2011-10-20 Thread Felix Geyer
Package: cdw Version: 0.7.0-1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch oneiric User: debian-...@lists.debian.org Usertags: ld-as-needed cdw fails to build when ld defaults to --as-needed because it puts libraries before the objects t

Bug#646129: debhelper: qmake buildsystem ignores $CPPFLAGS

2011-10-21 Thread Felix Geyer
Package: debhelper Version: 8.9.8 Tags: patch The qmake buildsystem doesn't pass $CPPFLAGS to qmake. I have attached a patch that appends $CPPFLAGS to QMAKE_{C,CXX}FLAGS since qmake doesn't have variables for CPPFLAGS. diff -Nru debhelper-8.9.8/Debian/Debhelper/Buildsystem/qmake.pm debhelper-8.9.

Bug#646326: Please transition liboil for multiarch

2011-10-23 Thread Felix Geyer
Package: liboil Version: 0.3.17-2 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch In Ubuntu, the attached patch was applied to make liboil compatible with multiarch, as described at .

Bug#646923: libmgl-dev needs to depend on libmgl-*5

2011-10-28 Thread Felix Geyer
Package: libmgl-dev Version: 1.11.2-6 Severity: important libmgl-dev contains the symlinks /usr/lib/libmgl-qt.so -> libmgl-qt.so.5.0.0 /usr/lib/libmgl-wx.so -> libmgl-wx.so.5.0.0 /usr/lib/libmgl-glut.so -> libmgl-glut.so.5.0.0 /usr/lib/libmgl-fltk.so -> libmgl-fltk.so.5.0.0 but it doesn't depend

Bug#662898: [kde-config-touchpad] reliably crashes on startup with KDE 4.7.4

2012-04-05 Thread Felix Geyer
retitle 662898 segfaults with Qt 4.8 packages from experimental severity 662898 normal thanks In my experience python-qt4, pykde4 and python-sip are always a bit fragile. Maybe this crash is caused by the fact that python-qt4 and pykde4 are built against different Qt versions. -- To UNSUBSCRI

Bug#667674: virtualbox: No new session for virtual machine possible

2012-04-05 Thread Felix Geyer
On 05.04.2012 22:13, Thomas Mayer wrote: > when I try to start a newly created virtual machine, the virtual machine > terminates at startup with this error: > > Für die virtuelle Maschine WinMinGW konnte keine neue Sitzung eröffnet > werden. > > The virtual machine 'WinMinGW' has terminated unexp

Bug#790233: cigi-ccl: FTBFS with glibc 2.21 and gcc-5

2015-09-13 Thread Felix Geyer
Control: severity -1 serious On Sun, 28 Jun 2015 23:01:14 -0400 Klee Dienes wrote: > I pushed changes to mark those symbols as optional to the git repo > at https://github.com/Hadron/cigi-ccl.git . > > It will probably be a bit before I am able to test those changes > with the configuration yo

Bug#799189: debian-security-support: Please add qtwebkit-opensource-src to security-support-limited

2015-09-16 Thread Felix Geyer
Package: debian-security-support Version: 2015.07.11 Severity: normal Hi, Please add qtwebkit-opensource-src to the security-support-limited list. qtwebkit is already listed there. The same comment applies to the Qt 5 port qtwebkit-opensource-src. Thanks, Felix

Bug#795503: RM: plasma-widget-menubar -- ROM; dead upstream, incompatible with Plasma 5

2015-08-14 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Hi, Please remove the plasma-widget-menubar source and binary package. It's dead upstream and incompatible with KDE Plasma 5. Thanks, Felix

Bug#795504: RM: kde-style-polyester -- ROM; dead upstream, incompatible with Plasma 5

2015-08-14 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Hi, Please remove the kde-style-polyester source and binary package. It's dead upstream and incompatible with KDE Plasma 5. Thanks, Felix

Bug#658312: keepassx: lock file was not deleted

2015-08-18 Thread Felix Geyer
On 18.08.2015 13:19, intrigeri wrote: > Hi, > KeePassX doesn't setup any signal handlers so sending SIGINT or SIGTERM > will just kill it. > Is there any reason why, or is it a simple matter of programming + > someone finding time to add these signal handlers? > >> However it does react to requests

Bug#786650: virt-aa-helper: incomplete apparmor profile

2015-08-20 Thread Felix Geyer
On 20.08.2015 09:54, intrigeri wrote: > Guido Günther wrote (19 Aug 2015 16:56:46 GMT) : >>># for hostdev >>>/sys/devices/ r, >>>/sys/devices/** r, >>> + deny /dev/sd* r, >>> + deny /dev/vd* r, >>> + deny /dev/dm-* r, >>> + deny /dev/mapper/ r, >>> + deny /dev/mapper/* r, >> ...wha

Bug#843453: apt-file: Typo in 60disable-contents-fetching.conf

2016-11-06 Thread Felix Geyer
Package: apt-file Version: 3.1.3 There's a typo in /usr/share/doc/apt-file/examples/60disable-contents-fetching.conf In a comment it says "[targets+=Contents-deb]" instead of "[target+=Contents-deb]"

Bug#843461: apparmor: Support usrmerge

2016-11-06 Thread Felix Geyer
Package: apparmor Version: 2.10.95-5 For stretch we need to support usrmerge and non-usrmerge systems. We can add something like this to the default tunables: alias /bin/ -> /usr/bin/, alias /sbin/ -> /usr/sbin/, alias /lib/ -> /usr/lib/, alias /lib32/ -> /usr/lib32/, alias /lib64/ -> /usr/lib64/

Bug#828519: qca2: FTBFS with openssl 1.1.0

2016-11-15 Thread Felix Geyer
Control: severity -1 important On Sun, 26 Jun 2016 12:23:51 +0200 Kurt Roeckx wrote: > Source: qca2 > Version: 2.1.1-2 > Severity: important > Control: block 827061 by -1 > > Hi, > > OpenSSL 1.1.0 is about to released. During a rebuild of all packages using > OpenSSL this package fail to build

Bug#844546: teeworlds: possible remote code execution on the client

2016-11-16 Thread Felix Geyer
Package: teeworlds Version: 0.6.1+dfsg-1 Severity: grave Tags: security Justification: user security hole teeworlds upstream has released version 0.6.4. https://www.teeworlds.com/?page=news&id=12086 says > the security vulnerability is worse, attacker controlled memory-writes and > possibly arbi

Bug#859179: thunderbird: Merge gpg and gpg2 AppArmor subprofiles

2017-03-31 Thread Felix Geyer
Package: thunderbird Version: 1:45.8.0-3 Tags: patch The Thunderbird AppArmor profile has the subprofiles gpg and gpg2. In stretch /usr/bin/gpg is actually gpg2 so you can't assume that "gpg" is version 1 or 2 (if you want the profile to be compatible with jessie and strech). I think it's best t

Bug#758446: cupt: FTBFS with cmake 3.0

2014-08-17 Thread Felix Geyer
Source: cupt Version: 2.8.1 Severity: normal User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. cupt fails to build from source with cmake 3.0 because it tries to create a symlink from /test/t to /test/t

Bug#758448: clementine: FTBFS with cmake 3.0

2014-08-17 Thread Felix Geyer
Source: clementine Version: 1.2.3+dfsg-1 Severity: normal Tags: patch User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. clementine fails to build from source with cmake 3.0 because it modifies an intern

Bug#758449: hedgewars: FTBFS with cmake 3.0

2014-08-17 Thread Felix Geyer
Source: hedgewars Version: 0.9.20.5-7 Severity: normal Tags: patch User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. hedgewars fails to build from source with cmake 3.0 because of a syntax error on one

Bug#758545: qutecom: FTBFS with cmake 3.0

2014-08-18 Thread Felix Geyer
Source: qutecom Version: 2.2.1+dfsg1-5 Severity: normal Tags: patch User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. qutecom fails to build from source with cmake 3.0 because it calls find_package(qt4)

Bug#758546: libadios-dev: Please provide FindADIOS.cmake in cmake 3.0 path

2014-08-18 Thread Felix Geyer
Package: libadios-dev Version: 1.7.0-2.1 Severity: normal User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. Unfortunately cmake looks for module only in a versioned path. This means all packages providin

Bug#758548: libhiredis-dev: Please provide FindHiredis.cmake in cmake 3.0 path

2014-08-18 Thread Felix Geyer
Package: libhiredis-dev Version: 0.11.0-3 Severity: normal User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. Unfortunately cmake looks for module only in a versioned path. This means all packages providi

Bug#758547: libcgal-dev: Please provide FindCGAL.cmake in cmake 3.0 path

2014-08-18 Thread Felix Geyer
Package: libcgal-dev Version: 4.4-1 Severity: normal User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. Unfortunately cmake looks for module only in a versioned path. This means all packages providing cus

Bug#758549: libqcustomplot-dev: Please provide FindQCustomPlot.cmake in cmake 3.0 path

2014-08-18 Thread Felix Geyer
Package: libqcustomplot-dev Version: 1.2.1-2 Severity: normal User: cm...@packages.debian.org Usertags: cmake-3.0 Hi, I have prepared cmake 3.0 in experimental and would like to upload it to unstable soon. Unfortunately cmake looks for module only in a versioned path. This means all packages prov

Bug#758253: libeigen3-dev: Please provide FindEigen3.cmake in cmake 3.0 path

2014-08-23 Thread Felix Geyer
Control: tags -1 patch On Fri, 15 Aug 2014 23:50:38 +0200 Felix Geyer wrote: > Hi, > > I have prepared cmake 3.0 in experimental and would like to upload it to > unstable soon. > Unfortunately cmake looks for module only in a versioned path. > This means all packages prov

Bug#794291: RM: libnm-qt -- ROM; obsolete, replaced by networkmanager-qt

2015-07-31 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Hi, Please remove libnm-qt and its binary package. It's obsolete and has been replaced by networkmanager-qt. Thanks, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas..

Bug#794292: RM: libmm-qt -- ROM; obsolete, replaced by modemmanager-qt

2015-07-31 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Hi, Please remove libmm-qt and its binary packages. It's obsolete and has been replaced by modemmanager-qt. Thanks, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Bug#794318: libreoffice-kde: Recommend libreoffice-style-breeze

2015-08-01 Thread Felix Geyer
Package: libreoffice-kde Version: 1:5.0.0~rc4-1 Hi, KDE Plasma 5 has changed the default theme from Oxygen to Breeze. Since it has entered testing could you please change libreoffice-kde to recommend libreoffice-style-breeze instead of libreoffice-style-oxygen? Thanks, Felix -- To UNSUBSCRIB

Bug#794318: libreoffice-kde: Recommend libreoffice-style-breeze

2015-08-01 Thread Felix Geyer
Hi, On 01.08.2015 11:59, Rene Engelhard wrote: >> Since it has entered testing could you please change libreoffice-kde >> to recommend libreoffice-style-breeze instead of libreoffice-style-oxygen? > > I thought about that but didn't do it yet since -kde is still built for kde4, > and given it's n

Bug#794364: RM: plasma-widget-message-indicator -- ROM; dead upstream, incompatible with Plasma 5

2015-08-02 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Hi, Please remove the plasma-widget-message-indicator source and binary package. It's dead upstream and incompatible with KDE Plasma 5. Thanks, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#712938: RFP: sni-qt -- Indicator support for Qt

2015-08-02 Thread Felix Geyer
Control: retitle -1 ITP: sni-qt -- Indicator support for Qt Control: owner -1 ! I'm willing to package sni-qt if and when the necessary patch is applied to the qt4-x11 package. Cheers, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#794408: RM: plasma-widget-fastuserswitch -- ROM; dead upstream, incompatible with Plasma 5

2015-08-02 Thread Felix Geyer
Package: ftp.debian.org Severity: normal Hi, Please remove the plasma-widget-fastuserswitch source and binary package. It's dead upstream and incompatible with KDE Plasma 5. Thanks, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Bug#794061: breeze: Breeze theme completely stopped working after the last upgrade

2015-08-03 Thread Felix Geyer
On 01.08.2015 09:22, Salvo Tomaselli wrote: > Hello, > >> Could you check with "ldd /usr/bin/qweborf". >> That'll shows which Qt library is used. > It's python. It uses pyqt4. > I am attaching the ldd output for subsurface, which is a C++ thing that uses > Qt4. > >> The Debian qt4-x11 build look

Bug#791302: tinyxml: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Felix Geyer
Control: user release.debian@packages.debian.org Control: usertag -1 + transition Control: block -1 by 790756 Control: reassign -1 release.debian.org Hi Matthias / release team, tinyxml needs a transition. I've prepared the necessary changes in git: https://anonscm.debian.org/cgit/collab-main

Bug#658312: (no subject)

2015-08-11 Thread Felix Geyer
Hi, On 11.08.2015 22:38, sajolida wrote: > Hi, I can confirm that this bug also happens in Tails > (https://tails.boum.org/) on both our stable version (based on Wheezy) > and our development version (based on Jessie). > > The consequences here are similar: if Tails is shut down while KeePassX >

Bug#768415: [pkg-apparmor] Bug#768415: apparmor-profiles-extra: Migrate ntpd profile and tunables file to apparmor-profiles

2015-08-12 Thread Felix Geyer
On 12.08.2015 15:16, intrigeri wrote: > Actually, usr.sbin.ntpd has been in the upstream VCS for years. > > In practice, mostly OpenSUSE folks are maintaining it there, while > Ubuntu is maintaining its own, that's shipped in the ntp package there > (and in apparmor-profiles-extra in Debian). > >

Bug#796611: ferm causes a unit ordering cycle that breaks booting

2016-03-29 Thread Felix Geyer
Hi Felipe, On Mon, 28 Mar 2016 20:56:48 -0300 Felipe Sateler wrote: > I have uploaded an nmu. I have made the unit call out to the init > script, because it does more work than simply invoking ferm. > > Please find attached the debdiff I see two problems with your systemd service: 1) By defaul

Bug#819509: lintian: Relax restriction-formula-without-versioned-dpkg-dev-dependency version check

2016-03-29 Thread Felix Geyer
Package: lintian Version: 2.5.42.1 Hi, Please relax the restriction-formula-without-versioned-dpkg-dev-dependency version check to allow backports. For example cmake 3.5.0-1 build-depends on dpkg-dev (>= 1.17.14~) but lintian emits that tag. Cheers, Felix

Bug#819807: bareos: TLS completely broken

2016-04-02 Thread Felix Geyer
elies upon it staying open. Turns out this is already fixed in 15.2 but was never backported. Attached are git patches against the debian branch to add the fix and some tests. Cheers, Felix >From b5896fc9083d967ce243b8b64f7f2e555909ccd9 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 2

Bug#826662: jessie-pu: package cmake/3.0.2-1+deb8u1

2016-06-07 Thread Felix Geyer
* Fix FindOpenSSL module to detect OpenSSL 1.0.1t. (Closes: #826656) +- Add FindOpenSSL-fix-detection-of-OpenSSL-1.0.2.patch +- Add FindOpenSSL-Tolerate-tabs-in-header-while-parsing-ve.patch + + -- Felix Geyer Tue, 07 Jun 2016 16:50:32 +0200 + cmake (3.0.2-1) unstable; urgency=m

Bug#826656: [Pkg-cmake-team] Bug#826656: openssl 1.0.1t update in jessie broke find_package OpenSSL

2016-06-07 Thread Felix Geyer
Hi, On 07.06.2016 16:35, Alexander Golovko wrote: > Package: cmake > Version: 3.0.2-1 > Severity: important > Tags: jessie > > Hi. > > Openssl in jessie was updated to 1.0.1t. This update broke cmake > find_package. I've prepared an updated cmake package in bug #826662 Felix

<    1   2   3   4   5   6   7   8   >