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.
 
 
 
 
 
 
Nick Clemens 486d78f544
Bug 32465: Add 'queue' to koha-worker help documentation
1 year ago
..
docs Bug 17379: Add a man page for koha-passwd (2) 2 years ago
scripts Bug 32465: Add 'queue' to koha-worker help documentation 1 year ago
source Bug 18696: Change debian/source/format to quilt 6 years ago
templates Bug 32030: Add Apache RewriteRule 1 year ago
README.build Bug 5602: Changes to account for the version update. 13 years ago
bd-to-depends Bug 20019: use Modern::Perl in misc perl scripts 6 years ago
build-git-snapshot Bug 21000: Force case sensitivity on Getopt::Long 5 years ago
changelog Bug 17019 - debian/changelog update 8 years ago
compat Bug 18908: Warning "Compatibility levels before 9 are deprecated" 6 years ago
control Bug 31675: Remove packages from debian/control that are no longer used 1 year ago
control.in Bug 27315: use the namespace-aware docbook stylesheet 2 years ago
copyright Bug 24545: Fix license statements 4 years ago
koha-common.README.Debian Bug 5139 - packages now do email and other cron jobs 14 years ago
koha-common.bash-completion Bug 27839: Add tab-completion in bash for koha-worker 3 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 17717: Make cronjobs using koha-foreach use --chdir 6 years ago
koha-common.cron.daily Bug 19532: (QA follow-up) Add the cron jobs to the cron files 2 years ago
koha-common.cron.hourly Bug 23207: Add automatic checkin feature 3 years ago
koha-common.cron.monthly Bug 17717: Make cronjobs using koha-foreach use --chdir 6 years ago
koha-common.default Bug 16830: Remove -x usage on koha-indexer 8 years ago
koha-common.dirs Bug 17951: Make koha-create set template_cache_dir correctly 6 years ago
koha-common.docs Bug 21626: (QA follow-up) Embed teams.yaml for debian packages 5 years ago
koha-common.init Bug 27783: Add queue handling in packaging tools 2 years ago
koha-common.install Bug 20410: Remove OpacGroupResults and PazPar2 3 years ago
koha-common.links Bug 22238: Remove koha-*-sip scripts in favor of koha-sip 5 years ago
koha-common.logrotate Bug 19610: Make koha-common.logrotate use copytruncate 6 years ago
koha-common.postinst Bug 31469: log4perl.conf: Add %n to conversionpattern for Plack 2 years ago
koha-common.preinst Bug 25485: Remove tiny_mce symlink during pre install of deb package 4 years ago
koha-common.templates Bug 11404: Make the install process aware of the changes 10 years ago
koha-core.bash-completion Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.config Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.default Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.dirs Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.docs Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.init Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.install Bug 20410: Remove OpacGroupResults and PazPar2 3 years ago
koha-core.links Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.logrotate Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.postinst Bug 31469: log4perl.conf: Add %n to conversionpattern for Plack 2 years ago
koha-core.preinst Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-core.templates Bug 26672: Add additional koha-core and koha-full files to ./debian 3 years ago
koha-full.postinst Bug 26672: Add additional koha-core and koha-full files to ./debian 3 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 14302: Remove GRS1 specific code 6 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 29882: remove unrequired package definitions in list-deps script 2 years ago
rules Bug 27315: use the namespace-aware docbook stylesheet 2 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.