[mb2md] 11/30: Remove generated mb2md.1 from source and add it to debian/clean

Axel Beckert abe at deuxchevaux.org
Wed Oct 16 21:56:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository mb2md.

commit 7694b69c71d9f0f945964672988fb27b97ce32d4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:06:55 2013 +0200

    Remove generated mb2md.1 from source and add it to debian/clean
---
 debian/changelog |    1 +
 debian/clean     |    1 +
 debian/mb2md.1   |  110 ------------------------------------------------------
 3 files changed, 2 insertions(+), 110 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 53fd461..849347b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ mb2md (3.20-5) UNRELEASED; urgency=low
   * Switch to source format "3.0 (quilt)"
     + Move mb2md.1 and USAGE to the debian subdirectory and update paths
       in debian/rules and debian/docs accordingly.
+  * Remove generated mb2md.1 from source and add it to debian/clean
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..d893dcb
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+debian/mb2md.1
diff --git a/debian/mb2md.1 b/debian/mb2md.1
deleted file mode 100644
index c5dbd2f..0000000
--- a/debian/mb2md.1
+++ /dev/null
@@ -1,110 +0,0 @@
-.TH "MB2MD" "1" 
-.SH "NAME" 
-mb2md \(em Converts Mbox mailboxes to Maildir format. 
-.SH "SYNOPSIS" 
-.PP 
-\fBmb2md\fR [\-h]  
-.PP 
-\fBmb2md\fR [\fB-c\fP]  [\-m]  [\fB-d \fIdestdir\fR\fP]  
-.PP 
-\fBmb2md\fR [\fB-c\fP]  [\-s \fIsourcefile\fR]  [\fB-d \fIdestdir\fR\fP]  
-.PP 
-\fBmb2md\fR [\fB-c\fP]  [\-s \fIsourcedir\fR]  [\fB-l \fIwu-mailboxlist\fR\fP]  [\fB-R|\-f \fIsomefolder\fR\fP]  [\fB-d \fIdestdir\fR\fP]  [\fB-r \fIstrip_extension\fR\fP]  
-.SH "DESCRIPTION" 
-.PP 
-\fBmb2md\fR  
-Converts Mbox mailboxes to Maildir format. 
-.SH "OPTIONS" 
-.IP "\fB-h\fP         " 10 
-Show summary of options. 
-.IP "\fB-c\fP         " 10 
-Use the Content-Length: headers (if present) to find the 
-beginning of the next message. 
-Use with caution! Results may be unreliable. I recommend to do 
-a run without "\-c" first and only use it if you are certain, 
-that the mbox in question really needs the "\-c" option. 
- 
-.IP "\fB-m\fP         " 10 
-If this is used then the source will 
-be the single mailbox at /var/spool/mail/blah for 
-user blah and the destination mailbox will be the 
-"destdir" mailbox itself. 
-.IP "\fB-s\fP \fIsourcedir\fR         " 10 
-Directory, relative to the user's home directory, 
-which is where the the "somefolders" directories are located. 
-Or if directory starts with a "/" it is taken as a 
-absolute path, e.g. /mnt/oldmail/user _OR_ 
-A single mbox file which will be converted to 
-the destdir. 
-.IP "\fB-R\fP         " 10 
-If defined, do not skip directories found in a mailbox 
-directory, but runs recursively into each of them, 
-creating all wanted folders in Maildir. 
-.IP "" 10 
-Incompatible with '\-f' 
-.IP "\fB-f\fP \fIsomefolder\fR         " 10 
-Directories, relative to "sourcedir" where the Mbox files 
-are. All mailboxes in the "sourcedir" 
-directory will be converted and placed in the 
-"destdir" directory.  (Typically the Inbox directory 
-which in this instance is also functioning as a 
-folder for other mailboxes.) 
-.IP "" 10 
-The "somefolder" directory 
-name will be encoded into the new mailboxes' names. 
-See the example in the USAGE file (see below). 
-.IP "" 10 
-This does not save an UW IMAP dummy message file 
-at the start of the Mbox file.  Small changes 
-in the code could adapt it for looking for 
-other distinctive patterns of dummy messages too. 
-.IP "" 10 
-Don't let the source directory you give as "somefolders" 
-contain any "."s in its name, unless you want to 
-create subfolders from the IMAP user's point of 
-view. See the example in the USAGE file (see below). 
-.IP "" 10 
-Incompatible with '\-R'  
-.IP "\fB-d\fP \fIdestdir\fR         " 10 
-Directory where the Maildir format directories will be created. 
-If not given, then the destination will be ~/Maildir . 
-Typically, this is what the IMAP server sees as the 
-Inbox and the folder for all user mailboxes. 
-If this begins with a '/' the path is considered to be 
-absolute, otherwise it is relative to the users 
-home directory. 
- 
-.IP "\fB-r\fP \fIstrip_extension\fR         " 10 
-If defined this extension will be stripped from 
-the original mailbox file name before creating 
-the corresponding maildir. The extension must be 
-given without the leading dot ("."). 
-See the example in the USAGE file (see below). 
- 
-.IP "\fB-l\fP \fIWU-file\fR         " 10 
-File containing the list of subscribed folders.  If 
-migrating from WU-IMAP the list of subscribed folders will 
-be found in the file called .mailboxlist in the users 
-home directory.  This will convert all subscribed folders 
-for a single user: 
-.IP "" 10 
-/bin/mb2md \-s mail \-l .mailboxlist \-R \-d Maildir 
-.IP "" 10 
-and for all users in a directory as root you can do the following: 
-.IP "" 10 
-for i in *; do echo $i;su \- $i \-c "/bin/mb2md \-s mail \-l .mailboxlist \-R \-d Maildir";done 
- 
-.SH "USAGE" 
-.PP 
-Please read the USAGE documentation 
-(zless /usr/share/doc/mb2md/USAGE.gz). 
-.SH "AUTHOR" 
-.PP 
-This manual page was written by Noèl Köthe noel at debian.org for 
-the \fBDebian\fP system (but may be used by others).  Permission is 
-granted to copy, distribute and/or modify this document under 
-the terms of the GNU Free Documentation 
-License, Version 1.1 or any later version published by the Free 
-Software Foundation; with no Invariant Sections, no Front-Cover 
-Texts and no Back-Cover Texts. 
-.\" created by instant / docbook-to-man, Wed 19 Mar 2008, 14:04 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/mb2md.git



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