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.
 
 
 
 
 
 
Jared Camins-Esakov 8affddc52d Bug 8268 follow-up: incorporate QA comments 12 years ago
..
docs Bug 8008 - Fix typo in man page for koha-create 12 years ago
scripts Bug 8268: Add database dump to export tool 12 years ago
source Switch to native source format. 14 years ago
templates Bug 8268 follow-up: incorporate QA comments 12 years ago
README.build Bug 5602: Changes to account for the version update. 13 years ago
bd-to-depends Add missing build-dependencies (python, python-debian). 14 years ago
build-git-snapshot Bug 8020 [3.8.x/MASTER] - update git build script to 3.9 12 years ago
changelog Bug 8020 - [3.8.x] Update changelog for 3.8.0-1 12 years ago
compat Replace old, non-functional Debian packaging with a new one. 14 years ago
control Bug 8383: Add test to check that Perl scripts compile 12 years ago
control.in Bug 7968 : Create meta-packages to simplify installation of koha 12 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.config Bug 6361 - make the packages work with koha 3.4 13 years ago
koha-common.cron.d Bug 5139 - packages now do email and other cron jobs 14 years ago
koha-common.cron.daily Bug 6275 - allow automated backups for packages 13 years ago
koha-common.cron.hourly Add koha-foreach, a script to run a command for each Koha instance. 14 years ago
koha-common.dirs Split off koha-common. 14 years ago
koha-common.docs Bug 7197 - add a Spanish readme file to the packages 13 years ago
koha-common.init Bug 4873 - Ensure that the required directories exist on init 13 years ago
koha-common.install Bug 4877 [ENH] [SIGNED-OFF] install generated man pages with build process 13 years ago
koha-common.logrotate Split off koha-common. 14 years ago
koha-common.postinst Bug 6361 - make the packages work with koha 3.4 13 years ago
koha-common.templates Bug 6361 - make the packages work with koha 3.4 13 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 8235 - allow a whitelist of modules that aren't in Debian 12 years ago
rules Bug 7238 - make packages deal with SIP config 12 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.