debian/control | 4 ++++ debian/rules | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-)
New commits: commit 8b14987af4c10820b9721f2895140e736c397c62 Author: Sean Finney <sean...@debian.org> Date: Sun Apr 19 16:08:13 2009 +0200 add Vcs-Git and Vcs-Browser headers to debian/control diff --git a/debian/control b/debian/control index 10fda63..7d8752a 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,9 @@ Build-Depends: autoconf, automake1.9, autotools-dev, libxslt1-dev, quilt (>= 0.40), x11proto-gl-dev (>= 1.4.8), xsltproc Standards-Version: 3.8.1 +Vcs-Git: git://git.debian.org/git/pkg-xorg/app/compiz.git +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/compiz.git + Package: compiz Architecture: all commit d04ff18c463000646f7a7772961507eb1e88a0fb Author: Sean Finney <sean...@debian.org> Date: Sun Apr 19 16:05:49 2009 +0200 add build-dependency on libgnomeui-dev to fix new FTBFS Closes: #524446 diff --git a/debian/control b/debian/control index 807dfe5..10fda63 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: autoconf, automake1.9, autotools-dev, libcairo-dev, libdbus-qt-1-dev, libdbus-glib-1-dev, libgconf2-dev, libgl1-mesa-dev (>= 6.5.1) | libgl-dev, libglib2.0-dev, libgnome-desktop-dev, + libgnomeui-dev, libgnome-window-settings-dev, libgtk2.0-dev, libice-dev (>= 1:1.0.1), libmetacity-dev, libpango1.0-dev, libpng12-dev | libpng-dev, librsvg2-dev, libsm-dev (>= 1:1.0.1), libtool, libwnck-dev, libxcomposite-dev (>= 1:0.3-2), commit dfe8de97c83e6243ab742a2ce857acda4b237dc3 Author: Sean Finney <sean...@debian.org> Date: Sun Apr 19 15:47:12 2009 +0200 remove obsolete --enable-gconf-dump configure option diff --git a/debian/rules b/debian/rules index 530ff40..35b6260 100755 --- a/debian/rules +++ b/debian/rules @@ -41,8 +41,7 @@ confflags += --disable-static \ --disable-kde \ --enable-kde4 \ --enable-librsvg \ - --enable-gconf \ - --enable-gconf-dump + --enable-gconf # the following files are modified in the build process, but shouldn't be. # UPSTREAM_PRESERVE:=po/Makefile.in.in -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org