fix debian compile of new libcitadel version
[citadel.git] / libcitadel / debian / control
index e3a24c1d84c1dafbc402dc5489eac0a90e6464b6..61573bc8e6eda05d4a30b3ef284f320ca652e85d 100644 (file)
@@ -1,22 +1,23 @@
 Source: libcitadel
 Section: libs
-Priority: optional
+Priority: extra
 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
+Build-Depends: debhelper (>= 5), zlib1g-dev
+Standards-Version: 3.8.0
+Homepage: http://citadel.org
 
-Package: libcitadel1
+Package: libcitadel4
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, shared-mime-info
 Description: Citadel toolbox
  This library contains the commonly used routines for the citadel suite.
 
-Package: libcitadel1-dbg
+Package: libcitadel4-dbg
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcitadel1 (= ${Binary:Version})
-Description: Debugging symbols for libcitadel1
+Depends: ${shlibs:Depends}, libcitadel4
+Description: Debugging symbols for libcitadel4
  This library contains the commonly used routines for the citadel suite.
  .
  This package provides the debugging symbols.
@@ -25,8 +26,8 @@ Package: libcitadel-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, pkg-config,
- libcitadel1 (= ${Binary:Version})
-Description: Development files for libcitadel1
+ libcitadel4 (= ${binary:Version})
+Description: Development files for libcitadel4
  This library contains the commonly used routines for the citadel suite.
  .
  This package provides development files and static libraries.