fix debian compile of new libcitadel version
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 22 Sep 2012 18:46:46 +0000 (20:46 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 22 Sep 2012 18:46:46 +0000 (20:46 +0200)
libcitadel/debian/control
libcitadel/debian/rules

index 6e1bd1a7643821fa42db56333054ee59da9de470..61573bc8e6eda05d4a30b3ef284f320ca652e85d 100644 (file)
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5), zlib1g-dev
 Standards-Version: 3.8.0
 Homepage: http://citadel.org
 
 Standards-Version: 3.8.0
 Homepage: http://citadel.org
 
-Package: libcitadel3
+Package: libcitadel4
 Architecture: any
 Depends: ${shlibs:Depends}, shared-mime-info
 Description: Citadel toolbox
 Architecture: any
 Depends: ${shlibs:Depends}, shared-mime-info
 Description: Citadel toolbox
@@ -26,7 +26,7 @@ Package: libcitadel-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, pkg-config,
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, pkg-config,
- libcitadel3 (= ${binary:Version})
+ libcitadel4 (= ${binary:Version})
 Description: Development files for libcitadel4
  This library contains the commonly used routines for the citadel suite.
  .
 Description: Development files for libcitadel4
  This library contains the commonly used routines for the citadel suite.
  .
index 4f157c20f1947270174a36a6231fb227397ab16d..11d290b9cba6fa94cce44cfaefd5f5bd329b1619 100755 (executable)
@@ -90,11 +90,11 @@ binary-indep: build install
 binary-arch: build install
        dh_testdir -a
        dh_testroot -a
 binary-arch: build install
        dh_testdir -a
        dh_testroot -a
-       dh_installchangelogs -a -plibcitadel3
+       dh_installchangelogs -a -plibcitadel4
        dh_installdocs -a
        dh_install -a --sourcedir=debian/tmp
        dh_link -a
        dh_installdocs -a
        dh_install -a --sourcedir=debian/tmp
        dh_link -a
-       dh_strip -a --dbg-package=libcitadel3-dbg
+       dh_strip -a --dbg-package=libcitadel4-dbg
        dh_compress -a
        dh_fixperms -a
        dh_makeshlibs -a -V
        dh_compress -a
        dh_fixperms -a
        dh_makeshlibs -a -V