liip/solr-debify

Name: solr-debify

Owner: Liip

Description: solr Debian package generator (from the pre-built archive)

Created: 2016-08-04 07:48:32.0

Updated: 2017-02-01 01:51:13.0

Pushed: 2018-01-09 10:24:51.0

Homepage: null

Size: 43

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

solr Debian package generator (from the pre-built archive)

This is a Debian-package generator for solr.

It will generate a .deb package from the solr pre-built .tgz archive.

How to build a solr package
  1. Make sure to have the following packages installed (from jessie-backports)

    dpkg-dev (>= 1.17)
    debhelper (>= 9.20160403)
    dh-systemd
    devscripts (>= 2.16.4)
    quilt
    
  2. Download the latest version and prepare the build: run the following command from the solr-build directory:

    $ ./debian/rules get-orig-source
    

If you want to download a specific version:

    $ UPSTREAM_VERSION=5.5.2 ./debian/rules get-orig-source
  1. Apply the patches:

    $ QUILT_PATCHES=debian/patches quilt push -af
    
  2. Build the binary package:

    $ debuild -b
    
LICENSE

All that code is GPLv3+, Copyright 2016, Didier Raboud odyx@liip.ch.

solr itself is licensed under Apache-2.0 with exceptions, see solr-build/debian/copyright


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.