From: Wilfried Göesgens Date: Thu, 17 Jan 2008 23:21:09 +0000 (+0000) Subject: * this way the package builds again. X-Git-Tag: v7.86~2580 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=c4ad632aed6d93546f880fcb0af9ad097f400d5f * this way the package builds again. --- diff --git a/libcitadel/debian/control b/libcitadel/debian/control index e3a24c1d8..7bd9801f9 100644 --- a/libcitadel/debian/control +++ b/libcitadel/debian/control @@ -5,6 +5,7 @@ Maintainer: Citadel Team Uploaders: Wilfried Goesgens , Alexander Wirt Build-Depends: debhelper (>= 5) Standards-Version: 3.7.3 +Homepage: http://citadel.org Package: libcitadel1 Architecture: any @@ -15,7 +16,7 @@ Description: Citadel toolbox Package: libcitadel1-dbg Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, libcitadel1 (= ${Binary:Version}) +Depends: ${shlibs:Depends}, libcitadel1 (= ${Source-Version}) Description: Debugging symbols for libcitadel1 This library contains the commonly used routines for the citadel suite. . @@ -25,7 +26,7 @@ Package: libcitadel-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, pkg-config, - libcitadel1 (= ${Binary:Version}) + libcitadel1 (= ${Source-Version}) Description: Development files for libcitadel1 This library contains the commonly used routines for the citadel suite. . diff --git a/libcitadel/debian/rules b/libcitadel/debian/rules index 966239a95..8cb082d47 100755 --- a/libcitadel/debian/rules +++ b/libcitadel/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DH_COMPAT = 5 + DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) @@ -32,7 +34,9 @@ clean: dh_testdir dh_testroot rm -f build-stamp install*-stamp - [ ! -f Makefile ] || $(MAKE) distclean + + -$(MAKE) distclean + dh_clean install: install-stamp