Your message dated Tue, 25 Jan 2005 14:19:56 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Manually closing bug #289618
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; 10 Jan 2005 04:11:04 +0000
>From [EMAIL PROTECTED] Sun Jan 09 20:11:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vsmtp2alice.tin.it (vsmtp2.tin.it) [212.216.176.142]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CnqtU-0002r4-00; Sun, 09 Jan 2005 20:11:04 -0800
Received: from hope.hyperuranous (80.116.139.38) by vsmtp2.tin.it (7.0.027)
id 41E1ADF700010E52 for [EMAIL PROTECTED]; Mon, 10 Jan 2005 05:10:58
+0100
Received: from tommaso by hope.hyperuranous with local (Exim 4.34)
id 1CnqtN-0003x2-5P
for [EMAIL PROTECTED]; Mon, 10 Jan 2005 05:10:57 +0100
Date: Mon, 10 Jan 2005 05:10:57 +0100
From: Tommaso Moroni <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: debarchiver: typo errors
Message-ID: <[EMAIL PROTECTED]>
Mail-Followup-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="huq684BweRXVnRxX"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
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-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,DATING,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: debarchiver
Version: 0.1.2
Severity: minor
Tags: patch
Hi!
I've found some typo errors in the manpage and in the default config file.
The attached patch resolves them.
Regards,
--
Tommaso Moroni
[EMAIL PROTECTED]
--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="typos-patch.diff"
diff -ruN debarchiver-0.1.2.orig/debian/debarchiver.conf
debarchiver-0.1.2/debian/debarchiver.conf
--- debarchiver-0.1.2.orig/debian/debarchiver.conf 2004-10-18
22:27:34.000000000 +0200
+++ debarchiver-0.1.2/debian/debarchiver.conf 2005-01-10 04:59:29.000000000
+0100
@@ -33,7 +33,7 @@
# unstable => 'sid'
# );
-# What architectures that should exist (automaticly created).
+# What architectures that should exist (automatically created).
# All and source will exist anyway.
# @architectures = ('i386');
diff -ruN debarchiver-0.1.2.orig/src/debarchiver.pl
debarchiver-0.1.2/src/debarchiver.pl
--- debarchiver-0.1.2.orig/src/debarchiver.pl 2005-01-01 20:09:29.000000000
+0100
+++ debarchiver-0.1.2/src/debarchiver.pl 2005-01-10 04:58:14.000000000
+0100
@@ -1653,7 +1653,7 @@
=head1 DESCRIPTION
-The debian archiver is a tool that installs debian packages into a file
structure suitable for apt-get, dselect and similar tools to use for updating
the installed debian system. It is ment to be used by local administrators that
needs special packages, or tweaked versions to ease administration.
+The debian archiver is a tool that installs debian packages into a file
structure suitable for apt-get, dselect and similar tools to use for updating
the installed debian system. It is meant to be used by local administrators
that needs special packages, or tweaked versions to ease administration.
The file structure is based on the potato file structure and does not support
package pools. This may be implemented later, but is not high priority.
@@ -1691,7 +1691,7 @@
=item B<--instcmd>
-DEPRICATED!
+DEPRECATED!
=item B<-d | --dest | --destdir> dir
@@ -1727,15 +1727,15 @@
=item B<-o | --addoverride>
-Automaticly add new packages to the override file.
+Automatically add new packages to the override file.
=item B<--autoscanpackages>
-Automaticly run dpkg-scanpackages after all new packages are installed.
+Automatically run dpkg-scanpackages after all new packages are installed.
=item B<--autoscansources>
-Automaticly run dpkg-scansources after all new packages are installed.
+Automatically run dpkg-scansources after all new packages are installed.
=item B<-a | --autoscan>
@@ -1807,7 +1807,7 @@
=item B<@mailtos>
-An array of strings that should be mailed to. If the string contains en email
address that one is used. If it contains an incomplete email address, i.e.
@hostname, the username owning the file is used @ the hostname specified. If no
@ character is found in the string, it is considered as a field in the.changes
file. Such a field can for example be Maintainer or Uploaders.
+An array of strings that should be mailed to. If the string contains an email
address that one is used. If it contains an incomplete email address, i.e.
@hostname, the username owning the file is used @ the hostname specified. If no
@ character is found in the string, it is considered as a field in the .changes
file. Such a field can for example be Maintainer or Uploaders.
=item B<%release>
@@ -1819,7 +1819,7 @@
Using B<--autoscanpackages>, B<--autoscansources>, or B<--autoscan> will use
B<dpkg-scanpackages> and B<dpkg-scansources>. This will generate the Packages
and Sources files, but will not generate Contents files and can be slow with a
large repository.
-Alternately, the B<--index> I<config> option will call B<apt-ftparchive> to
index the package tree. B<apt-ftparchive> can also generate Contents files
(for use with B<apt-file>), and can optionally use a cache of package
information to speed up multiple runs. The B<apt-ftparchive> configuration
file will be generated automatically. This is however not fully tested.
+Alternatively, the B<--index> I<config> option will call B<apt-ftparchive> to
index the package tree. B<apt-ftparchive> can also generate Contents files
(for use with B<apt-file>), and can optionally use a cache of package
information to speed up multiple runs. The B<apt-ftparchive> configuration
file will be generated automatically. This is however not fully tested.
You should use either B<--autoscanpackages> and B<--autoscansources> or
B<--index>, not both, as they both do basically the same thing.
--huq684BweRXVnRxX--
---------------------------------------
Received: (at 289618-done) by bugs.debian.org; 25 Jan 2005 13:20:06 +0000
>From [EMAIL PROTECTED] Tue Jan 25 05:20:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vsmtp2alice.tin.it (vsmtp2.tin.it) [212.216.176.142]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CtQc1-0002VX-00; Tue, 25 Jan 2005 05:20:06 -0800
Received: from hope.hyperuranous (80.180.121.200) by vsmtp2.tin.it (7.0.027)
id 41F619D10001E1EC for [EMAIL PROTECTED]; Tue, 25 Jan 2005 14:19:57
+0100
Received: from tommaso by hope.hyperuranous with local (Exim 4.43)
id 1CtQbs-0000Xy-Gd
for [EMAIL PROTECTED]; Tue, 25 Jan 2005 14:19:56 +0100
Date: Tue, 25 Jan 2005 14:19:56 +0100
From: Tommaso Moroni <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Manually closing bug #289618
Message-ID: <[EMAIL PROTECTED]>
Mail-Followup-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
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-Status: No, hits=-0.3 required=4.0 tests=BAYES_00,SUBJ_HAS_UNIQ_ID
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This bug should have been closed automatically via changelog,
but for some strange reason it wasn't.
--
Tommaso Moroni
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]