Your message dated Sat, 08 Oct 2005 08:02:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#331425: fixed in debarchiver 0.5.0
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Oct 2005 12:45:26 +0000
>From [EMAIL PROTECTED] Mon Oct 03 05:45:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from shadowland.snow-crash.org (ned.snow-crash.org) [80.190.250.253] 
(postfix)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EMPh8-0002Mz-00; Mon, 03 Oct 2005 05:45:26 -0700
Received: from localhost.localdomain (u3-90.dsl.vianetworks.de [194.231.193.90])
        by ned.snow-crash.org (Postfix) with ESMTP id 3A0DB34841;
        Mon,  3 Oct 2005 14:45:24 +0200 (CEST)
Received: from formorer by localhost.localdomain with local (Exim 4.53)
        id 1EMPh4-0003fM-Lx; Mon, 03 Oct 2005 14:45:22 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Alexander Wirt <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: debarchiver: Please support user defined config files
X-Mailer: reportbug 3.17
Date: Mon, 03 Oct 2005 14:45:22 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: debarchiver
Version: 0.4.3
Severity: wishlist
Tags: patch

Hi, 

I would be really happy if I can set the configfile debarchiver should use
from the command line. The following (simple patche) make this happen.

--- debarchiver-0.4.2/src/debarchiver.pl        2005-09-16 21:53:14.000000000 
+0200
+++ debarchiver.pl      2005-10-03 14:42:07.000000000 +0200
@@ -136,6 +136,9 @@
        elsif (/^--ql$/ || /^--quit-level$/) {
            setQuitLevel(shift @ARGS1);
        }
+       elsif (/^-c$/ || /^--config$/) {
+               $configfile = shift @ARGS1;
+       }
        elsif (/^-i$/ || /^--input$/ || /^--indir$/ || /^--inputdir$/) {
            $inputdir = shift @ARGS1;
            $inputdir =~ s/\/$//;
@@ -170,6 +173,13 @@
     }
 }
 
+if ($configfile && -f $configfile) {
+       my $t = do $configfile;
+       unless ($t) {
+       pdebug(4, "Loading config file $configfile:\n\t$!\n\t$@");
+       }
+}
+
 ###############################################################################
 ######################### INPUT CONFIG ########################################
 ###############################################################################


Best wishes 
Alex



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages debarchiver depends on:
ii  adduser                       3.67.2     Add and remove users and groups
ii  apt-utils                     0.6.41     APT utility programs
ii  dpkg-dev                      1.13.11    package building tools for Debian
ii  opalmod                       0.1.13     A set of Perl modules for various 

debarchiver recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 331425-close) by bugs.debian.org; 8 Oct 2005 15:08:12 +0000
>From [EMAIL PROTECTED] Sat Oct 08 08:08:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EOGD6-0001Qa-00; Sat, 08 Oct 2005 08:02:04 -0700
From: Ola Lundqvist <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#331425: fixed in debarchiver 0.5.0
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 08 Oct 2005 08:02:04 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: debarchiver
Source-Version: 0.5.0

We believe that the bug you reported is fixed in the latest version of
debarchiver, which is due to be installed in the Debian FTP archive:

debarchiver_0.5.0.dsc
  to pool/main/d/debarchiver/debarchiver_0.5.0.dsc
debarchiver_0.5.0.tar.gz
  to pool/main/d/debarchiver/debarchiver_0.5.0.tar.gz
debarchiver_0.5.0_all.deb
  to pool/main/d/debarchiver/debarchiver_0.5.0_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated debarchiver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  8 Oct 2005 16:51:08 +0200
Source: debarchiver
Binary: debarchiver
Architecture: source all
Version: 0.5.0
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Ola Lundqvist <[EMAIL PROTECTED]>
Description: 
 debarchiver - Tool to handle debian package archives
Closes: 328883 329254 331425
Changes: 
 debarchiver (0.5.0) unstable; urgency=low
 .
   * Added a new command line option --configfile, inspired by patch from
     Alexander Wirt <[EMAIL PROTECTED]>, closes: #331425.
   * Added a helper script to sign release files. It could be implemented using
     some perl cpan module but I decided not to do so, closes: #328883.
   * Updated copyright information in README and source files.
   * Updated French translation. Thanks to Valery Perrin
     <[EMAIL PROTECTED]> for that valuable help, closes:
     #329254.
Files: 
 33cf767c74732b9f2ec6561c2e2d0a77 533 devel optional debarchiver_0.5.0.dsc
 28c45409fe5ec8823da8600bba55c3d2 79225 devel optional debarchiver_0.5.0.tar.gz
 2ac6016b662ce2a4ce9dc950cae33cf0 47844 devel optional debarchiver_0.5.0_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDR91QGKGxzw/lPdkRAs94AJ0fj/70qKRKWvYwoXJJWFbn8+rbbwCgh2Ak
kvtLnFMU2EV7OX3GXmGkgKA=
=EAeE
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to