[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #14 by Benoît MINISINI: Fixed in revision #7915. I did differently: now the library package name is always prefixed with the vendor name (or prefix). Consequently, that name if predictable. So there is no need to package

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #12 by Benoît MINISINI: OK, I understand. It's somehow what I said before: to create the dependency, the packager has to know its package name. And the package name of the library is void until you make a package of it!

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #11 by C THAL: Yes, you are right. I now removed nearly all components, including gb.deg.form. Here is the content of .project in anylib: ---8< #

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #10 by Benoît MINISINI: Still a missing library: gb.deg.form -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #9 by C THAL: Ok I nailed it down to an anylib and an anysublib. If you install both projects on your computer, do a Ctrl-Alt-X on each and then execute anylib all works fine. If I do Ctrl-Alt-I on anylib, packaging fails

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- C THAL added an attachment: libandsublib.tar.gz -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #6 by C THAL: Yes, but the dependent libraries exists on the computer in ~/.local/share/gambas3/lib Instead it would not build on commandline, right?

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #5 by Benoît MINISINI: The bug is the following: the packager needs the package name of the library to generate the dependency, as it is not necessarily the same. As the library executable is not found, the packager can't

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #4 by C THAL: Maybe I do not understand. The dependent libraries are ok (here – unfortunately not in project-anylib-1.0.110.tar.gz) and if I do a "gbc3 -a && gba3" on the commandline I get "OK" and the library is built.

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #3 by Benoît MINISINI: It's because some dependent library is missing. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- C THAL added an attachment: project-anylib-1.0.110.tar.gz -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #2 by C THAL: project-anylib-1.0.110.tar.gz is the project itself -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- Comment #1 by C THAL: In deganius-anylib-1.0.110.tar.gz you can see the broken debian/control file with wrong entries like ", (>= 0.90.0), (<< 1.0.90)"

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- C THAL added an attachment: deganius-anylib-1.0.110.tar.gz -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #1006: Debian packaging gone wrong

2016-09-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1006=L21haW4- C THAL reported a new bug. Summary --- Debian packaging gone wrong Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Development Environment Description --- The