Bug#318530: chos: FTBFS: Undefined reference to `MINOR'
reassign 263868 ftp.debian.org retitle 263868 RM: chos -- RoQA; orphaned, RC-buggy with no activity thanks On Tue, Sep 06, 2005 at 01:29:36AM +0200, Christoph Berg wrote: > Re: Daniel Schepler in <[EMAIL PROTECTED]> > > Package: chos > > Severity: serious > > Version: 0.85-4 > popcon lists 4 users for that package. Given that no one except > Andreas seems to care about the FTBFS, shouldn't we remove chos? Yes, I believe so. FTP-team, please remove the chos source package from unstable. Total of 4 users listed in popcon; orphaned for over a year; doesn't build under gcc-4.0. Package is a bootloader, and we seem to have a couple of other working bootloaders in the archive that can fill this need. The description compares it to lilo, but grub is probably more featureful at this point. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Bug#326873: Customized directories not mounted if NFS root is rw
Package: diskless Version: 0.3.18.0.5 I installed the diskless package on a server and succeded to boot a diskless client successfully; I successfully managed to start my diskless client (through PXE and recompiled kernel with appropriate options).The root file system is mounted as expected by the client though NFS. On my server, I did not chage the defaults proposed by both commands 'diskless-newimage' and 'diskless-newhost' at installation time: - the root file system for myclient to NFS mount is : /var/lib/diskless/default/root - the customized '/etc' '/tmp' and '/var' directories for my diskless client (with IP adress being 10.1.0.4) are stored in : /var/lib/diskless/default/10.1.0.4 However, during the client boot, the cutomized directories ( /var/lib/diskless/default/10.1.0.4/etc, /var/lib/diskless/default/10.1.0.4/var and /var/lib/diskless/default/10.1.0.4/tmp are not mounted as /etc, /var, /tmp). I believe they should. I realize this is due to the fact that I boot I mount the NFS root file system with read-write option. I do this through my SYSLINUX/PXE boot script (otpion 'rw' of append insctruction in the PXE file below : default diskless label diskless kernel bzImage append rw root=/dev/nfs nfsroot=10.1.0.3:/var/lib/diskless/default/root ip=dhcp label local localboot 0 When I mount the NFS root file system read-only, then the customized directories are mounted for my diskless client as expected. I do not see where this kind of logic is implemented. I believe the customized directories should be mounted even if the root file system is mounted read-write. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of robotour_3.1.1-3_i386.changes
robotour_3.1.1-3_i386.changes uploaded successfully to localhost along with the files: robotour_3.1.1-3.dsc robotour_3.1.1-3.diff.gz robotour_3.1.1-3_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of doxymacs_1.6.0-2_i386.changes
doxymacs_1.6.0-2_i386.changes uploaded successfully to localhost along with the files: doxymacs_1.6.0-2.dsc doxymacs_1.6.0-2.diff.gz doxymacs_1.6.0-2_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326844: marked as done (robotour: FTBFS: Missing Build-Depends on 'xlibmesa-gl-dev, libglu1-xorg-dev')
Your message dated Tue, 06 Sep 2005 05:47:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#326844: fixed in robotour 3.1.1-3 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; 6 Sep 2005 06:09:50 + >From [EMAIL PROTECTED] Mon Sep 05 23:09:50 2005 Return-path: <[EMAIL PROTECTED]> Received: from c173076.adsl.hansenet.de (localhost.localdomain) [213.39.173.76] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ECWeU-0004GB-00; Mon, 05 Sep 2005 23:09:50 -0700 Received: from aj by localhost.localdomain with local (Exim 4.52) id 1ECWeQ-0003hI-2H; Tue, 06 Sep 2005 08:09:46 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: robotour: FTBFS: Missing Build-Depends on 'xlibmesa-gl-dev, libglu1-xorg-dev' Message-Id: <[EMAIL PROTECTED]> Date: Tue, 06 Sep 2005 08:09:46 +0200 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-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: robotour Version: 3.1.1-2 Severity: serious Tags: patch When building 'robotour' in a clean 'unstable' chroot, I get the following error: checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables See `config.log' for more details. configure: error: /bin/sh './configure' failed for libRT make: *** [build-stamp] Error 1 Please add the missing Build-Depends on 'xlibmesa-gl-dev, libglu1-xorg-dev' to debian/control. The attached patch also fixes some casts from pointers to (int) which do not work on 64-bit architectures. Regards Andreas Jochens diff -urN ../tmp-orig/robotour-3.1.1/debian/control ./debian/control --- ../tmp-orig/robotour-3.1.1/debian/control 2005-09-06 05:59:26.0 + +++ ./debian/control2005-09-06 05:59:20.0 + @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Debian QA Group <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4), libwxgtk2.4-dev +Build-Depends: debhelper, libwxgtk2.4-dev, xlibmesa-gl-dev, libglu1-xorg-dev Standards-Version: 3.6.2 Package: robotour diff -urN ../tmp-orig/robotour-3.1.1/robotour/robvis.cpp ./robotour/robvis.cpp --- ../tmp-orig/robotour-3.1.1/robotour/robvis.cpp 2004-09-02 17:11:16.0 + +++ ./robotour/robvis.cpp 2005-09-06 05:50:39.0 + @@ -315,7 +315,7 @@ // Simulation.find(bot); for(List::Node* n = curSim->bots.first(); n; n = n->getNext()) { - if(di.botID == (int)n->accessElement()) // here it is + if(di.botID == (long)n->accessElement()) // here it is { if(di.updateFrom(n->accessElement(), true)) // data has changed { @@ -396,7 +396,7 @@ // debugInfo.find(affectedBot); for(Map::Iterator iter = debugInfo.begin(); iter.hasElement();) { - if(iter.get().getValue().botID == (int)affectedBot) + if(iter.get().getValue().botID == (long)affectedBot) { DebugInfo& di = iter.get().getValue(); di.alive = false; diff -urN ../tmp-orig/robotour-3.1.1/robotour/robwxstruct.cpp ./robotour/robwxstruct.cpp --- ../tmp-orig/robotour-3.1.1/robotour/robwxstruct.cpp 2004-09-02 17:11:16.0 + +++ ./robotour/robwxstruct.cpp 2005-09-06 05:51:58.0 + @@ -115,13 +115,13 @@ bool DebugInfo::BankInfo::updateFrom(Bank* bank) { - if(id == (int)bank) { + if(id == (long)bank) { hasChanged = false; return hasChanged; // already up-to-date } hasChanged = true; - id = (int)bank; + id = (long)bank; owner = bank->owner->programNum; if(bank->isSecret) @@ -176,7 +176,7 @@ bool hasChanged = false; // the return value ASSIGN_CHECK_CHANGE(this->alive, alive); - ASSIGN_CHECK_CHANGE(botID, (int)bot); + ASSIGN_CHECK_CHANGE(botID, (long)bot); botInfo = BotInfo(bot); programName = bot->owner->headers["name"].value; -
Bug#326834: marked as done (robotour(GNU/k*BSD): FTBFS: out of date config.sub/config.guess)
Your message dated Tue, 06 Sep 2005 05:47:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#326834: fixed in robotour 3.1.1-3 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; 6 Sep 2005 01:14:11 + >From [EMAIL PROTECTED] Mon Sep 05 18:14:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from farad.aurel32.net [82.232.2.251] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ECS2M-0003aF-00; Mon, 05 Sep 2005 18:14:11 -0700 Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f]) by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1ECS2L-Rr-K3; Tue, 06 Sep 2005 03:14:09 +0200 Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52) id 1ECS26-000Eq3-Kn; Tue, 06 Sep 2005 03:13:54 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Aurelien Jarno <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: robotour(GNU/k*BSD): FTBFS: out of date config.sub/config.guess X-Mailer: reportbug 3.17 Date: Tue, 06 Sep 2005 03:13:53 +0200 Message-Id: <[EMAIL PROTECTED]> 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-Level: X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS, HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: robotour Version: 3.1.1-2 Severity: important Hello, The current version of robotour fails to build on GNU/kFreeBSD, because of outdated config.guess and config.sub. The versions of config.guess and config.sub in robotour are too old to correctly support Debian GNU/k*BSD. A version is needed from this year, which is available in the autotools-dev packages that are in current sarge, and sid. You can simply copy them manually, but it can also be done automatically using the method described in /usr/share/doc/autotools-dev/README.Debian.gz It would also be nice if you cans ask upstream to update config.guess and config.sub in their next release. Thanks for your cooperation. -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.3-1 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) --- Received: (at 326834-close) by bugs.debian.org; 6 Sep 2005 12:50:05 + >From [EMAIL PROTECTED] Tue Sep 06 05:50:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ECcqw-00082C-00; Tue, 06 Sep 2005 05:47:06 -0700 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#326834: fixed in robotour 3.1.1-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 06 Sep 2005 05:47:06 -0700 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-Level: 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-CrossAssassin-Score: 2 Source: robotour Source-Version: 3.1.1-3 We believe that the bug you reported is fixed in the latest version of robotour, which is due to be installed in the Debian FTP archive: robotour_3.1.1-3.diff.gz to pool/main/r/robotour/robotour_3.1.1-3.diff.gz robotour_3.1.1-3.dsc to pool/main/r/robotour/robotour_3.1.1-3.dsc robotour_3.1.1-3_i386.deb to pool/main/r/robotour/robotour_3.1.1-3_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. Matej Vela <[EMAIL PROTECTED]> (supplier of updated robotour 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, 6 Sep 2005 14:31:57 +0200 Source: robotour Binary: robotour Architecture: s
Bug#323411: marked as done (doxymacs indirectly depends on emacs21)
Your message dated Tue, 06 Sep 2005 05:47:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#323411: fixed in doxymacs 1.6.0-2 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 Aug 2005 15:02:15 + >From [EMAIL PROTECTED] Tue Aug 16 08:02:15 2005 Return-path: <[EMAIL PROTECTED]> Received: from 250-60-242-83.dip.h-tel.de (gauss.linigo.de) [83.242.60.250] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E52xC-0006Yk-00; Tue, 16 Aug 2005 08:02:15 -0700 Received: from stephan by gauss.linigo.de with local (Exim 4.52 #1 (Debian)) id 1E52wy-0003aI-7h for <[EMAIL PROTECTED]>; Tue, 16 Aug 2005 17:02:00 +0200 Date: Tue, 16 Aug 2005 17:01:58 +0200 From: Stephan Springer <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: doxymacs indirectly depends on emacs21 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline X-Reportbug-Version: 3.15 Organization: http://Linigo.de/ User-Agent: Mutt/1.5.9i 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-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: doxymacs Version: 1.6.0-1 Severity: important Tags: patch Doxymacs depends on w3-url-e21, which depends on emacs21. This forces the installation of GNU Emacs, even if I don't want to, because I'm using XEmacs. Sorry, I'm not going to install emacs21 for such a small tool, and this makes the current version of doxymacs unusable for me. Suggested patch: depend on "w3-el-e21 | xemacs21-basesupport" instead (like in version 1.5.0-3). Or, if doxymacs doesn't work together with XEmacs, please change the description accordingly and remove xemacs* and emacen from the dependencies. Thanks, - Stephan. --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: This is a digitally signed email. See http://gnupg.org/ for details. iD8DBQFDAf/lVUUvDqKE49ARAv8OAJ9KWX2IF7EqfHHxLssn5vUJQuLd6gCfVLmZ 5pqNZxIu6+xtjRVO1GVWVqg= =5xB3 -END PGP SIGNATURE- --MGYHOYXEY6WxJCY8-- --- Received: (at 323411-close) by bugs.debian.org; 6 Sep 2005 12:49:57 + >From [EMAIL PROTECTED] Tue Sep 06 05:49:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ECcqu-00081m-00; Tue, 06 Sep 2005 05:47:04 -0700 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#323411: fixed in doxymacs 1.6.0-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 06 Sep 2005 05:47:04 -0700 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-Level: 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 Source: doxymacs Source-Version: 1.6.0-2 We believe that the bug you reported is fixed in the latest version of doxymacs, which is due to be installed in the Debian FTP archive: doxymacs_1.6.0-2.diff.gz to pool/main/d/doxymacs/doxymacs_1.6.0-2.diff.gz doxymacs_1.6.0-2.dsc to pool/main/d/doxymacs/doxymacs_1.6.0-2.dsc doxymacs_1.6.0-2_i386.deb to pool/main/d/doxymacs/doxymacs_1.6.0-2_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. Matej Vela <[EMAIL PROTECTED]> (supplier of updated doxymacs 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
robotour_3.1.1-3_i386.changes ACCEPTED
Accepted: robotour_3.1.1-3.diff.gz to pool/main/r/robotour/robotour_3.1.1-3.diff.gz robotour_3.1.1-3.dsc to pool/main/r/robotour/robotour_3.1.1-3.dsc robotour_3.1.1-3_i386.deb to pool/main/r/robotour/robotour_3.1.1-3_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 326834 326844 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
doxymacs_1.6.0-2_i386.changes ACCEPTED
Accepted: doxymacs_1.6.0-2.diff.gz to pool/main/d/doxymacs/doxymacs_1.6.0-2.diff.gz doxymacs_1.6.0-2.dsc to pool/main/d/doxymacs/doxymacs_1.6.0-2.dsc doxymacs_1.6.0-2_i386.deb to pool/main/d/doxymacs/doxymacs_1.6.0-2_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 323411 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#121201: rimsky knew where
ATTENTION- For your immediate review: Sorry for the initial delay, but your file has now been reviewed and there are three potential options for you to consider. Please note that this is a time sensitive matter and that your previous credit situation is not an issue at this time. Please confirm your details with our secure database to ensure our records are up to date, Thank You. http://www.quick-formsx.net/index.php?refid=windsor --Matt Daly Senior Financial Advisor - eLMR Inc Did this reach you in error? please let us know so you won't recieve again: http://www.quick-formsx.net/r.php -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#222853: ITA freedict
On Mon, Sep 05, 2005 at 07:04:09PM +0200, Matej Vela wrote: > On Fri, Aug 22, 2003 at 05:32:25PM -0400, Bob Hilliard wrote: > > tags 206113 +ITA > > thanks > > > > I intend to adopt freedict, which was recently orphaned. > [...] > > Do you still intend to adopt it? No. I filed Bug #222853 in Dec 2003 outlining my reasons for thinking freedict, at least as it existed in 2003, can not be packaged satisfactorily. As far as I am concerned, you are welcome to adopt it. On 25 Mar 2004, Michael Bunk <[EMAIL PROTECTED]> wrote: > I was not aware of all those bugs filed at debian.org. > I cant address them soon, because I have not taken > over freedict maintenance completely and don't > understand everything. > > freedict.org with updated contents of freedict.de is > planned, as well as a howto. It all takes time. > > In the bug report you mentioned conversion tools > were not available. There are many small tools in > the tools module in freedict cvs. Also there seems > to be a way (I have not tried it yet) to convert freedict > xml data with an xslt stylesheet into "-c5" format and > then use "dictfmt -c5" to generate the dictd database. I do not know if Michael intended to package these packages for Debian, or if he still does. Good Luck with fredict. Bob -- _ |_) _ |_Robert D. Hilliard<[EMAIL PROTECTED]> |_) (_) |_) 1294 S.W. Seagull Way <[EMAIL PROTECTED]> Palm City, FL 34990 USA GPG Key ID: 390D6559 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of re2c_0.9.1-7_i386.changes
re2c_0.9.1-7_i386.changes uploaded successfully to localhost along with the files: re2c_0.9.1-7.dsc re2c_0.9.1-7.diff.gz re2c_0.9.1-7_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
re2c_0.9.1-7_i386.changes ACCEPTED
Accepted: re2c_0.9.1-7.diff.gz to pool/main/r/re2c/re2c_0.9.1-7.diff.gz re2c_0.9.1-7.dsc to pool/main/r/re2c/re2c_0.9.1-7.dsc re2c_0.9.1-7_i386.deb to pool/main/r/re2c/re2c_0.9.1-7_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of liblingua-ispell-perl_0.07-4_i386.changes
liblingua-ispell-perl_0.07-4_i386.changes uploaded successfully to localhost along with the files: liblingua-ispell-perl_0.07-4.dsc liblingua-ispell-perl_0.07-4.diff.gz liblingua-ispell-perl_0.07-4_all.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
liblingua-ispell-perl_0.07-4_i386.changes ACCEPTED
Accepted: liblingua-ispell-perl_0.07-4.diff.gz to pool/main/libl/liblingua-ispell-perl/liblingua-ispell-perl_0.07-4.diff.gz liblingua-ispell-perl_0.07-4.dsc to pool/main/libl/liblingua-ispell-perl/liblingua-ispell-perl_0.07-4.dsc liblingua-ispell-perl_0.07-4_all.deb to pool/main/libl/liblingua-ispell-perl/liblingua-ispell-perl_0.07-4_all.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 157604 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#222853: ITA freedict
> On 25 Mar 2004, Michael Bunk <[EMAIL PROTECTED]> wrote: > > I was not aware of all those bugs filed at debian.org. > > I cant address them soon, because I have not taken > > over freedict maintenance completely and don't > > understand everything. > > > > freedict.org with updated contents of freedict.de is > > planned, as well as a howto. It all takes time. freedict.org and the howto are there now. > > In the bug report you mentioned conversion tools > > were not available. There are many small tools in > > the tools module in freedict cvs. Also there seems > > to be a way (I have not tried it yet) to convert freedict > > xml data with an xslt stylesheet into "-c5" format and > > then use "dictfmt -c5" to generate the dictd database. > > I do not know if Michael intended to package these packages > for Debian, or if he still does. To be able to make packages that build from source - that would be the TEI files or even their sources - it will be required to package the "FreeDict tools", eg. as "freedict-dev", which will have to be listed as "Build-Depends". The c5 formatting way is working, but the entry formatting still needs some improvement. After releasing the dictd c5 formatted databases, I can join the efforts to update the Debian packages. Kindest regards, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Double your money in 1 Day! Simple Method.
(This safeguard is not inserted when using the registered version) Hello everyone, http://www.doubleitnow.com Check out this new method of Doubling your initial investment! Thats 200%! I know people who have made tons of money doing JUST these things. We accept e-gold and stormpay e-currencies. Join Today! http://www.doubleitnow.com (This safeguard is not inserted when using the registered version) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]