--- kid3-1.2.orig/debian/copyright +++ kid3-1.2/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Aurelien Jarno on +Sat, 17 Apr 2004 19:02:08 +0100. + +Maintenance was taken over by Ana Beatriz Guerrero López + on Fri, 27 Oct 2006 19:26:06 +0200 + +It was downloaded from http://kid3.sourceforge.net/ + +Upstream Author: Urs Fleisch + +Copyright: + +Copyright 2003-2009 Urs Fleisch + +License: + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. --- kid3-1.2.orig/debian/kid3.manpages +++ kid3-1.2/debian/kid3.manpages @@ -0,0 +1 @@ +debian/kid3.1 --- kid3-1.2.orig/debian/kid3.1 +++ kid3-1.2/debian/kid3.1 @@ -0,0 +1,78 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KID3 1 "April 17, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +kid3 \- Kid3 ID3 Tagger +.SH SYNOPSIS +.B kid3 +.RI [ options ] " dir" +.SH DESCRIPTION + With Kid3, an ID3 tag editor for KDE you can: +.PD +.IP +* Edit ID3v1.1 tags +.IP +* Edit all ID3v2.3 frames +.IP +* Convert between ID3v1.1 and ID3v2.3 tags +.IP +* Edit Ogg/Vorbis tags +.IP +* Edit tags in MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex, TrueAudio and WavPack files. +.IP +* Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together. +.IP +* Generate tags from filenames +.IP +* Generate filenames from tags +.IP +* Generate playlist files +.IP +* Automatic case conversion and string translation +.IP +* Import and export album data +.PD 1 + +.SH OPTIONS +A summary of options are included below. +.TP +.B \-\-help +Show summary of options. +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE specific options +.TP +.B \-\-help\-all +Show all options +.TP +.B \-\-author +Show author information +.TP +.B \-v, \-\-version +Show version of program. +.TP +.B \-\-license +Show license information +.SH AUTHOR +.B Kid3 +was written by Urs Fleisch . +.br +This manual page was written by Aurelien Jarno , +for the Debian GNU/Linux system (but may be used by others). --- kid3-1.2.orig/debian/control +++ kid3-1.2/debian/control @@ -0,0 +1,64 @@ +Source: kid3 +Section: kde +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian KDE Extras Team +Uploaders: Ana Beatriz Guerrero Lopez , Mark Purcell , + Patrick Matthäi +Build-Depends: debhelper (>= 6), libqt4-dev, kdelibs5-dev, cmake, quilt, + libid3-3.8.3-dev (>= 3.8.3-4.2), libtunepimp-dev, libflac++-dev (>= 1.1.2), libvorbis-dev, + libtag1-dev, docbook-utils, libqt3-i18n, libmp4v2-dev +Standards-Version: 3.8.1 +Homepage: http://kid3.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kid3/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kid3/?op=log + +Package: kid3 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: KDE MP3 ID3 tag editor + With Kid3, an ID3 tag editor for KDE you can: + * Edit ID3v1.1 tags in your MP3 files + * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files + * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags + * Edit Ogg/Vorbis tags + * Edit FLAC tags + * Edit APE tags in MPC files + * Edit tags in MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex, + TrueAudio and WavPack files + * Edit tags of multiple files, e.g. the artist, album, year and genre + of all files of an album typically have the same values and can be + set together + * Generate tags from filenames + * Generate filenames from tags + * Generate playlist files + * Automatic case conversion and string translation + * Import and export album data + * Import from gnudb.org, TrackType.org, MusicBrainz, Discogs + . + This package uses KDE libraries, if you do not use KDE you should use kid3-qt. + +Package: kid3-qt +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Audio tag editor + With Kid3, an audio tag editor you can: + * Edit ID3v1.1 tags in your MP3 files + * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files + * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags + * Edit Ogg/Vorbis tags + * Edit FLAC tags + * Edit APE tags in MPC files + * Edit tags in MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex, + TrueAudio and WavPack files + * Edit tags of multiple files, e.g. the artist, album, year and genre + of all files of an album typically have the same values and can be + set together + * Generate tags from filenames + * Generate filenames from tags + * Generate playlist files + * Automatic case conversion and string translation + * Import and export album data + * Import from gnudb.org, TrackType.org, MusicBrainz, Discogs + . + This package does not use KDE libraries, if you use KDE you should use kid3. --- kid3-1.2.orig/debian/compat +++ kid3-1.2/debian/compat @@ -0,0 +1 @@ +6 --- kid3-1.2.orig/debian/kid3-qt.manpages +++ kid3-1.2/debian/kid3-qt.manpages @@ -0,0 +1 @@ +debian/kid3-qt.1 --- kid3-1.2.orig/debian/kid3-qt.1 +++ kid3-1.2/debian/kid3-qt.1 @@ -0,0 +1,55 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KID3 1 "April 17, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +kid3-qt \- Kid3 ID3 Tagger +.SH SYNOPSIS +.B kid3-qt +.RI " dir" +.SH DESCRIPTION + With Kid3, an ID3 tag editor, you can: +.PD +.IP +* Edit ID3v1.1 tags +.IP +* Edit all ID3v2.3 frames +.IP +* Convert between ID3v1.1 and ID3v2.3 tags +.IP +* Edit Ogg/Vorbis tags +.IP +* Edit tags in MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex, TrueAudio and WavPack files. +.IP +* Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together. +.IP +* Generate tags from filenames +.IP +* Generate filenames from tags +.IP +* Generate playlist files +.IP +* Automatic case conversion and string translation +.IP +* Import and export album data +.PD 1 + +.SH AUTHOR +.B Kid3 +was written by Urs Fleisch . +.br +This manual page was written by Aurelien Jarno , +for the Debian GNU/Linux system (but may be used by others). --- kid3-1.2.orig/debian/watch +++ kid3-1.2/debian/watch @@ -0,0 +1,7 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/kid3/kid3-(.*)\.tar\.gz debian svn-upgrade --- kid3-1.2.orig/debian/rules +++ kid3-1.2/debian/rules @@ -0,0 +1,124 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +pixmaps = $(CURDIR)/debian/kid3/usr/share/pixmaps +bindir = $(CURDIR)/debian/kid3/usr/bin +kdedocs = $(CURDIR)/debian/kid3/usr/share/doc/kde/HTML + +INSTALL_DIR = install -p -d -o root -g root -m 755 +INSTALL_FILE = install -p -o root -g root -m 644 + +DEBVERSION:=$(shell head -n 1 debian/changelog \ + | sed -e 's/^[^(]*(\([^)]*\)).*/\1/') +UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//') + +FILENAME := kid3_$(UPVERSION).orig.tar.gz +UPFILENAME := kid3-$(UPVERSION).tar.gz +URL = http://heanet.dl.sourceforge.net/kid3/$(UPFILENAME) + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +build: build-stamp + +-include debian/debiandirs + +DEB_CMAKE_PREFIX = /usr +DEB_CONFIG_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/kde4/config +DEB_HTML_INSTALL_DIR = $(DEB_CMAKE_PREFIX)/share/doc/kde/HTML + +CMAKE_KDE4_FLAGS += \ + -DCMAKE_SKIP_RPATH=true \ + -DKDE4_USE_ALWAYS_FULL_RPATH=false \ + -DWITH_MP4V2=true + -DSYSCONF_INSTALL_DIR=/etc \ + -DCMAKE_INSTALL_PREFIX=$(DEB_CMAKE_PREFIX) \ + -DCONFIG_INSTALL_DIR=$(DEB_CONFIG_INSTALL_DIR) \ + -DDATA_INSTALL_DIR=$(DEB_CMAKE_PREFIX)/share/kde4/apps \ + -DHTML_INSTALL_DIR=$(DEB_HTML_INSTALL_DIR) \ + -DKCFG_INSTALL_DIR=$(DEB_CMAKE_PREFIX)/share/kde4/config.kcfg \ + -DLIB_INSTALL_DIR=$(DEB_CMAKE_PREFIX)/lib + +debian/debiandirs: admin/debianrules + perl -w admin/debianrules echodirs > debian/debiandirs + +include /usr/share/quilt/quilt.make + +build-stamp: $(QUILT_STAMPFN) + dh_testdir + # KDE4 build. + mkdir kid3-kde4 + cd kid3-kde4 && cmake .. $(CMAKE_KDE4_FLAGS) + $(MAKE) -C kid3-kde4 + # Qt4 build. + cd kid3-qt && \ + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --with-qmake=qmake-qt4 && \ + cd .. + $(MAKE) -C kid3-qt + touch build-stamp + +clean: unpatch + dh_clean build-stamp + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) -C kid3-qt distclean + [ ! -f Makefile ] || $(MAKE) -C kid3-kde4 distclean + rm -rf kid3-kde4 + rm -f *-stamp po/*.gmo kid3-qt/kid3/*.png kid3-qt/kid3/*.svgz + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + # Main install. + $(MAKE) -C kid3-kde4 install DESTDIR=$(CURDIR)/debian/kid3 + $(MAKE) -C kid3-qt install INSTALL_ROOT=$(CURDIR)/debian/kid3-qt + # Make common links for docs. + for p in `dh_listpackages`; do \ + for i in `find $(kdedocs) -type d -name $$p -not -regex .*/en/$$p`; do \ + ln -f -n -s ../../en/common $$i/common; done; done + perl -w admin/debianrules cleanup + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs -A AUTHORS NEWS README + dh_installmenu + dh_installman + dh_installchangelogs ChangeLog + dh_icons + dh_desktop + dh_link + dh_strip + dh_compress --exclude=.docbook + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure + +get-orig-source: + @@dh_testdir + @@[ -d ../tarballs/. ]||mkdir -p ../tarballs + @@echo Downloading $(UPFILENAME) from $(URL) ... + @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL) --- kid3-1.2.orig/debian/changelog +++ kid3-1.2/debian/changelog @@ -0,0 +1,247 @@ +kid3 (1.2-1ubuntu4) karmic; urgency=low + + * Revert changes from previous revision. The bug that caused the problems + was in mpeg4ip and was fixed in the meantime + * Add patch fix_gnome_file_dialog.diff, thanks to Urs Fleisch (LP: #444986) + - Add build-dep on quilt + - Add quilt to debian/rules + + -- Christian Mangold Tue, 06 Oct 2009 23:48:41 +0200 + +kid3 (1.2-1ubuntu3) karmic; urgency=low + + * Rebuild against new taglib 1.6 (LP: #425319) + - debian/control: Remove libmp4v2-dev again., breaks the build + - debian/rules: Change KDE4 cmake flag to disable MP4 support and add + --without-mp4v2 to configure of kid3-qt build + + -- Christian Mangold Mon, 28 Sep 2009 22:56:37 +0200 + +kid3 (1.2-1ubuntu2) karmic; urgency=low + + * Build-depends on limp4v2-dev + * Fixed debian/rules: + - Changed KDE4 cmake flags to enable MP4 support. + + -- Anthony Mercatante Sun, 26 Jul 2009 06:13:47 +0200 + +kid3 (1.2-1) unstable; urgency=low + + [ Ana Beatriz Guerrero Lopez ] + * New upstream release, switch to Qt3 and KDE 4. + Closes: #526313 + * Update copyright years. + + [ Patrick Matthäi ] + * Some minor packaging cleanups (remove useless whitespaces at EOL etc.). + * Bump Standards-Version to 3.8.1 (no changes needed). + * Add myself to uploaders. + * Refer in debian/copyright to the GPL-2 file instead of GPL. + This fixes the lintian warning copyright-refers-to-symlink-license. + * Adjust build dependencies, so that kid3 builds against Qt4 and KDE4 libs. + + -- Patrick Matthäi Wed, 20 May 2009 16:12:30 +0200 + +kid3 (1.1-1) unstable; urgency=low + + * New usptream release: + - Add support for .oga (Closes: #498352) + * Add call to dh_icons and dh_desktop. (Closes: #454526) + * Update do debhelper compat 6. + * Remove build depend on quilt. + * Update to Standards-Version: 3.8.0, no changes required. + + -- Ana Beatriz Guerrero Lopez Thu, 15 Jan 2009 19:15:40 +0100 + +kid3 (1.0-1) unstable; urgency=low + + * New usptream release: + - Includes polish translation. (Closes: #465675) + * Add build-depend on libqt3-i18n to build translations. + * Update description in control file and manpages. + + -- Ana Beatriz Guerrero Lopez Tue, 08 Apr 2008 10:32:37 +0200 + +kid3 (0.10-1) unstable; urgency=low + + * New upstream release: + - Allow configuration of default charset for new tags. (Closes: #447699) + * Remove all the patches added in the 0.9-X uploads. + * Move Homepage into control field. + * Update Standards-Version to 3.7.3 + * Add Vcs-Svn and Vcs-Browser fields. + + -- Ana Beatriz Guerrero Lopez Wed, 05 Dec 2007 00:18:59 +0100 + +kid3 (0.9-4) unstable; urgency=low + + * Fix clean rule to allow package be built twice in a row. (Closes: #442615) + + -- Ana Beatriz Guerrero Lopez Wed, 26 Sep 2007 09:22:56 +0200 + +kid3 (0.9-3) unstable; urgency=low + + * Add patch to use custom import/export formats with empty fields. + (Closes: #432953) + + -- Ana Beatriz Guerrero Lopez Mon, 16 Jul 2007 20:58:45 +0200 + +kid3 (0.9-2) unstable; urgency=low + + [ Mark Purcell ] + * Install debian/watch file + * Add myself to uploaders + * Add debian/rules get-orig-source target for http://buildserver.net + + [Ana Beatriz Guerrero Lopez] + * Package split, now it provides: kid3 (integrated with KDE) and kid3-qt + (for non-KDE users). + * Improve package descriptions. Thanks Urs! + * Added post-release patches: kid3-0.9-desktop, kid3-0.9-kid3-qt-icon and + kid3-0.9-remove_user_actions + * New needed b-d libvorbis-dev, libtag1-dev, docbook-utils and quilt. + + -- Debian KDE Extras Team Sun, 08 Jul 2007 05:31:05 +0200 + +kid3 (0.9-1) unstable; urgency=low + + * New upstream release. (Closes: #423464, #423468, #428872) + + -- Ana Beatriz Guerrero Lopez Sun, 17 Jun 2007 23:48:03 +0200 + +kid3 (0.8.1-3) unstable; urgency=low + + * Rebuild due to FLAC 1.1.4 transition. (Closes: #426651) + + -- Ana Beatriz Guerrero Lopez Tue, 05 Jun 2007 20:19:35 +0100 + +kid3 (0.8.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Ana Beatriz Guerrero Lopez Sat, 19 May 2007 11:36:19 +0100 + +kid3 (0.8.1-1) experimental; urgency=low + + * New upstream release. + * Compiled against libtunepimp 0.5.2. (Closes: #397325) + * Removed relibtoolization at build time, does not seem necessary now. + + -- Ana Beatriz Guerrero Lopez Fri, 24 Nov 2006 01:29:55 +0100 + +kid3 (0.7-3) unstable; urgency=low + + * New maintainter. (Closes: #393170) + * Bumped compat to 5. + * Added space to homepage pseudo header. + * Moved .desktop file to the right place. + + -- Ana Beatriz Guerrero Lopez Fri, 27 Oct 2006 19:28:50 +0200 + +kid3 (0.7-2) unstable; urgency=low + + * Orphaning this package, setting maintainer field to + packages@qa.debian.org. + + -- Aurelien Jarno Sun, 15 Oct 2006 02:37:49 +0200 + +kid3 (0.7-1) unstable; urgency=low + + * New upstream version: + - Export dialog + - Show/hide ID3v1.1/ID3v2.3 (closes: bug#308121) + - Custom genres + - Automatic track numbering + - Improved import (search history, track reordering) + - Split filename and tag format into separate options and commands + * Bumped Standards-Version to 3.7.2 (no changes). + + -- Aurelien Jarno Thu, 13 Jul 2006 12:24:01 +0200 + +kid3 (0.6-3) unstable; urgency=low + + * The "I am really upset" release: when changing the API of a library, + please either provide the two versions of the library, or at least + coordinate the changes with other maintainers. + * Build-depends on libtunepimp3-dev instead of libtunepimp2-dev. + * Fixes to use the new API. + + -- Aurelien Jarno Thu, 6 Apr 2006 17:17:14 +0200 + +kid3 (0.6-2) unstable; urgency=low + + * Relibtoolize the package to get rid of a lot of unneeded dependencies, + including libfreetype6. + + -- Aurelien Jarno Thu, 24 Nov 2005 12:16:38 +0100 + +kid3 (0.6-1) unstable; urgency=low + + * Added a patch to remove the old .ogg file when both the tags and the + filename are changed. Patch by Urs Fleisch, thanks (closes: + bug#339066). + + -- Aurelien Jarno Mon, 14 Nov 2005 21:14:17 +0100 + +kid3 (0.6-0) unstable; urgency=low + + * New upstream version: + - support for Ogg/Vorbis and FLAC files (closes: bug#308120) + - import from MusicBrainz + - usability improvements (closes: bug#308122) + * Bumped Standards-Version to 3.6.2 (no changes). + + -- Aurelien Jarno Mon, 31 Oct 2005 10:27:12 +0100 + +kid3 (0.5-6) unstable; urgency=low + + * Applied a patch from Urs Fleisch to fix a bug appearing when moving + a tag from ID3v2 to ID3v1 (closes: bug#320077). + + -- Aurelien Jarno Sat, 10 Sep 2005 01:08:30 +0200 + +kid3 (0.5-5) unstable; urgency=low + + * Tightened the build-dependency on libid3-3.8.3-dev to (>= 3.8.3-4.2) + (closes: bug#325611). + + -- Aurelien Jarno Tue, 30 Aug 2005 07:48:14 +0200 + +kid3 (0.5-4) unstable; urgency=low + + * C++ transition: build-depends on libqt3-mt-dev (>= 3:3.3.4-7) and + kdelibs4-dev (>= 4:3.4.2-1). + + -- Aurelien Jarno Thu, 18 Aug 2005 10:53:10 +0200 + +kid3 (0.5-3) unstable; urgency=low + + * Fixed po/de.po (closes: bug#314026). + + -- Aurelien Jarno Wed, 15 Jun 2005 11:34:40 +0200 + +kid3 (0.5-2) unstable; urgency=low + + * Included patch #1079111 (from kid3.sf.net) to handle filenames with + accents correctly (closes: bug#291925). + + -- Aurelien Jarno Fri, 28 Jan 2005 02:12:50 +0100 + +kid3 (0.5-1) unstable; urgency=low + + * New upstream version (closes: bug#273073). + + -- Aurelien Jarno Sun, 26 Sep 2004 00:22:06 +0200 + +kid3 (0.4-2) unstable; urgency=low + + * Improved description (closes: bug#246411). + + -- Aurelien Jarno Thu, 29 Apr 2004 02:11:57 +0200 + +kid3 (0.4-1) unstable; urgency=low + + * Initial Release (closes: bug#205938). + + -- Aurelien Jarno Sat, 17 Apr 2004 19:02:02 +0200 + --- kid3-1.2.orig/debian/debiandirs +++ kid3-1.2/debian/debiandirs @@ -0,0 +1,10 @@ +export kde_prefix=/usr +export sysconfdir=/etc +export kde_includedir=/usr/include/kde +export infodir=/usr/share/info +export mandir=/usr/share/man +export qtdir=/usr/share/qt3 +export kde_cgidir=/usr/lib/cgi-bin +export kde_confdir=/etc/kde3 +export kde_htmldir=/usr/share/doc/kde/HTML +configkde=--disable-debug --disable-rpath --prefix=$(kde_prefix) --sysconfdir=$(sysconfdir) --includedir=$(kde_includedir) --infodir=$(infodir) --mandir=$(mandir) --with-qt-dir=$(qtdir) --- kid3-1.2.orig/debian/patches/fix_gnome_file_dialog.diff +++ kid3-1.2/debian/patches/fix_gnome_file_dialog.diff @@ -0,0 +1,14 @@ +Index: kid3-1.2/kid3/kid3.cpp +=================================================================== +--- kid3-1.2.orig/kid3/kid3.cpp 2009-10-07 00:51:03.933252564 +0200 ++++ kid3-1.2/kid3/kid3.cpp 2009-10-07 00:52:49.137259288 +0200 +@@ -1483,6 +1483,9 @@ + filter = filter.mid(start + 1, end - start - 1); + } + s_miscCfg.m_nameFilter = filter; ++ if (!filter.isEmpty()) { ++ s_miscCfg.m_nameFilter = filter; ++ } + openDirectory(dir); + } + } --- kid3-1.2.orig/debian/patches/series +++ kid3-1.2/debian/patches/series @@ -0,0 +1 @@ +fix_gnome_file_dialog.diff