The following issue has been SUBMITTED. ====================================================================== https://bugtracker.iptel.org/view.php?id=87 ====================================================================== Reported By: marvin Assigned To: ====================================================================== Project: SEMS Issue ID: 87 Category: core Reproducibility: always Severity: trivial Priority: normal Status: new ====================================================================== Date Submitted: 2013-04-03 11:01 CEST Last Modified: 2013-04-03 11:01 CEST ====================================================================== Summary: debian build depends libssl0.9.8 (>= 0.9.8m-1) but libssl1.0.0 (1.0.1e-2) provided in wheezy Description: In debian testing (wheezy) there is new openssl lib which breaks dependency on SEMS debian package. Changing dependencies in deb file fixes the issue. Here is the diff output of original and fixed debian/control file in package: # diff control ../semstest/control-dir/control 6c6 < Depends: libc6 (>= 2.3.4), libcurl3 (>= 7.16.2-1), libev3 (>= 3.1), libgcc1 (>= 1:4.1.1), libmysql++3, libspandsp2, libspeex1 (>= 1.2~beta3-1), libssl0.9.8 (>= 0.9.8m-1), libstdc++6 (>= 4.4.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0 --- > Depends: libc6 (>= 2.3.4), libcurl3 (>= 7.16.2-1), libev3 (>= 3.1), libgcc1 (>= 1:4.1.1), libmysql++3, libspandsp2, libspeex1 (>= 1.2~beta3-1), libssl0.9.8 (>= 0.9.8m-1) | libssl1.0.0 (>= 1.0.1e-2), libstdc++6 (>= 4.4.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0
I don't know how to make proper patch file, sorry. (Also sorry if i missed the category, which i probably did.) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-04-03 11:01 marvin New Issue ====================================================================== _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
