[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e
Maximiliano Curia
maxy at moszumanska.debian.org
Fri May 27 23:59:20 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=420b61b
The following commit has been merged in the master branch:
commit 420b61b34a32ae1793611c4d0a669fb6b32776bf
Author: Àlex Fiestas <afiestas at kde.org>
Date: Mon Jun 10 17:47:09 2013 +0200
Rename facebook auth operation to specify facebook in the filename
---
CMakeLists.txt | 2 +-
sasl-auth-op.cpp | 2 +-
x-telepathy-sso-operation.cpp => x-telepathy-sso-facebook-operation.cpp | 2 +-
x-telepathy-sso-operation.h => x-telepathy-sso-facebook-operation.h | 0
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9997587..5caf04c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ if(ACCOUNTSQT_FOUND AND SIGNONQT_FOUND)
add_definitions(-DHAVE_SSO)
set(ktp_auth_handler_SRCS
${ktp_auth_handler_SRCS}
- x-telepathy-sso-operation.cpp
+ x-telepathy-sso-facebook-operation.cpp
x-telepathy-sso-google-operation.cpp
getcredentialsjob.cpp
)
diff --git a/sasl-auth-op.cpp b/sasl-auth-op.cpp
index c2c985f..edcf695 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -24,7 +24,7 @@
#include "x-messenger-oauth2-auth-operation.h"
#ifdef HAVE_SSO
- #include "x-telepathy-sso-operation.h"
+ #include "x-telepathy-sso-facebook-operation.h"
#include "x-telepathy-sso-google-operation.h"
#endif
diff --git a/x-telepathy-sso-operation.cpp b/x-telepathy-sso-facebook-operation.cpp
similarity index 98%
rename from x-telepathy-sso-operation.cpp
rename to x-telepathy-sso-facebook-operation.cpp
index 29c75fc..4f80276 100644
--- a/x-telepathy-sso-operation.cpp
+++ b/x-telepathy-sso-facebook-operation.cpp
@@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "x-telepathy-sso-operation.h"
+#include "x-telepathy-sso-facebook-operation.h"
#include <TelepathyQt/Account>
#include <TelepathyQt/ChannelInterfaceSASLAuthenticationInterface>
diff --git a/x-telepathy-sso-operation.h b/x-telepathy-sso-facebook-operation.h
similarity index 100%
rename from x-telepathy-sso-operation.h
rename to x-telepathy-sso-facebook-operation.h
--
ktp-auth-handler packaging
More information about the pkg-kde-commits
mailing list