[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-05-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

Comment #3 by Benoît MINISINI:

Fixed in revision #7780.

Benoît MINISINI changed the state of the bug to: Fixed.



--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-05-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

Benoît MINISINI changed the state of the bug to: Accepted.




--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-05-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

C THAL changed the state of the bug to: Opened.




--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

Comment #2 by C THAL:

I cannot provide my proj, sorry. But I made a testproject which imports a lib 
and results to the same error. If you try to package it the debian way, it 
breaks and will not build the .deb-file. If you unpack the result of the 
packaging-attempt:

BUG.918.tar.gz/utar://DebianPackage/deganius-testproj-qt4_0.0.1-1.tar.gz

You find in deganius-testproj-qt4-0.0.1/debian/control this string:

"Depends: deganius-testproj (>= 0.0.1 ), deganius-testproj (<= 0.0.1), 
gambas3-gb-qt4 (>= 3.8), gambas3-gb-qt4 (<< 3.99.0), 
gambas3-:deganius/deg-testlib:1-0 (>= 3.8), gambas3-:deganius/deg-testlib:1-0 
(<< 3.99.0)"

This ist wrong: gambas3-:deganius/deg-testlib:1-0

Because, as you see, from the created .deb of the lib, the right name of the 
debian package of the testlib is: "deganius-deg-testlib".



--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

C THAL added an attachment:

BUG918.tar.gz



--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

Comment #1 by Benoît MINISINI:

Can you provide the project you build the Debian package from?

Benoît MINISINI changed the state of the bug to: NeedsInfo.



--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

C THAL reported a new bug.

Summary
---

Debian package does not build if it relies on library

Type : Bug
Priority : High
Gambas version   : 3.8.90 (TRUNK)
Product  : Development Environment


Description
---

If I build a Debian package from a project or a library, which uses a Gambas 
lib named "deglib-gb" it does not build correctly:

dpkg-gencontrol: Warnung: Abhängigkeit gambas3-:deganius/deglib-gb:1-2 (>= 3.8) 
kann nicht ausgewertet werden

That means:

dpkg-gencontrol: warning: can't parse dependency 
gambas3-:deganius/deglib-gb:1-2 (>= 3.8)

There seems to be a problem with the string "gambas3-:deganius/deglib-gb". The 
correct name of the Debian package is deganius-deglib-gb, because it uses the 
vendor-name "Deganius".





--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918=L21haW4-

C THAL added an attachment:

buildlog.txt



--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user