r8823 - in /scripts/qa/QA: Common.pm DebBugs.pm DebianArchive.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Nov 4 11:31:37 UTC 2007


Author: tincho-guest
Date: Sun Nov  4 11:31:36 2007
New Revision: 8823

URL: http://svn.debian.org/wsvn/?sc=1&rev=8823
Log:
Minimal description of modules

Modified:
    scripts/qa/QA/Common.pm
    scripts/qa/QA/DebBugs.pm
    scripts/qa/QA/DebianArchive.pm

Modified: scripts/qa/QA/Common.pm
URL: http://svn.debian.org/wsvn/scripts/qa/QA/Common.pm?rev=8823&op=diff
==============================================================================
--- scripts/qa/QA/Common.pm (original)
+++ scripts/qa/QA/Common.pm Sun Nov  4 11:31:36 2007
@@ -1,7 +1,7 @@
 # vim:ts=4:sw=4:et:ai:sts=4
 # $Id$
 #
-# Commong helper routines
+# Common helper routines
 #
 # Copyright Martín Ferrari <martin.ferrari at gmail.com>, 2007
 # Released under the terms of the GNU GPL 2

Modified: scripts/qa/QA/DebBugs.pm
URL: http://svn.debian.org/wsvn/scripts/qa/QA/DebBugs.pm?rev=8823&op=diff
==============================================================================
--- scripts/qa/QA/DebBugs.pm (original)
+++ scripts/qa/QA/DebBugs.pm Sun Nov  4 11:31:36 2007
@@ -1,9 +1,7 @@
 # vim:ts=4:sw=4:et:ai:sts=4
 # $Id$
 #
-# Routines for comparing package versions, based on policy + dpkg code
-# I'm not using AptPkg::Version since it depends on having a working apt and
-# dpkg, it's overly complicated and underdocumented.
+# Module for retrieving bugs from the BTS, using the SOAP interface
 #
 # Copyright gregor herrmann <gregor+debian at comodo.priv.at>, 2007
 # Copyright Damyan Ivanov <dmn at debian.org>, 2007

Modified: scripts/qa/QA/DebianArchive.pm
URL: http://svn.debian.org/wsvn/scripts/qa/QA/DebianArchive.pm?rev=8823&op=diff
==============================================================================
--- scripts/qa/QA/DebianArchive.pm (original)
+++ scripts/qa/QA/DebianArchive.pm Sun Nov  4 11:31:36 2007
@@ -1,9 +1,8 @@
 # vim:ts=4:sw=4:et:ai:sts=4
 # $Id$
 #
-# Routines for comparing package versions, based on policy + dpkg code
-# I'm not using AptPkg::Version since it depends on having a working apt and
-# dpkg, it's overly complicated and underdocumented.
+# Module for retrieving data from the Debian archive, it reads Source.gz files,
+# and also downloads package lists from the NEW and INCOMING queues.
 #
 # Copyright gregor herrmann <gregor+debian at comodo.priv.at>, 2007
 # Copyright Damyan Ivanov <dmn at debian.org>, 2007




More information about the Pkg-perl-cvs-commits mailing list