as pointed out by Julien Cristau we changed parts of our ABI and mustn't call us...
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 19 Jul 2012 10:39:51 +0000 (12:39 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 19 Jul 2012 10:39:51 +0000 (12:39 +0200)
citadel/debian/control
libcitadel/configure.in
libcitadel/debian/control
libcitadel/debian/libcitadel2.install [deleted file]
libcitadel/debian/libcitadel3.install [new file with mode: 0644]
libcitadel/debian/rules
webcit/debian/control

index dc2e64ea4e2139f7a5dec55f7a0bb66993631003..2fdafb2cebfb98be0c4285c46acc867dffaf3323 100644 (file)
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Wilfried Goesgens <w.goesgens@outgesourced.org>
 Build-Depends: debhelper (>= 4), po-debconf, bison, autotools-dev,
  libdb-dev, libical-dev (>=0.43), libldap2-dev, gettext, locales,
- libpam0g-dev, libsieve2-dev, libssl-dev, libexpat1-dev, libcitadel-dev (>= 7.42),
+ libpam0g-dev, libsieve2-dev, libssl-dev, libexpat1-dev, libcitadel-dev (> 8.13),
  libcurl4-openssl-dev | libcurl3-openssl-dev, zlib1g-dev, libev-dev (>= 4.0), libc-ares-dev (>= 1.7.2)
 Standards-Version: 3.8.0
 
index 0d21b1121d2f8317a90376acb0a4f078104d5234..fb45b74a2068e8c7cf02ef82f8a3de93b012c8a2 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 2.8.13, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 3.8.13, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
@@ -22,7 +22,7 @@ dnl
 dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
-LIBCURRENT=2
+LIBCURRENT=3
 LIBREVISION=813
 LIBAGE=0
 
index d35afe4615438d1e933475bb3a00441f1f0181fd..b6a28087bfe58ac5025a6f913ab9aa9c5acac406 100644 (file)
@@ -7,17 +7,17 @@ Build-Depends: debhelper (>= 5), zlib1g-dev
 Standards-Version: 3.8.0
 Homepage: http://citadel.org
 
-Package: libcitadel2
+Package: libcitadel3
 Architecture: any
 Depends: ${shlibs:Depends}, shared-mime-info
 Description: Citadel toolbox
  This library contains the commonly used routines for the citadel suite.
 
-Package: libcitadel2-dbg
+Package: libcitadel3-dbg
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcitadel2
-Description: Debugging symbols for libcitadel2
+Depends: ${shlibs:Depends}, libcitadel3
+Description: Debugging symbols for libcitadel3
  This library contains the commonly used routines for the citadel suite.
  .
  This package provides the debugging symbols.
@@ -26,8 +26,8 @@ Package: libcitadel-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, pkg-config,
- libcitadel2 (= ${binary:Version})
-Description: Development files for libcitadel2
+ libcitadel3 (= ${binary:Version})
+Description: Development files for libcitadel3
  This library contains the commonly used routines for the citadel suite.
  .
  This package provides development files and static libraries.
diff --git a/libcitadel/debian/libcitadel2.install b/libcitadel/debian/libcitadel2.install
deleted file mode 100644 (file)
index 093956b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*.so.*
diff --git a/libcitadel/debian/libcitadel3.install b/libcitadel/debian/libcitadel3.install
new file mode 100644 (file)
index 0000000..093956b
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*.so.*
index 0420dc5a5ce1ded7b4c7039a1250d9ae3b459465..4f157c20f1947270174a36a6231fb227397ab16d 100755 (executable)
@@ -90,11 +90,11 @@ binary-indep: build install
 binary-arch: build install
        dh_testdir -a
        dh_testroot -a
-       dh_installchangelogs -a -plibcitadel2
+       dh_installchangelogs -a -plibcitadel3
        dh_installdocs -a
        dh_install -a --sourcedir=debian/tmp
        dh_link -a
-       dh_strip -a --dbg-package=libcitadel2-dbg
+       dh_strip -a --dbg-package=libcitadel3-dbg
        dh_compress -a
        dh_fixperms -a
        dh_makeshlibs -a -V
index 3e3ff62b9bc6b99893bbe034b6e46c9f815f0730..636cdbecfa690b6819674c3b42dab3e438b2cfd9 100644 (file)
@@ -3,7 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Wilfried Goesgens <w.goesgens@outgesourced.org>
 Build-Depends: debhelper (>= 4), po-debconf, libical-dev (>=0.43), gettext, locales,
- libcitadel-dev (>= 7.37), quilt (>= 0.40), autotools-dev, libssl-dev
+ libcitadel-dev (> 8.13), quilt (>= 0.40), autotools-dev, libssl-dev
 Standards-Version: 3.8.0
 
 Package: citadel-webcit