[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=e949bcf

The following commit has been merged in the master branch:
commit e949bcf19feb1001b2aed3577a859c1aa9014baf
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Sep 22 00:46:54 2014 +0200

    Forgot to add this file, needed for interfaces to build
    
    Ups...
---
 plugins/sftp/sftp_debug.h => interfaces/interfaces_debug.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/sftp/sftp_debug.h b/interfaces/interfaces_debug.h
similarity index 85%
copy from plugins/sftp/sftp_debug.h
copy to interfaces/interfaces_debug.h
index 30da8f8..5083239 100644
--- a/plugins/sftp/sftp_debug.h
+++ b/interfaces/interfaces_debug.h
@@ -18,11 +18,11 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef SFTP_DEBUG_H
-#define SFTP_DEBUG_H
+#ifndef KDECONNECT_INTERFACE_DEBUG_H
+#define KDECONNECT_INTERFACE_DEBUG_H
 
 #include <QLoggingCategory>
 
-Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_PLUGIN_SFTP)
+Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_INTERFACES)
 
-#endif //SFTP_DEBUG_H
\ No newline at end of file
+#endif //KDECONNECT_INTERFACE_DEBUG_H
\ No newline at end of file

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list