[SCM] bluedevil packaging branch, master, updated. debian/1.2.3-1-7-g4038dda

Pino Toscano pino at alioth.debian.org
Fri May 17 11:26:06 UTC 2013


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

The following commit has been merged in the master branch:
commit 4038dda3339b019ae8aca87452e743cd0f4bbf77
Author: Pino Toscano <pino at debian.org>
Date:   Fri May 17 13:25:58 2013 +0200

    01_libbluedevilaction_is_private.diff: refresh
---
 debian/changelog                                   |    1 +
 .../patches/01_libbluedevilaction_is_private.diff  |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a43c5a7..96bff82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ bluedevil (1.3.1-0r1) UNRELEASED; urgency=low
   * Fix Vcs-* headers.
   * Update copyright.
   * Bump Standards-Version to 3.9.4, no changes required.
+  * Refresh patch 01_libbluedevilaction_is_private.diff.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 17 May 2013 13:03:54 +0200
 
diff --git a/debian/patches/01_libbluedevilaction_is_private.diff b/debian/patches/01_libbluedevilaction_is_private.diff
index a7eade2..205cc5a 100644
--- a/debian/patches/01_libbluedevilaction_is_private.diff
+++ b/debian/patches/01_libbluedevilaction_is_private.diff
@@ -5,7 +5,7 @@ Description: Modifies CMakeLists.txt so that libbluedevilaction.so
  Debian policy and sets RPATH for everything that uses this library.
  In addition, the command to install actionplugin.h is removed.
 Forwarded: not-needed
-Last-Update: 2012-03-30
+Last-Update: 2013-05-17
 
 --- a/src/actionplugins/CMakeLists.txt
 +++ b/src/actionplugins/CMakeLists.txt
@@ -16,7 +16,7 @@ Last-Update: 2012-03-30
 -install(TARGETS bluedevilaction ${INSTALL_TARGETS_DEFAULT_ARGS})
 +install(TARGETS bluedevilaction DESTINATION ${LIB_INSTALL_DIR}/bluedevil)
  install(FILES actionplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
--install(FILES actionplugin.h DESTINATION include/)
+-install(FILES actionplugin.h DESTINATION ${INCLUDE_INSTALL_DIR}/bluedevil)
 --- a/src/actionplugins/audio/CMakeLists.txt
 +++ b/src/actionplugins/audio/CMakeLists.txt
 @@ -8,6 +8,7 @@ qt4_add_dbus_interface(bluedevilaudioact

-- 
bluedevil packaging



More information about the pkg-kde-commits mailing list