Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-28 Thread Bernd
2012/10/27 Bernd prof7...@gmail.com: 2012/10/27 Krzysztof dib...@wp.pl: make: *** [build] Błąd 2 The real error must have happened earlier, please post the lines before this error message. Error has been found: lazbuild executable was not in the search path on the build machine. --

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-27 Thread Krzysztof
When I try to build debian package I get errors: make: *** [build] Błąd 2 dpkg-buildpackage: błąd: debian/rules build return error 2 debuild: fatal error at line 1350: dpkg-buildpackage -rfakeroot -d -us -uc -b failed Regards -- ___ Lazarus mailing

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-27 Thread Bernd
2012/10/27 Krzysztof dib...@wp.pl: make: *** [build] Błąd 2 The real error must have happened earlier, please post the lines before this error message. Also please note that yesterday I have committed a change that entirely removes the need for a makefile (you can still use one if you like but

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-02 Thread Andrew Brunner
Let us know when the package is developmentally stable. But this is very much needed. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-02 Thread Bernd
2012/9/30 Bernd prof7...@gmail.com: http://prof7bit.github.com/lazdebian/ I renamed the entire project, including the github repository and website URL: http://prof7bit.github.com/LazPackager/ https://github.com/prof7bit/LazPackager all units are renamed also to reflect this change, the only

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread Bernd
2012/10/1 zeljko zel...@holobit.net: Great, I guess that it won't be a big deal to create an rpm package creator too, and yes I'd like to see it in lazarus/components I have refactored it a little yesterday evening and put all debian specific stuff into a separate class (only the backend, not

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread Reinier Olislagers
On 1-10-2012 10:51, Bernd wrote: I have refactored it a little yesterday evening and put all debian specific stuff into a separate class (only the backend, not the gui yet). I guess then it would also need a different name because lazdebian implies that it is debian only. lazinstaller nice

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread prof7bit
On , Reinier Olislagers reinierolislag...@gmail.com wrote: If you want me to, I can have a look at extending the backend for Inno Setup on Windows; Patches (or pull requests) are very welcome. But at the moment I am still moving a lot of stuff around, so currently it might very well be

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-10-01 Thread Reinier Olislagers
On 2-10-2012 0:17, prof7...@gmail.com wrote: On , Reinier Olislagers reinierolislag...@gmail.com wrote: If you want me to, I can have a look at extending the backend for Inno Setup on Windows; Patches (or pull requests) are very welcome. But at the moment I am still moving a lot of stuff

[Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread Bernd
I made a Lazarus package for creating Debian packages from Lazarus projects: * Create binary (.deb) Package - optionally signed with gpg key * Create Debian source package - optionally signed - optionally upload to Launchpad PPA for automatic building and publishing. Screenshots, source

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread Andrew Brunner
Thanks! I was about to need that. :-) On 09/30/2012 09:08 AM, Bernd wrote: I made a Lazarus package for creating Debian packages from Lazarus projects: * Create binary (.deb) Package - optionally signed with gpg key * Create Debian source package - optionally signed - optionally

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread J.A. de Vries
On 2012-09-30 16:08, Bernd wrote: I made a Lazarus package for creating Debian packages from Lazarus projects: Thank you very much! Exactly what I needed as an old-time Debian GNU/Linux-man. Grx HdV -- ___ Lazarus mailing list

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread Krzysztof
Wow. I have not tested it yet. But are you planning create something similar for RPM? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread Bernd
2012/9/30 Krzysztof dib...@wp.pl: Wow. I have not tested it yet. But are you planning create something similar for RPM? I don't have any RPM based distribution but maybe at least for the binary debs it should be possible to make an option to run the produced .deb through alien. The produced

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread Reinier Olislagers
On 30-9-2012 16:08, Bernd wrote: I made a Lazarus package for creating Debian packages from Lazarus projects: snip The package is 95% complete already, works with simple projects out of the box with default settings, only need to fix some small remaining problems, maybe one day it would

Re: [Lazarus] lazdebian.lpk - Create Debian package from exiting Lazarus Project

2012-09-30 Thread zeljko
On Sunday 30 of September 2012 16:08:44 Bernd wrote: I made a Lazarus package for creating Debian packages from Lazarus projects: * Create binary (.deb) Package - optionally signed with gpg key * Create Debian source package - optionally signed - optionally upload to Launchpad PPA