lemonldap-ng/build/deb/README

23 lines
643 B
Plaintext
Raw Normal View History

2010-11-30 15:11:40 +01: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, ...):
2011-03-03 23:22:50 +01:00
$ scp *.deb *.dsc *.changes *.debian.tar.gz *.orig.tar.gz lemonldapng@lemonldap-ng.org:incoming/
2010-11-30 15:11:40 +01:00
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!