Bug#167886: tux-aqfh-data: should replace older versions of tux-aqfh

2002-11-05 Thread Aaron M. Ucko
Package: tux-aqfh-data
Version: 1.0.14-1
Severity: normal

Hi.  tux-aqfh-data's control stanza should contain

Replaces: tux-aqfh (<< 1.0.14)

to allow proper upgrading; as it is, I get

> Unpacking tux-aqfh-data (from .../tux-aqfh-data_1.0.14-1_all.deb) ...
> dpkg: error processing /var/cache/apt/archives/tux-aqfh-data_1.0.14-1_all.deb 
> (--unpack):
>  trying to overwrite `/usr/share/games/tux_aqfh/wavs/ahh.wav', which is also 
> in package tux-aqfh
> dpkg-deb: subprocess paste killed by signal (Broken pipe)

tux-aqfh did manage to get upgraded, so running "apt-get -f install"
restored sanity; still, the upgrade should have worked in one pass.

Thanks.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux tux 2.4.19 #1 Sun Sep 29 19:11:39 EDT 2002 i686 unknown 
unknown GNU/Linux



Bug#167897: wavtools: Poor error messages when unable to open DSP

2002-11-05 Thread Burton Windle
Package: wavtools
Version: 1.3.2-8
Severity: normal

When wavp is unable to open the DSP, it gives somewhat-less-than-ideal
errors. IE, if someone is already using the DSP, it should say its busy,
and not just that it cannot initialize the DSP.


pen("/dev/dsp", O_WRONLY)  = -1 EBUSY (Device or resource busy)
ioctl(-1, SNDCTL_DSP_RESET, 0)  = -1 EBADF (Bad file descriptor)
ioctl(-1, SOUND_PCM_READ_BITS, 0xb9f8) = -1 EBADF (Bad file descriptor)
ioctl(-1, SNDCTL_DSP_CHANNELS, 0xb9f8) = -1 EBADF (Bad file descriptor)
ioctl(-1, SOUND_PCM_READ_RATE, 0xb9f8) = -1 EBADF (Bad file descriptor)
ioctl(-1, SNDCTL_DSP_GETBLKSIZE, 0x8049e60) = -1 EBADF (Bad file descriptor)
ioctl(-1, SNDCTL_DSP_SYNC, 0)   = -1 EBADF (Bad file descriptor)
write(2, "Cannot initialize DSP\n", 22Cannot initialize DSP

The same thing happens if the user doesn't have permission to write to
the DSP.. the kernel returns "permission denied", and so should the app
to the user.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux razor 2.5.45 #2 Fri Nov 1 10:57:58 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages wavtools depends on:
ii  libc6 2.2.5-14.3 GNU C Library: Shared libraries an


CONFIDENTIALITY NOTICE: The information contained in this electronic message is 
legally privileged and confidential and intended only for the use of the 
individual or entity named above.  If the reader of this message is not the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this e-mail or any of it’s components is strictly 
prohibited.  If you have received this email in error, please contact the 
sender at Campus USA Credit Union at (352) 335-9090.





Bug#163217: info about drive

2002-11-05 Thread Jan Gregor
Hi
 My drive is cd-burner asus 1610A (16x10x40x), revision 1.20. It has 2mb of 
memory.
 Additional Info about it is on following page:
http://www.asus.com.tw/optical/crw-1610a/specification.htm
 Asus claims about its models with A (such as 1610A) that they are
 created by ASUS, on inet i found note about acer.

 Drive is connected to intel'bx controller (my board is abit be6-ii).

Jan



Bug#167897: Patch

2002-11-05 Thread Burton Windle
Here is a quick patch that I whipped together to solve this bug. Please 
consider applying.

[EMAIL PROTECTED]:~/wavtools$ diff -u wavtools-1.3.2.orig/wav_play.c 
/tmp/wav_play.c
--- wavtools-1.3.2.orig/wav_play.c  2002-11-05 12:32:25.0 -0500
+++ /tmp/wav_play.c 2002-11-05 12:33:15.0 -0500
@@ -51,7 +51,14 @@
int i, p;

dsp_fd = open("/dev/dsp", O_WRONLY, 0);
+   if (dsp_fd<0) {
+   fprintf(stderr,"Cannot initialize DSP:");
+   perror("");
+   exit(0);
+ }
+





Burton Windle
Information Systems Specialist
Campus USA Credit Union
352-335-9090 x 1109

CONFIDENTIALITY NOTICE: The information contained in this electronic message is 
legally privileged and confidential and intended only for the use of the 
individual or entity named above.  If the reader of this message is not the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this e-mail or any of it’s components is strictly 
prohibited.  If you have received this email in error, please contact the 
sender at Campus USA Credit Union at (352) 335-9090.





Bug#167934: Please include /usr/lib/jni in default JNI search path

2002-11-05 Thread Ben Burton
Package: ibm-jdk1.1-installer
Severity: wishlist

Hi.  There is currently a discussion on debian-java@lists.debian.org to
tighten debian java policy regarding JNI libraries.

Specifically, the proposal is that all JNI libraries should be installed
in /usr/lib/jni, and that /usr/lib/jni should be included in the default
JNI search path by each JVM.  There appears to be no serious objection
to this proposal.

A decent subset of this discussion, including the full proposal, can be
found with the archives of bug #163390.  The full discussion can be
found by searching the debian-java archives for October and November 2002.

The java policy maintainer has asked for wishlist bugs to be filed
against the various JVMs as the next stage in moving this proposal
forwards.  Thus I'm requesting that your JVM be updated to include
/usr/lib/jni in the default JNI library path.

If you don't wish to modify the JVM sources directly and if your JVM
supports -Djava.library.path=... as a way of specifying the JNI library
path, you can use a simple wrapper script to implement this proposal.
Such a wrapper script is included in the #163390 logs and is also
available at:

  http://people.debian.org/~bab/java/jnifix

It merely appends /usr/lib/jni to the JNI search path if it's not already
included and passes everything on to the real java runtime.

Thanks - Ben.

-- 

Ben Burton
[EMAIL PROTECTED]  |  [EMAIL PROTECTED]
Public Key: finger [EMAIL PROTECTED]

I'm not nice music for your apartment.
- Tori Amos, CNN Showbiz Today, 1998





dstooltk

2002-11-05 Thread Gonçalo Morais


I would like to know who are the people that develops the dstooltk. 

If it was possible I would like to have their contacts 

Thanks 


  Gonçalo



Bug#154306: marked as done (gnue-common: Please upgrade to gnue 0.3.0)

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 19:32:17 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#154306: fixed in gnue-common 0.4.1a-20021105-1
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 maintonly) by bugs.debian.org; 25 Jul 2002 23:16:53 +
>From [EMAIL PROTECTED] Thu Jul 25 18:16:53 2002
Return-path: <[EMAIL PROTECTED]>
Received: from zwaan.xs4all.nl (p2PC-u) [213.84.190.116] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17Xrqm-0006W4-00; Thu, 25 Jul 2002 18:16:52 -0500
Received: from mmelchio by p2PC-u with local (Exim 3.33 #1 (Debian))
id 17Xrqi-lb-00; Fri, 26 Jul 2002 01:16:48 +0200
Subject: gnue-common: Please upgrade to gnue 0.3.0
From: "Matthijs Melchior" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
X-Mailer: reportbug 1.99.49
Date: Fri, 26 Jul 2002 01:16:47 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Matthijs Melchior <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: gnue-common
Version: 0.1.1-1
Severity: wishlist

gnue 0.3.0 is available since Jun 3 2002.

Please upgrade the debian packages to allow easy experimentation...


Thanks,
Matthijs Melchior.



-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux p2pc 2.4.18-686-smp #2 SMP Wed Mar 20 20:24:14 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gnue-common depends on:
ii  python-orbit  0.3.1-1Python bindings for ORBit
ii  python-xml0.6.6-5XML tools for Python [dummy packag
ii  python2.1 2.1.3-3An interactive object-oriented scr


---
Received: (at 154306-close) by bugs.debian.org; 6 Nov 2002 00:38:09 +
>From [EMAIL PROTECTED] Tue Nov 05 18:38:08 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189ECu-0006aU-00; Tue, 05 Nov 2002 18:38:08 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189E7F-jt-00; Tue, 05 Nov 2002 19:32:17 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.28 $
Subject: Bug#154306: fixed in gnue-common 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 19:32:17 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-common_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-common/gnue-common_0.4.1a-20021105-1.dsc
gnue-common_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-common/gnue-common_0.4.1a-20021105-1.tar.gz
gnue-common_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-common/gnue-common_0.4.1a-20021105-1_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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-common 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: Tue,  5 Nov 2002 14:32:44 -0500
Source: gnue-common
Binary: gnue-common
Architecture: source i386
Version: 0.4.1a-20021105-1
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Jeff Bailey <[EMAIL PROTECTED]>
Description: 
 gnue-common - The shared library for many items of the GNU Enterprise Framework
Closes: 154306 165000 166339
Changes: 
 gnue-common (0.4.1a-20021105-1) unstable; urgency=low
 .
   * This is the "Round Tuit" release.
 .
   * New maintainer.  Thanks to jcater for producing the original debs
 (Closes: #166339)
 .
   * Use DBS.  Update to Debhelper 4.
 .
   * Move the text files from usr/bin to use/share/doc/gnue-common
 .
   * debian/copyright: Rewritten.
 .
   * Update from CVS.  Change versioning to reflect this.
 (Closes: #1

Bug#165000: marked as done (FTBFS: Build failure of gnue-common on i386)

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 19:32:17 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#165000: fixed in gnue-common 0.4.1a-20021105-1
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; 16 Oct 2002 10:50:29 +
>From [EMAIL PROTECTED] Wed Oct 16 05:50:29 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mikilab.doshisha.ac.jp [202.23.156.50] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 181lky-0001QE-00; Wed, 16 Oct 2002 05:50:28 -0500
Received: from atoron.work.isl.doshisha.ac.jp (localhost [127.0.0.1])
by mikilab.doshisha.ac.jp (8.9.3/3.7W) with SMTP id TAA20190
for <[EMAIL PROTECTED]>; Wed, 16 Oct 2002 19:49:57 +0900
X-Authentication-Warning: mikilab.doshisha.ac.jp: Host localhost [127.0.0.1] 
claimed to be atoron.work.isl.doshisha.ac.jp
Date: Wed, 16 Oct 2002 19:50:24 +0900
From: Junichi Uekawa <[EMAIL PROTECTED]>
To: submit bug tracking system <[EMAIL PROTECTED]>
Subject: FTBFS: Build failure of gnue-common on i386
Message-Id: <[EMAIL PROTECTED]>
Organization: Netfort project
X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-debian-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-5.7 required=5.0
tests=NOSPAM_INC,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,
  X_AUTH_WARNING
version=2.41
X-Spam-Level: 


Package: gnue-common
Version: 0.1.1-1


gnue-common fails to build from source on i386, when doing a rebuild inside 
chroot.

I am filing this bug to notify you that I failed to build your
package from source in the current sid distribution.
It is a serious problem that your source does not 
build from source using the information provided in your control files,
and such a package should not be distributed in a stable Debian distribution.

This build was done using pbuilder package.

Needs update in build-deps.

Build log follows:
===
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-buildpackage: source package is gnue-common
dpkg-buildpackage: source version is 0.1.1-1
dpkg-buildpackage: source maintainer is Maurizio Boriani <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture is i386
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/tmp/buildd/gnue-common-0.1.1/setup.py clean
/usr/bin/env: python: No such file or directory
make: *** [clean] Error 127
===


regards,
   junichi



-- 
[EMAIL PROTECTED]  http://www.netfort.gr.jp/~dancer




---
Received: (at 165000-close) by bugs.debian.org; 6 Nov 2002 00:38:15 +
>From [EMAIL PROTECTED] Tue Nov 05 18:38:15 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189ED1-0006be-00; Tue, 05 Nov 2002 18:38:15 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189E7F-k0-00; Tue, 05 Nov 2002 19:32:17 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.28 $
Subject: Bug#165000: fixed in gnue-common 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 19:32:17 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-common_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-common/gnue-common_0.4.1a-20021105-1.dsc
gnue-common_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-common/gnue-common_0.4.1a-20021105-1.tar.gz
gnue-common_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-common/gnue-common_0.4.1a-20021105-1_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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-common package)

(This message was generated automatically at their request; if you
believ

Bug#165001: marked as done (FTBFS: Build failure of gnue-designer on i386)

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 20:32:26 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#165001: fixed in gnue-designer 0.4.1a-20021105-1
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; 16 Oct 2002 10:51:24 +
>From [EMAIL PROTECTED] Wed Oct 16 05:51:24 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mikilab.doshisha.ac.jp [202.23.156.50] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 181llr-0001SR-00; Wed, 16 Oct 2002 05:51:23 -0500
Received: from atoron.work.isl.doshisha.ac.jp (localhost [127.0.0.1])
by mikilab.doshisha.ac.jp (8.9.3/3.7W) with SMTP id TAA20227
for <[EMAIL PROTECTED]>; Wed, 16 Oct 2002 19:50:52 +0900
X-Authentication-Warning: mikilab.doshisha.ac.jp: Host localhost [127.0.0.1] 
claimed to be atoron.work.isl.doshisha.ac.jp
Date: Wed, 16 Oct 2002 19:51:19 +0900
From: Junichi Uekawa <[EMAIL PROTECTED]>
To: submit bug tracking system <[EMAIL PROTECTED]>
Subject: FTBFS: Build failure of gnue-designer on i386
Message-Id: <[EMAIL PROTECTED]>
Organization: Netfort project
X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-debian-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-5.7 required=5.0
tests=NOSPAM_INC,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,
  X_AUTH_WARNING
version=2.41
X-Spam-Level: 


Package: gnue-designer
Version: 0.1.1-1


gnue-designer fails to build from source on i386, when doing a rebuild inside 
chroot.

I am filing this bug to notify you that I failed to build your
package from source in the current sid distribution.
It is a serious problem that your source does not 
build from source using the information provided in your control files,
and such a package should not be distributed in a stable Debian distribution.

This build was done using pbuilder package.

Needs to build-dep on python2.2-dev which is the new default


Build log follows:
===
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-buildpackage: source package is gnue-designer
dpkg-buildpackage: source version is 0.1.1-1
dpkg-buildpackage: source maintainer is Maurizio Boriani <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture is i386
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/tmp/buildd/gnue-designer-0.1.1/setup.py clean  
/usr/bin/env: python: No such file or directory
make: *** [clean] Error 127
===


regards,
   junichi



-- 
[EMAIL PROTECTED]  http://www.netfort.gr.jp/~dancer




---
Received: (at 165001-close) by bugs.debian.org; 6 Nov 2002 01:38:21 +
>From [EMAIL PROTECTED] Tue Nov 05 19:38:21 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189F9A-0004RM-00; Tue, 05 Nov 2002 19:38:20 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189F3S-0003RQ-00; Tue, 05 Nov 2002 20:32:26 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.28 $
Subject: Bug#165001: fixed in gnue-designer 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 20:32:26 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-designer_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-designer/gnue-designer_0.4.1a-20021105-1.dsc
gnue-designer_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-designer/gnue-designer_0.4.1a-20021105-1.tar.gz
gnue-designer_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-designer/gnue-designer_0.4.1a-20021105-1_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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-designer package)

(This m

Bug#167973: gnue-designer_0.1.1-2(hppa/unstable): FTBFS: missing build-depends?

2002-11-05 Thread lamont+buildd
Package: gnue-designer
Version: 0.1.1-2
Severity: serious

There was an error while trying to autobuild your package:

Looks like a missing build-depends..

lamont

> Automatic build of gnue-designer_0.1.1-2 on sarti by sbuild/hppa 1.169
> Build started at 20021025-1637

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>> 3.0.0), python2.1-dev

[...]

> dpkg-source: extracting gnue-designer in gnue-designer-0.1.1
> dpkg-buildpackage: source package is gnue-designer
> dpkg-buildpackage: source version is 0.1.1-2
> dpkg-buildpackage: host architecture is hppa
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp configure-stamp
> /build/buildd/gnue-designer-0.1.1/setup.py clean  
> /usr/bin/env: python: No such file or directory
> make: *** [clean] Error 127

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=gnue-designer&ver=0.1.1-2




Bug#167972: gnue-common_0.4.1a-20021105-1(hppa/unstable): FTBFS: missing build-depends

2002-11-05 Thread lamont+buildd
Package: gnue-common
Version: 0.4.1a-20021105-1
Severity: serious

There was an error while trying to autobuild your package:

looks like dbs is missing...

lamont

> Automatic build of gnue-common_0.4.1a-20021105-1 on sarti by sbuild/hppa 1.169
> Build started at 20021106-0137

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4), python2.2-dev

[...]

> dpkg-source: extracting gnue-common in gnue-common-0.4.1a-20021105
> dpkg-buildpackage: source package is gnue-common
> dpkg-buildpackage: source version is 0.4.1a-20021105-1
> dpkg-buildpackage: host architecture is hppa
>  /usr/bin/fakeroot debian/rules clean
> debian/rules:12: /usr/share/dbs/dbs-build.mk: No such file or directory
> make: *** No rule to make target `/usr/share/dbs/dbs-build.mk'.  Stop.

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=gnue-common&ver=0.4.1a-20021105-1




Bug#158218: marked as done (gnue-forms: Some packages could not be installed)

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 21:59:09 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#152456: fixed in gnue-forms 0.4.1a-20021105-1
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; 25 Aug 2002 22:47:02 +
>From [EMAIL PROTECTED] Sun Aug 25 17:47:02 2002
Return-path: <[EMAIL PROTECTED]>
Received: from l1.lviv.net [194.44.63.130] (root)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17j69t-0003vU-00; Sun, 25 Aug 2002 17:47:01 -0500
Received: from troll-systems ([EMAIL PROTECTED])
by l1.lviv.net (8.12.0.Beta19/8.11.0) with ESMTP id g7PMkukV021726
for <[EMAIL PROTECTED]>; Mon, 26 Aug 2002 01:46:57 +0300
Received: from ntokay by troll-systems with local (Exim 3.35 #1 (Debian))
id 17j6BG-0001Vr-00
for <[EMAIL PROTECTED]>; Mon, 26 Aug 2002 01:48:26 +0300
To: [EMAIL PROTECTED]
Subject: gnue-forms: Some packages could not be installed
Message-Id: <[EMAIL PROTECTED]>
From: Ian Dichkosvky <[EMAIL PROTECTED]>
Date: Mon, 26 Aug 2002 01:48:26 +0300
Delivered-To: [EMAIL PROTECTED]

Package: gnue-forms
Version: N/A
Severity: normal


*** bugs/bug2.txt
troll-systems:~# apt-get --download-only install gnue-forms
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  gnue-forms: Depends: python2-base but it is not installable
E: Sorry, broken packages


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux troll-systems 2.4.18-k6 #1 Sun Apr 14 12:43:22 EST 2002 i586
Locale: LANG=uk_UA.KOI8-U, LC_CTYPE=uk_UA.KOI8-U

---
Received: (at 152456-close) by bugs.debian.org; 6 Nov 2002 03:08:08 +
>From [EMAIL PROTECTED] Tue Nov 05 21:08:07 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189GY3-0008TR-00; Tue, 05 Nov 2002 21:08:07 -0600
Received: from troup by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189GPN-HS-00; Tue, 05 Nov 2002 21:59:09 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.19 $
Subject: Bug#152456: fixed in gnue-forms 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 21:59:09 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-forms/gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
gnue-forms_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.dsc
gnue-forms_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.tar.gz



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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-forms 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: Tue,  5 Nov 2002 16:02:56 -0500
Source: gnue-forms
Binary: gnue-forms-wxgtk
Architecture: source i386
Version: 0.4.1a-20021105-1
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Jeff Bailey <[EMAIL PROTECTED]>
Description: 
 gnue-forms-wxgtk - An XML-based forms painter
Closes: 152456 152949 155243 158218 162384 162384 166351
Changes: 
 gnue-forms (0.4.1a-200

Bug#155243: marked as done (gnue-forms: Dependencies are unmet, python2-base is required but do not exist in debian.)

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 21:59:09 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#152456: fixed in gnue-forms 0.4.1a-20021105-1
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; 2 Aug 2002 17:04:11 +
>From [EMAIL PROTECTED] Fri Aug 02 12:04:11 2002
Return-path: <[EMAIL PROTECTED]>
Received: from bb-62-5-15-190.bb.tninet.se (p-nisse.campus.luth.se) 
[62.5.15.190] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17afqU-00029h-00; Fri, 02 Aug 2002 12:04:10 -0500
Received: from nisse by p-nisse.campus.luth.se with local (Exim 3.35 #1 
(Debian))
id 17aSlB-0005z3-00; Fri, 02 Aug 2002 05:05:49 +0200
From: Nils-Erik Svangård <[EMAIL PROTECTED]>
Subject: gnue-forms: Dependencies are unmet, python2-base is required but do 
not exist in debian.
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10.1
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 02 Aug 2002 05:05:49 +0200
Delivered-To: [EMAIL PROTECTED]

Package: gnue-forms
Version: 0.1.1-5
Severity: grave


-- System Information
Debian Release: testing/unstable
Kernel Version: Linux p-nisse.campus.luth.se 2.4.18 #9 lör jul 27 12:33:29 CEST 
2002 i686 unknown unknown GNU/Linux

Versions of the packages gnue-forms depends on:
ii  gnue-common0.1.1-1The shared library for many items of the GNU
ii  libwxgtk2.2-py 2.2.9.2wxWindows Cross-platform C++ GUI toolkit (wx
ii  python2.1-xml  0.7.1-2XML tools for Python (2.1.x)
python2-baseNot installed or no info

This line was added so that bug would send the bug report.

---
Received: (at 152456-close) by bugs.debian.org; 6 Nov 2002 03:08:08 +
>From [EMAIL PROTECTED] Tue Nov 05 21:08:07 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189GY3-0008TR-00; Tue, 05 Nov 2002 21:08:07 -0600
Received: from troup by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189GPN-HS-00; Tue, 05 Nov 2002 21:59:09 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.19 $
Subject: Bug#152456: fixed in gnue-forms 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 21:59:09 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-forms/gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
gnue-forms_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.dsc
gnue-forms_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.tar.gz



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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-forms 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: Tue,  5 Nov 2002 16:02:56 -0500
Source: gnue-forms
Binary: gnue-forms-wxgtk
Architecture: source i386
Version: 0.4.1a-20021105-1
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Jeff Bailey <[EMAIL PROTECTED]>
Description: 
 gnue-forms-wxgtk - An XML-based forms painter
Closes: 152456 152949 155243 158218 162384 162384 166351
Changes: 
 gnue-forms (0.4.1a-20021105-1) unstable; urgency=low
 .
   * This is the "Round Tuit" release.
 .
   * New maintainer.  Thanks to jcater for producing the original debs
 (Closes: #166351)
 .
   * Use DBS.  Update to Debhelper 4.
 .
   * debian/copyright: Rewritten.
 .
   * Update from CVS.  Change versioning to reflect this.
 (Closes: #162384)
 .
   * Require Python 2.2 (Closes: #162384)
 .
   * Merge in description from gnue-forms in Debian.
 .
   * Closing all the old bugs, because this packaging has no relationship
 to

Bug#152456: marked as done (gnue-forms depends on non-existant package "python2-base")

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 21:59:09 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#152456: fixed in gnue-forms 0.4.1a-20021105-1
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; 9 Jul 2002 21:37:08 +
>From [EMAIL PROTECTED] Tue Jul 09 16:37:08 2002
Return-path: <[EMAIL PROTECTED]>
Received: from 213-152-35-109.dsl.eclipse.net.uk (advent.drealm.org.uk) 
[213.152.35.109] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17S2fU-0005m9-00; Tue, 09 Jul 2002 16:37:08 -0500
Received: from peter by advent.drealm.org.uk with local (Exim 3.35 #1 (Debian))
id 17S2fQ-QH-00; Tue, 09 Jul 2002 22:37:04 +0100
Subject: gnue-forms depends on non-existant package "python2-base"
From: "Peter L Jones" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
X-Mailer: reportbug 1.99.47
Date: Tue, 09 Jul 2002 22:37:03 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: gnue-forms
Version: 0.1.1-5; reported 2002-07-09
Severity: serious

This package won't install.  dselect complains:
> gnue-forms depends on python2-base
> python2-base does not appear to be available

I've checked on packages.debian.org, just to be sure and dselect is
right!

http://packages.debian.org/cgi-bin/search_packages.pl?keywords=python2-base&searchon=names&subword=1&version=all&release=all

> Debian package search results
> No responses to your query. 

This also shows up nicely on the packages.debian.org page for the
package, now I look :-).

Of course, this means gnue-designer won't install as that requires
gnue-forms.

I'd also like to suggest that gnue-common should "suggest" a database
backend.


-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux advent 2.5.25 #1 Sat Jul 6 16:49:35 BST 2002 i686
Locale: LANG=en_GB, LC_CTYPE=en_GB

-- no debconf information


---
Received: (at 152456-close) by bugs.debian.org; 6 Nov 2002 03:08:08 +
>From [EMAIL PROTECTED] Tue Nov 05 21:08:07 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189GY3-0008TR-00; Tue, 05 Nov 2002 21:08:07 -0600
Received: from troup by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189GPN-HS-00; Tue, 05 Nov 2002 21:59:09 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.19 $
Subject: Bug#152456: fixed in gnue-forms 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 21:59:09 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-forms/gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
gnue-forms_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.dsc
gnue-forms_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.tar.gz



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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-forms 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: Tue,  5 Nov 2002 16:02:56 -0500
Source: gnue-forms
Binary: gnue-forms-wxgtk
Architecture: source i386
Version: 0.4.1a-20021105-1
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Jeff Bailey <[EMAIL PROTECTED]>
Description: 
 gnue-forms-wxgtk - An XML-based forms painter
Closes: 152456 152949 155243 158218 162384 162384 166351
Changes: 
 gnue-forms (0.4.1a-20021105-1) unstable; urgency=low
 .
   * This is the "Round Tuit" release.
 .
   * New maintainer

Bug#152949: marked as done (FTBFS: wxPython....make: *** [build-stamp] Error 1)

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 21:59:09 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#152949: fixed in gnue-forms 0.4.1a-20021105-1
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; 14 Jul 2002 19:47:28 +
>From [EMAIL PROTECTED] Sun Jul 14 14:47:28 2002
Return-path: <[EMAIL PROTECTED]>
Received: from rover.gag.com [192.133.104.32] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17TpL5-0008JI-00; Sun, 14 Jul 2002 14:47:28 -0500
Received: by rover.gag.com (Postfix, from userid 1000)
id 6F32C43BCA; Sun, 14 Jul 2002 13:47:27 -0600 (MDT)
To: [EMAIL PROTECTED]
Subject: FTBFS: wxPythonmake: *** [build-stamp] Error 1
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 14 Jul 2002 13:47:27 -0600 (MDT)
From: [EMAIL PROTECTED] (Bdale Garbee)
Delivered-To: [EMAIL PROTECTED]

Package: gnue-forms
Version: 0.1.1-5
Severity: important

This package fails to build from source on the ia64 autobuilder with the error:

wxPythonmake: *** [build-stamp] Error 1

A full build log is available on buildd.debian.org.

Bdale

---
Received: (at 152949-close) by bugs.debian.org; 6 Nov 2002 03:08:07 +
>From [EMAIL PROTECTED] Tue Nov 05 21:08:06 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189GY2-0008T9-00; Tue, 05 Nov 2002 21:08:06 -0600
Received: from troup by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189GPN-HU-00; Tue, 05 Nov 2002 21:59:09 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.19 $
Subject: Bug#152949: fixed in gnue-forms 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 21:59:09 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-forms/gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
gnue-forms_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.dsc
gnue-forms_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.tar.gz



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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-forms 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: Tue,  5 Nov 2002 16:02:56 -0500
Source: gnue-forms
Binary: gnue-forms-wxgtk
Architecture: source i386
Version: 0.4.1a-20021105-1
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Jeff Bailey <[EMAIL PROTECTED]>
Description: 
 gnue-forms-wxgtk - An XML-based forms painter
Closes: 152456 152949 155243 158218 162384 162384 166351
Changes: 
 gnue-forms (0.4.1a-20021105-1) unstable; urgency=low
 .
   * This is the "Round Tuit" release.
 .
   * New maintainer.  Thanks to jcater for producing the original debs
 (Closes: #166351)
 .
   * Use DBS.  Update to Debhelper 4.
 .
   * debian/copyright: Rewritten.
 .
   * Update from CVS.  Change versioning to reflect this.
 (Closes: #162384)
 .
   * Require Python 2.2 (Closes: #162384)
 .
   * Merge in description from gnue-forms in Debian.
 .
   * Closing all the old bugs, because this packaging has no relationship
 to the older one:  (Closes: #152456, #155243, #158218, #152949)
 .
 Feel free to reopen any that still apply.  Sorry for the hassle.
Files: 
 e09dbbb614497d036d36bfea2dff33a8 538 interpreters optional 
gnue-forms_0.4.1a-20021105-1.dsc
 6dfae7ef3f8d3842d4a17292d2b20d4a 147439 interpreters optional 
gnue-forms_0.4.1a-20021105-1.tar.gz
 5a9733186afb276e654d2945cb99d58a 94504 interpreters optional 
gnue-forms-wxgtk_0.4.1a-2002110

Bug#162384: marked as done (gnue-forms: please update the source to version 0.4 from 0.1)

2002-11-05 Thread Debian Bug Tracking System
Your message dated Tue, 05 Nov 2002 21:59:09 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#162384: fixed in gnue-forms 0.4.1a-20021105-1
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; 26 Sep 2002 04:12:39 +
>From [EMAIL PROTECTED] Wed Sep 25 23:12:39 2002
Return-path: <[EMAIL PROTECTED]>
Received: from adsl-64-170-113-214.dsl.snfc21.pacbell.net (freep.dyns.net) 
[64.170.113.214] 
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 17uQ10-000754-00; Wed, 25 Sep 2002 23:12:38 -0500
Received: (qmail 61586 invoked by uid 0); 26 Sep 2002 04:17:32 -
Received: from tux.a (HELO tux) ([EMAIL PROTECTED])
  by adsl-64-170-113-214.dsl.snfc21.pacbell.net with SMTP; 26 Sep 2002 04:17:32 
-
Received: from micheas by tux with local (Exim 3.36 #1 (Debian))
id 17uQ5x-00029n-00; Wed, 25 Sep 2002 21:17:45 -0700
Content-Type: text/plain; charset="ISO-8859-1"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Micheas Herman" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
Subject: gnue-forms: please update the source to version 0.4 from 0.1
X-Mailer: reportbug 1.99.60
Date: Wed, 25 Sep 2002 21:17:44 -0700
Message-Id: <[EMAIL PROTECTED]>
Sender: Micheas Herman <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: gnue-forms
Version: unavailable; reported 2002-09-25
Severity: wishlist


When redoing the package it would be nice if it was somewhat close to current.
Is this package abandoned?


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux tux 2.4.19-k6 #1 Thu Aug 8 22:43:49 EST 2002 i586
Locale: LANG=en_US, LC_CTYPE=en_US


---
Received: (at 162384-close) by bugs.debian.org; 6 Nov 2002 03:08:35 +
>From [EMAIL PROTECTED] Tue Nov 05 21:08:35 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 189GYT-Ae-00; Tue, 05 Nov 2002 21:08:33 -0600
Received: from troup by auric.debian.org with local (Exim 3.35 1 (Debian))
id 189GPN-Ha-00; Tue, 05 Nov 2002 21:59:09 -0500
From: Jeff Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.19 $
Subject: Bug#162384: fixed in gnue-forms 0.4.1a-20021105-1
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Tue, 05 Nov 2002 21:59:09 -0500
Delivered-To: [EMAIL PROTECTED]

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

gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
  to pool/main/g/gnue-forms/gnue-forms-wxgtk_0.4.1a-20021105-1_i386.deb
gnue-forms_0.4.1a-20021105-1.dsc
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.dsc
gnue-forms_0.4.1a-20021105-1.tar.gz
  to pool/main/g/gnue-forms/gnue-forms_0.4.1a-20021105-1.tar.gz



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.
Jeff Bailey <[EMAIL PROTECTED]> (supplier of updated gnue-forms 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: Tue,  5 Nov 2002 16:02:56 -0500
Source: gnue-forms
Binary: gnue-forms-wxgtk
Architecture: source i386
Version: 0.4.1a-20021105-1
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey <[EMAIL PROTECTED]>
Changed-By: Jeff Bailey <[EMAIL PROTECTED]>
Description: 
 gnue-forms-wxgtk - An XML-based forms painter
Closes: 152456 152949 155243 158218 162384 162384 166351
Changes: 
 gnue-forms (0.4.1a-20021105-1) unstable; urgency=low
 .
   * This is the "Round Tuit" release.
 .
   * New maintainer.  Thanks to jcater for producing the original debs
 (Closes: #166351)
 .
   * Use DBS.  Update to Debhelper 4.
 .
   * debian/copyright: Rewritten.
 .
   * Update from CVS.  Change versioning to reflect this.
 (Closes: #162384)
 .
   * Require Python