Import k3b_20.12.2-1.debian.tar.xz
authorPino Toscano <pino@debian.org>
Thu, 4 Feb 2021 15:05:56 +0000 (16:05 +0100)
committerPino Toscano <pino@debian.org>
Thu, 4 Feb 2021 15:05:56 +0000 (16:05 +0100)
[dgit import tarball k3b 20.12.2-1 k3b_20.12.2-1.debian.tar.xz]

29 files changed:
README.Debian [new file with mode: 0644]
changelog [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
k3b-data.install [new file with mode: 0644]
k3b-data.maintscript [new file with mode: 0644]
k3b-extrathemes.install [new file with mode: 0644]
k3b-i18n.install [new file with mode: 0644]
k3b.bug-presubj [new file with mode: 0644]
k3b.bug-script [new file with mode: 0644]
k3b.docs [new file with mode: 0644]
k3b.install [new file with mode: 0644]
k3b.maintscript [new file with mode: 0644]
libk3b-dev.install [new file with mode: 0644]
libk3b7-extracodecs.install [new file with mode: 0644]
libk3b7.install [new file with mode: 0644]
libk3b7.lintian-overrides [new file with mode: 0644]
patches/101_rename_normalize.diff [new file with mode: 0644]
patches/104_dont_require_suid_cdrecord_or_cdrdao.diff [new file with mode: 0644]
patches/110_disable_no_problems_found_popup.diff [new file with mode: 0644]
patches/111_advice_debian_libk3b3-extracodes.diff [new file with mode: 0644]
patches/112_dont_require_mp3.diff [new file with mode: 0644]
patches/series [new file with mode: 0644]
rules [new file with mode: 0755]
salsa-ci.yml [new file with mode: 0644]
source/format [new file with mode: 0644]
upstream/metadata [new file with mode: 0644]
upstream/signing-key.asc [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/README.Debian b/README.Debian
new file mode 100644 (file)
index 0000000..264bc51
--- /dev/null
@@ -0,0 +1,49 @@
+Users must be members of the "cdrom" group
+------------------------------------------
+
+To be able to access the CD/DVD burner, users must be members of the "cdrom"
+group.  To check whether you are a member of that group, run the following 
+command:
+
+  groups
+
+If you don't see the "cdrom" group, ask the administrator to be added to that 
+group or run the following command as root:
+
+  adduser [username] cdrom
+
+If you are already a member of the "cdrom" group and are experiencing problems, 
+then you may need to give SUID privileges to wodim.  To do this, run the
+following command as root:
+
+  dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim
+ -- Francois Marier <francois@debian.org>, Fri, 3 Dec 2006 16:38:14 -0500
+
+
+Ripping DVD using transcode
+---------------------------
+
+K3b can use transcode in order to rip dvd if you properly setup the "Options"
+tab that allows you to configure the location of additional tools. Some of
+these tools (tccat, tcdecode, tcextract) are provided by the transcode program.
+However, transcode is not currently available in Debian due to legal issues and
+probably never will be. If you want to use transcode you can find it on
+http://debian.video.free.fr, to have apt use it as an additional source add the
+line corresponding to your Debian version in your /etc/apt/sources.list
+
+For stable:
+  deb http://www.deb-multimedia.org stable main
+
+For testing:
+  deb http://www.deb-multimedia.org testing main
+
+For unstable:
+  deb http://www.deb-multimedia.org sid main
+
+Notice, however, that the above packages are neither official nor
+supported by Debian. Moreover, the binary packages are only available
+for a limited set of architectures and not for all the architectures
+supported by Debian.
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>, Thu, 20 Feb 2003 17:23:39 -0500
diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..8918d8c
--- /dev/null
+++ b/changelog
@@ -0,0 +1,1803 @@
+k3b (20.12.2-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Update upstream GPG signing key.
+  * Explicitly add the gettext build dependency.
+
+ -- Pino Toscano <pino@debian.org>  Thu, 04 Feb 2021 16:05:56 +0100
+
+k3b (20.12.1-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release (20.12.1).
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Thu, 07 Jan 2021 22:50:12 +0100
+
+k3b (20.12.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release (20.12.0).
+  * Simplify upstream metadata.
+  * Bump Standards-Version to 4.5.1 (no change required).
+
+ -- Norbert Preining <norbert@preining.info>  Tue, 15 Dec 2020 10:56:53 +0900
+
+k3b (20.08.3-1) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Aurélien COUDERC ]
+  * Fix Changelog URL in upstream metadata.
+
+  [ Pino Toscano ]
+  * New upstream release.
+  * Stop passing -DCMAKE_INSTALL_LIBEXECDIR=/usr/libexec to cmake, as it has no
+    effect, and we do not want to change the libexec directory from the default
+    used by KF applications.
+  * Set field Upstream-Contact in debian/copyright.
+  * Remove obsolete field Contact from debian/upstream/metadata (already present
+    in machine-readable debian/copyright).
+
+ -- Pino Toscano <pino@debian.org>  Tue, 10 Nov 2020 12:42:23 +0100
+
+k3b (20.08.2-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release (20.08.2).
+  * Reword copyright License stanza to match other packages and avoid lintian
+    choking on it.
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Tue, 27 Oct 2020 00:25:16 +0100
+
+k3b (20.08.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Drop the Debian man page, as it is outdated, and it offers no useful
+    information.
+  * Unregister k3btheme.knsrc as conffile, as it is no more in /etc.
+  * Stop passing --fail-missing to dh_missing, as it is the default with the
+    debhelper compatibility 13+.
+
+ -- Pino Toscano <pino@debian.org>  Fri, 14 Aug 2020 09:03:35 +0200
+
+k3b (20.04.1-1) unstable; urgency=medium
+
+  [ Scarlett Moore ]
+  * Refresh copyright file.
+     - Refresh entries.
+     - Fix DEP5 entry for KDEev clause.
+  * Fix "Obsolete conffile /etc/dbus-
+    1/system.d/org.kde.kcontrol.k3bsetup.conf not properly removed on
+    upgrades"
+     - Add dh_installdeb maintscript file to
+       call dpkg-maintscript-helper for rm_conffile
+       to gracefully remove the obsolete file in various stages of install.
+       (Closes: 914077)
+  * Add Bug-Database and Bug-Submit information to upstream metadata.
+  * Add +all to hardening options.
+  * Fix "[k3b] Please mention that K3b can rip in description"
+     - Updated the extended description with the about data.
+    (Closes: #691053)
+  * Pass libexec cmake flag to dh auto configure to correct
+    the installation path to comply with policy 4.1.5.
+  * Add Multi-Arch support.
+  * Bump qtbase version requirement to fix build on kfreebsd.
+    - QT5GUI require LibEGL.so and it is correctly listed as a
+      dependency of qtbase5 as of version 5.12.5+dfsg-3.
+  * Bump debhelper compat to 13.
+  * Remove as-needed ldflags override as it is now default.
+  * New upstream release ( 20.04.1 ).
+  * Update metadata to point to moved repo at invent.kde.org.
+  * Simplify Bug-Database buglist in upstream metadata.
+
+ -- Scarlett Moore <sgmoore@kde.org>  Tue, 16 Jun 2020 08:13:11 -0700
+
+k3b (19.12.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Rebase on latest commits to master on Salsa, remaining diff:
+
+  [ Scarlett Moore ]
+  * Switch from debhelper to debhelper-compat.
+    - remove debian/compat.
+  * Update Salsa-ci config with options borrowed from
+    Pino commits.
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Wed, 12 Feb 2020 23:08:02 +0100
+
+k3b (19.12.2-1) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Scarlett Moore ]
+  * Update watch file with gpg check and add signing key.
+  * New upstream release.
+  * Bump compat to 12.
+  * Add myself to uploaders.
+  * Update build dependencies as per cmake.
+  * Add dh_missing.
+  * Refresh install files.
+  * Remove dbgsym-migration no longer needed after
+    two stable releases.
+  * Add DEP3 headers to patches.
+  * Add hardening buildflags for bindnow and fortify.
+  * Add overrides for symbol files on internal runtime libraries.
+  * Update copyright file to DEP5;
+    - Update with every file verified.
+  * Update signing key to minimal form.
+  * Bump Standards to 4.4.0;
+    - Add new Rules-Requires-Root to control file.
+  * Add upstream metadata file.
+
+  [ Aurélien COUDERC ]
+  * Set debhelper-compat version in Build-Depends.
+  * Remove obsolete field Name from debian/upstream/metadata (already
+    present in machine-readable debian/copyright).
+  * Update standards version to 4.5.0 (no change needed).
+  * Update upstream project homepage URL.
+  * Switch debian/watch to new KDE release service URL.
+  * New Upstream release (19.12.2).
+  * Update build dependencies according to upstream build system:
+    - Qt >= 5.10.0
+    - KF5 libraries >= 5.56.0
+  * Refresh debian/copyright.
+  * Re-enable build tests.
+  * Disable dh_dwz since it actually increases the size of the binary.
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Wed, 12 Feb 2020 21:59:18 +0100
+
+k3b (18.08.1-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Switch Vcs-* fields to salsa.debian.org.
+  * Bump the debhelper compatibility to 11:
+    - bump the debhelper build dependency to 11~
+    - bump compat to 11
+    - remove --parallel for dh, as now done by default
+  * Bump Standards-Version to 4.2.1, no changes required.
+  * Update the patches:
+    - 101_rename_normalize.diff: refresh
+    - 104_dont_require_suid_cdrecord_or_cdrdao.diff: refresh
+    - 110_disable_no_problems_found_popup.diff: refresh
+    - 111_advice_debian_libk3b3-extracodes.diff: refresh
+    - 112_dont_require_mp3.diff: refresh
+
+ -- Pino Toscano <pino@debian.org>  Fri, 07 Sep 2018 07:40:21 +0200
+
+k3b (17.08.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Upload to unstable.
+  * Bump Standards-Version to 4.1.3, no changes required.
+  * Switch maintainer to Debian Qt/KDE Maintainers.
+
+ -- Pino Toscano <pino@debian.org>  Thu, 28 Dec 2017 14:23:21 +0100
+
+k3b (17.08.3-1) experimental; urgency=medium
+
+  * Team upload.
+  * New upstream release:
+    - switches to Qt5/KF5 (Closes: #784471, #874923)
+    - fixes build with GCC 7 (Closes: #853465)
+  * Remove unused ${shlibs:Depends} substvar from libk3b-dev.
+  * Update watch file.
+  * Update the build dependencies following the port to Frameworks:
+    - remove kdelibs5-dev, libkcddb-dev, and libqtwebkit-dev
+    - add extra-cmake-modules, qtbase5-dev, libqt5webkit5-dev,
+      libkf5archive-dev, libkf5cddb-dev, libkf5config-dev,
+      libkf5coreaddons-dev, libkf5doctools-dev, libkf5filemetadata-dev,
+      libkf5i18n-dev, libkf5iconthemes-dev, libkf5jobwidgets-dev,
+      libkf5kcmutils-dev, libkf5kio-dev, libkf5newstuff-dev,
+      libkf5notifications-dev, libkf5notifyconfig-dev, libkf5service-dev,
+      libkf5solid-dev, libkf5widgetsaddons-dev, and libkf5xmlgui-dev
+  * Use the right dh addon:
+    - switch from kde to kf5 dh addon
+    - bump the pkg-kde-tools build dependency to >= 0.15.16
+  * Rename packages according to the SONAME bumps:
+    - libk3b6 -> libk3b7
+    - libk3b6-extracodecs -> libk3b7-extracodecs
+  * Update install files.
+  * Pass -DBUILD_TESTING=OFF to cmake to disable the test suite, as it does
+    not work.
+  * Update lintian overrides.
+  * Update the patches:
+    - 101_rename_normalize.diff: update
+    - 104_dont_require_suid_cdrecord_or_cdrdao.diff: refresh
+    - 110_disable_no_problems_found_popup.diff: update
+    - 111_advice_debian_libk3b3-extracodes.diff: update
+    - 112_dont_require_mp3.diff: refresh
+    - 113_initial_preference.diff: drop, applied upstream
+    - cmake-duplicate-doc.diff: drop, no more needed
+    - upstream_Fixed-compilation-on-newer-ffmpeg-libav.patch: drop, backported
+      from upstream
+    - upstream_Fix-build-failure-when-compiling-with-GCC-5.patch: drop,
+      backported from upstream
+  * Remove unused patch 105_add_iso_burning_to_welcome_screen.diff.
+  * Install FAQ.txt & README.txt instead of FAQ & README (as documentation).
+  * Remove Fathi Boudra from Uploaders, as requested by the MIA team.
+    (Closes: #879306)
+  * Bump Standards-Version to 4.1.2, no changes required.
+  * Remove pre-Jessie replaces.
+  * Tighten some dependencies.
+  * Remove trailing whitespaces in control.
+  * Fixup some sections.
+  * Rename docs to k3b.docs, so it is clear for which binary it is.
+
+ -- Pino Toscano <pino@debian.org>  Sun, 24 Dec 2017 22:02:24 +0100
+
+k3b (2.0.3a-2) unstable; urgency=medium
+
+  * Team upload.
+  * Drop menu file and its pixmap, since k3b already provides a .desktop file.
+  * Backport upstream commit 840121f0c0ecb5c1fc6324653b795fb7cba60deb to fix
+    build with FFmpeg 2.9 and greater; patch
+    upstream_Fixed-compilation-on-newer-ffmpeg-libav.patch (Closes: #807853)
+  * Fix typos in README.Debian.
+  * Update Vcs-Browser field.
+  * Backport upstream commit d5b1016e6a4c1dfcf681ce33ea9ffdd0dd5daf24 to fix
+    build with GCC 6; patch
+    upstream_Fix-build-failure-when-compiling-with-GCC-5.patch
+    (Closes: #811735)
+  * With this upload, k3b should hopefully be back in testing.
+    (Closes: #825440)
+  * Remove k3b-dbg in favour of the -dbgsym packages.
+  * Bump Standards-Version to 3.9.8, no changes required.
+
+ -- Pino Toscano <pino@debian.org>  Sun, 17 Jul 2016 10:34:46 +0200
+
+k3b (2.0.3a-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release. (Closes: #778736)
+  * Update the patches:
+    - Fixed_compilation_with_new_FFMPEG.patch: drop, backported from upstream
+    - 103_kdepotpath.diff: drop, unapplied and no more needed since the KDE 4
+      porting
+    - 113_initial_preference.diff: refresh
+    - 114_bug587996_bdr_capacity_fix.diff: drop, fixed upstream
+    - k3bscsicommand_bsd-Do-not-access-the-scsi_sense_data.patch: drop,
+      backported from upstream
+    - k3bsetup-put-the-shebang-in-the-first-line.patch: drop, backported from
+      upstream
+    - fix-sox-detection-with-sox-14.4.0.patch: drop, backported from upstream
+    - Fix-K3B-to-build-with-recent-FFMPEG-versions.patch: drop, backported from
+      upstream
+    - ffmpeg-more.diff: drop, fixed upstream
+    - Prefer-growisofs-to-wodim-for-DVD-BluRay-burning.patch: drop, backported
+      from upstream
+  * Fix build, avoid adding the same subdirectory twice; patch
+    cmake-duplicate-doc.diff.
+  * Bump Standards-Version to 3.9.6, no changes required.
+  * Re-enable the FFmpeg plugin, as it builds fine again:
+    - install k3bffmpegdecoder.desktop in k3b-data
+    - install k3bffmpegdecoder.so in libk3b6-extracodecs
+    - stop passing -DK3B_BUILD_FFMPEG_DECODER_PLUGIN=OFF as cmake argument in
+      rules
+  * Install all the translated documentations in k3b-i18n.
+  * Update watch file.
+  * Remove the custom dh_builddeb handling in rules, as now the default
+    compression is xz.
+
+ -- Pino Toscano <pino@debian.org>  Sat, 12 Dec 2015 13:54:46 +0100
+
+k3b (2.0.2-8) unstable; urgency=medium
+
+  * Team upload.
+  * Add udisks2 to depends (Closes: #730130)
+
+ -- Scott Kitterman <scott@kitterman.com>  Sun, 26 Oct 2014 10:26:36 -0400
+
+k3b (2.0.2-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable the FFmpeg plugin (Closes: #739312)
+
+ -- Reinhard Tartler <siretart@tauware.de>  Tue, 13 May 2014 07:18:52 -0400
+
+k3b (2.0.2-7) unstable; urgency=low
+
+  * Team upload.
+
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Enable the lame-based MP3 encoding plugin (based on Pino's work):
+    - Build-Depend on libmp3lame-dev.
+    - Install the new plugin (and its configuration) in libk3b6-extracodecs.
+
+  [ Pino Toscano ]
+  * Update Vcs-* headers.
+  * Bump Standards-Version to 3.9.4, no changes required.
+  * Add Fix-K3B-to-build-with-recent-FFMPEG-versions.patch (backported from
+    upstream branch 2.0) and ffmpeg-more.diff to fix compatibility with newer
+    ffmpeg/libav versions. (Closes: #720799)
+  * Add Prefer-growisofs-to-wodim-for-DVD-BluRay-burning.patch (backported from
+    upstream branch 2.0) to prefer growisofs to wodim for DVD/BluRay; add the
+    growisofs recommend. (Closes: #714944)
+  * Suggest kde-config-cddb for the CDDB configuration page. (Closes: #696828)
+
+ -- Pino Toscano <pino@debian.org>  Sun, 25 Aug 2013 18:42:53 +0200
+
+k3b (2.0.2-6) unstable; urgency=low
+
+  * Team upload.
+
+  [ Pino Toscano ]
+  * Compress k3b-data and k3b-i18n as xz.
+  * Add fix-sox-detection-with-sox-14.4.0.patch (backported from upstream
+    branch 2.0) to fix the detection of sox >= 14.4. (Closes: #675737)
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 23 Aug 2012 17:54:37 -0300
+
+k3b (2.0.2-5) unstable; urgency=low
+
+  * Team upload.
+  * Bump Standards-Version to 3.9.3, no changes required.
+  * Drop the libmusicbrainz4-dev build dependency, since musicbrainz v2 is
+    long deprecated and will be removed soon. (Closes: #666531)
+  * Bump to debhelper compatibility v9:
+    - bump the debhelper build dependency to 9
+    - bump compat to 9
+  * Link with --as-needed.
+
+ -- Pino Toscano <pino@debian.org>  Fri, 01 Jun 2012 12:30:03 +0200
+
+k3b (2.0.2-4) unstable; urgency=low
+
+  * Team upload.
+  * Add k3bscsicommand_bsd-Do-not-access-the-scsi_sense_data.patch (backported
+    from upstream branch 2.0) to fix compatibility with FreeBSD >= 9.0
+    libraries. (Closes: #660398)
+  * Update patch 101_rename_normalize.diff to properly consider "normalize"
+    the identifier to use for the normalize-audio version (thus fixing the
+    normalize-audio detection). (Closes: #597155)
+  * Add k3bsetup-put-the-shebang-in-the-first-line.patch (backported from
+    upstream) to fix the detection of k3bsetup as shell script.
+  * control: remove ${shlibs:Depends} from k3b-data and k3b-extrathemes.
+
+ -- Pino Toscano <pino@debian.org>  Sat, 25 Feb 2012 16:15:14 +0100
+
+k3b (2.0.2-3) unstable; urgency=low
+
+  * Add Fixed_compilation_with_new_FFMPEG.patch. (Closes: #638546)
+  * Update debian/control: fix hardcoded list of kFreeBSD architectures.
+    (Closes: 634736)
+  * Update debian/rules: turn off HAL support using K3B_ENABLE_HAL_SUPPORT=OFF.
+
+ -- Fathi Boudra <fabo@debian.org>  Mon, 12 Sep 2011 20:11:56 +0300
+
+k3b (2.0.2-2) unstable; urgency=low
+
+  * Add libqtwebkit-dev build dependency. (Closes: #618170)
+  * Fix lintian warning: description-synopsis-starts-with-article.
+  * Update debian/k3b-data.install: add HTML doc.
+
+ -- Fathi Boudra <fabo@debian.org>  Mon, 02 May 2011 10:36:26 +0300
+
+k3b (2.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Turn off HAL support by default - patch cherry-picked upstream.
+  * Drop hal dependency.
+  * Update debian/k3b-data.install file.
+
+ -- Fathi Boudra <fabo@debian.org>  Sun, 30 Jan 2011 20:54:21 +0200
+
+k3b (2.0.1-2) unstable; urgency=medium
+
+  * Fix a typo in the k3b.bug-script.
+  * Report a proper capacity for BD-R disks (patch
+    114_bug587996_bdr_capacity_fix.diff). (Closes: #587996)
+  * Urgency=medium to get it to Squeeze faster.
+
+ -- Modestas Vainius <modax@debian.org>  Wed, 29 Dec 2010 23:00:04 +0200
+
+k3b (2.0.1-1) unstable; urgency=low
+
+  * New upstream release:
+    - Freeze on ripping Audio CD using external encoder to MP3 or FLAC
+      (Closes: #581598).
+    - Symbolic links are not added to a project when a folder is added
+      recursively (Closes: #581070).
+
+  [ Mark Purcell ]
+  * Add debian/k3b.bug-presubj advising users of upstream support options.
+  * Include wodim -checkdrive in reportbug output (debian/k3b.bug-script).
+  * Update debian/watch - svn-upgrade.
+
+  [ Fathi Boudra ]
+  * Remove patches to improve dvd+rw-tools output parsing functions - merged
+    upstream.
+  * Update installed files.
+  * Merge Ubuntu changes: set k3b as the default handler for iso files rather
+    than ark.
+
+ -- Fathi Boudra <fabo@debian.org>  Tue, 17 Aug 2010 09:05:35 +0300
+
+k3b (2.0.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add hal dependency to k3b package.
+  * Bump Standards-Version to 3.9.0 (no changes needed).
+
+ -- Fathi Boudra <fabo@debian.org>  Mon, 28 Jun 2010 21:31:16 +0300
+
+k3b (1.93.0~rc4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update debian/k3b-i18n.install: handbook moved to userbase.kde.org.
+  * Remove 102_rename_dvd+rw-tools.diff patch.
+  * Add patches to improve dvd+rw-tools output parsing functions:
+    - 01_dvd+rw-tools_format_parse_version.diff
+    - 02_dvd+rw-tools_format_parse_copyright.diff
+    - 03_dvd+rw-tools_booktype_parse_version.diff
+
+ -- Fathi Boudra <fabo@debian.org>  Fri, 18 Jun 2010 21:25:46 +0300
+
+k3b (1.92.0~rc3-2) unstable; urgency=low
+
+  * Update location of KDE 4 HTML documentation.
+
+ -- Fathi Boudra <fabo@debian.org>  Wed, 02 Jun 2010 01:04:52 +0300
+
+k3b (1.92.0~rc3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fathi Boudra <fabo@debian.org>  Sun, 30 May 2010 08:38:16 +0300
+
+k3b (1.91.0~rc2-1) unstable; urgency=low
+
+  * New upstream version.
+  * Re-enabled k3bsetup.
+  * Install all translations into k3b-i18n.
+
+ -- Michael Meskes <meskes@debian.org>  Fri, 07 May 2010 13:18:50 +0200
+
+k3b (1.90.0~rc1-1) unstable; urgency=low
+
+  * New upstream release:
+    - Empty Blu-ray medium not detected properly. (Closes: #568035)
+    - Cannot edit time values in "Split Audio Track" and "Edit Audio Track"
+      dialogs. (Closes: #569839)
+  * Merge k3b-i18n package. It doesn't have his own source package anymore.
+  * Remove patches:
+    - 113_add_kfreebsd_support.diff - merged upstream.
+    - 114_fix_ftbfs_kfreebsd.diff - stolen upstream.
+  * Update debian/control:
+    - bump build dependencies (debhelper and pkg-kde-tools).
+    - remove libpolkit-qt-dev build dependency.
+  * Update debian/rules:
+    - disable k3bsetup to build with kdelibs 4.3.x.
+
+ -- Fathi Boudra <fabo@debian.org>  Fri, 05 Mar 2010 20:18:39 +0100
+
+k3b (1.70.0~beta1-2) unstable; urgency=low
+
+  * Fix ftbfs on kFreeBSD:
+    - update 113_add_kfreebsd_support.diff patch for libcam link failure.
+    - add 114_fix_ftbfs_kfreebsd.diff - stolen upstream.
+      the last argument is always required.
+
+ -- Fathi Boudra <fabo@debian.org>  Mon, 08 Feb 2010 12:46:16 +0100
+
+k3b (1.70.0~beta1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * Remove patch: 109_disable_firstrun.diff - merged upstream.
+  * Update debian/control:
+    - remove quilt build dependency.
+    - bump debhelper build dependency to 7.4.10.
+    - bump Standards-Version to 3.8.4 (no changes needed).
+    - split K3b extra themes into a new package (k3b-extrathemes).
+  * Update debian/copyright: update years.
+  * Update debian/rules: enable parallel build (pass --parallel to dh).
+  * Update installed files.
+
+ -- Fathi Boudra <fabo@debian.org>  Mon, 01 Feb 2010 14:53:04 +0100
+
+k3b (1.69.0~alpha4-1) experimental; urgency=low
+
+  [ Fathi Boudra ]
+  * New upstream release.
+    - Remove 107_iso_cue_mimetypes.diff - Merged upstream.
+    - Remove 114_new_libmpcdec_api.diff - Merged upstream.
+
+  [ Michael Meskes ]
+  * Updated normalize-audio patch to make sure the program is correctly
+    recognized. Thanks to Roderick B. Greening. (Closes: #549221)
+
+ -- Michael Meskes <meskes@debian.org>  Fri, 27 Nov 2009 15:16:28 +0100
+
+k3b (1.68.0~alpha3-1) experimental; urgency=low
+
+  * New upstream release.
+  * Add 113_add_kfreebsd_support.diff patch. Thanks to Petr Salinger.
+    (Closes: #545958)
+  * Add 114_new_libmpcdec_api.diff patch:
+    - k3b port attempt to the new libmpcdec API.
+      Thanks to Yavor Doganov. (Closes: #476379)
+  * Refresh 107_iso_cue_mimetypes.diff patch.
+  * Update debian/control:
+    - Bump build dependencies version: debhelper, pkg-kde-tools and
+      kdelibs5-dev.
+    - Restrict cdrdao dependency to linux architectures only.
+    - Add libcam-dev build dependency for kfreebsd only.
+  * Bump Standards-Version to 3.8.3 (no changes needed).
+  * Update debian/copyright: add Michał Małek.
+  * Update debian/k3b-data.install: add k3bplugin.desktop file.
+  * Update debian/rules: use 'kde' dh sequence addon.
+
+ -- Fathi Boudra <fabo@debian.org>  Wed, 11 Nov 2009 16:36:12 +0100
+
+k3b (1.66.0~alpha2-1) experimental; urgency=low
+
+  * New upstream release (KDE 4 version).
+
+  [ Fathi Boudra ]
+  * Bump debian/compat to 7.
+  * Update debian/control:
+    - Move k3b to section utils.
+    - Cleanup build dependencies.
+    - Cleanup k3b dependencies.
+    - Improve descriptions. (Closes: #487193)
+    - Add debug package. (Closes: #492002)
+  * Update debian/copyright.
+  * Convert debian/rules to dh usage.
+  * Remove debian/k3b.postinst file.
+  * Install kio_videodvd in libk3b6-extracodecs package.
+  * Move k3b.desktop file from k3b-data package to k3b package.
+
+  [ Francois Marier ]
+  * Removing myself from Uploaders field.
+
+  [ Didier Raboud ]
+  * Update debian/watch: handle alphas.
+  * Update debian/control:
+    - Bump Standards-Version to 3.8.2 (no changes needed).
+    - Update libraries package name from libk3b3 to libk3b6,
+      to reflect bump soname.
+    - Update build dependencies: add libvorbis-dev, libsndfile1-dev,
+      libsamplerate0-dev, libpolkit-qt-dev, libkcddb-dev and quilt;
+      remove chrpath.
+    - Drop Conflicts/Replaces for versions lower than Lenny's.
+
+ -- Fathi Boudra <fabo@debian.org>  Mon, 10 Aug 2009 20:34:01 +0200
+
+k3b (1.0.5-3) unstable; urgency=high
+
+  * Acknowledge NMU (closes: #486112)
+  * k3b: Add a versioned dependency on libk3b3 (closes: #486093)
+
+ -- Francois Marier <francois@debian.org>  Fri, 20 Jun 2008 10:40:19 +1200
+
+k3b (1.0.5-2.1) unstable; urgency=high
+
+  * Non-maintainer upload, acked by uploader Fathi Boudra.
+  * Add various missing replaces. (Closes: #486112)
+
+ -- Adeodato Simó <dato@net.com.org.es>  Wed, 18 Jun 2008 18:37:36 +0200
+
+k3b (1.0.5-2) unstable; urgency=low
+
+  [ Michael Meskes ]
+  * Moved changes in file src/k3b.desktop to a patch under debian/patches.
+
+  [ Francois Marier ]
+  * Sync with Ubuntu
+    - Add kfile_k3b.so to k3b.install
+    - libk3b3-extracodecs replaces libk3b2-extracodecs
+  * Bump Standards-Version up to 3.8.0 (no changes)
+  * Remove the KUBUNTU difference file
+
+ -- Francois Marier <francois@debian.org>  Thu, 12 Jun 2008 14:20:20 +1200
+
+k3b (1.0.5-1) unstable; urgency=low
+
+  * New upstream release (closes: #465430, #483218)
+  * Remove the kubuntu prefix on debian/patches/kubuntu*
+
+ -- Francois Marier <francois@debian.org>  Tue, 03 Jun 2008 14:07:47 +1200
+
+k3b (1.0.4-9) unstable; urgency=low
+
+  * Merging the Ubuntu and Debian packages
+    - adding a new libk3b3-extracodecs package for the FFMPEG and MP3 codecs
+    - moving to the "kde" section
+    - now uses cdbs to keep track of our patches
+
+ -- Francois Marier <francois@debian.org>  Sun, 25 May 2008 20:43:52 +1200
+
+k3b (1.0.4-8ubuntu2) intrepid; urgency=low
+
+  * Remove build-dep on libdvdread
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 08 May 2008 11:50:03 +0100
+
+k3b (1.0.4-8ubuntu1) intrepid; urgency=low
+
+  * Merge from debian unstable, remaining changes:    - Retained Build Depends
+    on cdbs in debian/control    (LP #226635)    - Use cdbs for debian rules
+    (allows for patches and .pot generation)    - all the debian/patches files
+    - libk3b2-extracodecs with usr/lib/kde3/libk3bmaddecoder.* AND
+    usr/lib/kde3/libk3bffmpegdecoder.*    - libk3b2.files has to list each file
+    in usr/lib/kde3
+  * Updated KUBUNTU-DEBIAN-DIFFERENCES to remove obsolete information
+
+ -- Richard Birnie <Arbyuk@googlemail.com>  Wed, 05 Mar 2008 10:52:44 +0000
+
+k3b (1.0.4-8) unstable; urgency=low
+
+  * Update Maintainers and Uploaders fields.
+    K3b is co-maintained with Debian KDE Extras team.
+  * Update Vcs-Browser and Vcs-Svn fields to reflect the new home.
+
+ -- Francois Marier <francois@debian.org>  Wed, 05 Mar 2008 13:45:46 +1300
+
+k3b (1.0.4-7) unstable; urgency=low
+
+  * Remove libqt3-compat-headers from build-depends (closes: #464431)
+  * Remove -1 in the flac build dependency
+  * Fix copyright notice to stop lintian warning
+
+ -- Francois Marier <francois@debian.org>  Thu, 14 Feb 2008 23:04:06 +1300
+
+k3b (1.0.4-6) unstable; urgency=low
+
+  * Add .desktop icon in k3b-data (closes: #463731)
+  * Bump debhelper compatibility to 6
+
+ -- Francois Marier <francois@debian.org>  Sun, 03 Feb 2008 10:50:24 +1300
+
+k3b (1.0.4-5) unstable; urgency=medium
+
+  * Make k3b-data conflict on older versions of k3b (closes: #462496)
+  * Urgency medium since this made the package non-upgradable
+
+ -- Francois Marier <francois@debian.org>  Sat, 26 Jan 2008 11:31:38 +1300
+
+k3b (1.0.4-4) unstable; urgency=low
+
+  * Create a new k3b-data package to hold the arch-independent data files
+  * Remove dependency on kdebase-bin (closes: #460481).  It's not needed
+    since we don't build k3bsetup anymore.
+  * Remove Entry key from k3b.desktop (fixes lintian info)
+
+ -- Francois Marier <francois@debian.org>  Wed, 23 Jan 2008 00:02:28 +1300
+
+k3b (1.0.4-3) unstable; urgency=low
+
+  * Fix watch file (closes: #453529)
+  * Add call to dh_desktop in debian/rules
+  * Bump Standards-Version up to 3.7.3 (no other changes)
+
+ -- Francois Marier <francois@debian.org>  Wed, 12 Dec 2007 13:24:42 +1300
+
+k3b (1.0.4-2ubuntu4) hardy; urgency=low
+
+  * Rebuild for missing stat64 symbol
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 30 Jan 2008 11:02:09 +0000
+
+k3b (1.0.4-2ubuntu3) hardy; urgency=low
+
+  * Fixed libk3b2.install:
+    - kio_videodvd.so and kio_videodvd.la are installed
+
+ -- Anthony Mercatante <tonio@kubuntu.org>  Tue, 22 Jan 2008 13:27:55 +0100
+
+k3b (1.0.4-2ubuntu2) hardy; urgency=low
+
+  [ Stefan Skotte ]
+  * kio_videodvd wasn't installed correctly
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 20 Dec 2007 11:08:20 +0000
+
+k3b (1.0.4-2ubuntu1) hardy; urgency=low
+
+  * Merge Debian changelog, remaining Ubuntu changes in KUBUNTU-DEBIAN-DIFF.
+  * Added conflicts and replacements of libk3b2-mp3 to -extracodecs.
+    (LP: #164724)
+
+ -- Jonathan Patrick Davies <jpatrick@kubuntu.org>  Fri, 23 Nov 2007 19:00:17 +0100
+
+k3b (1.0.4-2) unstable; urgency=low
+
+  * Remove k3bsetup.1 since we don't build k3bsetup anymore
+  * Rename XS-Vcs-* fields to Vcs-*
+  * Add libavformat-dev and libavcodec-dev to the build dependencies (from
+    Ubuntu)
+
+ -- Francois Marier <francois@debian.org>  Fri, 23 Nov 2007 09:45:28 +1300
+
+k3b (1.0.4-1) unstable; urgency=low
+
+  * New upstream release:
+    - allow burning of files larger than 4 GB (closes: #444856)
+    - work-around for the "disabled DMA bug" (closes: #439264)
+    - only reload medium before verification if necessary
+      (closes: #446196, #420674, #438865)
+    - don't use -dvd-compat on DVD+RW (closes: #378051)
+    - unmount drive before formatting (closes: #446471)
+
+ -- Francois Marier <francois@debian.org>  Sat, 03 Nov 2007 18:24:53 +1300
+
+k3b (1.0.4-0ubuntu2) hardy; urgency=low
+
+  * Add libavformat-dev and libavcodec-dev to the build dependencies.
+  * Renamed libk3b2-mp3 to libk3b2-extracodecs (supporting MAD and FFMPEG).
+
+ -- Harald Sitter <apachelogger@ubuntu.com>  Thu, 22 Nov 2007 15:56:50 +0100
+
+k3b (1.0.4-0ubuntu1) hardy; urgency=low
+
+  * New upstream release.
+  * Merged Debian changelog, remaining Ubuntu changes in KUBUNTU-DEBIAN-DIFF.
+
+ -- Jonathan Patrick Davies <jpatrick@kubuntu.org>  Fri, 02 Nov 2007 22:12:17 +0100
+
+k3b (1.0.3-5) unstable; urgency=low
+
+  * Update SoX version string (closes: #448703)
+
+ -- Francois Marier <francois@debian.org>  Wed, 31 Oct 2007 22:53:44 +1300
+
+k3b (1.0.3-4) unstable; urgency=low
+
+  * Disable 4BG check for files (closes: #444856).  Thanks to Victor Ashirov for
+    the patch!
+  * Replace "Open=false" by "NoDisplay=true" in videodvd.desktop (lintian
+    warning)
+  * Sync with latest Ubuntu patch:
+    - Bump debhelper depends version to 5
+    - Make libk3b-dev conflict with k3blibs
+    - Add application/x-cue to the KDE mime-types
+    - Disable FirstRun dialog
+
+ -- Francois Marier <francois@debian.org>  Tue, 30 Oct 2007 14:59:19 +1300
+
+k3b (1.0.3-3) unstable; urgency=low
+
+  * Rebuild with new flac libraries (closes: #446775)
+  * Make libk3b-dev depend on kdelibs4-dev (closes: #443374)
+  * Add homepage field to debian/control
+
+ -- Francois Marier <francois@debian.org>  Fri, 19 Oct 2007 15:23:32 +1300
+
+k3b (1.0.3-2) unstable; urgency=low
+
+  * Refer explicitely to /usr/share/common-licenses/GPL-2
+  * debian/control: mention the svn repository
+  * Fix lintian warning about main desktop icon
+
+ -- Francois Marier <francois@debian.org>  Mon, 20 Aug 2007 21:14:14 +1200
+
+k3b (1.0.3-1) unstable; urgency=low
+
+  * New upstream release (closes: #432760, #431491, #433686)
+  * Fix menu for menu transition
+
+ -- Francois Marier <francois@debian.org>  Thu, 26 Jul 2007 00:18:10 +1200
+
+k3b (1.0.3-0ubuntu4) gutsy; urgency=low
+
+  * Droped kubuntu_10_no_k3bsetup_kmenu_entry.patch
+  * Build without k3bsetup instead, fixes LP: #131791
+
+ -- Anthony Mercatante <tonio@kubuntu.org>  Mon, 24 Sep 2007 20:44:43 +0200
+
+k3b (1.0.3-0ubuntu3) gutsy; urgency=low
+
+  * Make libk3b2 replace old libk3b-dev, closes LP No 123760
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 06 Aug 2007 17:08:13 +0100
+
+k3b (1.0.3-0ubuntu2) gutsy; urgency=low
+
+  * Add kubuntu_112_dont_require_mp3.diff, don't warn about no MP3
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 06 Aug 2007 15:38:25 +0100
+
+k3b (1.0.3-0ubuntu1) gutsy; urgency=low
+
+  * New upstream release.
+    - Upstream tar.bz2 bunzip2ed and gzip -9'ed.
+  * Remove conflicting .la and .so files from libk3b-dev, they are also in
+    libk3b2.
+
+ -- Frode M. Døving <frode@ubuntu.com>  Wed, 25 Jul 2007 13:24:06 +0200
+
+k3b (1.0.2-1) unstable; urgency=low
+
+  * New upstream release (closes: #413994)
+  * Remove popup window when no problems were found (closes: #430130)
+  * Fix "Source-Version" lintian warning
+
+ -- Francois Marier <francois@debian.org>  Sun, 01 Jul 2007 04:47:05 +1200
+
+k3b (1.0.2-0ubuntu4) gutsy; urgency=low
+
+  *  Add kubuntu_111_advice_kubuntu_restricted_extras.diff
+     Advice for getting mp3 support in K3b
+     Fixes LP: 121877
+
+ -- Mario Danic <mario.danic@gmail.com>  Thu, 12 Jul 2007 11:48:26 +0200
+
+k3b (1.0.2-0ubuntu3) gutsy; urgency=low
+
+  * Fixed kubuntu_101_rename_normalize.diff.
+    Now looking for normalize-audio as app's name and
+    wait normalize <version> as answer to --version
+    Fixes LP : 44524
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Tue, 10 Jul 2007 11:54:37 +0200
+
+k3b (1.0.2-0ubuntu2) gutsy; urgency=low
+
+  * Add kubuntu_10_no_k3bsetup_kmenu_entry to hide k3bsetup entry in
+    Kmenu
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Sun, 01 Jul 2007 01:21:29 +0200
+
+k3b (1.0.2-0ubuntu1) gutsy; urgency=low
+
+  * New upstream release
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Sat, 30 Jun 2007 12:52:40 +0200
+
+k3b (1.0.1-2) unstable; urgency=low
+
+  * Rebuild for flac 1.1.4 transition (closes: #426678)
+  * Remove DH_COMPAT from debian/rules to fix lintian warning
+
+ -- Francois Marier <francois@debian.org>  Wed, 30 May 2007 22:12:02 +1200
+
+k3b (1.0.1-1ubuntu3) gutsy; urgency=low
+
+  * Switch packaging to cdbs
+  * Fixed kubuntu_104_dont_require_suid_cdrecord_or_cdrdao.diff
+    and kubuntu_107_iso_cue_mimetypes.diff to apply
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Fri, 29 Jun 2007 00:52:35 +0200
+
+k3b (1.0.1-1ubuntu2) gutsy; urgency=low
+
+  * Rebuild for libflac++5 -> libflac++6 transition.
+
+ -- Steve Kowalik <stevenk@ubuntu.com>  Sun, 24 Jun 2007 22:53:41 +1000
+
+k3b (1.0.1-1ubuntu1) gutsy; urgency=low
+
+  * New upstream release
+  * Merged with debian
+  * Fixed kubuntu_101_rename_normalize.diff. Closes Malone #44524
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Thu, 31 May 2007 09:27:26 +0200
+
+k3b (1.0.1-1) unstable; urgency=low
+
+  * New upstream release (closes: #419499, #419628)
+  * Build with libdvdread to enable DVD ripping.
+
+ -- Francois Marier <francois@debian.org>  Fri, 20 Apr 2007 12:08:55 +1200
+
+k3b (1.0-2) unstable; urgency=low
+
+  * Fix conflict/replace of libk3b2 (closes: #418483)
+
+ -- Francois Marier <francois@debian.org>  Wed, 11 Apr 2007 15:19:46 +1200
+
+k3b (1.0-1) unstable; urgency=low
+
+  * Major new upstream release which, according to the upstream developer, fixes
+    most open bugs (closes: #354118, #336375, #345766, #348929, #349445,
+    #352923, #365263, #374820, #374975, #377067, #385526, #386802, #398203,
+    #398743, #347625, #387303)
+  * libk3b becomes libk3b3
+  * Add more rpath removals
+  * Include flac and mpc in package description (closes: #410526)
+
+ -- Francois Marier <francois@debian.org>  Fri, 30 Mar 2007 19:05:13 -0700
+
+k3b (1.0-0ubuntu3) gutsy; urgency=low
+
+  * Rebuild to depend on libflac++5 instead of libflac++5c2
+
+ -- Emmet Hikory <emmet.hikory@gmail.com>  Thu, 03 May 2007 00:14:09 +0900
+
+k3b (1.0-0ubuntu2) feisty; urgency=low
+
+  * Removed kubuntu_10_device_arg.diff, k3b_extract_audiocd.desktop
+    and kubuntu-media-k3b, this feature is now native
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Sat, 31 Mar 2007 01:39:23 +0100
+
+k3b (1.0-0ubuntu1) feisty; urgency=low
+
+  * New upstream release
+  * debian/control: Change Maintainer/XSBC-Original-Maintainer field.
+  * debian/patches/kubuntu_106_no_splash.diff: drop patch, will be done
+    in kubuntu-default-settings
+  * Include some bug-fixes from upstream SVN:
+    * KDE #143193: DVD copy when reading from a DVD+RW (off-by-one sector)
+      debian/patches/k3b-svn-r644087-bug143193.diff
+    * KDE #143165: Crash when using the Device menu without a selected device
+      debian/patches/k3b-svn-r644089-bug143165.diff
+    * KDE #143181: Cannot set burning speed manually
+      debian/patches/k3b-svn-r644118-bug143181.diff
+    * KDE #143107: Crash during DVD ripping
+      debian/patches/k3b-svn-r644133-bug143107.diff
+    * KDE #143236: Cannot add files to VIDEO_TS folder
+      debian/patches/k3b-svn-r644512-bug143236.diff
+    * KDE #143238: Problem dialog does not respect "do not show this again"
+      debian/patches/k3b-svn-r644528-bug143238.diff
+    * KDE #137975: Empty bibliography/abstract/copyright result in bad burn
+      debian/patches/k3b-svn-r645043-bug137975.diff
+
+ -- Luka Renko <lure@ubuntu.com>  Wed, 28 Mar 2007 18:00:56 +0200
+
+k3b (1.0~rc5-0ubuntu1) feisty; urgency=low
+
+  * New upstream release
+  * removed k3b.postinst due to being redundant
+  * updated and removed redundant patches, current patches are:
+     kubuntu_101_rename_normalize.diff
+       - normalize is called normalize-audio in debian
+     kubuntu_102_rename_dvd+rw-tools.diff
+       - change regex for dvd+rw-format utility
+     kubuntu_103_kdepotpath.diff
+       - hardcode kdepotpath to avoid buildd problems
+     kubuntu_104_dont_require_suid_cdrecord_or_cdrdao.diff
+       - remove warnings about cdrecord and cdrdao not being suid
+     kubuntu_105_add_iso_burning_to_welcome_screen.diff
+       - add icons for cd and dvd iso burning to welcome screen
+     kubuntu_106_no_splash.diff
+       - disable splash screen on startup
+     kubuntu_107_iso_cue_mimetypes.diff
+       - add application/x-iso and application/x-cue to MimeType and
+         X-KDE-NativeMimeType
+     kubuntu_108_add_specify_device_arg_on_cmd_line.diff
+       - add an optional command line argument to specify the writer device
+     kubuntu_109_disable_firstrun.diff
+       - disable the first run dialog and tests
+     kubuntu_110_disable_no_problems_found_popup.diff
+       - disable passive popup saying no configuration problems found
+  * Sync with debian (SVN 217) wodim changes not necessary from 1.0rc5
+
+ -- Kenny Duffus <kenny@duffus.org>  Tue,  6 Feb 2007 10:36:17 +0000
+
+k3b (0.12.17-9) unstable; urgency=low
+
+  * Fix a typo in the manpage (--datacd instead of --datadvd).
+  * Add Data DVD to the Konqueror actions menu. Thanks to Adriano Bonat!
+  * Depend on cdrdao instead of recommending it (closes: #369930)
+
+ -- Francois Marier <francois@debian.org>  Sun, 28 Jan 2007 21:15:39 -0500
+
+k3b (0.12.17-8) unstable; urgency=medium
+
+  * Remove a wrong version check for readom (follow-up to bug #401739)
+
+ -- Francois Marier <francois@debian.org>  Thu, 14 Dec 2006 09:23:25 -0500
+
+k3b (0.12.17-7) unstable; urgency=medium
+
+  * Support for "readom" which is the new renamed "readcd" (closes: #401739)
+
+ -- Francois Marier <francois@debian.org>  Tue, 12 Dec 2006 21:27:29 -0500
+
+k3b (0.12.17-6) unstable; urgency=low
+
+  * Use genisoimage instead of mkisofs.
+  * Add a note regarding being part of the "cdrom" group to README.Debian
+
+ -- Francois Marier <francois@debian.org>  Sun,  3 Dec 2006 16:41:49 -0500
+
+k3b (0.12.17-5) unstable; urgency=low
+
+  * Hack version checks to support wodim version numbers (closes: #397836,
+    #399090)
+  * Stop building k3bsetup since K3b should be working out of the box on Debian,
+    otherwise it's a bug that needs to be fixed, not worked around with a
+    utility.    (closes: #393216, #397267, #385878)
+
+ -- Francois Marier <francois@debian.org>  Sat, 18 Nov 2006 00:06:09 -0500
+
+k3b (0.12.17-4) unstable; urgency=low
+
+  * Remove unnecessary version check for cdrtools (closes: #397836)
+  * Remove the deprecated /usr/share/applnk (closes: #398443)
+  * Allow the use of cdrskin as an alternative to wodim (closes: #398398)
+  * Set myself as maintainer with Jean-Michel's permission.
+
+ -- Francois Marier <francois@debian.org>  Wed, 15 Nov 2006 21:13:20 -0500
+
+k3b (0.12.17-3) unstable; urgency=low
+
+  * Remove the cdrecord and cdrdao warnings (closes: #390083)
+  * Support DEB_BUILD_OPTIONS="noopt" properly (via CXXFLAGS,
+    not just CFLAGS) thanks to Modestas Vainius! (closes: #394276)
+  * Fix a crash when changing the default for the last external
+    application, thanks to Pier Luigi Pau! (closes: #386688)
+  * Fix the watch file to use qa.debian.org
+
+ -- Francois Marier <francois@debian.org>  Sat, 21 Oct 2006 15:24:15 -0400
+
+k3b (0.12.17-2) unstable; urgency=low
+
+  * Update transcode apt source (closes: #386080), thanks Eric!
+  * Switch from cdrecord to wodim (closes: #386327), thanks Sune!
+  * Fix the calls to dpkg-statoverride (closes: #381170), thanks Dirk!
+
+ -- Francois Marier <francois@debian.org>  Wed,  6 Sep 2006 16:50:03 -0400
+
+k3b (0.12.17-1ubuntu4) feisty; urgency=low
+
+  * Add kubuntu_09_iso_cue_mimetypes.diff for iso files association
+  * Add kubuntu_10_device_arg.diff, k3b_extract_audiocd.desktop
+    and kubuntu-media-k3b for good KDE integration
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Fri, 20 Oct 2006 18:56:32 +0200
+
+k3b (0.12.17-1ubuntu3) edgy; urgency=low
+
+  * Rebuild against dbus 0.90
+
+ -- Sebastian Dröge <slomo@ubuntu.com>  Wed, 30 Aug 2006 13:12:25 +0200
+
+k3b (0.12.17-1ubuntu2) edgy; urgency=low
+
+  * removed versioning of kdelibs4-dev depend (malone 57602)
+  * added kubuntu_08_dont_complain_about_non_suid_cdrecord.diff (malone 57105)
+
+ -- Kenny Duffus <kenny@duffus.org>  Fri, 25 Aug 2006 17:25:34 +0100
+
+k3b (0.12.17-1ubuntu1) edgy; urgency=low
+
+  * removed debian_153_plugins_are_plugins.diff as fixed upstream
+  * sync with Debian (SVN 185)
+
+ -- Kenny Duffus <kenny@duffus.org>  Thu, 24 Aug 2006 15:13:53 +0100
+
+k3b (0.12.17-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove RPATHs using chrpath to get rid of lintian warnings
+
+ -- Francois Marier <francois@debian.org>  Wed, 23 Aug 2006 19:04:42 -0400
+
+k3b (0.12.16-1ubuntu3) edgy; urgency=low
+
+  * tidied kubuntu_07_k3bsetup_override.diff
+  * changed Section to kde
+
+ -- Kenny Duffus <kenny@duffus.org>  Tue, 22 Aug 2006 11:54:28 +0100
+
+k3b (0.12.16-1ubuntu2) edgy; urgency=low
+
+  * Replaced_162_k3bsetup_overide.diff by kubuntu_07_k3bsetup_override.diff
+    to let k3bsetup apply permissions correctly (closing #21359)
+    Patch from Tom Albers
+
+ -- Anthony Mercatante <tonio@ubuntu.com>  Sat, 19 Aug 2006 17:26:46 +0200
+
+k3b (0.12.16-1ubuntu1) edgy; urgency=low
+
+  * update kubuntu_03_open_iso_files.diff to take account of new language
+  * Sync with Debian (SVN 172)
+
+ -- Kenny Duffus <kenny@duffus.org>  Tue,  4 Jul 2006 12:10:46 +0100
+
+k3b (0.12.16-1) unstable; urgency=low
+
+  * New upstream release (closes: #375323)
+    - fixed mixed-mode CD copy (closes: #367494)
+    - fixed some SCSI device detection problems
+  * Apply Romain Lenglet's patch to preserve k3setup's changes
+    during package upgrades (closes: #367473)
+  * Bump Standards-Version up to 3.7.2 (no changes)
+
+ -- Francois Marier <francois@debian.org>  Sun, 25 Jun 2006 14:59:26 -0400
+
+k3b (0.12.16-0ubuntu2) edgy; urgency=low
+
+  * Reupload with build-dep on latest kdelibs, fix Qt binary compatibility break
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 28 Jun 2006 16:07:54 +0000
+
+k3b (0.12.16-0ubuntu1) edgy; urgency=low
+
+  * New upstream release
+  * Sync with Debian (SVN 164)
+    - except standards version kept as 3.6.2
+  * Split debian patches out into seperate files (number coresponds to
+    SVN revision on http://svn.debian.org/wsvn/pkg-k3b)
+    - debian_023_k3bsetup_shbang_at_top.diff
+    - debian_029_031_053_rename_normalize.diff
+    - debian_029_rename_dvd+rw-tools.diff
+    - debian_153_plugins_are_plugins.diff
+    - debian_162_k3bsetup_overide.diff
+
+ -- Kenny Duffus <kenny@duffus.org>  Fri, 23 Jun 2006 11:34:46 +0100
+
+k3b (0.12.15-3) UNRELEASED; urgency=low
+
+  * Apply Romain Lenglet's patch to preserve k3setup's changes
+    during package upgrades (closes: #367473)
+  * Bump Standards-Version up to 3.7.2 (no changes)
+
+ -- Francois Marier <francois@debian.org>  Thu, 22 Jun 2006 12:50:55 -0400
+
+k3b (0.12.15-2) unstable; urgency=low
+
+  * Restore libk3b (closes: #355477)
+  * Fix lintian warnings (thanks to James Thorniley!)
+
+ -- Francois Marier <francois@debian.org>  Sun, 23 Apr 2006 23:35:09 -0400
+
+k3b (0.12.15-1) unstable; urgency=low
+
+  * New upstream release
+    - improved error message (closes: #229051)
+    - warn about shortened filenames (closes: #277155)
+    - SCSI IO fix (closes: #339871)
+  * Build without resmgr (closes: #362818)
+  * Restore k3bsetup (closes: #360378, #296257)
+
+ -- Francois Marier <francois@debian.org>  Sun, 23 Apr 2006 00:44:50 -0400
+
+k3b (0.12.14-1) unstable; urgency=low
+
+  * New upstream release
+  * Move kcontrol to recommends to reduce the KDE dependency (closes: #353335)
+  * Fix Ubuntu patch to k3bsetup2.desktop (closes: #353826)
+
+ -- Francois Marier <francois@debian.org>  Fri, 24 Mar 2006 17:24:54 -0500
+
+k3b (0.12.12-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove the unused libk3b-dev package
+  * Fix the file lists to include all libraries
+
+ -- Francois Marier <francois@debian.org>  Thu, 16 Feb 2006 00:13:15 -0500
+
+k3b (0.12.11-1) unstable; urgency=low
+
+  * New upstream release (closes: #348929)
+  * Fix the watch file (.gz -> .bz2)
+  * Merge Ubuntu patch (kubuntu_01_hide_k3bsetup)
+
+ -- Francois Marier <francois@debian.org>  Sun, 12 Feb 2006 13:31:47 -0500
+
+k3b (0.12.10-2) unstable; urgency=low
+
+  * Rename the menu file so that it shows up in the Debian menu system
+    and install the freedesktop menu item into /usr/share/applications
+    directly instead of /usr/share/applications/kde so that it shows up in the
+    GNOME menu (closes: #345989)
+  * Update the build dependencies for KDE 3.5, dbus 0.6 and the new hal
+    (closes: #337882)
+  * Remove unnecessary lines from debian/rules
+  * Merge Ubuntu patches:
+    - kubuntu_03_open_iso_files
+    - kubuntu_04_add_iso_burning_to_welcome_screen
+  * Remove the versioned dependency on k3b-i18n
+
+ -- Francois Marier <francois@debian.org>  Sun,  8 Jan 2006 14:15:24 -0500
+
+k3b (0.12.10-1) unstable; urgency=low
+
+  * New upstream release
+    - fixed Auto multisession mode in DVD projects
+    - fixed crash in dcop call directBurn in case no valid burner device was set
+    - fixed verification of datacd projects when using the MaxIso9660 option
+    without the OmitVersionNumber option
+  * Add libmad0-dev to the build dependencies
+
+ -- Francois Marier <francois@debian.org>  Fri, 16 Dec 2005 12:47:27 -0500
+
+k3b (0.12.14-0ubuntu7) dapper; urgency=low
+
+  * Run gettext in build target not install target, needed
+    earlier by pkgstriptranslations
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 22 May 2006 18:38:37 +0100
+
+k3b (0.12.14-0ubuntu6) dapper; urgency=low
+
+  * debian/rules:
+    - added dh_iconcache.
+
+ -- Daniel Holbach <daniel.holbach@ubuntu.com>  Thu, 18 May 2006 15:11:52 +0200
+
+k3b (0.12.14-0ubuntu5) dapper; urgency=low
+
+  * Alter debian/rules to mark .po files as UTF-8
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 27 Apr 2006 19:13:50 +0100
+
+k3b (0.12.14-0ubuntu4) dapper; urgency=low
+
+  * Reverting to first kubuntu_06_hide_k3bsetup.diff patch:
+     - Changing the Category field prevents from using k3bsetup again.
+     - k3bsetup will be deactivated in SystemSettings from the
+       kde-systemsettings package.
+
+ -- Raphaël Pinson <raphink@ubuntu.com>  Fri, 17 Mar 2006 14:55:09 +0100
+
+k3b (0.12.14-0ubuntu3) dapper; urgency=low
+
+  * Remove X-KDE-settings-system; from Categories in
+    kubuntu_06_hide_k3bsetup.diff so the module doesn't show in SystemSettings.
+
+ -- Raphaël Pinson <raphink@ubuntu.com>  Thu, 16 Mar 2006 22:57:23 +0100
+
+k3b (0.12.14-0ubuntu2) dapper; urgency=low
+
+  * Remove kubuntu_01_hide_k3bsetup.diff patch and replace it with
+    kubuntu_06_hide_k3bsetup.diff:
+     - Remove NoDisplay=true to prevent hiding k3bsetup in kcmshell
+       (Closes: Malone #23007, KDE Bug #117455, Debian #353826)
+     - Change the Category field so k3bsetup doesn't appear in the KDE menu
+       (Was the goal of the original patch)
+     - Rename to kubuntu_06 to prevent having two kubuntu_01 patches
+
+ -- Raphaël Pinson <raphink@ubuntu.com>  Thu, 16 Mar 2006 15:46:39 +0100
+
+k3b (0.12.14-0ubuntu1) dapper; urgency=low
+
+  * New upstream release
+  * closes malone #31578
+
+ -- Kenny Duffus <kenny@duffus.org>  Wed, 15 Mar 2006 10:44:46 +0000
+
+k3b (0.12.10-0ubuntu5) dapper; urgency=low
+
+  * Update kubuntu_02_no_require_cdrdao.diff now that cdrdao
+    is installed by default, but not setuid root
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 23 Feb 2006 14:20:21 +0000
+
+k3b (0.12.10-0ubuntu4) dapper; urgency=low
+
+  * Rebuild because of libXft.la is gone
+
+ -- Stephan Hermann <sh@sourcecode.de>  Sat, 14 Jan 2006 05:19:13 +0100
+
+k3b (0.12.10-0ubuntu3) dapper; urgency=low
+
+  * rebuild for latest dbus, updated dependencies accordingly
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 20 Dec 2005 21:35:10 +0100
+
+k3b (0.12.10-0ubuntu2) dapper; urgency=low
+
+  * Don't build-dep on libresmgr-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 17 Dec 2005 22:15:56 +0000
+
+k3b (0.12.10-0ubuntu1) dapper; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 17 Dec 2005 21:45:34 +0000
+
+k3b (0.12.9-1ubuntu2) dapper; urgency=low
+
+  * Add build-dep on libmad0-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 15 Dec 2005 19:30:51 +0000
+
+k3b (0.12.9-1ubuntu1) dapper; urgency=low
+
+  * Sync with Debian
+  * Change debian/rules to apply patches
+  * k3b-mp3 changed to libk3b2-mp3, follows libk3b2
+  * Add kubuntu_05_no_splash.diff get rid of splash screen
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 15 Dec 2005 17:45:27 +0000
+
+k3b (0.12.9-1) unstable; urgency=low
+
+  * New upstream release:
+    - warn about incorrectly encoded filenanes (closes: #303572)
+    - support the media:// protocol (closes: #342648)
+    - stop with an error instead of overwriting read medium (closes: #338274)
+    - new Alsa plugin
+    - new set of icons
+  * Add a watch file
+  * Rename k3blibs and k3blibs-dev packages to libk3b2 and libk3b-dev
+    (closes: #341765)
+
+ -- Francois Marier <francois@debian.org>  Mon, 12 Dec 2005 23:03:32 -0500
+
+k3b (0.12.8-1ubuntu1) dapper; urgency=low
+
+  * Sync with Debian
+  * Rebuild for libstdc++ transition
+  * Add kubuntu_01_kdepot.diff and modify debian/rules for .pot generation
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  6 Dec 2005 22:42:57 +0000
+
+k3b (0.12.8-1) unstable; urgency=low
+
+  * New upstream release (minor bug fixes):
+    - Load index0 value in audio project.
+    - Ignore case in cue files.
+    - Fixed "eject media" setting.
+    - Fixed a bug in the mp3 decoder which caused it to miss
+      some perfectly valid mp3 files.
+  * Updated README.Debian with a section about running k3b as root (thanks to
+    Ross Boylan for the suggestion)
+
+ -- Francois Marier <francois@debian.org>  Fri, 25 Nov 2005 12:02:49 -0500
+
+k3b (0.12.7-1ubuntu1) dapper; urgency=low
+
+  [ Martin Meredith ]
+  * Resync with Debian
+  * Added patch to add ISO file burning to welcome screen
+    (kubuntu_04_add_iso_burning_to_welcome_screen.diff)
+  * Changed B-D to libdbus-qt-1-dev
+
+  [ Jonathan Riddell ]
+  * Add build-dep on libmpcdec-dev for musepack support
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat,  5 Nov 2005 02:22:43 +0000
+
+k3b (0.12.7-1) unstable; urgency=low
+
+  * New upstream release (closes: #336756, #336676)
+
+ -- Francois Marier <francois@debian.org>  Wed,  2 Nov 2005 09:03:15 -0500
+
+k3b (0.12.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove duplicate item in GNOME menu (closes: #335226)
+
+ -- Francois Marier <francois@debian.org>  Sat, 29 Oct 2005 17:23:22 -0400
+
+k3b (0.12.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Add kdebase-kio-plugins to the recommended packages to enable features
+    like file deletion in the built-in browser (thanks to Nikita Youshchenko
+    for the suggestion)
+  * Update the version dependency on k3b-i18n
+
+ -- Francois Marier <francois@debian.org>  Wed, 19 Oct 2005 14:43:27 -0400
+
+k3b (0.12.4a-3) unstable; urgency=low
+
+  * Fix the name of normalize-audio (closes: #298686)
+  * Fix the long name of dvd+rw-tools (closes: #328589)
+  * Add menu item in GNOME (closes: #331212)
+
+ -- Francois Marier <francois@debian.org>  Wed,  5 Oct 2005 12:15:36 -0400
+
+k3b (0.12.4a-2) unstable; urgency=low
+
+  * Remove unnecessary libid3 from the Build-Depends (closes: #329199)
+  * Restore the lost changelog entry (from 0.12.1-3)
+
+ -- Francois Marier <francois@debian.org>  Tue, 20 Sep 2005 12:24:17 -0400
+
+k3b (0.12.4a-1) unstable; urgency=low
+
+  [ Jean-Michel Kelbert ]
+  * Apply and adapt a patch provided by Javier Fernández-Sanguino Peña for the
+    README.Debian.
+  (closes: #303433)
+  * Don't change date of all files anymore during build.
+  (closes: #288677)
+  * Depend on libflac++-dev (>= 1.1.2-1) to ensure that the package is build
+    with the new version.
+  (closes: #325941, #320514)
+
+  [ Francois Marier ]
+  * New upstream release (closes: #328979)
+  * Bump Standards-Version up to 3.6.2 (no changes)
+  * Update FSF address in debian/copyright
+  * Add myself to the Uploaders fields in debian/control to reflect
+    co-maintainership
+  * Fix lintian warnings related to the Debian menu item
+  * Shorten and reformat package description (closes: #249910)
+
+ -- Francois Marier <francois@debian.org>  Sun, 18 Sep 2005 23:45:44 -0400
+
+k3b (0.12.2-0ubuntu2) breezy; urgency=low
+
+  * Add suggests on k3b for k3b-mp3, closes http://bugzilla.ubuntu.com/15660
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 17 Sep 2005 21:51:42 +0100
+
+k3b (0.12.2-0ubuntu1) breezy; urgency=low
+
+  * New upstream release
+  * Added support for .iso files to be automatically opened by k3b
+  * Sponsored upload for Martin Meredith <martin@sourceguru.net>
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Tue,  5 Jul 2005 00:31:42 +0100
+
+k3b (0.12.1-3) unstable; urgency=low
+
+  * Upgrade build dependancy on dbus-qt-1-dev to build with a C++
+    transitioned version. (closes: #322084)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Tue, 30 Aug 2005 22:54:44 +0200
+
+k3b (0.12.1-2) unstable; urgency=low
+
+  * Add to Build-Depends:    - dbus-qt-1-dev, libhal-dev, libhal-storage-dev,
+    libpopt-dev for DBus/Hal support    - libmpcdec-dev for Musepack support
+    - libresmgr-dev for Resmgr support    - libtag1-dev for audio meta data
+    reading with Taglib    - libmusicbrainz4-dev for tag guessing using
+    MusicBrainz    - flac to avoid configure errors
+  (closes: #315613)
+  * Add *.la and *.so files to the k3blibs-dev package
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Tue, 28 Jun 2005 11:49:11 +0200
+
+k3b (0.12.1-1ubuntu2) breezy; urgency=low
+
+  * Removed flac patch and added flac as Build-Depend
+    (oversight in previous package)
+  * Add kubuntu_01_hide_k3bsetup.diff to hide k3bsetup
+    from menu
+  * Add kubuntu_02_no_require_cdrdao.diff to stop it warning
+    if cdrdao is not installed
+  * Sponsored upload for Martin Meredith <martin@sourceguru.net>
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 29 Jun 2005 00:34:01 +0100
+
+k3b (0.12.1-1ubuntu1) breezy; urgency=low
+
+  * Sync with Debian
+  * Build for Breezy
+  * Added libxi-dev as Build-Depends
+  * Add Build-Depends on libtag1-dev, libmusicbrainz4-dev, libhal-dev,
+    libmad0-dev, libdbus-qt-1-dev
+  * Create package k3b-mp3 with MP3 decoder plugins
+  * Fixed Bug/error in FLAC decoder plugin
+  * Sponsored upload for Martin Meredith <martin@sourceguru.net>
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 27 Jun 2005 02:27:54 +0100
+
+k3b (0.12.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Mon, 20 Jun 2005 17:16:46 +0200
+
+k3b (0.11.24-0ubuntu1) breezy; urgency=low
+
+  * New upstream release
+  * Built for breezy
+  * Fix typo in k3b.files (mimlnk -> mimelnk)
+  * Sponsored upload for Martin Meredith <martin@sourceguru.net>
+
+ -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 13 Jun 2005 11:33:54 +0100
+
+k3b (0.11.23-0ubuntu4) breezy; urgency=low
+
+  * Rebuilt for Breezy and Patched to fix build error
+
+ -- Martin Meredith <martin@sourceguru.net>  Mon, 13 Jun 2005 03:16:47 +0100
+
+k3b (0.11.23-0ubuntu3) hoary; urgency=low
+
+  * Replaced libmad, libmad-dev
+  * Changed cdrdao as a suggests
+  * configure runs now with k3bsetup=no
+
+ -- Andreas Mueller <amu@ubuntu.com>  Mon,  4 Apr 2005 23:50:28 +0200
+
+k3b (0.11.23-0ubuntu2) hoary; urgency=low
+
+  * Added libmad0 build depends (Hoary: 8052)
+  * Added cdrdao as a new install depends (Hoary: 7877)
+  * Added a README.Ubuntu about restricted formats
+  * Removed k3bsetup, man page and his desktop file (Hosry: 8011)
+
+ -- Andreas Mueller <amu@ubuntu.com>  Fri, 01 Apr 2005 19:46:18 +0200
+
+k3b (0.11.23-0ubuntu1) hoary; urgency=low
+
+  * Added sox, movixmaker-2 as a suggestion
+  * Fixed session import.
+  * Fixed seldom crash in the welcome widget.
+  * Flac 1.1.2 compile fix.
+  * Little fix in capabilities detection (only affects buggy firmwares)
+  * Properly detect the Philips 2600
+  * Made multisession selection in DVD project visible.
+  * Fixed crash when importing session failed.
+  * Fixed compilation with flac 1.1.2
+  * New upstream release
+
+ -- Andreas Mueller <amu@ubuntu.com>  Sun, 27 Mar 2005 18:08:33 +0200
+
+k3b (0.11.20-2) unstable; urgency=low
+
+  * Rename normalize to normalize-audio.
+  (closes: #267052)
+  * Apply a patch to update man page. Thanks to Stuart Prescott.
+  (closes: #266005)
+  * Move menu entry in Applications/Tools.
+  (closes: #270444)
+  * Apply a patch to prevent the ripping progress icon from flickering
+    heavily. Thanks to Eike Sauer.
+  (closes: #294230)
+  * Add sox and movixmaker-2 to Suggests.
+  (closes: #249278)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Fri,  4 Mar 2005 21:44:10 +0100
+
+k3b (0.11.20-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jean-Michel Kelbert  <kelbert@debian.org>  Fri, 11 Feb 2005 23:25:28 +0000
+
+k3b (0.11.20-0ubuntu2) hoary; urgency=low
+
+  * Add hidden=true to k3bsetup2.desktop
+
+ -- Jonathan Riddell <jr@jriddell.org>  Thu, 17 Mar 2005 01:25:59 +0000
+
+k3b (0.11.20-0ubuntu1) hoary; urgency=low
+
+  * New upstream release
+  * removed debian-patch, upstream fixed it now.
+
+ -- Andreas Mueller <amu@ubuntu.com>  Sat, 12 Feb 2005 20:45:59 +0100
+
+k3b (0.11.19-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Thu, 27 Jan 2005 09:56:51 +0100
+
+k3b (0.11.18-2ubuntu1) hoary; urgency=low
+
+  * Rebuild with new libflac (no changes)
+  * Move patch for burn crash into debian/patches
+
+ -- Jonathan Riddell <jr@jriddell.org>  Sat, 15 Jan 2005 22:37:07 +0000
+
+k3b (0.11.18-2) unstable; urgency=high
+
+  * Apply a patch to prevent k3b from crashing when pressing "Burn". That's
+    why a set urgency to high.
+  (closes: #289440)
+  * Rebuild with newer FLAC.
+  (closes: #289372)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Tue, 11 Jan 2005 20:50:31 +0100
+
+k3b (0.11.18-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sun, 26 Dec 2004 22:38:48 +0100
+
+k3b (0.11.18-1ubuntu1) hoary; urgency=low
+
+  * New upstream release
+  * added missing build-depend
+
+ -- Andreas Mueller <amu@canonical.com>  Wed,  5 Jan 2005 17:03:27 +0100
+
+k3b (0.11.17-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Thu, 23 Sep 2004 21:33:09 +0200
+
+k3b (0.11.16-1) unstable; urgency=low
+
+  * New upstream release
+  (closes: #267338, #271780, #272122, #269736)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sun, 19 Sep 2004 10:27:06 +0200
+
+k3b (0.11.14-2) unstable; urgency=low
+
+  * Recompile k3b to prevent it from crashing when the configure diaglog is
+    closed.
+    (closes: #269741, #266086)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sat, 11 Sep 2004 15:00:23 +0200
+
+k3b (0.11.14-1) unstable; urgency=low
+
+  * New upstream release.
+  (closes: #264943)
+  * Move kcontrol do Depends.
+  (closes: #252984)
+  * Change the burning group to "cdrom".
+  (closes: #263948)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Wed, 11 Aug 2004 20:00:12 +0200
+
+k3b (0.11.13-1) unstable; urgency=low
+
+  * New upstream release
+  (closes: #261025, #257570, #253266, #252984, #249411, #248185, #240460, #260271, #253177, #249338)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Wed,  4 Aug 2004 15:18:37 +0200
+
+k3b (0.11.12-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sat, 26 Jun 2004 17:18:49 +0200
+
+k3b (0.11.11-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Tue, 15 Jun 2004 13:30:01 +0200
+
+k3b (0.11.10-1) unstable; urgency=low
+
+  * New upstream release
+  (closes: #252291)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Wed, 26 May 2004 22:38:48 +0200
+
+k3b (0.11.9-2) unstable; urgency=low
+
+  * Depends now on kdebase-bin.
+  (closes: #245566)
+  * Suggests normalize and toolame.
+  (closes: #240770)
+  * Correct typos in description.
+  (closes: #232004)
+  * Remove references to wrong documentation in the manpage.
+  (closes: #225758)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sat,  1 May 2004 11:22:30 +0000
+
+k3b (0.11.9-1) unstable; urgency=low
+
+  * New upstream release. Wouh, two releases today, I don't have time to
+    package the first one.
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Mon, 29 Mar 2004 23:05:45 +0200
+
+k3b (0.11.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove dpatch commands from debian/rules
+  (closes: #239832)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sun, 28 Mar 2004 12:56:43 +0200
+
+k3b (0.11.6-1) unstable; urgency=low
+
+  * New upstream release.
+  (closes: #229898, #226858)
+  * Add libflac++-dec to Build-Depends.
+  * Merge libraries packages.
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Tue,  9 Mar 2004 15:36:23 +0100
+
+k3b (0.10.3-5) unstable; urgency=low
+
+  * Add kdebase-bin to Suggests in debian/control
+  (closes: #227254)
+  * Apply a patch to let cdrdao working with ATAPI drives on kernel 2.6
+  (closes: #227336)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Wed, 14 Jan 2004 22:22:22 +0100
+
+k3b (0.10.3-4) unstable; urgency=low
+
+  * Add plugins to libk3plugins
+  (closes: #225553, #225600)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Tue,  6 Jan 2004 08:54:15 +0100
+
+k3b (0.10.3-3) unstable; urgency=low
+
+  * Add libkcm_k3bsetup2.la to libk3bcore.
+  (closes: #225566, #225589, #225985)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sun,  4 Jan 2004 01:27:35 +0100
+
+k3b (0.10.3-2) unstable; urgency=low
+
+  * Fix missing depends on k3b libs.
+  (closes: #225457, #225459)
+  * Change icons location under kde.
+  (closes: #224820)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Thu,  1 Jan 2004 19:10:45 +0100
+
+k3b (0.10.3-1) unstable; urgency=low
+
+  * New upstream release
+  (closes: #218063)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Tue,  9 Dec 2003 19:57:45 +0100
+
+k3b (0.9-4) unstable; urgency=low
+
+  * Add a patch to inform user to use 'dpkg-reconfigure cdrecord' instead of
+    k3bsetup when k3b detect that cdrecord isn't setuid.
+  * Add kcontrol to Recommands.
+  (closes: #206753)
+  * Add kdelibs-data to Depends since
+    usr/share/mimelnk/application/x-iso.desktop and
+    usr/share/mimelnk/application/x-cue.desktop which where conflicting with
+    arson package are now included in it.
+  (closes: #204532)
+  * Add a patch for solving a syntax problem in some German entries.
+  (closes: #212238)
+  * Add the patch provided by Chris Cheney to clean debian/rules. Adapt the
+    resulting debian/rules to k3b.(Thanks to Chris)
+  (closes: #214509)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Fri, 10 Oct 2003 22:47:29 +0200
+
+k3b (0.9-3.1) unstable; urgency=low
+
+  * NMU
+  * Removed x-cue.desktop and x-iso.desktop since they are now a part of
+    kdelibs-data.
+
+ -- Christopher L Cheney <ccheney@debian.org>  Mon,  6 Oct 2003 22:00:00 -0500
+
+k3b (0.9-3) unstable; urgency=low
+
+  * Change the previous changelog entry. Thanks to Rene Engelhard.
+  * Add a patch for adding group read permission on cdrecord in k3bsetup. The
+    patch concerns src/k3bsetup/k3bsetup.cpp. Thanks to Matthew A. Nicholson.
+  (closes: #201393, #203819)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sun,  3 Aug 2003 21:20:13 +0200
+
+k3b (0.9-2) unstable; urgency=low
+
+  * Add a patch for changing dlopen() libcdda_interface.so.0 instead of
+    libcdda_interface.so. The patch concerns src/tools/k3bcdparanoialib.cpp.
+  (closes: #199819)
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sun,  3 Aug 2003 11:06:25 +0200
+
+k3b (0.9-1) unstable; urgency=low
+
+  * New upstream release.
+  (closes: #195684, #202359)
+  * Use -fpermissive to allow compilation with gcc 3.3.1.
+  * Split the package in three because there is now a library: libk3bcore.
+  * Added k3b-i18n in Suggest.
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Thu, 24 Jul 2003 00:17:05 +0200
+
+k3b (0.8.1-3) unstable; urgency=low
+
+  * Made some changes in the dependancies.
+  * Compile against kdelibs4-dev (>= 3.1.1) in order to depend on the new
+    libvorbis.
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Sat, 15 Mar 2003 00:57:14 -0500
+
+k3b (0.8.1-2) unstable; urgency=low
+
+  * Added a line debian/rules to change the date of admin/config.guess, so
+    that the package will compile from sources.
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Thu, 13 Mar 2003 22:43:17 -0500
+
+k3b (0.8.1-1) unstable; urgency=low
+
+  * Initial Release.
+    (closes: #165264)
+  * Thanks to Karolina Lindqvist for manpages
+
+ -- Jean-Michel Kelbert <kelbert@debian.org>  Wed, 19 Feb 2003 23:53:45 -0500
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..c9e6e8a
--- /dev/null
+++ b/control
@@ -0,0 +1,151 @@
+Source: k3b
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Uploaders: Scarlett Moore <sgmoore@kde.org>,
+           Michael Meskes <meskes@debian.org>,
+           Mark Purcell <msp@debian.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               extra-cmake-modules (>= 5.56.0~),
+               gettext,
+               libavformat-dev,
+               libcam-dev [kfreebsd-any],
+               libdvdread-dev,
+               libflac++-dev,
+               libflac-dev,
+               libkf5archive-dev (>= 5.56.0~),
+               libkf5cddb-dev (>= 5.56.0~),
+               libkf5config-dev (>= 5.56.0~),
+               libkf5coreaddons-dev (>= 5.56.0~),
+               libkf5doctools-dev (>= 5.56.0~),
+               libkf5filemetadata-dev (>= 5.56.0~),
+               libkf5i18n-dev (>= 5.56.0~),
+               libkf5iconthemes-dev (>= 5.56.0~),
+               libkf5jobwidgets-dev (>= 5.56.0~),
+               libkf5kcmutils-dev (>= 5.56.0~),
+               libkf5kio-dev (>= 5.56.0~),
+               libkf5newstuff-dev (>= 5.56.0~),
+               libkf5notifications-dev (>= 5.56.0~),
+               libkf5notifyconfig-dev (>= 5.56.0~),
+               libkf5service-dev (>= 5.56.0~),
+               libkf5solid-dev (>= 5.56.0~),
+               libkf5widgetsaddons-dev (>= 5.56.0~),
+               libkf5xmlgui-dev (>= 5.56.0~),
+               libmad0-dev,
+               libmp3lame-dev,
+               libmpcdec-dev,
+               libmusicbrainz5-dev,
+               libqt5webkit5-dev (>= 5.12.5+dfsg-3~),
+               libsamplerate0-dev,
+               libsndfile1-dev,
+               libtag1-dev,
+               libvorbis-dev,
+               pkg-kde-tools (>= 0.15.16),
+               qtbase5-dev (>= 5.12.5+dfsg-3~),
+               shared-mime-info
+Standards-Version: 4.5.1
+Homepage: https://userbase.kde.org/K3b
+Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/k3b.git
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/k3b
+Rules-Requires-Root: no
+
+Package: k3b
+Architecture: any
+Depends: cdparanoia,
+         cdrdao [linux-any],
+         genisoimage,
+         k3b-data (= ${source:Version}),
+         libk3b7 (= ${binary:Version}),
+         udisks2 [linux-any],
+         wodim | cdrskin,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: dvd+rw-tools, growisofs, libk3b7-extracodecs, vcdimager
+Suggests: k3b-extrathemes,
+          k3b-i18n,
+          kde-config-cddb,
+          movixmaker-2,
+          normalize-audio,
+          sox
+Description: Sophisticated CD/DVD burning application
+ K3b is a full-featured CD/DVD/Blu-ray burning and ripping application.
+ It supports a variety of project types as well as copying of optical
+ media, burning of different types of images, and ripping Audio CDs,
+ Video CDs, and Video DVDs.
+ Its convenient user interface is targeted at all audiences, trying to
+ be as simple as possible for novice users, while also providing all
+ features an advanced user might need.
+
+Package: k3b-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Sophisticated CD/DVD burning application - data files
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
+ .
+ This package contains the required data files common to all architectures.
+
+Package: k3b-extrathemes
+Architecture: all
+Depends: k3b, ${misc:Depends}
+Description: Sophisticated CD/DVD burning application - extra themes
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
+ .
+ This package contains additional themes for K3b.
+
+Package: k3b-i18n
+Section: localization
+Architecture: all
+Depends: k3b, ${misc:Depends}
+Description: Sophisticated CD/DVD burning application - localizations files
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
+ .
+ This package contains translations files.
+
+Package: libk3b-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libk3b7 (= ${binary:Version}), ${misc:Depends}
+Description: KDE CD/DVD burning application library - development files
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
+ .
+ This package contains development files.
+
+Package: libk3b7
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: KDE CD/DVD burning application library - runtime files
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
+ .
+ This package contains runtime libraries.
+
+Package: libk3b7-extracodecs
+Architecture: any
+Multi-Arch: same
+Depends: libk3b7 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: KDE CD/DVD burning application library - extra decoders
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
+ .
+ This package contains runtime libraries for the MP3 and FFMPEG decoder plugin.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..2331d54
--- /dev/null
+++ b/copyright
@@ -0,0 +1,371 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: k3b
+Source: https://download.kde.org/stable/k3b
+Upstream-Contact: kde-devel@kde.org
+
+Files: *
+Copyright: 1998-2009 Sebastian Trueg <trueg@k3b.org>
+           2009-2011 Michal Malek <michalm@jabster.pl>
+           2009 Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net>
+           2005 Max Howell <max.howell@methylblue.com>
+           2005 Seb Ruiz <me@sebruiz.net>
+           2005 Kicker Authors
+           2010 Dario Freddi <drf@kde.org>
+           2009 Arthur Mello <arthur@mandriva.com>
+           2003-2004 Christian Kvasny <chris@k3b.org>
+           2005 Shaheed Haque (srhaque@iee.org)
+           2004-2005 Jakob Petsovits <jpetso@gmx.at>
+           2003 Klaus-Dieter Krannich <kd@k3b.org>
+           2011 Andriy Gapon <avg@FreeBSD.org>
+           2006 Mark Davies <mark@mcs.vuw.ac.nz>
+           2007 Jeremy C. Andrus <jeremy@jeremya.com>
+           2009 Ralf Habacker <ralf.habacker@freenet.de>
+           cdrdao project (C) J. Schilling, Andreas Mueller
+           * and many others.
+           2003-2004 John Steele Scott <toojays@toojays.net>
+           2004 Matthieu Bedouet <mbedouet@no-log.org>
+           2017 Safa Alfulaij <safa1996alfulaij@gmail.com>
+           2019 enolp <enolp@softastur.org>
+           2005-2009 Zlatko Popov <zlatkopopov@fsa-bg.org>
+           2010-2011 Yasen Pramatarov <yasen@lindeas.com>
+           2003 Bakir Helić <bh@linux.org.ba>
+           2004 Avdija Ahmedhodžić <avdija@narkomanija.ba>
+           2004 Vedran Ljubović <vljubovic@smartnet.ba>
+           2004 Vladimir Grubor <vlado@mobih.ba>
+           2006 Adnan Hodzic <admin@abshost.net>
+           2003-2020 Antoni Bella Pérez <antonibella5@yahoo.com>
+           2004-2005 Albert Astals Cid <aacid@kde.org>
+           2006-2008 Marc Coll Carrillo <marcoll@ya.com>
+           2007-2019 Josep Ma. Ferrer <txemaq@gmail.com>
+           2010 Manuel Tortosa Moreno <manutortosa@gmail.com>
+           2010-2011 Joan Maspons <joanmaspons@gmail.com>
+           2010-2011 Lukáš Tinkl <ltinkl@redhat.com>
+           2010-2019 Vít Pelčák <vit@pelcak.org>
+           2012-2013 Tomáš Chvátal <tomas.chvatal@gmail.com>
+           2004-2007 Erik Kjær Pedersen <erik@binghamton.edu>
+           2009-2018 Martin Schlander <mschlander@opensuse.org>
+           2018-2019  scootergrisen
+           2003 Christoph Thielecke <crissi99@gmx.de>
+           2003-2004 Thomas Diehl <thd@kde.org>
+           2003 Sebastian Trüg <trueg@k3b.org>
+           2003 Thomas Fischer <th.fischer@gmx.net>
+           2004-2009 Thomas Reitelbach <tr@erdfunkstelle.de>
+           2005 Stephan Johach <hunsum@gmx.de>
+           2009-2016 Frederik Schwarzer <schwarzer@kde.org>
+           2009-2019 Burkhard Lück <lueck@hube-lueck.de>
+           2009 Jannick Kuhr <opensource@kuhr.org>
+           2009-2010 Markus Slopianka <markus.s@kdemail.net>
+           2009-2010 Panagiotis Papadopoulos <pano_90@gmx.net>
+           2010-2014 Johannes Obermayr <johannesobermayr@gmx.de>
+           2003 ironhell3 <ironhell3@hotmail.com>
+           2005 Kouzinopoulos Haris <haris@mpa.gr>
+           2005-2008 Spiros Georgaras <sng@hellug.gr>
+           2005 Bouklis Panos <panos@echidna-band.com>
+           2005-2009 Toussis Manolis <manolis@koppermind.homelinux.org>
+           2008 Spiros Georgaras <sngeorgaras@otenet.gr>
+           2011-2017 Stelios <sstavra@gmail.com>
+           2011-2013 Dimitrios Glentadakis <dglent@gmail.com>
+           2011 Antonis Geralis <capoiosct@gmail.com>
+           2018 Long Run <pvidalis@gmail.com>
+           2009-2011 Andrew Coles <andrew_coles@yahoo.co.uk>
+           2014-2019 Steve Allewell <steve.allewell@gmail.com>
+           2007 Pierre-Marie Pédrot <pedrotpmx@wanadoo.fr>
+           2007-2019 Eloy Cuadra <ecuadra@eloihr.net>
+           2007-2008 Carlos Davila <carluti@users.sourceforge.net>
+           2008 Santi <santi@kde-es.org>
+           2008 Danilo Vasquez Simonetti <danilo.vasquez@gmail.com>
+           2009-2014 Javier Vinal <fjvinal@gmail.com>
+           2015 Sergio Ahumada <sahumada@texla.cl>
+           2017-2019 Víctor Rodrigo Córdoba <vrcordoba@gmail.com>
+           2003-2005 Hasso Tepper <hasso@estpak.ee>
+           2003-2012 Marek Laane <bald@starman.ee>
+           2005 Peeter Russak <pezz@tkwcy.ee>
+           2005 Hizkuntza Politikarako Sailburuordetza <hizpol@ej-gv.es>
+           2007 marcos <marcos@euskalgnu.org>
+           2009 Julen Landa Alustiza <julen@mundurat.net>
+           2009-2011 Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>
+           2012-2020 Iñigo Salvador Azurmendi <xalba@euskalnet.net>
+           2014 Mohi Mirdamadi <mohi@ubuntu.ir>
+           2003 Teemu Rytilahti <teemu.rytilahti@kde-fi.org>
+           2005-2007 Ilpo Kantonen <ilpo@iki.fi>
+           2006 Mikael Lammentausta <mikael.lammentausta@student.savonia-amk.fi>
+           2006 Kim Enkovaara <kim.enkovaara@iki.fi>
+           2009-2020 Tommi Nieminen <translator@legisign.org>
+           2010-2016 Lasse Liehu <lasse.liehu@gmail.com>
+           2012 Jiri Grönroos <jiri.gronroos+kde@iki.fi>
+           2012 Niklas Laxström <niklas.laxstrom+kdetrans@gmail.com>
+           2002-2003 Gérard Delafond <gerard@delafond.org>
+           2002 Charles de Miramon <cmiramon@kde-france.org>
+           2002 Éric Bischoff <e.bischoff@noos.fr>
+           2004 Matthieu Robin <kde@macolu.org>
+           2002-2004 Gilles Caulier <caulier.gilles@free.fr>
+           2004-2005 Matthieu Robin <matthieu@macolu.org>
+           2005-2007 Yannick Torrès <yannick.torres@keliglia.com>
+           2008 Paul Morin <m.paulmorin@gmail.com>
+           2008 Nicolas Ternisien <nicolas.ternisien@gmail.com>
+           2008 Sébastien Renard <Sebastien.Renard@digitalfox.org>
+           2010-2013 Geoffray Levasseur <geoffray.levasseurbrandin@numericable.fr>
+           2012 xavier <xavier.besnard@neuf.fr>
+           2018-2019 Simon Depiets <sdepiets@gmail.com>
+           2019 Maxime Corteel <mcorteel@gmail.com>
+           2009 Kevin Scannell <kscanne@gmail.com>
+           2003-2004 Xabi García <xabigf@gmx.net>
+           2004-2005 Martina Ramilo Pereira <martina.ramilo@hispalinux.es>
+           2006-2007 Xabi G. Feal <xabigf@gmx.net>
+           2007-2009 mvillarino <mvillarino@users.sourceforge.net>
+           2011-2014 Marce Villarino <mvillarino@kde-espana.es>
+           2012 Xosé <xosecalvo@gmail.com>
+           2013 Miguel Branco <mgl.branco@gmail.com>
+           2013-2020 Adrián Chaves (Gallaecio) <adrian@chaves.io>
+           2008 David Shalmiev <vertigo.rus@gmail.com>
+           2009-2010 Tahmar1900 <tahmar1900@gmail.com>
+           2010-2013 Diego Iastrubni <elcuco@kde.org>
+           2017 Elkana Bardugo <ttv200@gmail.com>
+           2008 Ravishankar Shrivastava <raviratlami@yahoo.com>
+           2010 Andrej Dundovic <adundovi@gmail.com>
+           2011 Marko Dimjašević <marko@dimjasevic.net>
+           2002-2003 Marcel Hilzinger <hili@suselinux.hu>
+           2003 Tamas Szanto <tszanto@mol.hu>
+           2003-2010 Arpad Biro <biro.arpad gmail>
+           2010-2012 Kristóf Kiszel <ulysses@kubuntu.org>
+           2012-2014 Balázs Úr <urbalazs@gmail.com>
+           2018-2020 Wantoyo <wantoyek@gmail.com>
+           2005-2006 Arnar Leósson <leosson@frisurf.no
+           2008-2018 Sveinn í Felli <sveinki@nett.is>
+           2002-2010 Giovanni Venturi <giovanni@ksniffer.org>
+           2015 Vincenzo Reale <smart2128@baslug.org>
+           2015-2019 Luigi Toscano <luigi.toscano@tiscali.it>
+           2003-2006 UTUMI Hirosi <utuhiro78@yahoo.co.jp>
+           2006-2009 Yukiko Bando <ybando@k6.dion.ne.jp>
+           2012 Yasuhiko Kamata <belphegor@belbel.or.jp>
+           2011-2012 Fumiaki Okushi <okushi@kde.gr.jp>
+           2011-2013 Sairan Kikkarin <sairan@computer.org>
+           2009-2012 Khoem Sokhem <khoemsokhem@khmeros.info>
+           2009 Seng Sutha
+           2007 Sang-kyun Noh <freesky80@nate.com>
+           2008-2019 Shinjo Park <kde@peremen.name>
+           2005 Nerijus Kislauskas <nierka@splius.lt>
+           2005 Donatas Glodenis <dgvirtual@akl.lt>
+           2006 Dovydas Sankauskas <laisve@gmail.com>
+           2011 Remigijus Jarmalavičius <remigijus@jarmalavicius.lt>
+           2011-2013 Liudas Alisauskas <liudas@akmc.lt>
+           2019 Mindaugas Baranauskas <opensuse.lietuviu.kalba@gmail.com>
+           2011-2012 Einars Sprugis <einars8@gmail.com>
+           2011-2012 Maris Nartiss <maris.kde@gmail.com>
+           2008 Prasad.S.R <saysprasad@gmail.com>
+           2013 Chetan Khona <chetan@kompkin.com>
+           2004 Knut Yrvin <knut.yrvin@gmail.com>
+           2005 Nils Kristian Tomren <slx@nilsk.net>
+           2006 Jørgen Grønlund <jorgenhg@broadpark.no>
+           2006 Håvard Korsvoll <korsvoll@skulelinux.no>
+           2006-2007 Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
+           2006 Lars Risan <lars.risan@tik.uio.no>
+           2006 Klaus Ade Johnstad <klaus@skolelinux.no>
+           2008 Axel Bojer <fri_programvare@bojer.no>
+           2008-2012 Bjørn Steensrud <bjornst@skogkatt.homelinux.org>
+           2006-2011 Manfred Wiese <m.j.wiese@web.de>
+           2006-2014 Sönke Dibbern <s_dibbern@web.de>
+           2003-2004 Rinse de Vries <rinse@kde.nl>
+           2003 Roel Koelewijn <rl.koelewijn@home.nl>
+           2004 Jo Vermeulen <jo@lumumba.luc.ac.be>
+           2004 R.F. Pels <ruurd@tiscali.nl>
+           2004-2010 Rinse de Vries <rinsedevries@kde.nl>
+           2004 Tom Albers <tomalbers@kde.nl>
+           2004-2006 Bram Schoenmakers <bramschoenmakers@kde.nl>
+           2008-2009 Kristof Bal <kristof.bal@gmail.com>
+           2009-2010 Antoon Tolboom <atolboo@gmail.com>
+           2009-2019 Freek de Kruijf <freekdekruijf@kde.nl>
+           2004-2008 Håvard Korsvoll <korsvoll@skulelinux.no>
+           2005-2019 Karl Ove Hufthammer <karl@huftis.org>
+           2008-2009 Eirik U. Birkeland <eirbir@gmail.com>
+           2008-2019 A S Alam <aalam@users.sf.net>
+           2008 Amanpreet Singh Alam <aalam@users.sf.net>
+           2002-2007 Krzysztof Lichota <lichota@mimuw.edu.pl>
+           2004 Emil Nowak <emil5@go2.pl>
+           2004-2005 Michal Rudolf <mrudolf@kdewebdev.org>
+           2005 Robert Gomulka <rgom@o2.pl>
+           2007 Krzysztof Lichota <krzysiek@lichota.net>
+           2008 Tomasz Zaba <frog4@poczta.onet.pl>
+           2008-2011 Marta Rybczyńska <kde-i18n@rybczynska.net>
+           2008-2009 Maciej Wikło <maciej.wiklo@wp.pl>
+           2011 Artur Chłond <eugenewolfe@o2.pl>
+           2011-2019 Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
+           2019 Pedro Morais <morais@kde.org>
+           2003-2012 Marcus Gama <marcus.gama@gmail.com>
+           2003 Gustavo Mendes de Carvalho <gmcarvalho@yahoo.com>
+           2004 Antonio Sergio de Mello e Souza <asergioz@bol.com.br>
+           2004 Thiago Macieira <thiago.macieira@kdemail.net>
+           2004-2005 Lisiane Sztoltz Teixeira <lisiane@kdemail.net>
+           2007 Diniz Bortolotto <diniz.bortolotto@gmail.com>
+           2008-2019 Luiz Fernando Ranghetti <elchevive@opensuse.org>
+           2005-2009 Doutor Zero <doutor.zero@gmail.com>
+           2009-2016 André Marcelo Alvarenga <alvarenga@kde.org>
+           2008 Laurenţiu Buzdugan <lbuz@rolix.org>
+           2008-2014 Sergiu Bivol <sergiu.bivol@jurnaltv.md>
+           2002-2003 LOR Windowser <lorwindowser@mail.ru>
+           2003-2005 Vitaly Lipatov <lav@altlinux.ru>
+           2004 Gregory Mokhin <mok@kde.ru>
+           2004 Albert R. Valiev <darkstar@altlinux.ru>
+           2003-2010 Nick Shaforostoff <shaforostoff@kde.ru>
+           2008-2011 Артём Середа <overmind88@gmail.com>
+           2010-2019 Alexander Potashev <aspotashev@gmail.com>
+           2011-2012 Yuri Efremov <yur.arh@gmail.com>
+           2013 Alexander Lakhin <exclusion@gmail.com>
+           2019,2020 Alexander Yavorsky <kekcuha@gmail.com>
+           2007-2010 Richard Fric <Richard.Fric@kdemail.net>
+           2010-2011 Michal Sulek <misurel@gmail.com>
+           2012-2017 Roman Paholík <wizzardsk@gmail.com>
+           2019 Matej Mrenica <matejm98mthw@gmail.com>
+           2009-2010 Jure Repinc <jlp@holodeck1.com>
+           2012-2018 Andrej Mernik <andrejm@ubuntu.si>
+           2007-2010 Slobodan Simic <slsimic@gmail.com>
+           2010-2017 Chusslove Illich <caslav.ilic@gmx.net>
+           2010 Dalibor Djuric <daliborddjuric@gmail.com>
+           2007-2019 tefan Asserhall <stefan.asserhall@bredband.net>
+           2004 Adem Alp Yıldız <ademalp@linux-sevenler.org>
+           2004 Aydın Demirel <aydndemirel@yahoo.com>
+           2005 Ayşe Genç <ayse@uludag.org.tr>
+           2006 Bekir SONAT <bekirsonat@kde.org.tr>
+           2004-2007 Engin Çağatay <engincagatay@yahoo.com>
+           2005 Gökçen Eraslan <gokcene@anadolu.edu.tr>
+           2002-2005 Görkem Çetin <gorkem@kde.org>
+           2006 Hasan <hasan@teknoseyir.com>
+           2011 H. İbrahim Güngör <ibrahim@pardus.org.tr>
+           2006 Koray Bostancı <koray@kde.org.tr>
+           2006 Koray Löker <loker@pardus.org.tr>
+           2003 Nilgün Belma Bugüner <nilgun@superonline.com>
+           2010 Ozan Çağlayan <ozan@pardus.org.tr>
+           2004-2005 S.Çağlar Onur <caglar@uludag.org.tr>
+           2007-2012 obsoleteman <tulliana@gmail.com>
+           2013-2017 Volkan Gezer <volkangezer@gmail.com>
+           2011 Sahran <sahran.ug@gmail.com>
+           2009 Jean Cayron <jean.cayron@gmail.com>
+           2002-2003 Zong Yaotang <zong@cosix.com.cn>
+           2002-2003 Xiong Jiang <jxiong@offtopic.org>
+           2004-2005 Funda Wang <fundawang@linux.net.cn>
+           2010 Feng Chao <rainofchaos@gmail.com>
+           2017 Guo Yunhe <guoyunhebrave@gmail.com>
+           2002 SiongUi Te <siongui@yahoo.com.tw>
+           2003 Bao-Chau Chen <b8802046@mail.ntust.edu.tw>
+           2006 You-Cheng Hsieh <yochenhsieh@xuite.net>
+           2007-2013 Franklin Weng <franklin@goodhorse.idv.tw>
+           2008 Yi-Shun Wang <dnextstep@gmail.com>
+           2016 Jeff Huang <s8321414@gmail.com>
+           2018-2019 pan93412 <pan93412@gmail.com>
+           2020 giovanni <g.sora@tiscali.it>
+License: GPL-2+
+
+Files: doc/*
+      po/ca/docs/k3b/*
+      po/de/docs/k3b/*
+      po/nl/docs/k3b/*
+      po/sv/docs/k3b/*
+      po/uk/docs/k3b/*
+      po/es/docs/k3b/*
+      po/pt_BR/docs/k3b/*
+      po/pt/docs/k3b/*
+      po/it/docs/k3b/*
+      po/fr/docs/k3b/*
+Copyright: 2009-2020
+          https://userbase.kde.org/index.php?title=K3b&action=history
+License: GFDL-1.2+
+
+Files: po/uk/k3b.po
+Copyright: 2004-2008 Ivan Petrouchtchak <fr.ivan@ukrainian-orthodox.org>
+           2007-2019 Yuri Chornoivan <yurchor@ukr.net>
+License: LGPL-2.1+3+KDEeV
+
+Files: src/org.kde.k3b.appdata.xml
+Copyright: 1998-2009 Sebastian Trueg <trueg@k3b.org>
+License: CC0-1.0
+
+Files: debian/*
+Copyright: 2019,2020 Scarlett Moore <sgmoore@kde.org>
+           2003-2005 Jean-Michel Kelbert <kelbert@debian.org>
+           2008-2010 Fathi Boudra <fabo@debian.org>
+           2005-2008 Francois Marier <francois@debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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 systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
+
+License: GFDL-1.2+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.2
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license is included in the section entitled "GNU
+ Free Documentation License".
+ .
+ On Debian systems, the complete text of the GNU Free Documentation
+ License version 1.2 can be found in "/usr/share/common-licenses/GFDL-1.2".
+
+License: LGPL-2.1+3+KDEeV
+ LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation;
+ version 2.1.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian systems, the complete text of the GNU Library General Public
+ License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
+ .
+ LGPL-3
+ This package is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 3 of the License.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-3'.
+ .
+ KDEeV
+ This file is distributed under the license LGPL version 2.1 or
+ version 3 or later versions approved by the membership of KDE e.V.
+
+License: CC0-1.0
+ Certain owners wish to permanently relinquish those rights to a Work for
+ the purpose of contributing to a commons of creative, cultural and
+ scientific works ("Commons") that the public can reliably and without
+ fear of later claims of infringement build upon, modify, incorporate in
+ other works, reuse and redistribute as freely as possible in any form
+ whatsoever and for any purposes, including without limitation commercial
+ purposes. These owners may contribute to the Commons to promote the
+ ideal of a free culture and the further production of creative, cultural
+ and scientific works, or to gain reputation or greater distribution for
+ their Work in part through the use and efforts of others.
+ .
+ For these and/or other purposes and motivations, and without any
+ expectation of additional consideration or compensation, the person
+ associating CC0 with a Work (the "Affirmer"), to the extent that he or
+ she is an owner of Copyright and Related Rights in the Work, voluntarily
+ elects to apply CC0 to the Work and publicly distribute the Work under
+ its terms, with knowledge of his or her Copyright and Related Rights in
+ the Work and the meaning and intended legal effect of CC0 on those
+ rights.
+ .
+ The complete text of the Creative Commons 0 1.0 Universal
+ can be found in `/usr/share/common-licenses/CC0-1.0'.
diff --git a/k3b-data.install b/k3b-data.install
new file mode 100644 (file)
index 0000000..1a1dbab
--- /dev/null
@@ -0,0 +1,29 @@
+usr/share/doc/HTML/en/k3b/*
+usr/share/icons/hicolor/*/apps/k3b.png
+usr/share/icons/hicolor/*/mimetypes/application-x-k3b.png
+usr/share/icons/hicolor/scalable/apps/k3b.svgz
+usr/share/icons/hicolor/scalable/mimetypes/application-x-k3b.svgz
+usr/share/k3b/cdi/
+usr/share/k3b/extra/
+usr/share/k3b/icons/
+usr/share/k3b/pics/quant/
+usr/share/knotifications5/k3b.notifyrc
+usr/share/kservices5/ServiceMenus/
+usr/share/kservices5/k3baudiometainforenamerplugin.desktop
+usr/share/kservices5/k3baudioprojectcddbplugin.desktop
+usr/share/kservices5/k3bexternalencoder.desktop
+usr/share/kservices5/k3bflacdecoder.desktop
+usr/share/kservices5/k3blibsndfiledecoder.desktop
+usr/share/kservices5/k3bmpcdecoder.desktop
+usr/share/kservices5/k3boggvorbisdecoder.desktop
+usr/share/kservices5/k3boggvorbisencoder.desktop
+usr/share/kservices5/k3bsoxencoder.desktop
+usr/share/kservices5/k3bwavedecoder.desktop
+usr/share/kservices5/kcm_k3bexternalencoder.desktop
+usr/share/kservices5/kcm_k3boggvorbisencoder.desktop
+usr/share/kservices5/kcm_k3bsoxencoder.desktop
+usr/share/kservicetypes5/k3bplugin.desktop
+usr/share/kxmlgui5/k3b/k3bdeviceui.rc
+usr/share/kxmlgui5/k3b/k3bui.rc
+usr/share/mime/packages/x-k3b.xml
+usr/share/solid/
diff --git a/k3b-data.maintscript b/k3b-data.maintscript
new file mode 100644 (file)
index 0000000..cbbb5dd
--- /dev/null
@@ -0,0 +1,2 @@
+#DEBHELPER#
+rm_conffile /etc/dbus-1/system.d/org.kde.kcontrol.k3bsetup.conf  19.12.3~ k3b-data
diff --git a/k3b-extrathemes.install b/k3b-extrathemes.install
new file mode 100644 (file)
index 0000000..14c214e
--- /dev/null
@@ -0,0 +1,3 @@
+usr/share/k3b/pics/73lab/
+usr/share/k3b/pics/RobsTheme/
+usr/share/k3b/pics/crystal/
diff --git a/k3b-i18n.install b/k3b-i18n.install
new file mode 100644 (file)
index 0000000..6e7d2ef
--- /dev/null
@@ -0,0 +1,14 @@
+usr/share/doc/HTML/ca/k3b/
+usr/share/doc/HTML/de/k3b/
+usr/share/doc/HTML/es/k3b/
+usr/share/doc/HTML/fr/k3b/
+usr/share/doc/HTML/it/k3b/
+usr/share/doc/HTML/nl/k3b/
+usr/share/doc/HTML/pt/k3b/
+usr/share/doc/HTML/pt_BR/k3b/
+usr/share/doc/HTML/sv/k3b/
+usr/share/doc/HTML/uk/k3b/
+usr/share/locale/*/LC_MESSAGES/k3b.mo
+usr/share/locale/*/LC_MESSAGES/kio_videodvd.mo
+usr/share/locale/*/LC_MESSAGES/libk3b.mo
+usr/share/locale/*/LC_MESSAGES/libk3bdevice.mo
diff --git a/k3b.bug-presubj b/k3b.bug-presubj
new file mode 100644 (file)
index 0000000..1faf6bd
--- /dev/null
@@ -0,0 +1,26 @@
+The Debian team values users reports, but we are busy, and so we
+kindly ask you to access the upstream support facilities:
+
+There is a user mailing list which maybe used to get support:
+http://lists.sourceforge.net/lists/listinfo/k3b-user
+
+To post a message to all the list members, send email to 
+k3b-user@lists.sourceforge.net.
+
+
+If you know that the bug you want to report is in the "upstream"
+code then please check/ file against the KDE Bug tracking system:
+https://bugs.kde.org/buglist.cgi?quicksearch=k3b
+
+You can also report bugs directly upstream using the K3b Help:Report Bug
+menu entry.
+
+
+If you feel that the bug is one that other Debian users should
+know about then you are welcome to file a report in the Debian BTS
+as well.  Please keep in mind, however, that managing bug reports
+is part of the maintainers' workload.
+
+As a minimum we ask that you Cc: k3b-user@lists.sourceforge.net any
+reports you file in the Debian Bug Tracking system so that upstream
+are aware of the issue you are reporting.
diff --git a/k3b.bug-script b/k3b.bug-script
new file mode 100644 (file)
index 0000000..6d847bd
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+echo
+echo "Gathering system configuration viai `wodim -checkdrive` (please wait)..."
+/usr/bin/wodim -checkdrive >&3 2>&3
+
+
diff --git a/k3b.docs b/k3b.docs
new file mode 100644 (file)
index 0000000..32895ff
--- /dev/null
+++ b/k3b.docs
@@ -0,0 +1,2 @@
+FAQ.txt
+README.txt
diff --git a/k3b.install b/k3b.install
new file mode 100644 (file)
index 0000000..5915fcf
--- /dev/null
@@ -0,0 +1,8 @@
+usr/bin/k3b
+usr/lib/kauth/libexec/k3bhelper
+usr/share/applications/org.kde.k3b.desktop
+usr/share/dbus-1/system-services/org.kde.k3b.service
+usr/share/dbus-1/system.d/org.kde.k3b.conf
+usr/share/knsrcfiles/k3btheme.knsrc
+usr/share/metainfo/org.kde.k3b.appdata.xml
+usr/share/polkit-1/actions/org.kde.k3b.policy
diff --git a/k3b.maintscript b/k3b.maintscript
new file mode 100644 (file)
index 0000000..6eec98f
--- /dev/null
@@ -0,0 +1 @@
+rm_conffile /etc/xdg/k3btheme.knsrc 20.08.0~
diff --git a/libk3b-dev.install b/libk3b-dev.install
new file mode 100644 (file)
index 0000000..d97eeb0
--- /dev/null
@@ -0,0 +1,3 @@
+usr/include/k3b*.h
+usr/lib/*/libk3bdevice.so
+usr/lib/*/libk3blib.so
diff --git a/libk3b7-extracodecs.install b/libk3b7-extracodecs.install
new file mode 100644 (file)
index 0000000..70d2e40
--- /dev/null
@@ -0,0 +1,11 @@
+usr/lib/*/qt5/plugins/k3bffmpegdecoder.so
+usr/lib/*/qt5/plugins/k3blameencoder.so
+usr/lib/*/qt5/plugins/k3bmaddecoder.so
+usr/lib/*/qt5/plugins/kcm_k3blameencoder.so
+usr/lib/*/qt5/plugins/kf5/kio/videodvd.so
+usr/share/konqsidebartng/virtual_folders/services/videodvd.desktop
+usr/share/kservices5/k3bffmpegdecoder.desktop
+usr/share/kservices5/k3blameencoder.desktop
+usr/share/kservices5/k3bmaddecoder.desktop
+usr/share/kservices5/kcm_k3blameencoder.desktop
+usr/share/kservices5/videodvd.protocol
diff --git a/libk3b7.install b/libk3b7.install
new file mode 100644 (file)
index 0000000..b75bf13
--- /dev/null
@@ -0,0 +1,17 @@
+usr/lib/*/libk3bdevice.so.7
+usr/lib/*/libk3bdevice.so.7.*
+usr/lib/*/libk3blib.so.7
+usr/lib/*/libk3blib.so.7.*
+usr/lib/*/qt5/plugins/k3baudiometainforenamerplugin.so
+usr/lib/*/qt5/plugins/k3baudioprojectcddbplugin.so
+usr/lib/*/qt5/plugins/k3bexternalencoder.so
+usr/lib/*/qt5/plugins/k3bflacdecoder.so
+usr/lib/*/qt5/plugins/k3blibsndfiledecoder.so
+usr/lib/*/qt5/plugins/k3bmpcdecoder.so
+usr/lib/*/qt5/plugins/k3boggvorbisdecoder.so
+usr/lib/*/qt5/plugins/k3boggvorbisencoder.so
+usr/lib/*/qt5/plugins/k3bsoxencoder.so
+usr/lib/*/qt5/plugins/k3bwavedecoder.so
+usr/lib/*/qt5/plugins/kcm_k3bexternalencoder.so
+usr/lib/*/qt5/plugins/kcm_k3boggvorbisencoder.so
+usr/lib/*/qt5/plugins/kcm_k3bsoxencoder.so
diff --git a/libk3b7.lintian-overrides b/libk3b7.lintian-overrides
new file mode 100644 (file)
index 0000000..e45aa7f
--- /dev/null
@@ -0,0 +1,6 @@
+# their SONAMEs are kept in sync
+libk3b7: package-name-doesnt-match-sonames libk3bdevice7 libk3blib7
+# Runtime library
+libk3b7: no-symbols-control-file usr/lib/*/libk3bdevice.so.7.*
+# Runtime library
+libk3b7: no-symbols-control-file usr/lib/*/libk3blib.so.7.*
diff --git a/patches/101_rename_normalize.diff b/patches/101_rename_normalize.diff
new file mode 100644 (file)
index 0000000..beb7c92
--- /dev/null
@@ -0,0 +1,206 @@
+Description: normalize is named "normalize-audio" in Debian.
+ Change that everywhere.... for real this time
+Reviewed-by: Didier Raboud <didier@raboud.com>
+Updated-by: Roderick B. Greening <roderick.greening@gmail.com>
+Updated-by: Pino Toscano <pino@debian.org>
+Last-Update: 2017-12-24
+
+---
+ libk3b/core/k3bdefaultexternalprograms.cpp       |    8 +++++++-
+ libk3b/core/k3bdefaultexternalprograms.h         |    3 +++
+ libk3b/projects/audiocd/k3baudiodoc.cpp          |    4 ++--
+ libk3b/projects/audiocd/k3baudionormalizejob.cpp |   12 ++++++------
+ src/k3bprojectmanager.cpp                        |    4 ++--
+ src/projects/k3baudioburndialog.cpp              |   12 ++++++------
+ src/projects/k3bmixedburndialog.cpp              |   12 ++++++------
+ 7 files changed, 32 insertions(+), 23 deletions(-)
+
+--- a/libk3b/core/k3bdefaultexternalprograms.cpp
++++ b/libk3b/core/k3bdefaultexternalprograms.cpp
+@@ -429,11 +429,17 @@ QString K3b::VcdbuilderProgram::versionI
+ K3b::NormalizeProgram::NormalizeProgram()
+-    : K3b::SimpleExternalProgram( "normalize" )
++    : K3b::SimpleExternalProgram( "normalize-audio" )
+ {
+ }
++QString K3b::NormalizeProgram::versionIdentifier( const ExternalBin& /*bin*/ ) const
++{
++    return QLatin1String( "normalize" );
++}
++
++
+ K3b::GrowisofsProgram::GrowisofsProgram()
+     : K3b::SimpleExternalProgram( "growisofs" )
+ {
+--- a/libk3b/projects/audiocd/k3baudiodoc.cpp
++++ b/libk3b/projects/audiocd/k3baudiodoc.cpp
+@@ -591,7 +591,7 @@ bool K3b::AudioDoc::loadDocumentData( QD
+                 return false;
+         }
+-        else if( e.nodeName() == "normalize" )
++        else if( e.nodeName() == "normalize-audio" )
+             setNormalize( e.text() == "yes" );
+         else if( e.nodeName() == "hide_first_track" )
+@@ -795,7 +795,7 @@ bool K3b::AudioDoc::saveDocumentData( QD
+     saveGeneralDocumentData( docElem );
+     // add normalize
+-    QDomElement normalizeElem = doc.createElement( "normalize" );
++    QDomElement normalizeElem = doc.createElement( "normalize-audio" );
+     normalizeElem.appendChild( doc.createTextNode( normalize() ? "yes" : "no" ) );
+     docElem->appendChild( normalizeElem );
+--- a/libk3b/projects/audiocd/k3baudionormalizejob.cpp
++++ b/libk3b/projects/audiocd/k3baudionormalizejob.cpp
+@@ -50,10 +50,10 @@ void K3b::AudioNormalizeJob::start()
+     connect( m_process, SIGNAL(stderrLine(QString)), this, SLOT(slotStdLine(QString)) );
+     connect( m_process, SIGNAL(finished(int,QProcess::ExitStatus)), this, SLOT(slotProcessExited(int,QProcess::ExitStatus)) );
+-    const K3b::ExternalBin* bin = k3bcore->externalBinManager()->binObject( "normalize" );
++    const K3b::ExternalBin* bin = k3bcore->externalBinManager()->binObject( "normalize-audio" );
+     if( !bin ) {
+-        emit infoMessage( i18n("Could not find normalize executable."), MessageError );
++        emit infoMessage( i18n("Could not find normalize-audio executable."), MessageError );
+         jobFinished(false);
+         return;
+     }
+@@ -80,8 +80,8 @@ void K3b::AudioNormalizeJob::start()
+     if( !m_process->start( KProcess::OnlyStderrChannel ) ) {
+         // something went wrong when starting the program
+         // it "should" be the executable
+-        qDebug() << "(K3b::AudioNormalizeJob) could not start normalize";
+-        emit infoMessage( i18n("Could not start normalize."), K3b::Job::MessageError );
++        qDebug() << "(K3b::AudioNormalizeJob) could not start normalize-audio";
++        emit infoMessage( i18n("Could not start normalize-audio."), K3b::Job::MessageError );
+         jobFinished(false);
+     }
+ }
+@@ -104,7 +104,7 @@ void K3b::AudioNormalizeJob::slotStdLine
+     //  emit newSubTask( i18n("Normalizing track %1 of %2 (%3)",t,tt,m_files.at(t-1)) );
+-    emit debuggingOutput( "normalize", line );
++    emit debuggingOutput( "normalize-audio", line );
+     // wenn "% done" drin:
+     //    wenn ein --% drin ist, so beginnt ein neuer track
+@@ -183,7 +183,7 @@ void K3b::AudioNormalizeJob::slotProcess
+             break;
+         default:
+             if( !m_canceled ) {
+-                emit infoMessage( i18n("%1 returned an unknown error (code %2).",QString("normalize"), exitCode),
++                emit infoMessage( i18n("%1 returned an unknown error (code %2).",QString("normalize-audio"), exitCode),
+                                   K3b::Job::MessageError );
+                 emit infoMessage( i18n("Please send me an email with the last output."), K3b::Job::MessageError );
+                 emit infoMessage( i18n("Error while normalizing tracks."), MessageError );
+--- a/src/k3bprojectmanager.cpp
++++ b/src/k3bprojectmanager.cpp
+@@ -311,7 +311,7 @@ void K3b::ProjectManager::loadDefaults(
+         audioDoc->writeCdText( c.readEntry( "cd_text", true ) );
+         audioDoc->setHideFirstTrack( c.readEntry( "hide_first_track", false ) );
+-        audioDoc->setNormalize( c.readEntry( "normalize", false ) );
++        audioDoc->setNormalize( c.readEntry( "normalize-audio", false ) );
+         audioDoc->setAudioRippingParanoiaMode( c.readEntry( "paranoia mode", 0 ) );
+         audioDoc->setAudioRippingRetries( c.readEntry( "read retries", 128 ) );
+         audioDoc->setAudioRippingIgnoreReadErrors( c.readEntry( "ignore read errors", false ) );
+@@ -382,7 +382,7 @@ void K3b::ProjectManager::loadDefaults(
+         K3b::MixedDoc* mixedDoc = static_cast<K3b::MixedDoc*>(doc);
+         mixedDoc->audioDoc()->writeCdText( c.readEntry( "cd_text", true ) );
+-        mixedDoc->audioDoc()->setNormalize( c.readEntry( "normalize", false ) );
++        mixedDoc->audioDoc()->setNormalize( c.readEntry( "normalize-audio", false ) );
+         // load mixed type
+         if( c.readEntry( "mixed_type" ) == "last_track" )
+--- a/src/projects/k3baudioburndialog.cpp
++++ b/src/projects/k3baudioburndialog.cpp
+@@ -191,7 +191,7 @@ void K3b::AudioBurnDialog::loadSettings(
+     m_cdtextWidget->setChecked( c.readEntry( "cd_text", true ) );
+     m_checkHideFirstTrack->setChecked( c.readEntry( "hide_first_track", false ) );
+-    m_checkNormalize->setChecked( c.readEntry( "normalize", false ) );
++    m_checkNormalize->setChecked( c.readEntry( "normalize-audio", false ) );
+     m_comboParanoiaMode->setCurrentIndex( c.readEntry( "paranoia mode", 0 ) );
+     m_checkAudioRippingIgnoreReadErrors->setChecked( c.readEntry( "ignore read errors", true ) );
+@@ -207,7 +207,7 @@ void K3b::AudioBurnDialog::saveSettings(
+     c.writeEntry( "cd_text", m_cdtextWidget->isChecked() );
+     c.writeEntry( "hide_first_track", m_checkHideFirstTrack->isChecked() );
+-    c.writeEntry( "normalize", m_checkNormalize->isChecked() );
++    c.writeEntry( "normalize-audio", m_checkNormalize->isChecked() );
+     c.writeEntry( "paranoia mode", m_comboParanoiaMode->currentText() );
+     c.writeEntry( "ignore read errors", m_checkAudioRippingIgnoreReadErrors->isChecked() );
+@@ -288,11 +288,11 @@ void K3b::AudioBurnDialog::slotNormalize
+ {
+     if( on ) {
+         // we are not able to normalize in on-the-fly mode
+-        if( !k3bcore->externalBinManager()->foundBin( "normalize" ) ) {
+-            KMessageBox::sorry( this, i18n("<p><b>External program <em>normalize</em> is not installed.</b>"
+-                                           "<p>K3b uses <em>normalize</em> (http://normalize.nongnu.org/) "
++        if( !k3bcore->externalBinManager()->foundBin( "normalize-audio" ) ) {
++            KMessageBox::sorry( this, i18n("<p><b>External program <em>normalize-audio</em> is not installed.</b>"
++                                           "<p>K3b uses <em>normalize-audio</em> (http://normalize.nongnu.org/) "
+                                            "to normalize audio tracks. In order to "
+-                                           "use this functionality, please install it first.") );
++                                           "use this functionality, please install it first. (sudo apt-get install normalize-audio) " ) );
+             m_checkNormalize->setChecked( false );
+         }
+         else if( !m_checkCacheImage->isChecked() && !m_checkOnlyCreateImage->isChecked() ) {
+--- a/src/projects/k3bmixedburndialog.cpp
++++ b/src/projects/k3bmixedburndialog.cpp
+@@ -195,7 +195,7 @@ void K3b::MixedBurnDialog::loadSettings(
+     K3b::ProjectBurnDialog::loadSettings( c );
+     m_cdtextWidget->setChecked( c.readEntry( "cd_text", false ) );
+-    m_checkNormalize->setChecked( c.readEntry( "normalize", false ) );
++    m_checkNormalize->setChecked( c.readEntry( "normalize-audio", false ) );
+     // load mixed type
+     if( c.readEntry( "mixed_type" ) == "last_track" )
+@@ -219,7 +219,7 @@ void K3b::MixedBurnDialog::saveSettings(
+     K3b::ProjectBurnDialog::saveSettings(c);
+     c.writeEntry( "cd_text", m_cdtextWidget->isChecked() );
+-    c.writeEntry( "normalize", m_checkNormalize->isChecked() );
++    c.writeEntry( "normalize-audio", m_checkNormalize->isChecked() );
+     // save mixed type
+     switch( m_comboMixedModeType->selectedValue() ) {
+@@ -283,11 +283,11 @@ void K3b::MixedBurnDialog::slotNormalize
+ {
+     if( on ) {
+         // we are not able to normalize in on-the-fly mode
+-        if( !k3bcore->externalBinManager()->foundBin( "normalize" ) ) {
+-            KMessageBox::sorry( this, i18n("<p><b>External program <em>normalize</em> is not installed.</b>"
+-                                           "<p>K3b uses <em>normalize</em> (http://normalize.nongnu.org/) "
++        if( !k3bcore->externalBinManager()->foundBin( "normalize-audio" ) ) {
++            KMessageBox::sorry( this, i18n("<p><b>External program <em>normalize-audio</em> is not installed.</b>"
++                                           "<p>K3b uses <em>normalize-audio</em> (http://normalize.nongnu.org/) "
+                                            "to normalize audio tracks. In order to "
+-                                           "use this functionality, please install it first.") );
++                                           "use this functionality, please install it first (sudo apt-get install normalize-audio).") );
+             m_checkNormalize->setChecked( false );
+         }
+         else if( !m_checkCacheImage->isChecked() && !m_checkOnlyCreateImage->isChecked() ) {
+--- a/libk3b/core/k3bdefaultexternalprograms.h
++++ b/libk3b/core/k3bdefaultexternalprograms.h
+@@ -123,6 +123,9 @@ namespace K3b {
+     {
+     public:
+         NormalizeProgram();
++        
++    protected:
++        virtual QString versionIdentifier( const ExternalBin& bin ) const;
+     };
diff --git a/patches/104_dont_require_suid_cdrecord_or_cdrdao.diff b/patches/104_dont_require_suid_cdrecord_or_cdrdao.diff
new file mode 100644 (file)
index 0000000..1a229cf
--- /dev/null
@@ -0,0 +1,41 @@
+Description: Disable cdrecord and cdrdao suid root checks.
+Forwarded: not-needed
+Author: Unknown
+Last-Update: 2018-09-07
+
+---
+ src/k3bsystemproblemdialog.cpp |    4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- a/src/k3bsystemproblemdialog.cpp
++++ b/src/k3bsystemproblemdialog.cpp
+@@ -226,6 +226,7 @@ void K3b::SystemProblemDialog::checkSyst
+                                                    i18n("Install a more recent version of the cdrtools.") ) );
+             }
+
++/*
+ #ifdef Q_OS_LINUX
+
+             //
+@@ -261,6 +262,7 @@ void K3b::SystemProblemDialog::checkSyst
+             }
+ #endif // CDRECORD_SUID_ROOT_CHECK
+ #endif
++*/
+         }
+
+         if( !k3bcore->externalBinManager()->binNeedGroup( "cdrdao" ).isEmpty() ) {
+@@ -277,6 +279,7 @@ void K3b::SystemProblemDialog::checkSyst
+                                                i18n("K3b uses cdrdao to actually write CDs."),
+                                                i18n("Install the cdrdao package.") ) );
+         }
++/*
+         else {
+ #ifdef Q_OS_LINUX
+ #ifdef CDRECORD_SUID_ROOT_CHECK
+@@ -300,6 +303,7 @@ void K3b::SystemProblemDialog::checkSyst
+                      " CD, and for growisofs with DVD and BD."),
+                 i18n("Consider to install the libburn and cdrskin packages.")));
+         }
++*/
+     }
diff --git a/patches/110_disable_no_problems_found_popup.diff b/patches/110_disable_no_problems_found_popup.diff
new file mode 100644 (file)
index 0000000..f976fb8
--- /dev/null
@@ -0,0 +1,23 @@
+Description: Disable a notification if no problems were found.
+Forwarded: not-needed
+Author: Unknown
+Last-Update: 2018-09-07
+
+---
+ src/k3bsystemproblemdialog.cpp |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/k3bsystemproblemdialog.cpp
++++ b/src/k3bsystemproblemdialog.cpp
+@@ -622,9 +622,11 @@ void K3b::SystemProblemDialog::checkSyst
+     if( problems.isEmpty() ) {
+         qDebug() << "          - none - ";
+         if( level == AlwaysNotify ) {
++/*
+             KNotification::event( "NoProblemsFound",
+                                   i18n("System configured properly"),
+                                   i18n("No problems found in system configuration.") );
++*/
+         }
+     }
+     else {
diff --git a/patches/111_advice_debian_libk3b3-extracodes.diff b/patches/111_advice_debian_libk3b3-extracodes.diff
new file mode 100644 (file)
index 0000000..4c743ca
--- /dev/null
@@ -0,0 +1,21 @@
+Description: Warn users about MP3 decoding.
+Forwarded: not-needed
+Author: Unknown
+Last-Update: 2018-09-07
+
+---
+ src/k3bsystemproblemdialog.cpp |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- a/src/k3bsystemproblemdialog.cpp
++++ b/src/k3bsystemproblemdialog.cpp
+@@ -557,8 +557,7 @@ void K3b::SystemProblemDialog::checkSyst
+                                                 "include MP3 support for legal reasons."),
+                                            i18n("To enable MP3 support, please install the MAD MP3 decoding library as well as the "
+                                                 "K3b MAD MP3 decoder plugin (the latter may already be installed but not functional "
+-                                                "due to the missing libmad). Some distributions allow installation of MP3 support "
+-                                                "via an online update tool.") ) );
++                                                "due to the missing libmad). To get MP3 support, please install the package libk3b7-extracodecs.") ) );
+     }
+
+ #ifdef HAVE_ICONV
diff --git a/patches/112_dont_require_mp3.diff b/patches/112_dont_require_mp3.diff
new file mode 100644 (file)
index 0000000..a538892
--- /dev/null
@@ -0,0 +1,27 @@
+Description: Warn users about MP3 decoding.
+Forwarded: not-needed
+Author: Unknown
+Last-Update: 2018-09-07
+
+---
+ src/k3bsystemproblemdialog.cpp |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/src/k3bsystemproblemdialog.cpp
++++ b/src/k3bsystemproblemdialog.cpp
+@@ -540,6 +540,7 @@ void K3b::SystemProblemDialog::checkSyst
+     // Way too many users are complaining about K3b not being able to decode mp3 files. So just warn them about
+     // the legal restrictions with many distros
+     //
++/*
+     QList<K3b::Plugin*> plugins = k3bcore->pluginManager()->plugins( "AudioDecoder" );
+     bool haveMp3Decoder = false;
+     for( QList<K3b::Plugin*>::const_iterator it = plugins.constBegin();
+@@ -559,6 +560,7 @@ void K3b::SystemProblemDialog::checkSyst
+                                                 "K3b MAD MP3 decoder plugin (the latter may already be installed but not functional "
+                                                 "due to the missing libmad). To get MP3 support, please install the package libk3b7-extracodecs.") ) );
+     }
++*/
+
+ #ifdef HAVE_ICONV
+     char* codec = nl_langinfo( CODESET );
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..5c10159
--- /dev/null
@@ -0,0 +1,5 @@
+101_rename_normalize.diff
+104_dont_require_suid_cdrecord_or_cdrdao.diff
+110_disable_no_problems_found_popup.diff
+111_advice_debian_libk3b3-extracodes.diff
+112_dont_require_mp3.diff
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..5a3fb6a
--- /dev/null
+++ b/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
+%:
+       dh $@ --with kf5
+
+override_dh_auto_configure:
+       dh_auto_configure -Skf5 -- -DK3B_ENABLE_HAL_SUPPORT=OFF
+
+.PHONY: override_dh_dwz
diff --git a/salsa-ci.yml b/salsa-ci.yml
new file mode 100644 (file)
index 0000000..f71bdf3
--- /dev/null
@@ -0,0 +1,7 @@
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+variables:
+  SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
+  SALSA_CI_DISABLE_RC_BUGS: 'no'
+  SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/upstream/metadata b/upstream/metadata
new file mode 100644 (file)
index 0000000..07f91c9
--- /dev/null
@@ -0,0 +1,7 @@
+Bug-Database: https://bugs.kde.org/buglist.cgi?product=k3b&resolution=---
+Bug-Submit: https://bugs.kde.org/enter_bug.cgi?product=k3b
+Changelog: https://invent.kde.org/multimedia/k3b/-/commits/
+Donation: https://www.kde.org/community/donations/
+Repository: https://invent.kde.org/multimedia/k3b.git
+Repository-Browse: https://invent.kde.org/multimedia/k3b
+Security-Contact: security@kde.org
diff --git a/upstream/signing-key.asc b/upstream/signing-key.asc
new file mode 100644 (file)
index 0000000..57d0285
--- /dev/null
@@ -0,0 +1,106 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mQENBFlRpEYBCACecX3F5xzF6wzeXiuBAuHq74bVHON7I89U+ROloEWYUYMRNTz2
+l1BkNHWRTTqfmPO7LhMY6g4gOPeQVCwgTGVjI8bn6sJd3SFdeiRvvaFBpmn7SjBd
+s1rkKKJIjeMUl1w8dFnmf22V0PnhSSepmNwmd8RQnl1umCTSihDJydGxixw6ZNhr
+4tzbn+Rfadybli61H2hc6/JJHe91i+V1ltgkHwGcs6MUCqXgSL0dUIJs49gSrla0
+gkrcJYF5MWyGxKlajbCjkMCJtN+8bhEmpc4Oe8NZ33arEWnlyh1RVgi5p3RTNApY
+Pxctcg57ExczbKn9R8VLYmPJ7Di3gX0cmotrABEBAAG0HkNocmlzdG9waCBGZWNr
+IDxjZmVja0BrZGUub3JnPokBTgQTAQgAOBYhBPIydeS/EK/B32kUptvSzok+LRyH
+BQJZUaRGAhsDBQsJCAcCBhUICQoLAgQWAgMBAh4BAheAAAoJENvSzok+LRyHeWcH
+/A1E2d5UL2oHsrLIolIiWMmheRorcac+0Hgll1mMUQ5tfPH+LVzgrlMMG7g1Amky
+Hk1qZ5oszrXUg2H/28/cOF/WVlHgQcSGr7aQbHieUivPtZMua+lHUdILC3UV2l1V
+22Zz8HIDl4kxmK6EpoNIOK5Mo550S3e3AKYq5pa/FlckCV9/JoK9+thRCsoAAj3g
+oWwTx9RY5pmLPtklqyC5961Je7KHSIVqapJ/G5DX+yfOC1Psc+vIfyQVqnaefZPW
+dIxXQQhn46i6IRRimw94Gkwca+wslkimt/L/Z7ByZqBsXMyixSQPq+dtSO9CMgr0
+WxTX78wATkTGzh5oSwKCMga5AQ0EWVGkRgEIAMuUnfNfrdx8xn7Jjcm6MGkB/Yep
+XVysrlHxUUS6q7629JdSlVWnQo9GFO927GZClWI9rCGLQMfZZk/jfgKV/nkpLod3
+I51remOg7ohSkwRLAdwJ7xCuNrafhKntFh5/NxuaXxaVIY1muvZbTAsIRyks2jCE
+pUoK43Z8dr4/QPhBstssB8czDME1Tw4r7X+RwjFrQqDItFv6f0BIdEwR462khLEw
+vbXRN1nzs+6Y0foJbJCS3VDZC9scsrrMVMV+OEBF3DXp9ypSWsLnkuBPPIus6Y8G
+j7JvYUBtrUhKL5a7o5G3Te9YhwGgOKVqWlncs6ZLiOV6HnG0BO3xdPcn09cAEQEA
+AYkBNgQYAQgAIBYhBPIydeS/EK/B32kUptvSzok+LRyHBQJZUaRGAhsMAAoJENvS
+zok+LRyHaRMIAI5YaTfGeQDmR08I2LvztOEH/3YF63cNCP/Vp+WAtF/Kr8mMFpFS
+oTHJNMi7p964lHYTTPzPeQzLzV3ayiQjq+DHs6HFmYl73ukzlGGc7KDlyhugQjm6
+AqNtqqXAVykaixnFj8jf2WtQGl1hqpm8GhDRBmZycqMqne4tZokujhtpdC6suRvc
+AB0S+lRZUwrY05k6Nc1A8J8k/lxXXa9KzXNaqKsqppgBZoqKN3zS4146uEjvuLsh
+CarZ/6uUidvP0LBTR7HKye5A9Qdbjlg9qvtR7YF3hqy4g1PRNZWRlsQ1pkCdCTfN
+TA+HYUzK0ESVpY72lWvH49lNg+ufZ1bKvKI=
+=MZJ5
+-----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mQINBFIoa28BEACX3sZB3hjIPlaXouQLMDX7yA5FeVccsyadoNnpJ6q04ZUSYbYW
+XvXKkDEK9D8DsQ7cftWcafQqNxamfmqQ5fyXtbQsmWty0MrckcT4pA5OaZlGZIgb
+gim4UDOtQF3EYCtw2Mwo4XnSrQtrWv8CWXY1sxCsVf4/txHm/VZ2s8pmT2b0+qVJ
+gUeK342Y1sZFoVtADcMCMCtMRi1JwZ5ARthRsLB2y9l5GwsSX30FvIwfGzHOjWWc
+5bzuaFIbPTrn8pyCD+FNWuS1Oth8LHDV76N/fbPkgoKk4Zqivb2/NfOlPiG2uPlh
+CPUd0ZoSSO4BFxpW/dkAbin5fWDF14cW4tE/P8M2DpUmvLsfrg1LGyyqkzYi9ha+
+HQVHHUC2k8lI+OEIoX+P/4JMK23jrjJdjbtqCRsuEAUGFsXXTf4XTaMi6SQJCaIy
+dVy9ehn9f68kCVt9FA/gv4h247wFkTR+RiHMxRZmzI6nNbN8pKAjsKlwh4TdzU7A
+DXfPShzafC7cs4fS3nhbqEj8p31t+SYK/XsKl5CTMhZDvRXljPDVfTyLBtQNC1Qj
+t8Uo+y9C7afB/W1rhAXb55CdJvvbRN+W+dMOfEpNnJcNCo1ov/dcDW4XhB4ax0Xd
+6IR1XCIQ0uJHp9e2hrN2q9tErO7DeqHmnoL9TVBmsj7SAx64c5KLZMWvAwARAQAB
+tB5IZWlrbyBCZWNrZXIgPGhlaWtvQHNocnV1Zi5kZT6JAjkEEwECACMFAlIoa28C
+GyMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRC7RjNQ1u8x7301D/sGoym9
+VtnwmVis3fXeY0BwjvRSnJ2vGuf9wNjjQNxiSbh61Zx4gV4w1SGL1pttPEj/3Vub
+LItXwsH8M2WDFl5gW4b5AGGFdBbBlPlHjcJMILCe9s1ayc0HpeMKf9VkuY93WcTM
+2cHQj96oxDyLwWEiaSIoYRHib28X2mYPHctQ307mp8HF3GeFtY9936ZiAfEXLykW
+F2f5iSKXKMK8t7P7dgDAUQ+C+IfyYpQLEcGUKMVpCk4ZoTItth56fe6xpwo1PllL
+oXgzy6gYQXwrOnM/w3j/1hJQal2o/gUVJzLhrb/zKoEyIhxV+bvgFiSd/ChDkits
+x1qf0FMbs3ACPgbCLYjbr8sFMHPQDTw2DmqGCLwEGAh/KEQ+Q2HVLS88glRwVLp2
+O16+26dm3f3DgiElmW3Qf4iMhj/+KGyWUf3eRldg/mTlBc0v8QKhJS8a+Pex6oPO
+jIo9+yyuSl2BK8Vvm8MLi5FFM1uLrsMo1plkNdTKUPoNRTCELREAIvq0ICnLit2j
+wDT4N5JWWcAZlhYAag7R0gnEOt3VAxCkGDSdS1mMgl5npgesu3T7k+khIEcvaU48
+g7II/q4kgYJvp8iWDwJew+n6PnYv0DjtmXoXISDIkmOESa1Py4M+K28omBu170es
+e3CK3LerNbBJSnlZgoYUqQMPGuMFE0mCOb0+8rQjSGVpa28gQmVja2VyIDxoZWly
+ZWNrYUBleGhlcmJvLm9yZz6JAjkEEwECACMFAlIobWYCGyMHCwkIBwMCAQYVCAIJ
+CgsEFgIDAQIeAQIXgAAKCRC7RjNQ1u8x7+tDEACRF1c9DVGJnubyrF5Aqn9ChCCR
+3GS4ynTxmf21xCoARpbbh8edBlzxJ7HNf1+t/0wEcmKGNdaRZUVIyXMCj2Uye6/C
+KbmBz0ynHjoRkVSX+imJynJKmKjWsqctRqT67K9pnCB5KIiUK3c3GWrxd2u8dZUJ
+pb5XhbWzIDwnR7AdvoT0ytuANbUA5gtwH0WriUQ2qsZK3tzmm0L4EJ07qGXB94WY
+VaLrz4+26ja4O/v87Pm0yadGMGjIFkq7u8g7kiME1VPvzjkUwxk3XcDVcFt5Gjct
+1beMX/SUt8WLYfL3XUyU8i/UKraf0hPG7TeWpPOvlmfjgMicmfgYDXMyTz3h54GR
+G3AvIZA9oMbcsc9SX6+IayWCN4m7j3qZWBbzCtbkXTJU42dHKjnANTRj+5e8RVVa
+DaI6WzWW4VCLfJrsVqEJvoJvCBrpfVClV64D/tqiCHNbBpBIcxBJd6i5QceS95EH
+BRjCvqeSUNvyVeIFWTBOodycMZufEtCMgPBvzSyT0FUtjk1PtQowe1VA47PiyjIw
+7CrcTzfC3KhOb0iXZLPVXZ8+A3Zbgq3iFt8MNj/Wvn+OnvZ6eFtoH5yfqmvrMisM
+mRxwMH+sd9WDqIpEf/vQhC54mA9F99dYmqYFJdkfgAaECqdqR+LwbNl8unPs5/BF
+gHGN+x6HNq5UXNx+pbQjSGVpa28gQmVja2VyIDxoZWlrby5iZWNrZXJAa2RlLm9y
+Zz6JAk4EEwEIADgWIQTYHAyzjrcl72aRw4W7RjNQ1u8x7wUCX/JAkgIbIwULCQgH
+AgYVCgkICwIEFgIDAQIeAQIXgAAKCRC7RjNQ1u8x729KD/0RYMAGjG9ph/n36e2F
+f+gbMmT1ghnqc8/CU+pNjeNC1nG8McqbRx+lpHtmxmxrH1GKrW/GzOvUZbnmDppj
+eWLXk/pR1Me018mOqio9WvG6V+q6C9FWofMrox2QrqhBvkfQXUZRllmudGEOVTe5
+015JjPWtQuuC4CZxth4O/K+5aU0n+WmoK5PLpnz2RmjxTFU5CZvCn2qMx+2e/0WI
+WtarRro64H9aX37VKM53mk4K/RAQaCs/DbzszIRwNstf4OvZCB3Di/+LkDi8UFH7
+nDMCVK6sGYUgxqLc3aTu4b1Rjt+HLtnzX3MalSEueA2ndK2/dNu4SvWP+m/2fOaS
+ziKux7kRrptHn2VsNk/3dmOdgn1n3sBULb+vKSFfpsOGCJSCh2EwGfCofS/yiQfz
+1C8SHqHIt37T/8SbpaN03Fe4MX+5eHvFXuQ3Uh3H6z7PQkKW/qpCMpvJwqJBAaGS
+otqUYVPDjq3P0VBw1zg4C+5hJv3srf6LfAEdVCQ8h8zPF9OxXPSG/womtWjtYUKT
+tjFbkzoahy3y8pjX/GRbCUBKUTouRL0uxIr6gwxR1/506BHRo3dsXF84+VE8CGdR
+ORlBNUUDex2q6roumAr+DaFoGSabsLQ1Cdfh1+5g8JEkK8glH48S9YFiETKiehvT
+CrJ2odrIwu6pJO6u0/COREHBSrkCDQRSKGtvARAAoyoGg3MhkXhQkJqsEsKq+D5m
+VWwaH4Ahh3YuujOk+sCdxOonSUPu3HMzQiZsxFrq/sT2QgrY+MIegB0ZtW0Bpiac
+IkZPapgGxSaAaZv58ICBgvuX5N1CzqKQGjnyN01eyUvN+m1zbqB00iDeJ4MI5BJW
+ipSls0ahFQqL5ZkFZ7bRDkPdxL7HrBJVs8Q/cs0eV2SaAsVxV4bz1DPdymsZbJnA
+Xz9X/6TvFu+ANDD6XqhhYSsAzrCvkX8VVCBb+gdwFxHU9lrOYGqFL/bG0apNky2D
+ILRCu8y/vHhtugRApJiTfvg4UToc9LkaU58gQbwnfP7t13Hz0iVKwyPuluFK+Slr
+RHOoCmXchPwrhLiLWH9gCecxu/hm/uDj/ncNaxg0tU4myRoPBC2PC3c/bNHSLBrt
+3QXwb/HU4ot4rV4AYwAgPSTcDMPr/SIs4FsMP2lfWinMsrUO9TkMDVno7PzFncFA
+/ZCfp0+NMXbxCF2C8CyaQZHkApuHc1a2FZ3v3KrmqB+/h27UUZmNGHbGOYt0dm/N
+VHn05NNlgcNCt1etSkjFLvo+pWCnfqDhTBB+mPm1kW1rm+3X9nzGHfCbMWcy32ya
+9nDGQ9Y78z5Gupd7CtJwqjFDzR10HqTPiydDriKYXB0guYRiJ7rqea+5LM54l/C+
+NcfDYpu+KzMmvOUCH8UAEQEAAYkCHwQYAQIACQUCUihrbwIbDAAKCRC7RjNQ1u8x
+7+X5D/46greky5mJmwRa2IqZpgk5PE5mN0EueCV3iH1K1jKjU8ZFwEkAG0XGDcPe
+8nBgXxfNCnTMayF3xWNWMUrX1WcGD/tEylkWRD3CGVvBS4U0Xym5n7gNhXXOBfLn
+853eySf90OF6HCp31TWq/jwmjFpG7nvzQSV4CpMWn+LH9WsJ20VsR/k2TxmHtplG
+fv/zTiU4SWjSyjDS1v5JRd04Zxe44tnP1UfikHZCi/HetMV+4iDcp4s0M3/Y5aVt
+SnAXozAx3uEXQmDchFFEzG+4myyobj+m/KV6ABGkzXpwH8Tx54U5wTxuhklj0bmL
+ZwwN2xpVfljZWtJNc9ZglS8PRLulu3Z8bVQOTnnuoyZxP7+9R5XhDY/SA2vj7n/w
+5F6lnqjyb8FsXr2qiEl2E0+xAa6UEku9zGgWPNTHZmmtiDKsqhlNW4eAphMvZFqC
++6i7vRVV9moZ+8ueD0rMrVdP53th/W/R9cQtf/swwtof79ERqObC9Ur3/yy/CCNP
+I+Dj1qqMZsFEKALVipcexKbqGhQfKYwwaKgDSe8mVHc/JbTwof2rmPxbmBNQWVgH
+wRVUGB63Jnn9afS3SYEBTAz/f4S6TAM30VL2To6H+vKtc4ZPtzRIQD5dU3SDWT4q
+GMusAgSlrG55+BcCqtgEEF7/JbOUHbLUu8+g/F2rZpAbsr5V8g==
+=PVLg
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..2c4d4e7
--- /dev/null
+++ b/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/release-service/([\d.]+)/src/@PACKAGE@-([\d.]+)\.tar\.xz