Bug#503126: [quassel] Downgrade quasselclient's dependency on quasselcore

2008-10-22 Thread Matthew Rosewarne
Package: quassel
Version: 0.2~rc1-1
Severity: wishlist

Since quassel is designed so that the core and client do not need to run on 
the same machine, it would make sense to make the client package Recommend the 
core package instead of Depend on it.

Perhaps there could be a separate quassel-client package, as in:
quassel Depends: quassel-client, quassel-core
and:
quassel-client Recommends: quassel-core

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  800 testing security.debian.org 
  800 testing ftp.us.debian.org 
  700 unstableftp.us.debian.org 
  600 experimentalftp.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6 (= 2.7-1) | 2.7-14
libfontconfig1(= 2.4.0) | 2.6.0-1
libfreetype6  (= 2.3.5) | 2.3.7-2
libgcc1 (= 1:4.1.1) | 1:4.3.2-1
libice6 (= 1:1.0.0) | 2:1.0.4-1
libpng12-0 (= 1.2.13-4) | 1.2.27-2
libqt4-dbus   (= 4.4.3) | 4.4.3-1
libqt4-network(= 4.4.3) | 4.4.3-1
libqtcore4(= 4.4.3) | 4.4.3-1
libqtgui4 (= 4.4.3) | 4.4.3-1
libsm6   | 2:1.0.3-2
libstdc++6(= 4.1.1) | 4.3.2-1
libx11-6 | 2:1.1.5-2
libxext6 | 2:1.0.4-1
libxi6   | 2:1.1.3-1
libxrandr2   | 2:1.2.3-1
libxrender1  | 1:0.9.4-2
zlib1g  (= 1:1.1.4) | 1:1.2.3.3.dfsg-12



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


Bug#501233: [cdbs] cmake.mk does not add cmake package to CDBS_BUILD_DEPENDS

2008-10-05 Thread Matthew Rosewarne
Package: cdbs
Version: 0.4.52
Severity: minor
Tags: patch

Like the other classes, the CMake class should add the appropriate packages to 
CDBS_BUILD_DEPENDS.  Attached is a patch that adds a build-dependency on 
cmake.  The version of cmake can be specified manually or automatically 
deduced from CMakelists.txt

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  800 testing security.debian.org 
  800 testing ftp.us.debian.org 
  700 unstableftp.us.debian.org 
  600 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-
debhelper (= 5.0.30) | 7.0.15

--- a/1/class/cmake.mk.in
+++ b/1/class/cmake.mk.in
@@ -42,6 +42,17 @@
 DEB_CMAKE_INSTALL_PREFIX = /usr
 DEB_CMAKE_NORMAL_ARGS = -DCMAKE_INSTALL_PREFIX=$(DEB_CMAKE_INSTALL_PREFIX) -DCMAKE_C_COMPILER:FILEPATH=$(CC) -DCMAKE_CXX_COMPILER:FILEPATH=$(CXX) -DCMAKE_C_FLAGS=$(CFLAGS) -DCMAKE_CXX_FLAGS=$(CXXFLAGS) -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
 
+ifndef CMAKE_VERSION
+	CMAKE_MINIMUM_REQUIRED := $(shell find -type f -name CMakelists.txt | grep -o 'cmake_minimum_required\(.*\)' | grep -oE '[[:digit:]\.]*' | sort -n | tail -1 -)
+	ifneq (, $(CMAKE_MINIMUM_REQUIRED))
+		CMAKE_VERSION = $(CMAKE_MINIMUM_REQUIRED)
+	else
+		CMAKE_VERSION = 2.4
+	endif
+endif
+
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cmake (= $(CMAKE_VERSION))
+
 common-configure-arch common-configure-indep:: common-configure-impl
 common-configure-impl:: $(DEB_BUILDDIR)/CMakeCache.txt
 $(DEB_BUILDDIR)/CMakeCache.txt:


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


Bug#491012: [djvulibre-desktop] Use virtual package for DjVu viewer

2008-07-15 Thread Matthew Rosewarne
Package: djvulibre-desktop
Version: 3.5.20-7
Severity: wishlist

To further address issues related to #476682, please use a virtual package 
such as djvu-viewer instead of the current set of Recommends.
So instead of
Recommends: djview4 | djview3 | djview | evince
the package would have
Recommends: djview4 | djvu-viewer

That would make it vastly easier for DjVu viewers, such as Okular, to satisfy 
the requirement, since they could simply add Provides: djvu-viewer.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.25-2-amd64

Debian Release: lenny/sid
  800 testing security.debian.org 
  800 testing ftp.us.debian.org 
  700 unstableftp.us.debian.org 
  600 experimentalftp.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
xdg-utils| 1.0.2-6




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


Bug#489291: fixed in mplayer 1.0~rc2-15

2008-07-07 Thread Matthew Rosewarne
demux.patch seems to be causing an FTBFS (error: request for member `opaque' 
in something not a structure or union).  The following patch snippet appears 
to correct the problem.


@@ -400,7 +400,7 @@
goto fail;
 }

-   ((URLContext*)(priv-oc-pb.opaque))-priv_data= muxer;
+   ((URLContext*)(priv-oc-pb-opaque))-priv_data= muxer;

muxer-priv = (void *) priv;
muxer-cont_new_stream = lavf_new_stream;



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


Bug#400836: Please weaken libfam0 dependency on fam

2008-07-07 Thread Matthew Rosewarne
kdelibs4c2a and other packages link against libfam0 at build-time, but only 
use FAM if famd is detected at run-time.  Most users will want to use inotify 
for file monitoring instead of FAM, so famd should not be installed by 
default.  However, kdelibs must build against libfam0 to provide file 
monitoring for those users who cannot use inotify.

The solution to this problem would be to change libfam0 dependency on fam from 
Recommends to Suggests.  Packages that do require famd should specify 
Depends: fam explicitly.


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


Bug#479851: qt4-x11: should use external webkit library

2008-05-07 Thread Matthew Rosewarne
Wait just a minute here; this should not be so readily dismissed.  The 
libwebkit* were only recently renamed from libwebkitgtk*.  Since WebKit 
itself is not toolkit-specific, could that renaming please be reverted?  

Additionally, there's no reason why the Trolltech version and the WebKit.org 
version cannot both be shipped, either by using a different name or the 
alternatives system.  Qt 4.4 ships its own included copy of WebKit is because 
Qt must stay ABI-compatible throughout each major version.  Applications that 
do not need that ABI stability could use the WebKit.org version.


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


Bug#476399: [aptitude] aptitude ignores APT::Update options

2008-04-16 Thread Matthew Rosewarne
Package: aptitude
Version: 0.4.11.2-1
Severity: normal

When updating, aptitude does not honor the options APT::Update::Pre-Invoke, 
APT::Update::Post-Invoke, or APT::Update::Post-Invoke-Success, so 
pre-/post-update actions are not performed.


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


Bug#476401: [apt-file] APT post-update hook

2008-04-16 Thread Matthew Rosewarne
Package: apt-file
Version: 2.1.1
Severity: wishlist

A possible solution for having apt-file update itself automatically would be 
to add a file to /etc/apt/apt.conf.d/ with something such as:
APT::Update::Post-Invoke {/usr/bin/apt-file update; };

This would make apt-file usable without any extra effort from the user, and 
would address the concerns in #409279 and #405927.


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


Bug#469834: Latest debugging info from kmail crash

2008-04-01 Thread Matthew Rosewarne
On Monday 31 March 2008, Peter Niebling wrote:
 I already tried it.
 It only works in an totally empty environment.
 Once some Data is found in a folder it's crashing.
 Not only my account. Also wife and brother.
 After creating a new environment with a new configuration
 it seems to work. But updating is impossible.

Well, the last thing I can think of doing is to try re-importing your mail 
folder using kmailcvt. You will need to install the kmailcvt package if it 
is not already installed.

0. Make sure KMail is NOT running!

1. Find your mail folder, which is either ~/Mail or 
~/.kde/share/apps/kmail/mail.

2. Rename ~/Mail to ~/Mail.bak (if you have it) 
and  ~/.kde/share/apps/kmail to ~/.kde/share/apps/kmail.bak.  Also 
rename ~/.kde/share/config/kmailrc to ~/.kde/share/config/kmailrc.bak.

3. To make sure you don't lose anything, make the whole mail folder read-only 
with chmod -R -w {mail folder}.

4. Start KMail.  If it crashes now, look for any stray KMail-related files 
under ~/.kde/share/ and rename them with .bak, then start KMail again.

5. From KMail's menu, choose File - Import Messages... and choose Import 
KMail Maildirs and Folder Structure.  Click next and select your old mail 
folder.

Hopefully the import process will go smoothly and KMail will work again.  If 
that's not the case, then I expect that only the developers themselves will 
be able to find the problem.


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


Bug#469834: Latest debugging info from kmail crash

2008-04-01 Thread Matthew Rosewarne
On Tuesday 01 April 2008, Peter Niebling wrote:
 Well. I did it again. But, same procedure as every time.
 The only solution to get kmail running again, is to remove the kmailrc
 and start over with a fresh configuration.
 Isn't it exactly the way how an update should work on WINDOWS ;)

Was it only your kmailrc that you had to remove, or all your mail as well?  If 
it's only the kmailrc then it would be much easier to find the problem.


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


Bug#469834: Latest debugging info from kmail crash

2008-03-31 Thread Matthew Rosewarne
(Apologies for the delay)

I would expect your problem to be whatever is causing the QGDict error.  Can 
you quickly make a new user with an empty home directory and try running 
kmail?  I suspect there is something in your data that is causing KMail to 
break.


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


Bug#472452: can't undo changes

2008-03-24 Thread Matthew Rosewarne
Using kompare from kdesvn is effectively the same as running
svn diff | kompare -o -
Kompare isn't aware of the fact that it's being used with SVN, it just just 
sees a diff.  Really kompare should be opened in a read-only mode, but it 
doesn't have such a feature.


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


Bug#456156: cannot mount usb device; incomprehensible error message

2008-03-20 Thread Matthew Rosewarne
In order for a user to mount devices from Konqueror/Nautilus (using HAL), they 
must be in the plugdev group.  To add a user to the plugdev group, either 
use kuser or run the command as root:
adduser someuser plugdev

I've seen this detail trip up plenty of people before, and something will have 
to be done about it.

After adding your user(s) to the plugdev group, you should 
restore /etc/dbus-1/system.d/hal.conf to its original state.  If you don't 
have a backup copy, you can reinstall the hal package and instruct it to 
discard your changes.


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


Bug#469834: kmail crash related to gpg?

2008-03-19 Thread Matthew Rosewarne
Is the console output or backtrace any different with KMail 3.5.9?

Also, did you upgrade kleopatra and libkleopatra1 to 4:3.5.9-2?  They're 
responsible for much of the crypto-related functionality in KMail.


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


Bug#469779: konqueror: No UI to modify ACLs or any extended attribute (EA)

2008-03-06 Thread Matthew Rosewarne
Konqueror does have a UI for editing ACLs, which can be opened by clicking 
the Advanced Permissions button in the Permissions section of the file 
properties dialog.


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


Bug#469375: Fixed-string option has no effect

2008-03-04 Thread Matthew Rosewarne
Package: apt-file
Version: 2.0.8.2
Severity: normal

The fixed-string option does not appear to have any effect.

Example:

$ apt-file search /usr/bin/kded4
kdelibs-bin: usr/bin/kded4
kdelibs5-dbg: usr/lib/debug/usr/bin/kded4
$ apt-file -F search /usr/bin/kded4
kdelibs-bin: usr/bin/kded4
kdelibs5-dbg: usr/lib/debug/usr/bin/kded4

$ apt-file search usr/bin/kded4
kdelibs-bin: usr/bin/kded4
kdelibs5-dbg: usr/lib/debug/usr/bin/kded4
$ apt-file -F search usr/bin/kded4
kdelibs-bin: usr/bin/kded4
kdelibs5-dbg: usr/lib/debug/usr/bin/kded4


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


Bug#467359: ITP: libisoburn -- libisoburn enables creation and expansion of ISO-9660 filesystems on all CD/DVD media by libburn

2008-02-24 Thread Matthew Rosewarne
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: libisoburn
Version: 0.1.0
Upstream Author: Vreixo Formoso [EMAIL PROTECTED], Thomas Schmitt [EMAIL 
PROTECTED]
URL: http://libburnia-project.org
License: GPL
Description: ISO-9660 image manipulation wrapper library

libisoburn is a frontend for libraries libburn and libisofs which enables
creation and expansion of ISO-9660 filesystems on all CD/DVD media supported
by libburn. This includes media like DVD+RW, which do not support
multi-session management on media level and even plain disk files or block
devices. (http://libburnia-project.org/wiki/Libisoburn)

The xorriso ISO-9660 image manipulation program is also included.


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


Bug#466686: kdebase-bin recommends gdb

2008-02-20 Thread Matthew Rosewarne
kdebase-bin includes drkonqi, the KDE crash handler.  drkonqi requires GDB to 
function properly, so recommending GDB is compliant with policy.


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


Bug#464863: ITP: qca2-plugin-cyrus-sasl -- SASL support for the Qt Cryptographic Architecture

2008-02-09 Thread Matthew Rosewarne
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: qca2-plugin-cyrus-sasl
Version: 2.0.0~beta3
Upstream Author: Justin Karneges [EMAIL PROTECTED]
URL: http://delta.affinix.com/qca/
License: LGPL
Description: SASL support for the Qt Cryptographic Architecture
 The Qt Cryptographic Architecture provides a straightforward and cross-
 platform API for a range of cryptographic features, including SSL/TLS,
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
 .
 This plugin provides support for SASL using the Cyrus SASL library.


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


Bug#464864: RFP: qca2-plugin-pkcs11 -- PKCS#11 smart card support for the Qt Cryptographic Architecture

2008-02-09 Thread Matthew Rosewarne
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: qca2-plugin-pkcs11
Version: 2.0.0~beta2
Upstream Author: Alon Bar-Lev [EMAIL PROTECTED]
URL: http://delta.affinix.com/qca/
License: LGPL
Description: PKCS#11 smart card support for the Qt Cryptographic 
Architecture
 The Qt Cryptographic Architecture provides a straightforward and cross-
 platform API for a range of cryptographic features, including SSL/TLS,
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
 .
 This plugin provides support for PKCS#11 Cryptoki smart cards using the
 OpenSC pkcs11-helper library.


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


Bug#464349: password support

2008-02-06 Thread Matthew Rosewarne
Ark has supported password-protected archives since version 2.6, which can be 
found in Etch or later releases.  Please do not file duplicate bug reports.

If you are experiencing problems with Ark's password support, please describe 
them.  Otherwise, please close the bug by sending a mail to 
[EMAIL PROTECTED]


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


Bug#463681: kuickshow: Animated GIF support would be nice

2008-02-02 Thread Matthew Rosewarne
Sorry, but new features are no longer being developed for KDE 3.5.


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


Bug#463344: build against libcurl4-gnutls

2008-01-30 Thread Matthew Rosewarne
Source: raptor
Version: 1.4.16-1
Severity: wishlist

If possible, please build the raptor packages using libcurl4-gnutls-dev 
instead of libcurl4-openssl-dev, which conflicts with several other packages. 
The raptor code does not directly use OpenSSL/GNUTLS, so a switch shouldn't 
cause any problems.  I have built raptor packages against libcurl4-gnutls-dev 
and they appear to be working properly.


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


Bug#440515: save documents as .pdf

2008-01-28 Thread Matthew Rosewarne
On Monday 28 January 2008, Raúl Sánchez Siles wrote:
   You could try this: install cups-pdf package. Once in kivio go to the
 printing menu and choose the Print to file (PDF) printer. Select an
 output file, print and you should be done. ;)

KDE does not use cups-pdf for PDF printing, and will print to PDFs without it.


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


Bug#456609: ITP: libspectre -- Library for rendering Postscript documents

2007-12-16 Thread Matthew Rosewarne
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: libspectre
Version: 0.1.0
Upstream Author: Albert Astals Cid [EMAIL PROTECTED], Carlos Garcia Campos 
[EMAIL PROTECTED]
URL: http://libspectre.freedesktop.org
License: GPL
Description: Library for rendering Postscript documents

libspectre is a PostScript docuument API on top of libgs used by Okular and 
Evince.


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


Bug#453065: ITP: getfem++ -- C++ library for finite element methods elementary computations

2007-11-26 Thread Matthew Rosewarne
Package: wnpp
Severity: wishlist

   Package name: getfem++
Version: 3.0.3
Upstream Author: Yves Renard [EMAIL PROTECTED], Julien Pommier [EMAIL 
PROTECTED]
URL: http://home.gna.org/getfem/
License: LGPL
Description: C++ library for finite element methods elementary computations


Getfem++ also contains the GMM++ matrix templates, which are used by several 
KDE programs.


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


Bug#414305: cdbs: Call of 'ant clean' happens _after_ patch removal

2007-11-16 Thread Matthew Rosewarne
While it's not quite the same problem, simple-patchsys, dpatch, and 
patchsys-quilt all run before the custom clean:: rule defined in 
debian/rules.  This is causing me problems when trying to do additional 
cleaning of autotools leftovers.

Perhaps some thing like a clean-before-reverse-patches: rule would be the 
solution to both of these issues?


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


Bug#451476: cdbs: DEB_INSTALL_CHANGELOGS_curpkg doesn't override DEB_INSTALL_CHANGELOGS_ALL

2007-11-16 Thread Matthew Rosewarne
Package: cdbs
Version: 0.4.50
Severity: minor
Tags: patch

While packaging libvncserver, I ran into the problem of the upstream source 
having multiple different changelogs for several components.  While most of 
the packages use the changelog specified in the default 
DEB_INSTALL_CHANGELOGS_ALL (which is ChangeLog), for some packages I define 
DEB_INSTALL_CHANGELOGS_foo = foo/ChangeLog.  However, the resulting 
package foo does not seem to respect DEB_INSTALL_CHANGELOGS_foo and 
contains changelog from DEB_INSTALL_CHANGELOGS_ALL.

Attached is a patch against rules/debhelper.mk that makes it install 
DEB_INSTALL_CHANGELOGS_foo for packages that define it, and 
DEB_INSTALL_CHANGELOGS_ALL for the rest.  The patch also makes it not assign 
the default changelog files to DEB_INSTALL_CHANGELOGS_ALL if it was already 
defined in debian/rules.

To make your lives easier, I've also included a version of the patch that 
doesn't conflict with the patch from #451226.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: lenny/sid
  800 testing security.debian.org 
  800 testing ftp.us.debian.org 
  700 unstableftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-
debhelper (= 5.0.30) | 5.0.60

--- debhelper.mk.orig	2007-11-16 02:48:07.987481414 -0500
+++ debhelper.mk	2007-11-16 02:53:30.497892025 -0500
@@ -97,7 +97,7 @@
 is_debug_package=$(if $(patsubst %-dbg,,$(cdbs_curpkg)),,yes)
 
 DEB_INSTALL_DIRS_ALL =
-DEB_INSTALL_CHANGELOGS_ALL = $(if $(DEB_ISNATIVE),,$(shell for f in ChangeLog Changelog Changes CHANGES changelog; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; break; fi; done))
+DEB_INSTALL_CHANGELOGS_ALL ?= $(if $(DEB_ISNATIVE),,$(shell for f in ChangeLog Changelog Changes CHANGES changelog; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; break; fi; done))
 DEB_INSTALL_DOCS_ALL = $(filter-out $(DEB_INSTALL_CHANGELOGS_ALL),$(shell for f in README NEWS TODO BUGS AUTHORS THANKS; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; fi; done))
 
 cdbs_add_dashx = $(foreach i,$(1),$(patsubst %,-X %,$(i)))
@@ -168,7 +168,11 @@
 	dh_installlogrotate -p$(cdbs_curpkg) $(DEB_DH_INSTALLLOGROTATE_ARGS)
 	dh_installlogcheck -p$(cdbs_curpkg) $(DEB_DH_INSTALLLOGCHECK_ARGS)
 	dh_installmime -p$(cdbs_curpkg) $(DEB_DH_INSTALLMIME_ARGS)
-	dh_installchangelogs -p$(cdbs_curpkg) $(DEB_DH_INSTALLCHANGELOGS_ARGS) $(DEB_INSTALL_CHANGELOGS_ALL) $(DEB_INSTALL_CHANGELOGS_$(cdbs_curpkg))
+	ifdef DEB_INSTALL_CHANGELOGS_$(cdbs_curpkg)
+	dh_installchangelogs -p$(cdbs_curpkg) $(DEB_DH_INSTALLCHANGELOGS_ARGS) $(DEB_INSTALL_CHANGELOGS_$(cdbs_curpkg))
+	else
+	dh_installchangelogs -p$(cdbs_curpkg) $(DEB_DH_INSTALLCHANGELOGS_ARGS) $(DEB_INSTALL_CHANGELOGS_ALL)
+	endif
 	$(if $(wildcard /usr/bin/dh_installudev),dh_installudev -p$(cdbs_curpkg) $(DEB_DH_INSTALLUDEV_ARGS))
 	dh_install -p$(cdbs_curpkg) $(if $(DEB_DH_INSTALL_SOURCEDIR),--sourcedir=$(DEB_DH_INSTALL_SOURCEDIR)) $(DEB_DH_INSTALL_ARGS)
 	dh_link -p$(cdbs_curpkg) $(DEB_DH_LINK_ARGS) $(DEB_DH_LINK_$(cdbs_curpkg))
--- debhelper.mk.orig	2007-11-16 02:57:09.504961000 -0500
+++ debhelper.mk	2007-11-16 02:59:36.509707794 -0500
@@ -97,7 +97,7 @@
 is_debug_package=$(if $(patsubst %-dbg,,$(cdbs_curpkg)),,yes)
 
 DEB_INSTALL_DIRS_ALL =
-DEB_INSTALL_CHANGELOGS_ALL = $(if $(DEB_ISNATIVE),,$(shell for d in $(DEB_SRCDIR) .; do for f in ChangeLog Changelog Changes CHANGES changelog; do if test -s $$d/$$f; then echo $$d/$$f; break 2; fi; done; done))
+DEB_INSTALL_CHANGELOGS_ALL ?= $(if $(DEB_ISNATIVE),,$(shell for d in $(DEB_SRCDIR) .; do for f in ChangeLog Changelog Changes CHANGES changelog; do if test -s $$d/$$f; then echo $$d/$$f; break 2; fi; done; done))
 DEB_INSTALL_DOCS_ALL = $(filter-out $(DEB_INSTALL_CHANGELOGS_ALL),$(shell for f in README NEWS TODO BUGS AUTHORS THANKS; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; elif test -s ./$$f; then echo ./$$f; fi; done))
 
 cdbs_add_dashx = $(foreach i,$(1),$(patsubst %,-X %,$(i)))
@@ -168,7 +168,11 @@
 	dh_installlogrotate -p$(cdbs_curpkg) $(DEB_DH_INSTALLLOGROTATE_ARGS)
 	dh_installlogcheck -p$(cdbs_curpkg) $(DEB_DH_INSTALLLOGCHECK_ARGS)
 	dh_installmime -p$(cdbs_curpkg) $(DEB_DH_INSTALLMIME_ARGS)
-	dh_installchangelogs -p$(cdbs_curpkg) $(DEB_DH_INSTALLCHANGELOGS_ARGS) $(DEB_INSTALL_CHANGELOGS_ALL) $(DEB_INSTALL_CHANGELOGS_$(cdbs_curpkg))
+	ifdef DEB_INSTALL_CHANGELOGS_$(cdbs_curpkg)
+	dh_installchangelogs -p$(cdbs_curpkg) $(DEB_DH_INSTALLCHANGELOGS_ARGS) $(DEB_INSTALL_CHANGELOGS_$(cdbs_curpkg))
+	else
+	dh_installchangelogs -p$(cdbs_curpkg) $(DEB_DH_INSTALLCHANGELOGS_ARGS) $(DEB_INSTALL_CHANGELOGS_ALL)
+	endif
 	$(if $(wildcard /usr/bin/dh_installudev),dh_installudev -p$(cdbs_curpkg) $(DEB_DH_INSTALLUDEV_ARGS))
 	dh_install -p$(cdbs_curpkg) $(if $(DEB_DH_INSTALL_SOURCEDIR),--sourcedir=$(DEB_DH_INSTALL_SOURCEDIR)) $(DEB_DH_INSTALL_ARGS)
 	dh_link 

Bug#447653: gpsd_config.h not installed

2007-10-22 Thread Matthew Rosewarne
Package: libgps-dev
Version: 2.34.dfsg-2
Severity: important
Tags: patch

libgpsmm.h includes gpsd_config.h, which is not listed in the include_HEADERS 
variable in Makefile.am  Makefile.in.  As a result, anything that includes 
libgpsmm.h will fail to build.  The attached patch will add gpsd_config.h to 
include_HEADERS, ass suggested in the gpsd-users mailing list.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: lenny/sid
  800 testing security.debian.org 
  800 testing ftp.us.debian.org 
  700 unstableftp.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
libgps16 (= 2.34.dfsg-2) | 2.34.dfsg-2



include_headers.dpatch
Description: application/shellscript


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


Bug#428208: Split hotswap-gui into hotswap-kde hotswap-x11

2007-06-09 Thread Matthew Rosewarne
Package: hotswap
Version: 0.4.0
Severity: wishlist

In the README, the author states:
Distribution maintainers are encouraged to package the individual
frontends separately to avoid unnecessary dependencies on the main
packages.  This should be very easy, as they are implemented as
sub-packages and can be configured and build indepentently.

It would be convenient to take advantage of upstream's layout and package the 
KDE and Motif versions separately.  I'm sure users of KDE have no desire for 
a Motif app and users of other GUIs have no desire to install kdelibs.

If the maintainer does not wish to do this, I would be willing to write and 
forward the necessary changes.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-vserver-686

Debian Release: lenny/sid
  800 testing security.debian.org 
  800 testing ftp.us.debian.org 
  700 unstableftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 



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


Bug#402199: burn: Please replace cdrecord with wodim

2006-12-09 Thread Matthew Rosewarne
I have never stated any judgement on the CDDL license used for parts of 
cdrtools.  I suggest you submit any problems you have with the DFSG and the 
decision on cdrtools to the debian-legal list.

This is a bug report related to a frontend that simply includes an unnecessary 
dependency, since the package already uses cdrkit's wodim for burning but 
retains a dependency on the transitional package cdrecord.

One clarification, I see the /usr/bin/cdrecord symlink is created by the 
cdrecord package, so invocations of cdrecord would need to be replaced
with wodim.  That should be the only code change needed.


pgpjrTXcwEPMy.pgp
Description: PGP signature


Bug#402199: burn: Please replace cdrecord with wodim

2006-12-08 Thread Matthew Rosewarne
Package: burn
Version: 0.4.3-2.1
Severity: wishlist

The burn package has dependencies on packages of cdrecord.  It would be best
if burn's dependencies were changed to wodim | cdrecord and
genisoimage | mkisofs to allow it to work with the DFSG-compliant cdrkit
fork.  Presumably no changes to the actual code would be necessary.


pgpxiz5N8bXbI.pgp
Description: PGP signature


Bug#379686: kdesu fails with sash as root's shell

2006-07-24 Thread Matthew Rosewarne
Package: sash
Version: 3.7-7
Severity: normal

If sash is set as root's shell, kdesu attempts will always fail instantly with 
the message incorrect password, although PAM's logs will show that the 
attempts were successful.  If an incorrect password is actually entered, there 
is the usual pause while the
password is looked up before the message appears.  If root's shell is set back 
to dash or bash, kdesu functions normally.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages sash depends on:
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  lockfile-progs0.1.10 Programs for locking and unlocking
ii  passwd1:4.0.16-2 change and administer password and

sash recommends no packages.

-- debconf information:
  sash/delete_sashroot_on_remove: false
  sash/clone_root_passwd: true
* sash/create_sashroot: false
* sash/change_root_shell: true


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