[OpenSRF-GIT] OpenSRF branch rel_2_1 updated. osrf_rel_2_1_0-1-g83dd58a

Evergreen Git git at git.evergreen-ils.org
Tue Nov 6 11:08:23 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, rel_2_1 has been updated
       via  83dd58abfca26418f8bdaecb73dbd2c177cc0093 (commit)
      from  abadcafe8ece8f794461f47cd109b317de546248 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 83dd58abfca26418f8bdaecb73dbd2c177cc0093
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Tue Nov 6 09:16:18 2012 -0500

    Fix installation on Ubuntu Precise.
    
    Remove libreadline5-dev and replace with libreadline-dev for Ubuntu
    and Debian.  This installs libreadline6, but everything still works
    since there's nothing version specific in our use of libreadline.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install
index f4d5cf5..734b343 100644
--- a/src/extras/Makefile.install
+++ b/src/extras/Makefile.install
@@ -56,7 +56,7 @@ DEBS =  \
 	libnet-dns-perl\
 	libnet-jabber-perl\
 	libperl-dev\
-	libreadline5-dev\
+	libreadline-dev\
 	librpc-xml-perl\
 	libtemplate-perl\
 	libtest-pod-perl\
@@ -163,8 +163,7 @@ EXTRA_DEBS_UBUNTU_PRECISE = \
 	libmemcached-dev\
 	libxml-libxml-perl \
 	libxml-libxslt-perl \
-	ncurses-dev \
-	libreadline-dev
+	ncurses-dev
 
 # ----------------------------------------------------------------------------
 

-----------------------------------------------------------------------

Summary of changes:
 src/extras/Makefile.install |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list