From c4ad632aed6d93546f880fcb0af9ad097f400d5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 17 Jan 2008 23:21:09 +0000 Subject: [PATCH] * this way the package builds again. --- libcitadel/debian/control | 5 +++-- libcitadel/debian/rules | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) 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 -- 2.30.2