== Build DEB packages == Untar the archive and launch: $ make debian-packages Packages are in /tmp == Update DEB repository == The DEB repository is hosted on http://lemonldap-ng.org/deb Copy all generated files (*.deb, *.dsc, *.changes, ...): $ scp *.deb *.dsc *.changes lemonldapng@lemonldap-ng.org:incoming/ Then connect on the server and launch reprepro: $ ssh lemonldapng@lemonldap-ng.org lemonldapng@lemonldap-ng.org$ cd deb/ lemonldapng@lemonldap-ng.org$ reprepro -Vb . include squeeze ../incoming/lemonldap-ng_VERSION_i386.changes See also reprepro configuration file: 'distributions' That's all!