Bug#749743: qt4-x11: use ppc64el in no_pch_architectures to fix FTBFS on ppc64el

2014-08-23 Thread William Grant
On 24/08/14 01:23, Lisandro Damián Nicanor Pérez Meyer wrote:
 On Saturday 23 August 2014 10:54:48 William Grant wrote:
 [snip]

 I'm the author of
 http://launchpadlibrarian.net/159898800/qt4-x11_4%3A4.8.4%2Bdfsg-0ubuntu20_4
 %3A4.8.4%2Bdfsg-0ubuntu21.diff.gz. I don't know where the '*64*' bits in the
 attachments here came from.

 I'm waiting for the CLA stuff to be approved, but once that's sorted out
 I'll submit it upstream. I hardly thought it seemed copyrightable, but I
 guess it's easier this way.
 
 I now realize that indeed this all resumes to a single line, as as Mauricio 
 said the first chunk is really Debian-specific (and thus the same for Ubuntu).
 
 So if you want I can push it to upstream myself, this is clearly not 
 copyrighteable. Just tell me what you prefer.

That seems like it would be easier for everyone, but let me know if you
can't for some reason and I'll do it.



signature.asc
Description: OpenPGP digital signature


Bug#749743: qt4-x11: use ppc64el in no_pch_architectures to fix FTBFS on ppc64el

2014-08-22 Thread William Grant
On 23/08/14 04:45, Mauricio Faria de Oliveira wrote:
 [snip]

 Now, about upstreaming the patch: Qt has a CLA in which you *don't*
 loose your
 copyright but just give permission to Digia to use it in it's commercial
 product (the code remains FLOSS!). I have two ways of pushing this
 upstream:

 - Find the original coder and beg him to push it to upstream's gerrit
 instance
 (preferred)

 - Find the original coder and beg him to publicly state (on a mailing
 list,
 for example) that this patch is licensed under a BSD license, which is
 less
 restrictive.

 We don't want to have deltas, so I *really* need your help here.
 
 William,
 
 AFAICT from Ubuntu's qt4-x11 changelog, you seem to be the patch author.
 May you please consider the points above?
 
 Only one chunk seems to be required.  The 'PLATFORM=qws/' chunk can be
 dropped and the UNAME chunk can be moved to another Debian patch.
 
 @@ -3277,7 +3280,7 @@ if [ -z ${CFG_HOST_ARCH} ]; then
  fi
  CFG_HOST_ARCH=powerpc
  ;;
 -*:*:ppc64)
 +*:*:ppc64*)
  if [ $OPT_VERBOSE = yes ]; then
  echo 64-bit PowerPC (powerpc)
  fi

I'm the author of
http://launchpadlibrarian.net/159898800/qt4-x11_4%3A4.8.4%2Bdfsg-0ubuntu20_4%3A4.8.4%2Bdfsg-0ubuntu21.diff.gz.
I don't know where the '*64*' bits in the attachments here came from.

I'm waiting for the CLA stuff to be approved, but once that's sorted out
I'll submit it upstream. I hardly thought it seemed copyrightable, but I
guess it's easier this way.

William.



signature.asc
Description: OpenPGP digital signature


Bug#733585: geos: use dh-autoreconf instead of autotools-dev for new ports

2013-12-29 Thread William Grant
Package: geos
Version: 3.4.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Some upcoming ports (eg. ppc64el) require a new version of libtool.m4,
not just config.{sub,guess}. By using autoreconf instead of
autotools-dev, geos can get these libtool changes for free.

A couple of packaging tweaks were necessary to get geos to build with
dh-autoreconf.

  * Build with dh-autoreconf for new libtool.
* debian/{control,rules}: Use dh-autoreconf.
* debian/rules: Update debian/control in clean rather than build*,
  otherwise it triggers a re-configure mid-build.
* debian/patches/libruby: Patch Makefile.am too, not just Makefile.in.
diff -Nru geos-3.4.2/debian/changelog geos-3.4.2/debian/changelog
diff -Nru geos-3.4.2/debian/control geos-3.4.2/debian/control
--- geos-3.4.2/debian/control	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/control	2013-12-30 16:56:00.0 +1100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 9), doxygen, swig, ruby1.8, ruby1.8-dev, autotools-dev
+Build-Depends: debhelper (= 9), doxygen, swig, ruby1.8, ruby1.8-dev, dh-autoreconf
 Build-Conflicts: ruby1.9.1, ruby1.9.1-dev
 Standards-Version: 3.9.3
 Homepage: http://trac.osgeo.org/geos/
diff -Nru geos-3.4.2/debian/control.in geos-3.4.2/debian/control.in
--- geos-3.4.2/debian/control.in	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/control.in	2013-12-30 16:56:00.0 +1100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 9), doxygen, swig, ruby1.8, ruby1.8-dev, autotools-dev
+Build-Depends: debhelper (= 9), doxygen, swig, ruby1.8, ruby1.8-dev, dh-autoreconf
 Build-Conflicts: ruby1.9.1, ruby1.9.1-dev
 Standards-Version: 3.9.3
 Homepage: http://trac.osgeo.org/geos/
diff -Nru geos-3.4.2/debian/patches/libruby geos-3.4.2/debian/patches/libruby
--- geos-3.4.2/debian/patches/libruby	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/patches/libruby	2013-12-30 16:04:00.0 +1100
@@ -1,7 +1,7 @@
-Index: geos/swig/ruby/Makefile.in
+Index: geos-3.4.2/swig/ruby/Makefile.in
 ===
 geos.orig/swig/ruby/Makefile.in	2013-12-06 09:09:30.741373190 +0100
-+++ geos/swig/ruby/Makefile.in	2013-12-06 15:23:44.520742796 +0100
+--- geos-3.4.2.orig/swig/ruby/Makefile.in	2013-08-26 01:10:45.0 +1000
 geos-3.4.2/swig/ruby/Makefile.in	2013-12-30 15:48:46.0 +1100
 @@ -334,7 +334,7 @@
  # Build Ruby module as shared library
  @ENABLE_RUBY_TRUE@rubyextensiondir_LTLIBRARIES = geos.la
@@ -11,3 +11,16 @@
  
  # Only need to grab the capi header files
  @ENABLE_RUBY_TRUE@geos_la_CPPFLAGS = -I$(top_builddir)/capi
+Index: geos-3.4.2/swig/ruby/Makefile.am
+===
+--- geos-3.4.2.orig/swig/ruby/Makefile.am	2013-08-26 01:10:32.0 +1000
 geos-3.4.2/swig/ruby/Makefile.am	2013-12-30 16:02:28.593115812 +1100
+@@ -22,7 +22,7 @@
+ # Build Ruby module as shared library
+ rubyextensiondir_LTLIBRARIES = geos.la
+ geos_la_SOURCES = geos_wrap.cxx
+-geos_la_LIBADD =  $(top_builddir)/capi/libgeos_c.la -l$(RUBY_SO_NAME)
++geos_la_LIBADD =  $(top_builddir)/capi/libgeos_c.la /usr/lib/$(RUBY_SO_NAME)
+ 
+ # Only need to grab the capi header files
+ geos_la_CPPFLAGS = -I$(top_builddir)/capi
diff -Nru geos-3.4.2/debian/rules geos-3.4.2/debian/rules
--- geos-3.4.2/debian/rules	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/rules	2013-12-30 16:36:58.0 +1100
@@ -44,17 +44,10 @@
 debian/control: 
 		@sed -e 's/@VERSION@/$(VER)/' debian/control.in $@
 
-config.status: debian/control configure
+config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-ifneq $(wildcard /usr/share/misc/config.sub) 
-	mv config.sub config.sub.bak
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq $(wildcard /usr/share/misc/config.guess) 
-	mv config.guess config.guess.bak
-	cp -f /usr/share/misc/config.guess config.guess
-endif
+	dh_autoreconf
 	CXX=$(CXX) CFLAGS=$(CFLAGS) ./configure \
 --host=$(DEB_HOST_GNU_TYPE) \
 --build=$(DEB_BUILD_GNU_TYPE) \
@@ -80,12 +73,11 @@
 	$(MAKE) -C doc doxygen-html
 	touch $@
 
-clean: 
+clean: debian/control
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
-	[ -f config.sub.bak ]  mv config.sub.bak config.sub || true
-	[ -f config.guess.bak ]  mv config.guess.bak config.guess || true
+	dh_autoreconf_clean
 	dh_clean 
 	rm -f debian/libgeos-$(VER).install debian/libgeos-$(VER).dirs debian/libgeos++-dev.install
 


Bug#724116: resource-agents: FTBFS: /bin/bash: /install-sh: No such file or directory

2013-12-16 Thread William Grant
tag 724116 + patch
user ubuntu-de...@lists.ubuntu.com
usertag 724116 + origin-ubuntu ubuntu-patch trusty
thanks

configure.ac calls AM_INIT_AUTOMAKE too late. The attached patch moves
it up to just after AC_INIT, fixing the FTBFS.
Description: Fix configure.ac to cope with new autoconf.
 Recent autoconfs generate a bad configure when AM_INIT_AUTOMAKE is
 called as late as it was, ending up thinking that the am_aux_dir is pwd
 at the start of the build. Move it up to under AC_INIT to fix that.
Author: William Grant wgr...@ubuntu.com

Index: resource-agents-3.9.3+git20121009/configure.ac
===
--- resource-agents-3.9.3+git20121009.orig/configure.ac	2012-10-06 05:27:22.0 +1000
+++ resource-agents-3.9.3+git20121009/configure.ac	2013-12-16 17:28:42.354909697 +1100
@@ -22,6 +22,13 @@
 AC_INIT([resource-agents], 
 	m4_esyscmd([make/git-version-gen .tarball-version]),
 	[to_be_defi...@foobar.org])
+AC_CONFIG_AUX_DIR(.)
+
+dnl 
+dnl AM_INIT_AUTOMAKE([1.11.1 foreign dist-bzip2 dist-xz])
+dnl
+
+AM_INIT_AUTOMAKE([1.10.1 foreign dist-bzip2])
 
 AC_USE_SYSTEM_EXTENSIONS
 
@@ -29,7 +36,6 @@
 
 PKG_FEATURES=
 
-AC_CONFIG_AUX_DIR(.)
 AC_CANONICAL_HOST
 
 dnl Where #defines go (e.g. `AC_CHECK_HEADERS' below)
@@ -56,12 +62,6 @@
 [  --with-pkg-name=name Override package name (if you're a packager needing to pretend) ],
 [ PACKAGE_NAME=$withval ])
 
-dnl 
-dnl AM_INIT_AUTOMAKE([1.11.1 foreign dist-bzip2 dist-xz])
-dnl
-
-AM_INIT_AUTOMAKE([1.10.1 foreign dist-bzip2])
-
 AC_DEFINE_UNQUOTED(AGENTS_VERSION, $PACKAGE_VERSION, Current agents version)
 
 CC_IN_CONFIGURE=yes


signature.asc
Description: OpenPGP digital signature


Bug#718744: RFA: convertall

2013-08-04 Thread William Grant
Package: wnpp
Severity: normal

I request an adopter for the convertall package. I haven't used it
myself in a long time, so lost interest in maintaining it.

The package description is:
 With ConvertAll, you can convert any unit in the large database to any
 other compatible unit. If you want to convert from inches per decade,
 that's fine. Or from meter-pounds. Or from cubic nautical miles. The
 units don't have to make sense to anyone else.



signature.asc
Description: OpenPGP digital signature


Bug#465400: FTBFS: missing build-dependency on desktop-file-utils

2008-02-11 Thread William Grant
Package: geda-gattrib
Version: 1.4.0-1
Severity: serious
Justification: no longer builds from source

geda-gattrib's configure script wants to find update-desktop-database,
which is in desktop-file-utils. That is not build-depended upon, so the
build fails.

-- 
William Grant



signature.asc
Description: OpenPGP digital signature


Bug#454213: yarssr: Fix for CVE-2007-5837 breaks browser launching

2007-12-03 Thread William Grant
Package: yarssr
Version: 0.2.2-3
Severity: important


The fix for CVE-2007-5837 (bug #448721) splits the arguments up, but
keeps them quoted. Thus, the browser sees a URL in double quotes, and
gets thoroughly confused, erroring out.

Here's a patch which seems to cover all cases I can think of, though my
Perl isn't too sharp.

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

Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages yarssr depends on:
ii  libgnome2-perl1.040-1Perl interface to the GNOME librar
ii  libgnome2-vfs-perl1.080-1Perl interface to the 2.x series o
ii  libgtk2-gladexml-perl 1.006-1Perl interface to use user interfa
ii  libgtk2-perl  1:1.161-1  Perl interface to the 2.x series o
ii  libgtk2-trayicon-perl 0.04-1 Perl interface to fill the system 
ii  libxml-rss-perl   1.31-2 Perl module for managing RSS (RDF 
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 

yarssr recommends no packages.

-- no debconf information
--- yarssr-0.2.2/lib/Yarssr/GUI.pm  2005-03-19 13:52:35.0 +1100
+++ GUI.pm  2007-12-04 09:59:06.0 +1100
@@ -162,9 +162,15 @@
);
}
else {
-   my $b = Yarssr::Config-get_browser;
-   $b .=  \$url\ unless $b =~ s/\%s/$url/;
-   exec($b) or warn unable to launch browser\n;
+   my @b = split(' ', Yarssr::Config-get_browser);
+   if (grep(/\%s/, @b))
+   {
+   map {grep(s/\%s/$url/, $_) = $_} @b;
+   }
+   else {
+   push(@b, $url);
+   }
+   exec(@b) or warn unable to launch browser\n;
exit;
}
}


Bug#453278: CVE-2007-6110: XSS in htsearch

2007-12-01 Thread William Grant
I've prepared a patch/NMU using the patch I uploaded to fix this in Ubuntu.

-- 
William Grant
diff -u htdig-3.2.0b6/htsearch/Display.cc htdig-3.2.0b6/htsearch/Display.cc
--- htdig-3.2.0b6/htsearch/Display.cc
+++ htdig-3.2.0b6/htsearch/Display.cc
@@ -138,7 +138,7 @@
   // Must temporarily stash the message in a String, since
   // displaySyntaxError will overwrite the static temp used in form.
 
-  String s(form(No such sort method: `%s', (const char*)config-Find(sort)));
+  String s(Invalid sort method.);
 
   displaySyntaxError(s);
   return;
diff -u htdig-3.2.0b6/debian/changelog htdig-3.2.0b6/debian/changelog
--- htdig-3.2.0b6/debian/changelog
+++ htdig-3.2.0b6/debian/changelog
@@ -1,3 +1,11 @@
+htdig (1:3.2.0b6-3.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * htsearch/Display.cc, libhtdig/ResultFetch.cc: Don't display the sort type
+if it is unrecognised (CVE-2007-6110). Patch from Ubuntu. (Closes: #453278)
+
+ -- William Grant [EMAIL PROTECTED]  Sun, 02 Dec 2007 11:05:35 +1100
+
 htdig (1:3.2.0b6-3.1) unstable; urgency=low
 
   * Non-maintainer upload to fix pending l10n issues.
only in patch2:
unchanged:
--- htdig-3.2.0b6.orig/libhtdig/ResultFetch.cc
+++ htdig-3.2.0b6/libhtdig/ResultFetch.cc
@@ -142,7 +142,7 @@
 // Must temporarily stash the message in a String, since
 // displaySyntaxError will overwrite the static temp used in form.
 
-String s(form(No such sort method: `%s', (const char *) config-Find(sort)));
+String s(Invalid search method.);
 
 displaySyntaxError(s);
 //return;


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


Bug#433075: soundconverter: Option to use ID3v2 version 2.3 instead of version 2.4

2007-07-14 Thread William Grant
On Sat, 2007-07-14 at 11:51 +0200, Mathias Brodala wrote:
 Soundconverter creates ID3v2 tags in version 2.4 by default which no other
 program I know is able to understand. Thus an option to create tags in version
 2.3 would be nice. This would improve downwards compatibility.

All applications I've tried can read them... Which application are you
using doesn't work?


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


Bug#428983: Please use Gtk::StatusIcon from libgtk2-ruby

2007-07-07 Thread William Grant
If it isn't actually necessary for fantasdic to run, shouldn't it not be
in Depends, rather in Recommends? As it is now, it is uninstallable.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425384: qgis: *.so symlinks not in -dev package

2007-05-21 Thread William Grant
Package: qgis
Version: 0.8.0-3ubuntu2
Severity: normal

Lintian reports that libqgis1 includes *.so symlinks. These should be
in the -dev package.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425216: klogic: .desktop and icon installed to a strange location

2007-05-20 Thread William Grant
Package: klogic
Version: 1.63-2
Severity: normal

While merging your last version into Ubuntu, I was very glad that you
had merged most of the changes into Debian. However, it seems you left
out those that installed the .desktop and icon in the right place.
Without those changes, the desktop environments can't find the files,
so there's no point having them at all.

-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy
  APT policy: (500, 'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-generic (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages klogic depends on:
ii  kdelibs4c2a  4:3.5.6-4ubuntu2core libraries and binaries for al
ii  libacl1  2.2.42-1ubuntu1 Access control list shared library
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libattr1 1:2.4.32-1.1ubuntu1 Extended attribute shared library
ii  libaudio21.9-2   The Network Audio System (NAS). (s
ii  libc62.5-7ubuntu1GNU C Library: Shared libraries
ii  libfontconfi 2.4.2-1ubuntu1  generic font configuration library
ii  libfreetype6 2.2.1-5ubuntu1  FreeType 2 font engine, shared lib
ii  libgcc1  1:4.2-20070516-0ubuntu1 GCC support library
ii  libice6  2:1.0.3-1build1 X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1build1   GNU libidn library, implementation
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libqt3-mt3:3.3.8really3.3.7-0ubuntu6 Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-1   X11 Session Management library
ii  libstdc++6   4.2-20070516-0ubuntu1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.1-1ubuntu3X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 2:1.0.3-1build1 X11 miscellaneous extension librar
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   2:1.1.0-1build1 X11 Input extension library
ii  libxinerama1 2:1.0.1-4build1 X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxt6   1:1.0.5-2   X11 toolkit intrinsics library
ii  zlib1g   1:1.2.3-14ubuntu1   compression library - runtime

klogic recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425074: (no subject)

2007-05-19 Thread William Grant
tag 425074 patch
thanks

It seems that the various boost libraries now have separate -[sm]t
variants. Here's a patch to link against them instead.
--- dc-qt-0.2.0.alpha.orig/backend/SConscript
+++ dc-qt-0.2.0.alpha/backend/SConscript
@@ -3,7 +3,7 @@
 Import('env')
 
 ## Copy the parent environment and att some libraries and linker paths
-backende = env.Copy(CPPPATH = ['#rpcdriver/', '#dcpp'], LIBS = ['dcpp', 'rpc', 'boost_thread', 'pthread', 'z', 'bz2', 'boost_program_options','boost_filesystem'], LIBPATH = ['/usr/local/lib', '#rpcdriver', '#dcpp'])
+backende = env.Copy(CPPPATH = ['#rpcdriver/', '#dcpp'], LIBS = ['dcpp', 'rpc', 'boost_thread-mt', 'pthread', 'z', 'bz2', 'boost_program_options-mt','boost_filesystem-mt'], LIBPATH = ['/usr/local/lib', '#rpcdriver', '#dcpp'])
 
 ## Build the backend executable
 backende.Program('backend', Split('main.cpp commandhandlers.cpp ClientNotifier.cpp SessionManager.cpp Session.cpp TransferManager.cpp Selecter.cpp filelog.cpp SettingsMapper.cpp'))
only in patch2:
unchanged:
--- dc-qt-0.2.0.alpha.orig/ui/ui.pro
+++ dc-qt-0.2.0.alpha/ui/ui.pro
@@ -78,5 +78,5 @@
 INCPATH += . ../rpcdriver ../ ../backend /usr/include
 RESOURCES += res.qrc
 unix{
-  LIBS = -L../rpcdriver -L/usr/local/lib -lrpc -lboost_thread -lboost_program_options
+  LIBS = -L../rpcdriver -L/usr/local/lib -lrpc -lboost_thread-mt -lboost_program_options-mt
 }
only in patch2:
unchanged:
--- dc-qt-0.2.0.alpha.orig/rpcdriver/SConscript
+++ dc-qt-0.2.0.alpha/rpcdriver/SConscript
@@ -3,7 +3,7 @@
 
 rpce = env.Copy(CCFLAGS = '-g -O0 -Wall')
 rpce.Append(CXXFLAGS = '-I. -I/usr/local/include')
-rpce.Append(LIBS = 'libboost_thread')
+rpce.Append(LIBS = 'libboost_thread-mt')
 
 rpce.Program('server',Split('socket.cpp socketmanager.cpp datainputstream.cpp commanddispatcher.cpp rpcdriver.cpp main.cpp dataoutputstream.cpp'))
 


Bug#422772: qgis - FTBFS: link: `/usr/lib/libhdf5.la' is not a valid libtool archive

2007-05-19 Thread William Grant
tag 422772 patch
thanks

I encountered this while merging 0.8.0-3 into Ubuntu. Here's a patch
that fixes it.
diff -u qgis-0.8.0/debian/control qgis-0.8.0/debian/control
--- qgis-0.8.0/debian/control
+++ qgis-0.8.0/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian GIS Project [EMAIL PROTECTED]
 Uploaders: Francesco Paolo Lovergine [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.0), libgdal1-dev, libqt4-dev, libpq-dev | postgresql-dev, libgeos-dev (= 2.0.1-1), dpatch, 
- grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libmysqlclient15-dev | libmysqlclient14-dev, flex, bison
+ grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libmysqlclient15-dev | libmysqlclient14-dev, flex, bison, libhdf5-serial-dev, libcurl3-openssl-dev
 Standards-Version: 3.7.2
 
 Package: qgis


Bug#401506: soundconverter: converts wma files into jerky-sounding ogg's

2007-04-14 Thread William Grant
I decided to locate a WMA tonight (they're fortunately rather rare), and 
can confirm this. I'll ask upstream about it.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#419340: ITP: convertall -- a very flexible unit converter

2007-04-14 Thread William Grant
Package: wnpp
Severity: wishlist
Owner: William Grant [EMAIL PROTECTED]


* Package name: convertall
  Version : 0.4.0
  Upstream Author : Douglas W. Bell [EMAIL PROTECTED]
* URL : http://www.bellz.org/convertall/
* License : GPL
  Programming Lang: Python
  Description : a very flexible unit converter

With ConvertAll, you can convert any unit in the large database to any
other compatible unit. If you want to convert from inches per decade,
that's fine. Or from meter-pounds. Or from cubic nautical miles. The
units don't have to make sense to anyone else.

-- System Information:
Debian Release: 4.0
  APT prefers feisty
  APT policy: (500, 'feisty')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20-14-generic
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#412289: linuxlogo: does not create /var/run/linuxlogo at installation

2007-03-22 Thread William Grant
It is a bug in linuxlogo. The directory should be created at runtime, as
/var/run is often on a tmpfs.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383425:

2007-03-10 Thread William Grant
We've had this reported[1] in Ubuntu too. It can cause upgrades to fail
if you have multiple HTTP servers installed, and opt to replace
lighttpd's configuration file.

[1] https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/86882


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#325101: Any progress?

2007-03-09 Thread William Grant
We have a similar bug filed in Ubuntu. Is there any progress in getting
this new version into Debian?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#411010: Broken URL in package description

2007-02-14 Thread William Grant
Package: dome
Version: 4.80-3

The URL in the package description points to a parked domain. The
description should be fixed, by either removing or replacing the URL.

This bug was originally reported in Ubuntu at
https://launchpad.net/bugs/84993.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397909: soundconverter: Does not convert m4a (AAC) files

2006-11-10 Thread William Grant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andre Wendt wrote:
 Package: soundconverter
 Version: 0.9.2-1
 Severity: normal
 
 Hi,
 
 I just gave soundconverter a try and found out it cannot convert m4a
 (AAC) files into mp3. The files are unencrypted, so that shouldn't be a
 problem: I have xmms playing those files, and according to the package
 description of soundconverter, it reads sound files in any format
 supported by GStreamer.

There is no AAC (ie. faa[cd]) plugin for gstreamer 0.10 in Debian. There
are patent issues with AAC, so that's probably why. xmms doesn't use
gstreamer, which is why it works.

 The application shows the progress bar and creates an empty target file.
 But that's it. Nothing is being converted. I've tried several files
 (different names, with and without spaces). Converting mp3 into ogg
 works fine.

That's normal behaviour when an appropriate {de,en}coder cannot be located.

 Either I am missing some package, or there is no support for AAC files.
 If the latter is true, please adapt the package description accordingly.

The latter is true. However, the description is still true. AAC isn't
supported by gstreamer (or the Debian package thereof).

 Thanks for any hints,
 André

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

iD8DBQFFVG23rbS+qZ0dQCURAq4OAJ9o+vAg5VlhZqAVtAa/Vxv8qwIUVACcDEtG
Q7SbMVVe+VjcVx6hXLfziiU=
=Ny/i
-END PGP SIGNATURE-



Bug#395458: soundconverter: please provide a menu icon

2006-10-29 Thread William Grant
On Monday 30 October 2006 01:21, Sven Arvidsson wrote:
  Package: soundconverter
  Version: 0.9.2-1
  Severity: minor
 
  I run GNOME and, for matters of consistency, would like to see all
  desktop applications have their own icons listed on the side of the
  entries. Thanks...

 The icon was present in 0.8.7 but seems to have gone missing in later
 releases. I guess one reason is that
 /usr/share/soundconverter/soundconverter-logo.png was used for the icon,
 but it's not the right size or proportions.

Correct, it's not square so looks terrible. Gautier (upstream) says he 
currently has no appropriate icon for Sound Converter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#374701: gl-117: Homepage is invalid

2006-08-08 Thread William Grant
The same bug was reported in Ubuntu a while ago
(http://launchpad.net/bugs/54124).

The correct URL is http://www.heptargon.de/gl-117/gl-117.html




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]