[email protected] (Łukasz Stelmach) writes: >> As far as I know, two possible ways to disable debug packages. >> 1. insert "%define debug_package %{nil}" in the spec files. >> 2. set "%debug_package %{nil}" in /etc/rpm/macros, which is supplied by >> package "rpm". > > The former is probably what you are looking for if you build data-only > packages. The latter is somewhat cumbersom as /etc/rpm/macros in the > chroot will be removed every now and then.
This is something that has also bugged me for a while. Alternatively, I wonder if it makes sense to revisit https://review.tizen.org/gerrit/gitweb?p=tools/depanneur.git;a=commit;h=3d420e05f320200bd186b90b594b2ccb392082ce and make it possible to disable the creation of debug packages by passing a new argument to gbs (that would be later passed on to depanneur). _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
