[SCM] guayadeque/master: Point sources to the correct wxcurl's headers location.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 14 10:51:28 UTC 2011


The following commit has been merged in the master branch:
commit f21b16adb0ce343526c35f4c405df3578717aefc
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 14 12:51:04 2011 +0200

    Point sources to the correct wxcurl's headers location.

diff --git a/debian/patches/03-curl_headers_location.patch b/debian/patches/03-curl_headers_location.patch
new file mode 100644
index 0000000..f1e70aa
--- /dev/null
+++ b/debian/patches/03-curl_headers_location.patch
@@ -0,0 +1,90 @@
+Description: Point sources to the correct wxcurl's headers location.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ src/LastFM.cpp      |    2 +-
+ src/LastFMPanel.cpp |    2 +-
+ src/LyricsPanel.cpp |    2 +-
+ src/MainFrame.h     |    2 +-
+ src/MusicBrainz.cpp |    2 +-
+ src/MusicDns.cpp    |    2 +-
+ src/Podcasts.h      |    2 +-
+ 7 files changed, 7 insertions(+), 7 deletions(-)
+
+--- guayadeque.orig/src/LastFM.cpp
++++ guayadeque/src/LastFM.cpp
+@@ -24,7 +24,7 @@
+ #include "DbCache.h"
+ #include "Utils.h"
+ 
+-#include "curl/http.h"
++#include "wx/curl/http.h"
+ 
+ #include <wx/arrimpl.cpp>
+ #include <wx/sstream.h>
+--- guayadeque.orig/src/LastFMPanel.cpp
++++ guayadeque/src/LastFMPanel.cpp
+@@ -21,7 +21,7 @@
+ #include "LastFMPanel.h"
+ 
+ #include "Commands.h"
+-#include "curl/http.h"
++#include "wx/curl/http.h"
+ #include "Images.h"
+ #include "MainApp.h"
+ #include "ShowImage.h"
+--- guayadeque.orig/src/LyricsPanel.cpp
++++ guayadeque/src/LyricsPanel.cpp
+@@ -23,7 +23,7 @@
+ #include "Base64.h"
+ #include "Commands.h"
+ #include "Config.h"
+-#include "curl/http.h"
++#include "wx/curl/http.h"
+ #include "Preferences.h"
+ #include "Images.h"
+ #include "TagInfo.h"
+--- guayadeque.orig/src/MainFrame.h
++++ guayadeque/src/MainFrame.h
+@@ -25,7 +25,7 @@
+ #include "AuiNotebook.h"
+ #include "Config.h"
+ #include "CoverPanel.h"
+-#include "curl/http.h"
++#include "wx/curl/http.h"
+ #include "dbus/gudbus.h"
+ #include "dbus/mpris.h"
+ #include "dbus/mpris2.h"
+--- guayadeque.orig/src/MusicBrainz.cpp
++++ guayadeque/src/MusicBrainz.cpp
+@@ -21,7 +21,7 @@
+ #include "MusicBrainz.h"
+ 
+ #include "Utils.h"
+-#include "curl/http.h"
++#include "wx/curl/http.h"
+ 
+ #include <wx/arrimpl.cpp>
+ #include <wx/sstream.h>
+--- guayadeque.orig/src/MusicDns.cpp
++++ guayadeque/src/MusicDns.cpp
+@@ -21,7 +21,7 @@
+ #include "MusicDns.h"
+ 
+ #include "Commands.h"
+-#include "curl/http.h"
++#include "wx/curl/http.h"
+ #include "MusicBrainz.h"
+ #include "Utils.h"
+ #include "Version.h"
+--- guayadeque.orig/src/Podcasts.h
++++ guayadeque/src/Podcasts.h
+@@ -21,7 +21,7 @@
+ #ifndef PODCASTS_H
+ #define PODCASTS_H
+ 
+-#include "curl/http.h"
++#include "wx/curl/http.h"
+ 
+ #include <wx/dynarray.h>
+ #include <wx/xml/xml.h>

-- 
guayadeque packaging



More information about the pkg-multimedia-commits mailing list