diff options
Diffstat (limited to 'control')
-rw-r--r-- | control | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -3,7 +3,7 @@ Package: deheader -Description: find (optionally remove) unneeded includes in C or C++ sourcefiles. +Description: Find and optionally remove unneeded includes in C or C++ sourcefiles. deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile. This may result in substantial improvements in compilation time, especially on large C++ projects; it also @@ -13,15 +13,13 @@ Homepage: http://www.catb.org/~esr/deheader XBS-HTML-Target: index.html -Gitorious-URL: https://thyrsus.com/gitweb/?p=deheader.git - -XBS-Clone-From: git@thyrsus.com:deheader +XBS-Repository-URL: http://thyrsus.com/gitweb/?p=deheader.git OpenHub-URL: https://www.ohloh.net/p/deheader/ XBS-Logo: deheader-logo.png -XBS-Freecode-Tags: development tools, optimization, C, C++ +#XBS-Project-Tags: development tools, optimization, C, C++ XBS-VC-Tag-Template: %(version)s |