After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 649684 - GIR files should containe <package name=../>
GIR files should containe <package name=../>
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-05-07 19:25 UTC by Raul Gutierrez Segales
Modified: 2011-05-08 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Force GIRs to include <package..> stanza. (1.46 KB, patch)
2011-05-07 19:25 UTC, Raul Gutierrez Segales
committed Details | Review

Description Raul Gutierrez Segales 2011-05-07 19:25:34 UTC
Created attachment 187434 [details] [review]
Force GIRs to include <package..> stanza.  

The attached patch makes sure that the GIR files we generate have <package name=".."/> which if missing makes vapigen choke (when trying to generate Vala bindings). And I am sure in general its a good thing to have the package name in the generated GIRs.