lemonldap-ng/build/deb
2010-12-03 11:00:33 +00:00
..
changelog.Debian Some updates 2010-12-01 20:29:23 +00:00
distributions Update reprepro distributions to include amd64, powerpc and sparc 2010-12-03 11:00:33 +00:00
README Debian README 2010-11-30 14:11:40 +00:00

== 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!