[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.5.3-76-g8dcdf1c

Modestas Vainius modax at alioth.debian.org
Mon Feb 1 11:53:30 UTC 2010


The following commit has been merged in the master branch:
commit 8619c950ecfae076e4693d14d10b628ddb82a499
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Feb 1 13:19:01 2010 +0200

    Rename pkgkde-symbolshelper `resort` subcommand to `rewrite`.
    
    New name makes much more sense.
---
 symbolshelper/pkgkde-symbolshelper |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/symbolshelper/pkgkde-symbolshelper b/symbolshelper/pkgkde-symbolshelper
index 6f8b06e..f9f3d89 100755
--- a/symbolshelper/pkgkde-symbolshelper
+++ b/symbolshelper/pkgkde-symbolshelper
@@ -548,7 +548,7 @@ sub subcommand_patch {
 #    return 1;
 #}
 
-sub subcommand_resort {
+sub subcommand_rewrite {
     my $opt_template = 1;
     my %opts = (
 	get_common_options("oia"),
@@ -621,7 +621,7 @@ sub subcommand_boilerplate {
 my %SUBCOMMANDS = (
     "create"		=> [ 1, \&subcommand_create, "create symbol file template" ],
     "patch"		=> [ 2, \&subcommand_patch, "apply dpkg-gensymbols patch(es) to the symbol file template" ],
-    "resort"		=> [ 3, \&subcommand_resort, "resort symbol file" ],
+    "rewrite"		=> [ 3, \&subcommand_rewrite, "filter/rewrite symbol file" ],
     "symbolfile"	=> [ 4, \&subcommand_symbolfile, "deprecated by pkgkde-gensymbols wrapper" ],
     "postgensymbols"	=> [ 5, \&subcommand_postgensymbols, "deprecated. Does nothing" ],
 );

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list