debian/control | 3 +-- debian/rules | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-)
New commits: commit 358459967409c56d413d513b0c6a9574ff0dc70e Author: Loïc Minier <[email protected]> Date: Fri Apr 24 15:09:36 2009 +0200 Revert "Depend on compiz-core and -abiversion-2009xxyy" This reverts commit 77dc770950e09de56e5e449587f3d7375f68e759. diff --git a/debian/control b/debian/control index 2adb216..f4f0903 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,7 @@ Homepage: http://www.compiz-fusion.org Package: python-compizconfig Architecture: any -Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, - compiz-core, compiz-core-abiversion-${coreabiversion} +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: Compizconfig bindings for python Compiz Fusion is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager. It seeks to provide diff --git a/debian/rules b/debian/rules index 2e0ed30..1e1acee 100755 --- a/debian/rules +++ b/debian/rules @@ -22,8 +22,6 @@ AUTOFOO_DELETE:=aclocal.m4 config.guess config.h.in config.sub configure \ PYVERS=$(shell pyversions -r) -CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/compiz-core.h ) - configure: configure-stamp configure-stamp: dh_testdir @@ -102,7 +100,7 @@ binary-arch: build install dh_makeshlibs dh_installdeb dh_shlibdeps - dh_gencontrol -- -Vcoreabiversion=$(CORE_ABIVERSION) + dh_gencontrol dh_md5sums dh_builddeb -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

