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

Modestas Vainius modax at alioth.debian.org
Sat Jan 30 18:08:32 UTC 2010


The following commit has been merged in the master branch:
commit b8661b1d5665f5f5bb34181bb0c03b1f1430177d
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Jan 30 12:11:37 2010 +0200

    -i is not mandatory for `pkgkde-symbolshelper patch`.
---
 symbolshelper/pkgkde-symbolshelper |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/symbolshelper/pkgkde-symbolshelper b/symbolshelper/pkgkde-symbolshelper
index 296f2d1..824e309 100755
--- a/symbolshelper/pkgkde-symbolshelper
+++ b/symbolshelper/pkgkde-symbolshelper
@@ -287,7 +287,7 @@ sub subcommand_patch {
 	"base|b=s" => \$opt_base,
     );
     if (GetOptions(%opts)) {
-	check_mandatory_options("ip", "");
+	check_mandatory_options("p", "");
 	unless ($opt_in) {
 	    $opt_in = find_package_symbolfile_path($opt_package, $opt_arch);
 	    error("symbol template file was not found for package '$opt_package'")

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list