[Pkg-mpd-commits] [pkg-mpd] 01/01: fix path to modplug.h (closes #725535)

Florian Schlichting fsfs at alioth.debian.org
Sat Oct 12 19:55:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 37eb5ae5cf96669d521a18e48df1ef8876ff9617
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Oct 12 21:43:30 2013 +0200

    fix path to modplug.h (closes #725535)
---
 debian/changelog                         |    6 ++++++
 debian/patches/modplug-header-path.patch |   14 ++++++++++++++
 debian/patches/series                    |    1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 103ba91..6a784ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mpd (0.17.5-2) unstable; urgency=low
+
+  * Fix path to modplug.h (closes: #725535)
+
+ -- Florian Schlichting <fsfs at debian.org>  Sat, 12 Oct 2013 21:43:37 +0200
+
 mpd (0.17.5-1) unstable; urgency=low
 
   [ Florian Schlichting ]
diff --git a/debian/patches/modplug-header-path.patch b/debian/patches/modplug-header-path.patch
new file mode 100644
index 0000000..5d243ac
--- /dev/null
+++ b/debian/patches/modplug-header-path.patch
@@ -0,0 +1,14 @@
+Description: fix path to modplug.h (closes #725535)
+Author: Florian Schlichting <fsfs at debian.org>
+
+--- a/src/decoder/modplug_decoder_plugin.c
++++ b/src/decoder/modplug_decoder_plugin.c
+@@ -22,7 +22,7 @@
+ #include "tag_handler.h"
+ 
+ #include <glib.h>
+-#include <modplug.h>
++#include <libmodplug/modplug.h>
+ #include <assert.h>
+ 
+ #undef G_LOG_DOMAIN
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d3301a2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+modplug-header-path.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list