[Pkg-kde-extras] Bug#456052: diff for 0.3.6-1.1 NMU
Pierre Habouzit
madcoder at debian.org
Mon Mar 17 07:50:20 UTC 2008
Hi,
Attached is the diff for my soundkonverter 0.3.6-1.1 NMU.
-------------- next part --------------
diff -u soundkonverter-0.3.6/debian/control soundkonverter-0.3.6/debian/control
--- soundkonverter-0.3.6/debian/control
+++ soundkonverter-0.3.6/debian/control
@@ -6,6 +6,7 @@
Build-Depends: cdbs, debhelper (>= 5), quilt, automake1.9, kdelibs4-dev,
libcdparanoia0-dev, libtag1-dev
Standards-Version: 3.7.2
+Homepage: http://www.kde-apps.org/content/show.php?content=29024
Package: soundkonverter
Architecture: any
@@ -30,8 +31,6 @@
See 'soundkonverter-amarok' package for more informations.
.
See README.Debian for more informations on supported formats.
- .
- Homepage: http://www.kde-apps.org/content/show.php?content=29024
Package: soundkonverter-amarok
Architecture: any
@@ -45,2 +43,0 @@
- .
- Homepage: http://www.kde-apps.org/content/show.php?content=29024
diff -u soundkonverter-0.3.6/debian/changelog soundkonverter-0.3.6/debian/changelog
--- soundkonverter-0.3.6/debian/changelog
+++ soundkonverter-0.3.6/debian/changelog
@@ -1,3 +1,12 @@
+soundkonverter (0.3.6-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with gcc-4.3 by fixing missing includes (Closes: #456052):
+ + Add debian/patches/07_fix_ftbfs_with_gcc-4.3.diff
+ * Move Homepage from the descriptions to a source field.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr> Mon, 17 Mar 2008 04:37:59 +0100
+
soundkonverter (0.3.6-1) unstable; urgency=low
* Initial release. (Closes: #446403)
diff -u soundkonverter-0.3.6/debian/patches/series soundkonverter-0.3.6/debian/patches/series
--- soundkonverter-0.3.6/debian/patches/series
+++ soundkonverter-0.3.6/debian/patches/series
@@ -5,0 +6 @@
+07_fix_ftbfs_with_gcc-4.3.diff
only in patch2:
unchanged:
--- soundkonverter-0.3.6.orig/debian/patches/07_fix_ftbfs_with_gcc-4.3.diff
+++ soundkonverter-0.3.6/debian/patches/07_fix_ftbfs_with_gcc-4.3.diff
@@ -0,0 +1,22 @@
+--- a/src/metadata/ape/taglib_monkeysaudiofiletyperesolver.cpp
++++ b/src/metadata/ape/taglib_monkeysaudiofiletyperesolver.cpp
+@@ -5,6 +5,8 @@
+ #include "taglib_monkeysaudiofiletyperesolver.h"
+ #include <taglib/mpcfile.h>
+
++#include <cstring>
++
+ TagLib::File *MonkeysAudioFileTypeResolver::createFile(const char *fileName,
+ bool readProperties,
+ TagLib::AudioProperties::ReadStyle propertiesStyle) const
+--- a/src/metadata/optimfrog/taglib_optimfrogfiletyperesolver.cpp
++++ b/src/metadata/optimfrog/taglib_optimfrogfiletyperesolver.cpp
+@@ -5,6 +5,8 @@
+ #include "taglib_optimfrogfiletyperesolver.h"
+ #include <taglib/mpcfile.h>
+
++#include <cstring>
++
+ TagLib::File *OptimFrogFileTypeResolver::createFile(const char *fileName,
+ bool readProperties,
+ TagLib::AudioProperties::ReadStyle propertiesStyle) const
More information about the pkg-kde-extras
mailing list