[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libcompizconfig: Changes to 'debian-unstable'



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

New commits:
commit b9cd4a79696c9d3f511613a3f6733761a6106d16
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Apr 24 14:18:25 2009 +0200

    Add Vcs-Git-* control headers

diff --git a/debian/control b/debian/control
index 90b68ff..06adc1a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 5), autoconf, automake1.9, autotools-dev, compiz-de
  protobuf-compiler
 Standards-Version: 3.8.1
 Section: libs
+Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/libcompizconfig.git
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/bling/libcompizconfig.git
 
 Package: libcompizconfig-dev
 Section: libdevel

commit 4687bd430bd3e6b91c034379c75847ba07c9d613
Author: Loïc Minier <lool@dooz.org>
Date:   Fri Apr 24 14:16:19 2009 +0200

    Depend on compiz-core and -abiversion-2009xxyy
    
    Let libcompizcore0 depend on compiz-core and
    compiz-core-abiversion-2009xxyy to avoid package mismatches.

diff --git a/debian/control b/debian/control
index 6bc9101..90b68ff 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,8 @@ Description: Configuration settings library for compiz-fusion - development file
 Package: libcompizconfig0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+         compiz-core, compiz-core-${coreabiversion}
 Description: Configuration settings library for compiz-fusion
  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 4719122..4fb5069 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ endif
 version=0.52
 major=0
 
+CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/compiz-core.h )
+
 # the following are generated by autoconf and have no way of being deleted
 # gracefully. 
 AUTOFOO_DELETE:=Makefile.in aclocal.m4 backend/Makefile.in config/Makefile.in \
@@ -73,7 +75,7 @@ binary-arch: build install
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol
+	dh_gencontrol -- -Vcoreabiversion=$(CORE_ABIVERSION)
 	dh_md5sums
 	dh_builddeb
 


Reply to: