acavedon / tint2

Automatically exported from code.google.com/p/tint2
GNU General Public License v2.0
0 stars 0 forks source link

Please consider adding support for nostrip install #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

Many distributions wish to ship packages that can be installed unstripped
for better debug support. In Debian, this currently requires applying a
patch to the source.

Would you consider adding an install-nostrip option to the Makefile to make
this easier to manage? The patch changes the logic of the stripping a bit
(moving it to install-strip) but I don't think it's too invasive.

Please see the attached patch.

Regards,
Daniel

Original issue reported on code.google.com by dmoer...@gmail.com on 26 Feb 2009 at 10:24

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Daniel,

Applied the patch to Makefile.
Will take some weeks to include systray.

regards
thierry

Original comment by thilo...@gmail.com on 27 Feb 2009 at 10:26

GoogleCodeExporter commented 9 years ago
Thanks for the fix! A systray is worth the wait :)

Original comment by dmoer...@gmail.com on 27 Feb 2009 at 11:01