Your message dated Tue, 12 Apr 2005 02:47:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#221307: fixed in jbofihe 0.38-4
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; 17 Nov 2003 19:29:14 +0000
>From [EMAIL PROTECTED] Mon Nov 17 13:27:36 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1ALp28-0005Mw-00; Mon, 17 Nov 2003 13:27:36 -0600
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id UAA07148
for <[EMAIL PROTECTED]>; Mon, 17 Nov 2003 20:24:08 +0100 (MET)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id hAHJO7B8006534;
Mon, 17 Nov 2003 20:24:07 +0100 (MET)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 17 Nov 2003 20:24:07 +0100
To: [EMAIL PROTECTED]
Subject: NMU for jbofihe-0.38
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-8.9 required=4.0
tests=BAYES_30,HAS_PACKAGE,PATCH_UNIFIED_DIFF
autolearn=ham version=2.53-bugs.debian.org_2003_11_15
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_15
(1.174.2.15-2003-03-30-exp)
Package: jbofihe
ok, I read you don't have access to an unstable box, here is the diff:
diff -ur jbofihe-0.38.old/debian/changelog jbofihe-0.38/debian/changelog
--- jbofihe-0.38.old/debian/changelog 2003-11-17 20:18:12.000000000 +0100
+++ jbofihe-0.38/debian/changelog 2003-11-17 20:14:38.000000000 +0100
@@ -1,3 +1,10 @@
+jbofihe (0.38-3.1) unstable; urgency=low
+
+ * NMU.
+ * Change build depends to flex-old and bison-1.35 (closes: #189911).
+
+ -- Matthias Klose <[EMAIL PROTECTED]> Mon, 17 Nov 2003 20:12:52 +0100
+
jbofihe (0.38-3) unstable; urgency=low
* Change build-deps to lock to bison 1.75-1.79.
diff -ur jbofihe-0.38.old/debian/control jbofihe-0.38/debian/control
--- jbofihe-0.38.old/debian/control 2003-11-17 20:18:12.000000000 +0100
+++ jbofihe-0.38/debian/control 2003-11-17 20:10:02.000000000 +0100
@@ -2,8 +2,8 @@
Section: misc
Priority: optional
Maintainer: JP Sugarbroad <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), lojban-common (>= 1.0), flex, bison (>>
1:1.75), bison (<< 1:1.80)
-Standards-Version: 3.5.2
+Build-Depends: debhelper (>> 3.0.0), lojban-common (>= 1.0), flex-old,
bison-1.35
+Standards-Version: 3.6.1
Package: jbofihe
Architecture: any
diff -ur jbofihe-0.38.old/debian/copyright jbofihe-0.38/debian/copyright
--- jbofihe-0.38.old/debian/copyright 2003-11-17 20:18:12.000000000 +0100
+++ jbofihe-0.38/debian/copyright 2003-11-17 20:16:39.000000000 +0100
@@ -3,7 +3,7 @@
It was downloaded from http://go.to/jbofihe/
-Upstream Author(s): <[EMAIL PROTECTED]>
+Upstream Author: <[EMAIL PROTECTED]>
Copyright:
diff -ur jbofihe-0.38.old/debian/rules jbofihe-0.38/debian/rules
--- jbofihe-0.38.old/debian/rules 2003-11-17 20:18:12.000000000 +0100
+++ jbofihe-0.38/debian/rules 2003-11-17 20:12:50.000000000 +0100
@@ -10,7 +10,10 @@
configure-stamp:
dh_testdir
- perl config.pl --prefix=/usr
+ mkdir -p bin
+ ln -sf /usr/bin/bison-1.35 bin/bison
+ PATH=`pwd`/bin:$$PATH \
+ perl config.pl --prefix=/usr
touch configure-stamp
@@ -20,7 +23,8 @@
ln -sf /usr/share/lojban/lujvo-list .
ln -sf /usr/share/lojban/NORALUJV.txt .
- $(MAKE) all
+ PATH=`pwd`/bin:$$PATH \
+ $(MAKE) all
touch build-stamp
@@ -28,6 +32,7 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
+ rm -rf bin
-$(MAKE) clean
rm -rf Makefile smujmaji.dat lujvo-list NORALUJV.txt n2d
@@ -41,7 +46,10 @@
dh_clean -k
dh_installdirs
- $(MAKE) install PREFIX=$(CURDIR)/debian/jbofihe/usr
MANDIR=$(CURDIR)/debian/jbofihe/usr/share/man/man1
+ PATH=`pwd`/bin:$$PATH \
+ $(MAKE) install \
+ PREFIX=$(CURDIR)/debian/jbofihe/usr \
+ MANDIR=$(CURDIR)/debian/jbofihe/usr/share/man/man1
binary-indep:;
# Nothing to do
---------------------------------------
Received: (at 221307-close) by bugs.debian.org; 12 Apr 2005 07:00:41 +0000
>From [EMAIL PROTECTED] Tue Apr 12 00:00:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DLFO4-0007CH-00; Tue, 12 Apr 2005 00:00:41 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DLFAt-00083L-00; Tue, 12 Apr 2005 02:47:03 -0400
From: Theodore Reed <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#221307: fixed in jbofihe 0.38-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Apr 2005 02:47:03 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 4
Source: jbofihe
Source-Version: 0.38-4
We believe that the bug you reported is fixed in the latest version of
jbofihe, which is due to be installed in the Debian FTP archive:
jbofihe_0.38-4.diff.gz
to pool/main/j/jbofihe/jbofihe_0.38-4.diff.gz
jbofihe_0.38-4.dsc
to pool/main/j/jbofihe/jbofihe_0.38-4.dsc
jbofihe_0.38-4_i386.deb
to pool/main/j/jbofihe/jbofihe_0.38-4_i386.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.
Theodore Reed <[EMAIL PROTECTED]> (supplier of updated jbofihe 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: Mon, 11 Apr 2005 20:06:21 -0700
Source: jbofihe
Binary: jbofihe
Architecture: source i386
Version: 0.38-4
Distribution: unstable
Urgency: low
Maintainer: Theodore Reed <[EMAIL PROTECTED]>
Changed-By: Theodore Reed <[EMAIL PROTECTED]>
Description:
jbofihe - A parser for the lojban language
Closes: 189911 221307 258923 276677
Changes:
jbofihe (0.38-4) unstable; urgency=low
.
* New maintainer. (closes: #221307)
* Change build depends to flex. Unsure why flex-old was needed.
* Similarly with bison. Not sure why bison-1.35 was needed.
* Apply mmap patch. (closes: #276677)
* Apply FTBFS fix patch. (closes: #258923, 189911)
Files:
ebe40ef659d9bf0659b22d5a533e8b33 597 misc optional jbofihe_0.38-4.dsc
16c62d524fe5bf783c4a7081a2d4b62c 3897 misc optional jbofihe_0.38-4.diff.gz
1e30a5dccd6edf94aad5e022f2009a69 621182 misc optional jbofihe_0.38-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCW2voXrnnKiKKOuQRAjDSAJ0fulvepFA3DjJDvQlZ4IBcInIFeACghjW5
oe+NmB6hnF0pn1Ad4DL6kIs=
=EEIz
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]