[OpenSRF-GIT] OpenSRF branch master updated. c9174e7372b0c14091035617f0689f3719f7506b

Evergreen Git git at git.evergreen-ils.org
Fri Apr 22 22:09:23 EDT 2016


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, master has been updated
       via  c9174e7372b0c14091035617f0689f3719f7506b (commit)
      from  b6cf3eb912fa501a23f4a3f5664f1a12228e731b (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 c9174e7372b0c14091035617f0689f3719f7506b
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Mar 18 10:59:11 2016 -0400

    LP#1559121: remove Debian Squeeze support
    
    Now that Debian Squeeze's LTS (long-term support) period
    has ended, Evergreen no longer offers community support
    for that distribution. This patch removes references
    to Squeeze from the installation scripts and documentation.
    
    To test:
    
    [1] Verify that Debian Squeeze is no longer referenced in
        the installation documentation.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/README b/README
index a5895c0..9fe63a0 100644
--- a/README
+++ b/README
@@ -42,7 +42,6 @@ Well-tested values for <osname> include:
 
   * `debian-jessie` for Debian 8.0
   * `debian-wheezy` for Debian 7.0
-  * `debian-squeeze` for Debian 6.0
   * `ubuntu-precise` for Ubuntu 12.04
   * `ubuntu-trusty` for Ubuntu 14.04
   * `fedora` for Fedora 17 and later
diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install
index dbb21ae..604306b 100644
--- a/src/extras/Makefile.install
+++ b/src/extras/Makefile.install
@@ -4,7 +4,7 @@
 #
 # Makefile to install prerequisites for OpenSRF
 #
-# Currently supports Debian (jessie/wheezy/squeeze), Ubuntu (precise/trusty)
+# Currently supports Debian (jessie/wheezy), Ubuntu (precise/trusty)
 # and Fedora (16).
 #
 # Installs Perl prereqs, libjs with Perl wrapper
@@ -14,8 +14,6 @@
 # 	- or -
 # 	make -f Makefile.install debian-wheezy
 # 	- or -
-# 	make -f Makefile.install debian-squeeze
-# 	- or -
 # 	make -f Makefile.install ubuntu-precise
 # 	- or -
 # 	make -f Makefile.install ubuntu-trusty
@@ -153,12 +151,6 @@ EXTRA_DEBS = \
 	libjson-xs-perl \
 	libnet-server-perl
 
-EXTRA_DEBS_SQUEEZE = \
-	libmemcached-dev \
-	libmemcached-tools \
-	libxml-libxml-perl \
-	libxml-libxslt-perl
-
 EXTRA_DEBS_WHEEZY = \
 	libmemcached-dev \
 	libmemcached-tools \
@@ -193,10 +185,8 @@ all:
 
 debian-jessie: generic_debian jessie
 debian-wheezy: generic_debian wheezy
-debian-squeeze: generic_debian squeeze
 jessie: install_extra_debs_jessie apache_mpm_prefork_mods
 wheezy: install_extra_debs_wheezy
-squeeze: install_extra_debs_squeeze
 generic_debian: install_debs debian_sys_config
 
 fedora: install_fedora_rpms
@@ -234,9 +224,6 @@ install_extra_debs_jessie: install_extra_debs
 install_extra_debs_wheezy: install_extra_debs
 	$(APT_TOOL) install $(EXTRA_DEBS_WHEEZY)
 
-install_extra_debs_squeeze: install_extra_debs
-	$(APT_TOOL) install $(EXTRA_DEBS_SQUEEZE)
-
 # Install even more packaged dependencies on modern distros
 install_extra_debs_precise:
 	$(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_PRECISE)

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

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


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list