[Pkg-mozext-commits] [SCM] Collection of development scripts used for XUL extensions. branch, master, updated. 0.23-62-g9634b05

Benjamin Drung bdrung at debian.org
Thu Jan 12 21:34:11 UTC 2012


The following commit has been merged in the master branch:
commit bf2ddc50fde362ee726e62a10f718ba9346490cc
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Jan 12 22:20:39 2012 +0100

    dh_xul-ext: Remove "-a" as the short form of the --all parameter, because -a is a common parameter for debhelper.
    
    Closes: #655609

diff --git a/dh_xul-ext b/dh_xul-ext
index e87fd6b..cea6e94 100755
--- a/dh_xul-ext
+++ b/dh_xul-ext
@@ -348,7 +348,7 @@ def main():
     script_name = os.path.basename(sys.argv[0])
     epilog = "See %s(1) for more info." % (script_name)
     parser = UnknownOptionIgnoringOptionParser(epilog=epilog)
-    parser.add_option("-a", "--all", action="store_true", dest="all",
+    parser.add_option("--all", action="store_true", dest="all",
                       help="expand substvars to all known XUL applications "
                            "(not only of your distribution)", default=False)
     parser.add_option("-p", "--package", dest="packages", metavar="PACKAGE",
diff --git a/tests/dh_xul-ext/all/debian/rules b/tests/dh_xul-ext/all/debian/rules
index 78409f7..c5e3b65 100755
--- a/tests/dh_xul-ext/all/debian/rules
+++ b/tests/dh_xul-ext/all/debian/rules
@@ -5,4 +5,4 @@
 
 override_dh_install:
 	dh_install install.rdf /usr/share/xul-ext/test-package/
-	../../../dh_xul-ext -a
+	../../../dh_xul-ext --all

-- 
Collection of development scripts used for XUL extensions.



More information about the Pkg-mozext-commits mailing list