Skip to content

Commit

Permalink
Merge pull request #250 from jwillemsen/master
Browse files Browse the repository at this point in the history
Fixed some package versions
  • Loading branch information
jwillemsen committed May 1, 2016
2 parents 00657fb + c6660cf commit 7a72883
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ACE/debian/debian.control
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Description: ACE secure socket layer library
Package: libace-ssl-dev
Architecture: any
Section: libdevel
Depends: libace-ssl-6.2.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev (>= 6.3.3d), ${misc:Depends}
Depends: libace-ssl-6.3.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev (>= 0.9.7d), ${misc:Depends}
Description: ACE secure socket layer library - development files
This package contains the header files and static library for the ACE
SSL library.
Expand Down Expand Up @@ -154,7 +154,7 @@ Description: ACE Inet protocol library - development files
Package: libace-inet-ssl-6.3.3
Architecture: any
Section: libs
Depends: libace-inet-6.2.7, libace-ssl-6.3.3, ${shlibs:Depends}, ${misc:Depends}
Depends: libace-inet-6.3.3, libace-ssl-6.3.3, ${shlibs:Depends}, ${misc:Depends}
Description: ACE SSL-enabled Inet protocol library
This package provides an ACE addon library for clients (and possibly
servers at some point) using Inet protocols which support SSL, such as
Expand Down Expand Up @@ -292,7 +292,7 @@ Description: ACE-GUI reactor integration for Xt
Package: libace-xtreactor-dev
Architecture: any
Section: libdevel
Depends: libace-xtreactor-6.2.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 6.3.3), ${misc:Depends}
Depends: libace-xtreactor-6.3.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 6.2.7), ${misc:Depends}
Description: ACE-GUI reactor integration for Xt - development files
This package contains header files and static library for the ACE-Xt
reactor integration.
Expand Down Expand Up @@ -339,7 +339,7 @@ Description: ACE-GUI reactor integration for FLTK
Package: libace-flreactor-dev
Architecture: any
Section: libdevel
Depends: libace-flreactor-6.2.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.1-dev (>= 6.3.3), ${misc:Depends}
Depends: libace-flreactor-6.3.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.1-dev (>= 6.3.3), ${misc:Depends}
Description: ACE-GUI reactor integration for FLTK - development files
This package contains header files and static library for the ACE-FLTK
reactor integration.
Expand Down Expand Up @@ -805,7 +805,7 @@ Description: ACE network service implementations
files to link the various ACE network services together, either
statically or dynamically, and form complete server programs.

Package: libnetsvcs-6.2.7
Package: libnetsvcs-6.3.3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -819,7 +819,7 @@ Description: ACE network service implementations - libraries
Package: libnetsvcs-dev
Architecture: any
Section: libdevel
Depends: libnetsvcs-6.2.7 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Depends: libnetsvcs-6.3.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE network service implementations - development files
ACE network services provide reusable components for common
distributed system tasks such as logging, naming, locking, and time
Expand Down

0 comments on commit 7a72883

Please sign in to comment.