debian/changelog | 6 ++++++ debian/control | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit bb069ebb0a086389445ac05323273444e1973e6b Author: Sean Finney <[email protected]> Date: Mon Mar 7 20:46:04 2011 +0000 Prepare upload diff --git a/debian/changelog b/debian/changelog index df57645..fbe3e00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +compiz (0.9.2.1+git20110226.f059fae9-4) experimental; urgency=low + + * compiz-plugins needs a Depends libdecoration0 (>= 0.9.0) + + -- Sean Finney <[email protected]> Mon, 07 Mar 2011 20:45:51 +0000 + compiz (0.9.2.1+git20110226.f059fae9-3) experimental; urgency=low * Add Conflicts/Replaces to reflect some shifting of files from 0.8.x commit 107c1b0060f24175ef5daafb0b5e1f001c3d89d2 Author: Sean Finney <[email protected]> Date: Mon Mar 7 21:12:11 2011 +0100 compiz-plugins needs a Depends libdecoration0 (>= 0.9.0) diff --git a/debian/control b/debian/control index c8d2206..e461fc4 100644 --- a/debian/control +++ b/debian/control @@ -117,7 +117,9 @@ Description: OpenGL window and compositing manager - GNOME window decorator Package: compiz-plugins Architecture: any -Depends: compiz-core (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: compiz-core (= ${binary:Version}), + libdecoration0 (>= 0.9.0), + ${shlibs:Depends}, ${misc:Depends} Description: OpenGL window and compositing manager - plugins Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

