Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tomas Cohen Arazi 93efeab13e Bug 16138: Restart plack when rotating logfiles 8 years ago
..
docs Bug 14532: Add --exclude-indexes switch to koha-dump 8 years ago
scripts Bug 16084: log4perl.conf not properly set on packages 8 years ago
source Switch to native source format. 14 years ago
templates Bug 16084: [QA Follow-up] Correct three occurrences of __KOHA_CONF_DIR__ 8 years ago
README.build Bug 5602: Changes to account for the version update. 13 years ago
bd-to-depends Bug 4847: Remove the python dependency for package builds 9 years ago
build-git-snapshot Bug 14262: change the build-git-snapshot version to 3.21 9 years ago
changelog Changelog update for 3.22.00~beta 9 years ago
compat Replace old, non-functional Debian packaging with a new one. 14 years ago
control Revert Bug 11081 - Port Koha::Contrib::Tamil indexer into Koha code base 8 years ago
control.in new Debian package maintainer 9 years ago
copyright Update FSF address in debian/copyright. 14 years ago
koha-common.README.Debian Bug 5139 - packages now do email and other cron jobs 14 years ago
koha-common.bash-completion Bug 14727: koha-indexer tab completion in bash 9 years ago
koha-common.config Bug 11404: (follow-up) only ask user if there are instances needing upgrading 10 years ago
koha-common.cron.d Bug 8773 - Start per-instance koha-index-daemon in .deb setup 10 years ago
koha-common.cron.daily Bug 14840: Added new cron script send membership expiry reminder notices in crontab.example file 9 years ago
koha-common.cron.hourly Add koha-foreach, a script to run a command for each Koha instance. 14 years ago
koha-common.cron.monthly Bug 13585: Add a cronjob which send UsageStats monthly. 9 years ago
koha-common.default Bug 8773 - Start per-instance koha-index-daemon in .deb setup 10 years ago
koha-common.dirs Split off koha-common. 14 years ago
koha-common.docs Bug 10802: make Debian package install history.txt 11 years ago
koha-common.init Bug 13791: make koha-common init script aware of plack 9 years ago
koha-common.install Bug 13143 - Add a tool to show a Koha's password 8 years ago
koha-common.logrotate Bug 16138: Restart plack when rotating logfiles 8 years ago
koha-common.postinst Bug 14106: (QA followup) avoid failures if no instances created 9 years ago
koha-common.preinst Bug 14068: fix preinst for fresh package installs 9 years ago
koha-common.templates Bug 11404: Make the install process aware of the changes 10 years ago
koha-post-install-setup Add koha-post-install-setup, a script to be run by sysadmin post-install. 14 years ago
koha.README.Debian Bug 5550 - correct filename referenced in docs 14 years ago
koha.apache-ports Replace old, non-functional Debian packaging with a new one. 14 years ago
koha.config Replace old, non-functional Debian packaging with a new one. 14 years ago
koha.dirs Replace old, non-functional Debian packaging with a new one. 14 years ago
koha.install Bug 7818 : Following, fixing so the packages build Still need to update koha-create to make use of the new file 12 years ago
koha.postinst Bug 4817: Point to README.Debian in koha package description, postinst output. 14 years ago
koha.postrm When purging, remove /var/log/koha. 14 years ago
koha.prerm Replace old, non-functional Debian packaging with a new one. 14 years ago
list-deps Bug 12393 - Depend on SSL module for LWP, for OverDrive 10 years ago
rules Bug 14167: remove the log4perl.conf file from /etc for packages 9 years ago
unavailable.html Add koha-disable, a script to disable a Koha instance. 14 years ago
update-control Add tools to update debian/control's build dependencies. 14 years ago

README.build

In order to build .deb packages, following debian packages need to be present
(installed):
devscripts
pbuilder
dh-make
fakeroot

As root (or sudo) execute:
pbuilder create

Executing build-git-snapshot without any arguments will leave package and the
rest in some pbuilder dir, eg. /var/cache/pbuilder/result It is highly
recommended that --buildresult option is used.