Bug#775185: conmux: has only upstart job, no upstart dependency

2015-01-15 Thread Andy Whitcroft
On Mon, 12 Jan 2015 12:18:11 +0100 Martin Pitt mp...@debian.org wrote: Package: conmux Version: 0.12.0-1 Hello, conmux currently only ships two upstart jobs, but no SysV init script or systemd unit(s). It doesn't do anything when installing it under systemd or sysvinit. If this is

Bug#769576: linux: Btrfs goes forced readonly when qgroup already exists

2015-01-04 Thread Andy Whitcroft
On Sun, Jan 04, 2015 at 07:05:24PM +0100, Sebastiaan L. Zoutendijk wrote: Control: submitter -1 ! Hello Joe, On Sat 3 Jan 2015 at 16:02:12 -0500, Joseph Salisbury wrote: Would it be possible for you to also open a bug in Launchpad for this? It can be done by running the following from

Bug#795831: initramfs-tools: ensure error output from switch_root/run-init are on the console

2015-08-17 Thread Andy Whitcroft
223559b93fc219987fd8cbe50efdd9e73f220f81 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft a...@canonical.com Date: Mon, 25 Jun 2012 11:35:30 +0100 Subject: [PATCH] Add 21 to the run-init line. Signed-off-by: Andy Whitcroft a...@ubuntu.com --- init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Bug#795833: initramfs-tools: add mountroot failure support to allow meaningful messages and recovery attempts

2015-08-17 Thread Andy Whitcroft
setups. We use this in Ubuntu to allow augmented lvm2 and mdadm hooks to recover failed raids and the like. NOTE: that the splash handling here may well be Ubuntu specific. -apw From 2f96b329734edeb03d769da83cce1dc06e6c81bb Mon Sep 17 00:00:00 2001 From: Andy Whitcroft a...@canonical.com Date: Mon, 25

Bug#795832: initramfs-tools: allow the specificication of multiple break points using a comma delimiter

2015-08-17 Thread Andy Whitcroft
Sep 17 00:00:00 2001 From: Andy Whitcroft a...@canonical.com Date: Mon, 25 Jun 2012 11:17:57 +0100 Subject: [PATCH] Allow specifying multiple break points using a comma delimiter. Signed-off-by: Andy Whitcroft a...@ubuntu.com --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1

Bug#795837: initramfs-tools: calls dpkg with obsolete relation operator ''

2015-08-17 Thread Andy Whitcroft
00:00:00 2001 From: Andy Whitcroft a...@canonical.com Date: Wed, 5 Aug 2015 15:27:08 +0100 Subject: [PATCH] update-initramfs: switch dpkg --compare-versions from to = to avoid warnings from dpkg. (LP: #1480340) Signed-off-by: Andy Whitcroft a...@ubuntu.com --- update-initramfs | 2 +- 1 file

Bug#795839: initramfs-tools: When adding i8042 also add psmouse as some keyboards are behind the mouse

2015-08-17 Thread Andy Whitcroft
From: Andy Whitcroft a...@canonical.com Date: Tue, 13 May 2014 18:32:00 +0100 Subject: [PATCH] When adding i8042 also add psmouse as some keyboards are behind the mouse. LP: #1314764 * hook-functions/auto_add_modules: include psmouse as some keyboards are connected to the pass-thru port

Bug#790859: avogadro: Patch for FTBFS against updated cmake

2015-08-11 Thread Andy Whitcroft
:07.0 +0100 @@ -0,0 +1,17 @@ +Description: probe X11 paths with find_package(X11) + cmake no longer automatically probes for X11 when probling for QT et al. + We now need to manually load X11 when needed. +Author: Andy Whitcroft a...@ubuntu.com + +Index: avogadro-1.1.1/avogadro/src

Bug#795089: wxhexeditor fails to build due to link line ordering on libgomp

2015-08-10 Thread Andy Whitcroft
. +Author: Andy Whitcroft a...@canonical.com + +Index: wxhexeditor-0.23+repack/Makefile +=== +--- wxhexeditor-0.23+repack.orig/Makefile wxhexeditor-0.23+repack/Makefile +@@ -46,7 +46,7 @@ $(OBJECTS): $(LIBS) $(SOURCES) + MOBJECTS

Bug#804457: imapfilter: Uses SSLv3 method

2015-11-16 Thread Andy Whitcroft
() as that can handle the best + protocol available (including TLS etc) going forward. Where we need to + specify a specific protocol start using SSL_CTS_set_options() to limit + the negociable protocols. +Author: Andy Whitcroft <a...@ubuntu.com> +Bug-Debian: https://bugs.debian.org/804457 +Bug-Ubuntu:

Bug#799443: initramfs-tools: avoid executing firmware and maintain symlinks

2015-09-19 Thread Andy Whitcroft
apw >From f7d9025b736edbd771fc5befc256d556a2f4204b Mon Sep 17 00:00:00 2001 From: Andy Whitcroft <a...@canonical.com> Date: Mon, 17 Feb 2014 11:51:59 + Subject: [PATCH 1/2] hook-functions: when copying firmware, don't use copy_exec When copying firmware, don't use copy_exec; running ldd on random firmware files is ann

Bug#813678: blktap-dkms: fails to build with mainline 4.4 based kernels

2016-02-04 Thread Andy Whitcroft
: Andy Whitcroft <a...@ubuntu.com> + +--- blktap-dkms-2.0.93.orig/request.c blktap-dkms-2.0.93/request.c +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + + #include "blktap.h" + +@@ -338,8 +339,11 @@ static void* + __mempool_page_alloc(gfp_t gfp_mask,

Bug#813037: flashcache: will not build against mainline 4.4 based kernels

2016-01-28 Thread Andy Whitcroft
Source: flashcache Version: 3.1.3+git20150701-2 Severity: normal Dear Maintainer, The mainline 4.4 kernel removes the target specific ioctl hooks that the flashcache implmentation uses to hold its pid white/black list manipulation ioctls. Upstream do not care about out of tree drivers and

Bug#812999: flashcache: we are not correctly recording the bio error code in 4.3

2016-01-28 Thread Andy Whitcroft
+0100 +++ flashcache-3.1.3+git20150701/debian/patches/record-bio-error-on-linux-4.3.patch 2016-01-28 12:20:13.0 + @@ -0,0 +1,16 @@ +Description: record bio error on linux 4.3 + Record the bio error code when ending an IO on linux 4.3 and later. +Author: Andy Whitcroft <a...@ubuntu.

Bug#813037: flashcache: patch to switch flashcache to use dm messages

2016-02-01 Thread Andy Whitcroft
to dm target messages for handling PID blacklist/whitelist + manipulation. +Author: Andy Whitcroft <a...@ubuntu.com> +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1538618 + +Index: flashcache-3.1.3+git20150701/src/flashcache_

Bug#829255: oss4-dkms: Fails to build for 4.6.0-1-amd64

2016-07-06 Thread Andy Whitcroft
return void + The stuct pci_device callback remove should be a void function. This + has been true since 2.6.12 but only recently has this become fatal. +Author: Andy Whitcroft <a...@ubuntu.com> +--- + +Index: oss4-4.2-build2010/setup/Linux/oss/build/pci_wrapp

Bug#829739: blktap-dkms fails to build due to block_device_operations release signature missmatch

2016-07-05 Thread Andy Whitcroft
in 3.10 + we are now failing to build due due to missmatches of these operations. +Author: Andy Whitcroft <a...@ubuntu.com> +--- + +Index: blktap-dkms-2.0.93/device.c +=== +--- blktap-dkms-2.0.93.orig/device.c blktap-dkms-

Bug#869960: rt-tests Recommends: backfire-dkms which is no longer built

2017-07-28 Thread Andy Whitcroft
Package: rt-tests Version: 1.0-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful ubuntu-patch Dear Maintainer, The Recommends: backfire-dkms is holding backfire-dkms in the archive. Noticed while clean NBS packages on Ubuntu artful. In Ubuntu,

Bug#343132: stderr not available with udev

2005-12-29 Thread Andy Whitcroft
This is also triggered when you don't have udev installed. The default /dev doesn't include the links into /proc/self/fd. This also affects the security fixes for sarge. -apw -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#411867: network-manager fails to recognise WEP AP requires key

2007-02-21 Thread Andy Whitcroft
being listed on your menus without the normal padlock, and no keys are requested or loaded. I applied the patch below, rebuilt and reinstalled and it appears to fix things up. === 8 === commit 0cdd2bc4dc75ca6f14785de998cbd96be396b35e Author: Andy Whitcroft [EMAIL PROTECTED] Date: Wed Feb 21 13:53:37

Bug#666170: Patch for kpathsea API change

2012-06-25 Thread Andy Whitcroft
on splitup. + * Add support for patches to web2c. + * Sort out now removed kpse_set_prog_name. + + -- Andy Whitcroft a...@ubuntu.com Thu, 21 Jun 2012 16:53:16 +0100 + ptex-bin (3.1.11+0.04b-0.2) unstable; urgency=low * Non-maintainer upload. diff -u ptex-bin-3.1.11+0.04b/debian/patches/teTeX

Bug#679883: calibre: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
/patches/track_libpoppler25_api_changes.patch 2012-06-08 16:13:25.0 +0100 @@ -0,0 +1,27 @@ +Description: track API changes in popper libraries + The popper libraries have updated from libpoppler19 to libpoppler25, track + changes to the API. + +Author: Andy Whitcroft a...@ubuntu.com +Last

Bug#679884: gambas2: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
argument + display() no longer takes a Catalog argument nor display selector +Author: Andy Whitcroft a...@ubuntu.com +Last-Update: 2012-06-08 + +Index: gambas2-2.23.1/gb.pdf/src/CPdfDocument.cpp +=== +--- gambas2-2.23.1.orig/gb.pdf/src

Bug#679885: gambas3: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
a Catalog argument. + . + Also adds configure support for poppler version 20 (API version 25) +Author: Andy Whitcroft a...@ubuntu.com +Last-Update: 2012-06-20 +Index: gambas3-3.1.1/gb.pdf/src/CPdfDocument.cpp +=== +--- gambas3-3.1.1.orig

Bug#679887: gdal: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
ABI. + . + startDoc now takes a PDFDoc rather than its Xref. + setErrorFunction - setErrorCallback. +Author: Andy Whitcroft a...@ubuntu.com +Last-Update: 2012-06-13 +Index: gdal-1.9.0/frmts/pdf/pdfdataset.cpp +=== +--- gdal-1.9.0.orig

Bug#679888: gnome-commander: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
+0100 +++ gnome-commander-1.2.8.15/debian/patches/track_libpoppler25_abi_changes 2012-06-13 16:01:51.0 +0100 @@ -0,0 +1,28 @@ +Description: track libpoppler25 API changes + Track changes to the libpoppler25 API. + . + setErrorFunction - setErrorCallback -- interface replaced +Author: Andy

Bug#679890: inkscape: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
: + . + error() now takes an additional ErrorCategory arguement. + getOrigName() is now gone getName() returns the original name now. +Author: Andy Whitcroft a...@ubuntu.com +Last-Update: 2012-06-11 +Index: inkscape-0.48.3.1/src/extension/internal/pdfinput/pdf-parser.cpp

Bug#679891: pdf2djvu: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
decomposes such ligatures. +Author: Andy Whitcroft a...@ubuntu.com +Last-Update: 2012-06-14 +Index: pdf2djvu-0.7.12/tests/test-nfkc.sh +=== +--- pdf2djvu-0.7.12.orig/tests/test-nfkc.sh 2012-06-14 20:49:18.147169287 +0100 pdf2djvu

Bug#679892: pdftoipe: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
@@ -0,0 +1,19 @@ +Description: Track libpoppler25 API changes + Track changes to the libpoppler25 API: + . + error() now takes an additional ErrorCategory argument. +Author: Andy Whitcroft a...@ubuntu.com +Last-Update: 2012-06-15 +Index: pdftoipe-20110916/xmloutputdev.cpp

Bug#679893: popplerkit.framework: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
@@ +Description: Track poppler20 (libpoppler25) API changes + Track poppler20 (libpoppler25) API changes: + . + Add version 0.20 detection to config.sh + startDoc now takes a PDFDoc not its XRef + findText no longer takes a Catalog argument + TextOutputDev now takes a wholeWord argument +Author: Andy

Bug#679895: texlive-bin: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
. +Author: Andy Whitcroft a...@canonical.com +Last-Update: 2012-06-08 + +Index: texlive-bin-2012.20120530/texk/web2c/pdftexdir/pdftosrc.cc +=== +--- texlive-bin-2012.20120530.orig/texk/web2c/pdftexdir/pdftosrc.cc 2012-06-08 16:54

Bug#679896: xpdf: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
+ triggering previous behaviour. + TextOutputDev::findText has an additions wholeWord parameter + PSOutputDev::PSOutputDev no longer takes Xref or Catalog parameters +Author: Andy Whitcroft a...@ubuntu.com +Last-Updated: 2012-06-12 +Index: xpdf-3.03/xpdf/PDFCore.cc

Bug#679891: pdf2djvu: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
On Mon, Jul 02, 2012 at 11:56:56AM +0200, Jakub Wilk wrote: tags 679891 + fixed-upstream thanks * Andy Whitcroft a...@canonical.com, 2012-07-02, 10:37: * Disable tests/test-nfkc.sh which tests ligature handling but libpoppler25 now always decomposes such ligatures. Well, this test shows

Bug#679891: pdf2djvu: Port to libpoppler25 API

2012-07-02 Thread Andy Whitcroft
On Mon, Jul 02, 2012 at 05:14:34PM +0100, Andy Whitcroft wrote: On Mon, Jul 02, 2012 at 11:56:56AM +0200, Jakub Wilk wrote: tags 679891 + fixed-upstream thanks * Andy Whitcroft a...@canonical.com, 2012-07-02, 10:37: * Disable tests/test-nfkc.sh which tests ligature handling

Bug#681251: synce-hal: Switch dependancies from dhcp3-client to isc-dhcp-client

2012-07-11 Thread Andy Whitcroft
Package: synce-hal Version: 0.15-1.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Switch dependancies from the now obsolete transitional

Bug#676405: syslinux FTBS against linux kernel headers from v3.4

2012-06-06 Thread Andy Whitcroft
Package: syslinux Version: 2:4.05+dfsg-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: We are test building against linux kernels at version v3.4,

Bug#665590: Patch to convert headers to use glib.h

2012-06-06 Thread Andy Whitcroft
We have just applied the patch below in Ubuntu, this converts openhpi to use glib.h directly instead of the underlying header files. This fixes FTBS with newer glib versions: * src/lock.c: glib no longer permits include of individual headers, switch to including glib.h. (Closes: #665590).

Bug#677279: gnat-gps recommends: ada-reference-manual-html which has been renamed

2012-06-12 Thread Andy Whitcroft
Package: gnat-gps Version: 5.0-10 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch In Ubuntu, the attached patch was applied to fix a reference via Recommends: of a package which no longer exists. ada-reference-manual-html has been

Bug#705948: nyquist: FTBFS on i386 with corrupted #include specifiers

2013-04-22 Thread Andy Whitcroft
is not permitted, + switch to using memmove. +Author: Andy Whitcroft a...@ubuntu.com +Last-Update: 2013-04-22 + +--- nyquist-3.05.orig/misc/intgen.c nyquist-3.05/misc/intgen.c +@@ -487,7 +487,7 @@ static void process_file(fname, out) + /* strip off leading directory prefix, if any */ + cp

Bug#732424: gstreamer0.10: deprecated option YYLEX_PARAM has been removed from bison leading to FTBFS

2013-12-17 Thread Andy Whitcroft
: Andy Whitcroft a...@canonical.com +Last-Update: 2013-12-17 + +--- gstreamer0.10-0.10.36.orig/gst/parse/grammar.y gstreamer0.10-0.10.36/gst/parse/grammar.y +@@ -1,3 +1,5 @@ ++%lex-param {yyscan_t scanner} ++ + %{ + #include ../gst_private.h + +@@ -26,7 +28,6 @@ + */ + + #define

Bug#733361: libsmi: FTBFS: parser-smi.c:3093:7: error: too few arguments to function 'smilex'

2014-04-16 Thread Andy Whitcroft
. +Author: Andy Whitcroft a...@canonical.com + +Index: libsmi-0.4.8+dfsg2/lib/parser-smi.y +=== +--- libsmi-0.4.8+dfsg2.orig/lib/parser-smi.y 2014-04-16 23:49:33.0 +0100 libsmi-0.4.8+dfsg2/lib/parser-smi.y 2014-04-17 00:31

Bug#746390: ruby-kgio: FTBFS (ppc64el): test_default_wait(TestDefaultWait) page size assumptions too small for 64K page size architectures

2014-04-29 Thread Andy Whitcroft
to the common 4K page + size, but this is not sufficient in the face of the 64K page sizes on + ppc64el. Up this to 64k which represents the biggest page size available + in the kernel. +Author: Andy Whitcroft a...@canonical.com +Last-Update: 2014-04-29 + +--- ruby-kgio-2.9.2.orig/test

Bug#771298: openafs-modules-dkms: fails to build against v3.18 based kernels

2014-11-28 Thread Andy Whitcroft
+1,61 @@ +Description: v3.18 porting -- d_invalidate now returns void + In v3.18 they have changed d_invalidate to return void as it can no + longer fail. Comment out the recovery code as it is no longer needed. +Author: Andy Whitcroft a...@ubuntu.com +--- + +--- openafs-1.6.10.orig/src/afs/LINUX

Bug#771298: openafs-modules-dkms: fails to build against v3.18 based kernels

2014-12-01 Thread Andy Whitcroft
On Sat, Nov 29, 2014 at 02:43:45PM -0500, Benjamin Kaduk wrote: Thanks for considering these patches for Debian. Hi Andy, I'm happy to bring support for openafs on the 3.18 kernel to Debian; it hadn't been a priority yet since Debian is running a somewhat older kernel. However, I'm