2012/9/23 Bernd <[email protected]>:

> here is my Makefile:

What I am actually trying to do here is to make an empty skeleton
Lazarus project with a Makefile that will allow automaticaly creating
and uploading a source package to launchpad build servers so that
everybody can convert his Lazarus project into an ubuntu debian
package simply by

* putting just this one makefile into the project folder
* customizing the constants at the top of that file
* maybe a little tweaking of the clean/all/install targets

then for every release:
* increment the version number
* make ubuntu_src
* make ubuntu_upload

and then just wait until the .deb packages for x86 and amd64 are
automatically built on their build farm and put into the ppa
repository and users can simply apt-get install or upgrade them

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to