/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/packaging/osc/stripping.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
By default the OBS builds the packages without debuginfo (there is a
2
 
space problem in openSUSE infrastructure or just in mirrors? perhaps
3
 
it could be enabled by default but putting them in a separate repo, as
4
 
the main repo already does?). When debuginfo is enabled at the end the
5
 
binaries are stripped, when splitting the debug info... but when isn't
6
 
enabled there is no strip at all.
7
 
The thing is that when stripping something more than the debug
8
 
information is removed. So, even if you compile without -g, when
9
 
compiling without debuginfo rpmlint ends complaining with a "W:
10
 
unstripped-binary-or-object".
11
 
...could a strip script be added at the end of every
12
 
non-debuginfo-enabled to avoid this? I suppose it would even save some
13
 
bytes from the final packages ;-)