[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.6.0

Modestas Vainius modax at alioth.debian.org
Mon Feb 1 18:14:24 UTC 2010


The following commit has been merged in the master branch:
commit 71e9c1f494478160628b5c4d9cffc2250484e48f
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Feb 1 19:55:32 2010 +0200

    Remove outdated pkgkde-symbolshelper documentation.
    
    Better none than invalid.
---
 symbolshelper/pkgkde-symbolshelper |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)

diff --git a/symbolshelper/pkgkde-symbolshelper b/symbolshelper/pkgkde-symbolshelper
index 0731ce2..e02693d 100755
--- a/symbolshelper/pkgkde-symbolshelper
+++ b/symbolshelper/pkgkde-symbolshelper
@@ -15,38 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>
 
-=head1 NAME
-
-B<pkgkde-symbolshelper> - a helper tool for handling debian symbol files
-
-=head1 SYNOPSIS
-
-B<pkgkde-symbolshelper> U<subcommand> U<options>
-
-=head1 DESCRIPTION
-
-B<pkgkde-symbolshelper> is designed to ease maintainance of symbols files when
-the package needs a different one for each architecture. This is especially true
-for C++ libraries. However, differences in symbol names are usually minor and
-can be defined using some rules for each architecture. The program also
-introduces the concept of private symbols which, if actually exist, are written
-to the final symbols file but, if do not exist, they are simply ignored
-and do not cause failure at package build time.
-
-B<pkgkde-symbolshelper> works by generating a template symbols file 
-
-B<pkgkde-symbolshelper> U<symbolfile> subcommand should be called before
-F<dpkg-gensymbols(1)> to generate a real symbols file from the template and
-U<postgensymbols> subcommand should be called after F<dpkg-gensymbols(1)> to
-post process the final symbols file that F<dpkg-gensymbols(1)> has generated.
-
-Each subcommand accepts a few common options and a few specific options.
-
-=head1 OPTIONS
-=back
-
-=cut
-
 use strict;
 use warnings;
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list