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

2010-02-04 Thread Sean Finney
 configure.in.in  |2 +-
 debian/changelog |6 ++
 settings-backend/kconfig_backend.cpp |   34 +-
 3 files changed, 12 insertions(+), 30 deletions(-)

New commits:
commit 062a0ab3dff348b71c8da214f6b4198deb9e69ec
Author: Sean Finney sean...@debian.org
Date:   Thu Feb 4 21:38:20 2010 +0100

prepare 0.8.4-1

diff --git a/debian/changelog b/debian/changelog
index 35e09b1..ef11008 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 sean...@debian.org  Thu, 04 Feb 2010 21:38:09 +0100
+
 compizconfig-backend-kconfig (0.7.6-1) unstable; urgency=low
 
   * New upstream release. 

commit 16a32d19f5364359cc542e705708104c6e753d39
Author: Guillaume Seguin guilla...@segu.in
Date:   Wed Oct 14 04:09:45 2009 +0200

* Bump version to 0.8.4

diff --git a/configure.in.in b/configure.in.in
index a935856..a74f3d5 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.8.3)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.8.4)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP

commit cd90fe31a59cb2d22d6284a32ad6f98bc3448dca
Author: Guillaume Seguin guilla...@segu.in
Date:   Mon Mar 9 15:52:49 2009 +0100

* Bump version to 0.8.3

diff --git a/configure.in.in b/configure.in.in
index d5a2b33..a935856 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.8.2)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.8.3)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP

commit 214b5f900eebca6a844459ebb30e178aa72fb1b7
Author: Guillaume Seguin guilla...@segu.in
Date:   Mon Mar 9 15:50:43 2009 +0100

* Bump version to 0.8.2

diff --git a/configure.in.in b/configure.in.in
index 4deadbe..d5a2b33 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.7)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.8.2)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP

commit 2ce691a692cbde55af27cc9ab6a11bf450493130
Author: Danny Baumann dannybaum...@web.de
Date:   Thu Feb 5 08:28:54 2009 +0100

Track option movements.

diff --git a/settings-backend/kconfig_backend.cpp 
b/settings-backend/kconfig_backend.cpp
index e9d9ced..6d1f4bf 100644
--- a/settings-backend/kconfig_backend.cpp
+++ b/settings-backend/kconfig_backend.cpp
@@ -92,21 +92,17 @@ struct _SpecialOption
 const specialOptions[] =
 {
 {close_window_key, CORE_NAME, Window Close, true, OptionKey},
-{run_key, CORE_NAME, Run Command, true, OptionKey},
-{main_menu_key, CORE_NAME, Popup Launch Menu, true, OptionKey},
 {lower_window_key, CORE_NAME, Window Lower, true, OptionKey},
 {toggle_window_maximized_key, CORE_NAME, Window Maximize, true, 
OptionKey},
 {minimize_window_key, CORE_NAME, Window Minimize, true, OptionKey},
 {toggle_window_maximized_horizontally_key, CORE_NAME, Window Maximize 
Horizontal, true, OptionKey},
 {toggle_window_maximized_vertically_key, CORE_NAME, Window Maximize 
Vertical, true, OptionKey},
 {show_desktop_key, CORE_NAME, Toggle Showing Desktop, true, OptionKey},
-{run_command_screenshot_key, CORE_NAME, Desktop Screenshot, true, 
OptionKey},
-{run_command_window_screenshot_key, CORE_NAME, Window Screenshot, 
true, OptionKey},
 {window_menu_key, CORE_NAME, Window Operations Menu, true, OptionKey},
 {toggle_window_shaded_key, CORE_NAME, Window Shade, true, OptionKey},
 {raise_window_key, CORE_NAME, Window Raise, true, OptionKey},
 {toggle_window_fullscreen_key, CORE_NAME, Window Fullscreen, true, 
OptionKey},
-{run_command11_key, CORE_NAME, Kill Window, true, OptionKey},
+{run_command11_key, commands, Kill Window, true, OptionKey},
 {initiate_key, move, Window Move, true, OptionKey},
 {initiate_key, resize, Window Resize, true, OptionKey},
 {rotate_right_key, rotate, Switch to Next Desktop, true, OptionKey},
@@ -171,13 +167,11 @@ const specialOptions[] =
 {autoraise_delay, CORE_NAME, AutoRaiseInterval, false, OptionInt},
 {flip_time, rotate, ElectricBorderDelay, false, OptionInt},
 
-{command_screenshot, CORE_NAME, NULL, true, OptionSpecial},
-{command_window_screenshot, CORE_NAME, NULL, true, OptionSpecial},
 {unmaximize_window_key, CORE_NAME, NULL, true, OptionSpecial},
 {maximize_window_key, CORE_NAME, NULL, true, OptionSpecial},
 {maximize_window_horizontally_key, CORE_NAME, NULL, true, OptionSpecial},
 {maximize_window_vertically_key, CORE_NAME, NULL, true, OptionSpecial},
-{command11, CORE_NAME, NULL, true, OptionSpecial},
+{command11, commands, NULL, true, OptionSpecial},
 {click_to_focus, CORE_NAME, NULL, false, OptionSpecial},
 {mode, resize, NULL, true, 

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

2008-06-02 Thread Sean Finney
 configure.in.in  |2 +-
 debian/changelog |6 ++
 debian/control   |2 +-
 settings-backend/kconfig_backend.cpp |   18 --
 4 files changed, 8 insertions(+), 20 deletions(-)

New commits:
commit 8764aa6df2fbc7090ea61ef6135f5c60a10b1b72
Author: Sean Finney [EMAIL PROTECTED]
Date:   Tue Jun 3 00:51:00 2008 +0200

new upstream release

diff --git a/debian/changelog b/debian/changelog
index a96b4e9..35e09b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compizconfig-backend-kconfig (0.7.6-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Sean Finney [EMAIL PROTECTED]  Tue, 03 Jun 2008 00:50:25 +0200
+
 compizconfig-backend-kconfig (0.7.4-2) unstable; urgency=low
 
   * Add build-deps on autoconf, automake1.9, and libtool
diff --git a/debian/control b/debian/control
index cc978f7..a450d89 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: compizconfig-backend-kconfig
 Priority: extra
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Sean Finney [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), autoconf, automake1.9, autotools-dev, 
chrpath, compiz-dev (= 0.7.3), intltool, kdelibs4-dev | kdelibs-dev, 
libcompizconfig-dev (= 0.7.3), libtool, pkg-config, xsltproc
+Build-Depends: debhelper (= 5), autoconf, automake1.9, autotools-dev, 
chrpath, compiz-dev (= 0.7.6), intltool, kdelibs4-dev | kdelibs-dev, 
libcompizconfig-dev (= 0.7.6), libtool, pkg-config, xsltproc
 Standards-Version: 3.7.2
 Section: x11
 

commit dbbd389bc5516ca72e8797ce59214400ead7ad39
Author: Guillaume Seguin [EMAIL PROTECTED]
Date:   Sat May 31 14:11:37 2008 +0200

* Bump version to 0.7.6

diff --git a/configure.in.in b/configure.in.in
index ebfc446..66d06ba 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.5)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.6)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP

commit b756f5cb5122da697de4535ede77f63e32dbdb0f
Author: Danny Baumann [EMAIL PROTECTED]
Date:   Fri Apr 18 21:14:10 2008 +0200

Remove plane plugin integration.

diff --git a/settings-backend/kconfig_backend.cpp 
b/settings-backend/kconfig_backend.cpp
index 3bac424..e9d9ced 100644
--- a/settings-backend/kconfig_backend.cpp
+++ b/settings-backend/kconfig_backend.cpp
@@ -149,24 +149,6 @@ const specialOptions[] =
 {left_key, wall, Switch One Desktop to the Left, true, OptionKey},
 {right_key, wall, Switch One Desktop to the Right, true, OptionKey},
 
-{plane_up_key, plane, Switch One Desktop Up, true, OptionKey},
-{plane_down_key, plane, Switch One Desktop Down, true, OptionKey},
-{plane_left_key, plane, Switch One Desktop to the Left, true, 
OptionKey},
-{plane_right_key, plane, Switch One Desktop to the Right, true, 
OptionKey},
-
-{plane_to_1_key, plane, Switch to Desktop 1, true, OptionKey},
-{plane_to_2_key, plane, Switch to Desktop 2, true, OptionKey},
-{plane_to_3_key, plane, Switch to Desktop 3, true, OptionKey},
-{plane_to_4_key, plane, Switch to Desktop 4, true, OptionKey},
-{plane_to_5_key, plane, Switch to Desktop 5, true, OptionKey},
-{plane_to_6_key, plane, Switch to Desktop 6, true, OptionKey},
-{plane_to_7_key, plane, Switch to Desktop 7, true, OptionKey},
-{plane_to_8_key, plane, Switch to Desktop 8, true, OptionKey},
-{plane_to_9_key, plane, Switch to Desktop 9, true, OptionKey},
-{plane_to_10_key, plane, Switch to Desktop 10, true, OptionKey},
-{plane_to_11_key, plane, Switch to Desktop 11, true, OptionKey},
-{plane_to_12_key, plane, Switch to Desktop 12, true, OptionKey},
-
 {switch_to_1_key, vpswitch, Switch to Desktop 1, true, OptionKey},
 {switch_to_2_key, vpswitch, Switch to Desktop 2, true, OptionKey},
 {switch_to_3_key, vpswitch, Switch to Desktop 3, true, OptionKey},

commit deaca51ac9eaeec414043dde52872d7883b591b8
Author: Guillaume Seguin [EMAIL PROTECTED]
Date:   Fri Apr 4 00:21:35 2008 +0200

* Bump version to 0.7.5

diff --git a/configure.in.in b/configure.in.in
index 4292eaf..ebfc446 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.4)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.5)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-05-20 Thread Sean Finney
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 6497231915f3826f85fec6593fb2ed0d94ada864
Author: Sean Finney [EMAIL PROTECTED]
Date:   Tue May 20 19:22:39 2008 +0200

update build-deps for autofoo

diff --git a/debian/changelog b/debian/changelog
index 0a70098..a96b4e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compizconfig-backend-kconfig (0.7.4-2) unstable; urgency=low
+
+  * Add build-deps on autoconf, automake1.9, and libtool
+
+ -- Sean Finney [EMAIL PROTECTED]  Tue, 20 May 2008 19:22:15 +0200
+
 compizconfig-backend-kconfig (0.7.4-1) unstable; urgency=low
 
   * New upstream release 
diff --git a/debian/control b/debian/control
index 08e8646..cc978f7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: compizconfig-backend-kconfig
 Priority: extra
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Sean Finney [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), autotools-dev, chrpath, compiz-dev (= 
0.7.3), intltool, kdelibs4-dev | kdelibs-dev, libcompizconfig-dev (= 0.7.3), 
pkg-config, xsltproc
+Build-Depends: debhelper (= 5), autoconf, automake1.9, autotools-dev, 
chrpath, compiz-dev (= 0.7.3), intltool, kdelibs4-dev | kdelibs-dev, 
libcompizconfig-dev (= 0.7.3), libtool, pkg-config, xsltproc
 Standards-Version: 3.7.2
 Section: x11
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-05-19 Thread Sean Finney
 configure.in.in  |2 
 debian/changelog |6 
 settings-backend/kconfig_backend.cpp |  788 +++
 3 files changed, 440 insertions(+), 356 deletions(-)

New commits:
commit 65328a8e78e971d3cb45a873f3e92f866a8f00b1
Author: Sean Finney [EMAIL PROTECTED]
Date:   Mon May 19 20:35:14 2008 +0200

new upstream release

diff --git a/debian/changelog b/debian/changelog
index 65d0c0e..9e85aef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compizconfig-backend-kconfig (0.7.4-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Sean Finney [EMAIL PROTECTED]  Mon, 19 May 2008 20:33:43 +0200
+
 compizconfig-backend-kconfig (0.6.0-2) unstable; urgency=low
 
   * Remove autoconf-generated content, and run it as part of the build

commit 466eb03fdb9bc120ca21d9c9055fbcda257f0507
Author: Guillaume Seguin [EMAIL PROTECTED]
Date:   Fri Apr 4 00:19:35 2008 +0200

* Bump version to 0.7.4

diff --git a/configure.in.in b/configure.in.in
index 1d09871..4292eaf 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.3)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.4)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP

commit d3a2f81d0d446ce46ddc909065aad6aab99e3f0f
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Tue Apr 1 01:28:25 2008 +0200

Fixed integrated bool settings.

diff --git a/settings-backend/kconfig_backend.cpp 
b/settings-backend/kconfig_backend.cpp
index 7153326..3bac424 100644
--- a/settings-backend/kconfig_backend.cpp
+++ b/settings-backend/kconfig_backend.cpp
@@ -1103,7 +1103,7 @@ CCSBoolToKde (CCSSetting *setting,
 
 Bool val;
 
-if (!ccsGetInt (setting, val) )
+if (!ccsGetBool (setting, val) )
return;
 
 if (cfg-readBoolEntry (specialOptions[num].kdeName) != bool (val) )

commit 877c0b23ec2590cae6d557a1f8953d6065e656fb
Author: Guillaume Seguin [EMAIL PROTECTED]
Date:   Thu Mar 6 23:12:50 2008 +0100

* Bump version to 0.7.3

diff --git a/configure.in.in b/configure.in.in
index 8e2df61..1d09871 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.2)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.3)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP

commit e036af8d415864c7e546fecdfdd51e6ea34f4297
Author: Guillaume Seguin [EMAIL PROTECTED]
Date:   Thu Mar 6 23:11:16 2008 +0100

* Bump version to 0.7.2

diff --git a/configure.in.in b/configure.in.in
index 64eebaf..8e2df61 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.6.99)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.7.2)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP

commit 1a8104eb8cc271fce792da4576b9a5d87a9146f8
Author: Guillaume Seguin [EMAIL PROTECTED]
Date:   Sun Oct 21 12:53:32 2007 +0200

* Bump version to 0.6.99

diff --git a/configure.in.in b/configure.in.in
index b2624ce..64eebaf 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,6 +1,6 @@
 #MIN_CONFIG
 KDE_ENABLE_HIDDEN_VISIBILITY
-AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.5.2)
+AM_INIT_AUTOMAKE(compizconfig-backend-kconfig,0.6.99)
 
 AC_CHECK_RANDOM
 AC_CHECK_USLEEP
@@ -18,4 +18,4 @@ else
 ccs_libdir=`$PKG_CONFIG --variable=libdir libcompizconfig`  
 BACKENDDIR=$ccs_libdir/compizconfig
 fi
-AC_SUBST(BACKENDDIR)
\ No newline at end of file
+AC_SUBST(BACKENDDIR)

commit 8122b867fcd9a3e5e8ff855cf1ecc779cf794365
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Thu Sep 20 00:06:19 2007 +0200

Fixed profile handling.

diff --git a/settings-backend/kconfig_backend.cpp 
b/settings-backend/kconfig_backend.cpp
index 3714458..7153326 100644
--- a/settings-backend/kconfig_backend.cpp
+++ b/settings-backend/kconfig_backend.cpp
@@ -223,6 +223,17 @@ const specialOptions[] =
 #define N_SOPTIONS (sizeof (specialOptions) / sizeof (struct _SpecialOption))
 
 static void
+createFile (QString name)
+{
+if (!QFile::exists(name))
+{
+   QFile file (name);
+   file.open (IO_WriteOnly | IO_Append);
+   file.close ();
+}
+}
+
+static void
 reload (unsigned int,
void *closure)
 {
@@ -653,9 +664,9 @@ getExistingProfiles (CCSContext *)
 {
QString str = (*it);
 
-   if (str.length()  8)
+   if (str.length()  9)
{
-   QString profile = str.right (str.length() - 8);
+   QString profile = str.right (str.length() - 9);
 
if (!profile.isEmpty() )
ret = ccsStringListAppend (ret, strdup (profile.ascii() ) );
@@ -1806,10 +1817,12 @@ readInit (CCSContext *c)
 
delete cFiles-main;
 
-   cFiles-main = new KSimpleConfig (configName);
-   ccsRemoveFileWatch (cFiles-watch);
QString wFile = KGlobal::dirs()-saveLocation (config,

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

2008-05-19 Thread Sean Finney
 debian/changelog |4 +++-
 debian/control   |2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 348d962fd3452b83eb681bf24456f86422b9d90f
Author: Sean Finney [EMAIL PROTECTED]
Date:   Tue May 20 07:26:04 2008 +0200

update build deps

diff --git a/debian/changelog b/debian/changelog
index 9e85aef..0a70098 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 compizconfig-backend-kconfig (0.7.4-1) unstable; urgency=low
 
   * New upstream release 
+  * Update build-depends from libcompizconfig0-dev to libcompizconfig-dev,
+and for libcompizconfig-dev and compiz-dev from = 0.6.0 to = 0.7.3.
 
- -- Sean Finney [EMAIL PROTECTED]  Mon, 19 May 2008 20:33:43 +0200
+ -- Sean Finney [EMAIL PROTECTED]  Tue, 20 May 2008 07:25:49 +0200
 
 compizconfig-backend-kconfig (0.6.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5d8ee95..08e8646 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: compizconfig-backend-kconfig
 Priority: extra
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Sean Finney [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), autotools-dev, chrpath, compiz-dev (= 
0.6.0), intltool, kdelibs4-dev | kdelibs-dev, libcompizconfig-dev (= 0.6.0), 
pkg-config, xsltproc
+Build-Depends: debhelper (= 5), autotools-dev, chrpath, compiz-dev (= 
0.7.3), intltool, kdelibs4-dev | kdelibs-dev, libcompizconfig-dev (= 0.7.3), 
pkg-config, xsltproc
 Standards-Version: 3.7.2
 Section: x11
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2007-11-25 Thread Sean Finney
 Makefile.am  |   12 
 Makefile.in  |  976 -
 acinclude.m4 |11919 --
 aclocal.m4   |  863 -
 config.h.in  |  294 
 configure|35764 ---
 configure.files  |2 
 configure.in |  136 
 debian/changelog |7 
 debian/rules |   24 
 settings-backend/Makefile.in |  733 
 subdirs  |1 
 12 files changed, 30 insertions(+), 50701 deletions(-)

New commits:
commit c5fda1fb90cad17df3a5fc42e4c78a3e210caff5
Author: Sean Finney [EMAIL PROTECTED]
Date:   Sun Nov 25 16:21:13 2007 +0100

remove autofoo

diff --git a/debian/changelog b/debian/changelog
index b8d2cec..65d0c0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+compizconfig-backend-kconfig (0.6.0-2) unstable; urgency=low
+
+  * Remove autoconf-generated content, and run it as part of the build
+process instead.
+
+ -- Sean Finney [EMAIL PROTECTED]  Sun, 25 Nov 2007 16:20:16 +0100
+
 compizconfig-backend-kconfig (0.6.0-1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/rules b/debian/rules
index 3deac75..8e996be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,10 +11,24 @@ else
CFLAGS += -O2
 endif
 
+# the following files are modified in the build process, but shouldn't be.
+#UPSTREAM_PRESERVE:=po/Makefile.in.in
+
+# the following are generated by autoconf and have no way of being deleted
+# gracefully. 
+AUTOFOO_DELETE:=aclocal.m4 config.guess config.h.in config.sub configure \
+depcomp install-sh intltool-extract.in intltool-merge.in \
+intltool-update.in ltmain.sh missing mkinstalldirs \
+   po/Makefile.in.in Makefile.am acinclude.m4 
configure.files \
+   configure.in subdirs
+
 configure: configure-stamp
 configure-stamp:
dh_testdir
-   chmod +x ./configure
+   for f in $(UPSTREAM_PRESERVE); do \
+   cp -a $$f $$f.preserve; \
+   done
+   ./autogen.sh
./configure --prefix=/usr --disable-static
touch configure-stamp
 
@@ -29,6 +43,14 @@ clean:
dh_testroot
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || $(MAKE) distclean
+   # clean up extra automake cruft
+   find . -type f -name Makefile.in -print0 | xargs -0 rm -f
+   rm -f $(AUTOFOO_DELETE)
+   for f in $(UPSTREAM_PRESERVE); do \
+   if [ -f $$f.preserve ]; then \
+   cp -a $$f.preserve $$f; rm -f $$f.preserve; \
+   fi; \
+   done
dh_clean 
 
 install: build

commit f1f26d15a798c2df12785eda052c87bb5949f7f0
Author: Sean Finney [EMAIL PROTECTED]
Date:   Sun Nov 25 14:25:26 2007 +0100

remove autofoo cruft

diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index c0db206..000
--- a/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-AUTOMAKE_OPTIONS = foreign 1.5 dist-bzip2
-DISTCLEANFILES = inst-apps
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
-include admin/deps.am
-
-include admin/Doxyfile.am
-
-
-
-
-SUBDIRS=$(TOPSUBDIRS)
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 08051de..000
--- a/Makefile.in
+++ /dev/null
@@ -1,976 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
[EMAIL PROTECTED]@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(srcdir)/admin/Doxyfile.am \
-   $(srcdir)/admin/deps.am $(srcdir)/config.h.in \
-   $(top_srcdir)/configure admin/compile admin/config.guess 

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

2007-11-11 Thread Sean Finney
New branch 'debian-unstable' available with the following commits:
commit 7f4ba0b649aa671c579dcba07e2be4978c18612d
Author: Sean Finney [EMAIL PROTECTED]
Date:   Mon Nov 12 08:49:39 2007 +0100

initial debianization

commit 3cb2afd6fca794605fba6570bc467da4b96bcf75
Author: Sean Finney [EMAIL PROTECTED]
Date:   Sun Nov 11 19:29:14 2007 +0100

run autogen.sh

commit 8ee79f282c5432db63f1a45bba8b5e8721cf1d7d
Author: Jigish Gohil [EMAIL PROTECTED](none)
Date:   Wed Oct 3 13:24:33 2007 +0530

bump version to 0.6.0

commit bfce3360f7cf1c4f7446c43b265f3b2aad04fb50
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Thu Sep 20 00:06:19 2007 +0200

Fixed profile handling.

commit 0283fa6d5680e0e5c0a8975d2739bb6a4f17f0b8
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 23:34:25 2007 +0200

Integrated viewport wrap around.

commit 080f21a6f5fe12b6d8e3bb5177d4e377d21d38ea
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 23:28:25 2007 +0200

Added integration of placement modes.

commit d90d0adf4ff2918aa527050c91806b64610aa33a
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 23:16:40 2007 +0200

Integrate edge flip options.

commit d260bce555a28cc7a8fd85bb9a54d99755eedd52
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 22:47:03 2007 +0200

Improved switcher integration.

commit c48107d80129067d69de5001f7150918d4620ce9
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 22:01:47 2007 +0200

Integrate snap.

commit 232e151e7ee5e5d16e5dedd39b4653836b0a29d5
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 21:04:16 2007 +0200

Integrate always_show (resizeinfo) with GeometryTip.

commit 98a2d42b5954013b6221d3e5c3fce59bf2ef4dc2
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 20:59:13 2007 +0200

Added file watches for the kwin and kdeglobals configuration files.

commit 4e626c232aa886ac9662aab7ccd0d85393532fb6
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 20:48:55 2007 +0200

Fixed instance name.

commit 3bcdd05be39d2f947972e824f9af6035882d7ef2
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 20:48:04 2007 +0200

gotovp - vpswitch

commit 3b865d3ac65bcb9e090ecfdafe385e63c7188393
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 20:46:16 2007 +0200

Added resize mode integration and fixed the integration system.

commit 1e9e92eda89919807ea63d68a1fe13af65b59ce6
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Aug 13 18:23:36 2007 +0200

Integrate gotovp actions.

commit 1aa4b7cc2350d24e595bedefe5ecfedc7830ba0a
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Sun Aug 12 22:33:10 2007 +0200

plugin_enabled is no longer there.

commit bf39c506d571396b5b68670f1112fa19fdba994b
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Sun Aug 12 21:54:02 2007 +0200

Version update.

commit da2fb00790e6299c660cbed336c86c6034b1c264
Author: Danny Baumann [EMAIL PROTECTED]
Date:   Mon Aug 6 20:10:29 2007 +0200

Include needed header file.

commit c2e1ca869f9416ab196212d6181bac79ae3df337
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Thu Jul 5 18:08:14 2007 +0200

Compiz indent style.

commit fe02720394891c4ae780160d5ad2e1e7be5c24e7
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Tue Jul 3 14:52:05 2007 +0200

Added LGPL license because parts of the kde build system are LGPL.

commit bbfb290d4051cbb4c55af969f1a8d15a664ad924
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Jul 2 16:55:46 2007 +0200

Added COPYING file.

commit 621d714c05d01ad63f60df90a8e85c096d0f5254
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Thu Jun 28 17:27:26 2007 +0200

Added wall integration.

commit 42bd0dbeecc7ee2d8fbfb79efb5496294d32a9b4
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Thu Jun 28 17:11:40 2007 +0200

Allow emply edge lists.

commit ab1a1dfb86be40795223914d3b604491177114d5
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Wed Jun 20 18:47:18 2007 +0200

Package rename

commit 1568fbe3f55b3b3cb87f7a511ddad5bc0dc23927
Author: Danny Baumann [EMAIL PROTECTED]
Date:   Fri Jun 15 10:03:07 2007 +0200

Adapt to API change.

commit c559173da934edf6e27519aedc34d61c9a9cef28
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Wed Jun 13 18:35:17 2007 +0200

Removed debus messages.

commit 9ab0566c6163c5c4765a2f8b19fc48fd616a830c
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Wed Jun 13 00:44:42 2007 +0200

Don't link to libkio.

commit 4e9ae946eabc652f754ef597c723279f03898526
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Tue Jun 12 17:03:15 2007 +0200

Fixed email

commit e748c1813b697e747d05af0fd5278555c4e355aa
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Mon Jun 11 15:50:47 2007 +0200

libccs - libcompizconfig rename

commit cb60e48cd5e87e54a716faf97f208777c4576092
Author: Dennis Kasprzyk [EMAIL PROTECTED]
Date:   Tue May 15 15:49:10 2007 +0200

fixed integration for core settings

commit