[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compizconfig-backend-kconfig4: Changes to 'debian-unstable'



 VERSION            |    2 +-
 debian/changelog   |    7 +++++++
 debian/control     |    2 +-
 src/CMakeLists.txt |    2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit d4f8536828de32c6d13dfdc6f2fa9b7c72cdb995
Author: Sean Finney <seanius@debian.org>
Date:   Thu Feb 11 21:55:06 2010 +0100

    Update changelog with ABI bump

diff --git a/debian/changelog b/debian/changelog
index 0865ba7..160b0ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 compizconfig-backend-kconfig (0.8.4-1) unstable; urgency=low
 
   * New upstream release.
+  * Update Build-Depends against compiz-dev to >= 0.8.4 for ABI bump.
 
- -- Sean Finney <seanius@debian.org>  Thu, 04 Feb 2010 21:42:17 +0100
+ -- Sean Finney <seanius@debian.org>  Thu, 11 Feb 2010 21:54:59 +0100
 
 compizconfig-backend-kconfig (0.8.2~git20090205.82ea41ec-1) unstable; urgency=low
  

commit 5827d2e4ca128c15aaff3de96eac4530b172ff7d
Author: Sean Finney <seanius@debian.org>
Date:   Thu Feb 11 21:54:40 2010 +0100

    Update Build-Depends against compiz-dev to >= 0.8.4 for ABI bump.

diff --git a/debian/control b/debian/control
index 60a4d0d..2c11657 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Sean Finney <seanius@debian.org>
 Build-Depends: debhelper (>= 5), chrpath, 
  cmake,
- compiz-dev (>= 0.8.2), intltool, kdebase-workspace-dev, libcompizconfig-dev (>= 0.8.2), libtool, pkg-config, 
+ compiz-dev (>= 0.8.4), intltool, kdebase-workspace-dev, libcompizconfig-dev (>= 0.8.4), libtool, pkg-config, 
  quilt, 
  xsltproc
 Standards-Version: 3.8.1

commit eff300da630cf7023085f44763eed24bc852dbdf
Author: Sean Finney <seanius@debian.org>
Date:   Thu Feb 4 21:42:22 2010 +0100

    prepare 0.8.4-1

diff --git a/debian/changelog b/debian/changelog
index 93aafe6..0865ba7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compizconfig-backend-kconfig (0.8.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Sean Finney <seanius@debian.org>  Thu, 04 Feb 2010 21:42:17 +0100
+
 compizconfig-backend-kconfig (0.8.2~git20090205.82ea41ec-1) unstable; urgency=low
  
   * New upstream release.

commit 02bdf3593834bfc2c90d234f8269922fb4d89e8f
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 04:09:10 2009 +0200

    * Bump version to 0.8.4

diff --git a/VERSION b/VERSION
index fce301a..e4184f4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=0.7.7
+VERSION=0.8.4

commit 46bd2a93ffdaa2b140ccd16cd605aebb83aa94c5
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 03:22:38 2009 +0200

    Fix linking with libX11

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 69d26c0..6c861b6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -18,6 +18,6 @@ set(kconfig4_LIB_SRCS kconfig_backend.cpp ${kconfig4_kwin_SRCS})
 
 kde4_add_library(kconfig4 SHARED ${kconfig4_LIB_SRCS})
 
-target_link_libraries(kconfig4 ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${CCS_LIBRARIES})
+target_link_libraries(kconfig4 ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${CCS_LIBRARIES} X11)
 
 install(TARGETS kconfig4 DESTINATION ${CCS_LIBDIR}/compizconfig/backends)


Reply to: