* this way the package builds again.
authorWilfried Göesgens <willi@citadel.org>
Thu, 17 Jan 2008 23:21:09 +0000 (23:21 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 17 Jan 2008 23:21:09 +0000 (23:21 +0000)
libcitadel/debian/control
libcitadel/debian/rules

index e3a24c1d84c1dafbc402dc5489eac0a90e6464b6..7bd9801f995b32865c629aae4e20dd066be1451d 100644 (file)
@@ -5,6 +5,7 @@ Maintainer: Citadel Team <room_citadel_development@uncensored.citadel.org>
 Uploaders: Wilfried Goesgens <w.goesgens@outgesourced.org>, Alexander Wirt <formorer@debian.org>
 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.
  .
index 966239a9541931baef420e3a27d15b34e5e5764f..8cb082d473070ad3a3e64affb57c27424b9d7576 100755 (executable)
@@ -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