Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
/ solr-debify Public archive

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

Notifications You must be signed in to change notification settings

liip/solr-debify

Repository files navigation

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
  1. 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
  1. 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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published