Your message dated Sun, 6 Feb 2005 18:50:54 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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; 24 Oct 2000 19:20:17 +0000
>From [EMAIL PROTECTED] Tue Oct 24 14:20:17 2000
Return-path: <[EMAIL PROTECTED]>
Received: from wars.top.pl (dns.top.pl) [::ffff:212.160.203.2]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13o9cO-0002S7-00; Tue, 24 Oct 2000 14:20:17 -0500
Received: from (ginger.loc.internetia.pl) [212.160.203.194]
(helo=ginger.loc.internetia.pl)
by dns.top.pl with esmtp (Exim 2.053 #1)
for [EMAIL PROTECTED]
id 13o9cA-0005OB-00; Tue, 24 Oct 2000 21:20:02 +0200
Date: Tue, 24 Oct 2000 21:20:05 +0200 (CEST)
From: Piotr Roszatycki <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: debwrap: Please, don't use REG_NOTBOL
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
Package: debwrap
Version: 0.2
Severity: wishlist
I need to use regexp with ^begin-of-line in my qanda file.
Please, don't use REG_NOTBOL, if you haven't any problems without
this flag.
I had to prepare the path for your debwrap:
diff -Nru3 debwrap-0.2/search_line.c debwrap-0.2.1/search_line.c
--- debwrap-0.2/search_line.c Fri Dec 31 16:01:34 1999
+++ debwrap-0.2.1/search_line.c Tue Oct 24 18:32:17 2000
@@ -117,7 +117,7 @@
if(qanda_end > 0){
for(i = 0; i < qanda_end; i++){
qanda = get_qanda(i);
- if(regexec(&qanda->qr, line, 10, pmatch, REG_NOTBOL) != REG_NOMATCH){
+ if(regexec(&qanda->qr, line, 10, pmatch, 0) != REG_NOMATCH){
return(qanda->a);
}
} /* for(i) */
@@ -142,7 +142,7 @@
char deb_ver[BUFSIZE];
/*printf("%s\n", string);*/
- if(regexec(&setup_preg, line, 4, pmatch, REG_NOTBOL) == 0){
+ if(regexec(&setup_preg, line, 4, pmatch, 0) == 0){
strncpy(package, (line + pmatch[1].rm_so),
(pmatch[1].rm_eo - pmatch[1].rm_so));
package[pmatch[1].rm_eo - pmatch[1].rm_so] = '\0';
@@ -163,7 +163,7 @@
store_qanda_type(PACKAGE);
return(1);
}
- if(regexec(&reading_preg, line, 4, pmatch, REG_NOTBOL) == 0){
+ if(regexec(&reading_preg, line, 4, pmatch, 0) == 0){
#ifdef DEBUG
fprintf(logfp, "Clear QANDA file\n");
#endif DEBUG
-- System Information
Debian Release: 2.2
Kernel Version: Linux ginger 2.2.14 #1 SMP Mon Mar 27 10:32:51 CEST 2000 i686
unknown
Versions of the packages debwrap depends on:
ii libc6 2.1.3-10 GNU C Library: Shared libraries and Timezone
--
Piotr Roszatycki, SD Specialist, InterNetia Telekom .''`.
mailto:[EMAIL PROTECTED] : :' :
mailto:[EMAIL PROTECTED] `. `'
`-
---------------------------------------
Received: (at 75500-done) by bugs.debian.org; 6 Feb 2005 18:51:00 +0000
>From [EMAIL PROTECTED] Sun Feb 06 10:51:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from bangpath.uucico.de [195.71.9.197]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CxrUq-0000WR-00; Sun, 06 Feb 2005 10:51:00 -0800
Received: by bangpath.uucico.de (Postfix, from userid 10)
id 6B48626C52; Sun, 6 Feb 2005 19:50:59 +0100 (CET)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
id 5CB034EE6A; Sun, 6 Feb 2005 18:50:54 +0000 (GMT)
Date: Sun, 6 Feb 2005 18:50:54 +0000
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Removed
Message-ID: <[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=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 6
This package has been removed from Debian: obsoleted by debhelper, no
response from maintainer.
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]