debian/changelog |    7 +++++--
 debian/rules     |    4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 51059f5da987c3ceacfcf1b81fd8d065900d2424
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Wed May 2 07:48:17 2007 +0200

    Pass QTDIR=/usr to the configure script so that the moc can be found.

diff --git a/debian/changelog b/debian/changelog
index 077a8f5..b22664f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,8 +22,9 @@ compiz (0.5.0.dfsg-1) UNRELEASED; urgency=low
     (Closes: #408605)
   * Drop po/*.gmo and kde/window-decorator/*.moc.cpp from the original
     tarball.
+  * Pass QTDIR=/usr to the configure script so that the moc can be found.
 
- -- Thierry Reding <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 13:42:50 +0200
+ -- Thierry Reding <[EMAIL PROTECTED]>  Wed, 02 May 2007 07:48:02 +0200
 
 compiz (0.3.6-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 87989d3..e69f0ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ build-stamp:
        mkdir obj-$(DEB_BUILD_GNU_TYPE)
        cd obj-$(DEB_BUILD_GNU_TYPE) && \
        ../configure --prefix=/usr --sysconfdir=\$${prefix}/share $(confflags) \
-                    CFLAGS="$(CFLAGS)"
+                    CFLAGS="$(CFLAGS)" QTDIR=/usr
        cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
        
        touch $@

commit 45d061c38039a08e416b5b993ee11337673e0ec2
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Sun Apr 22 13:45:09 2007 +0200

    Drop po/*.gmo and kde/window-decorator/*.moc.cpp from the original tarball.

diff --git a/debian/changelog b/debian/changelog
index 44e70c0..077a8f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-compiz (0.5.0-1) UNRELEASED; urgency=low
+compiz (0.5.0.dfsg-1) UNRELEASED; urgency=low
 
   * New upstream development release:
     - Remove stencil buffer requirement.
@@ -20,8 +20,10 @@ compiz (0.5.0-1) UNRELEASED; urgency=low
     unstable. (Closes: #411012)
   * Add symlink to the compiz-core README to the compiz package.
     (Closes: #408605)
+  * Drop po/*.gmo and kde/window-decorator/*.moc.cpp from the original
+    tarball.
 
- -- Thierry Reding <[EMAIL PROTECTED]>  Thu, 19 Apr 2007 17:44:56 +0200
+ -- Thierry Reding <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 13:42:50 +0200
 
 compiz (0.3.6-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 10918a6..87989d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ build-stamp:
 prune:
        rm -f autogen.sh
        find -name .cvsignore | xargs rm -f
-       rm -f po/*.gmo
+       rm -f po/*.gmo kde/window-decorator/*.moc.cpp
 
 clean: prune unpatch
        dh_testdir


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

Reply via email to