Bug#424445: Proposed patch for #424445 (turkey FTBFS)

2007-08-03 Thread Cesare Tirabassi
After further investigations, the problem seems to be the use of the GCJ
based java.
Indeed by switching environment to sun java (for instance with sudo
update-alternatives --set
java /usr/lib/jvm/java-1.5.0-sun/jre/bin/java), the package runs without
any problem.

'I don't see why everyone depends on me. I'm not dependable. Even I
don't depend on me, and I'm me.' (Interesting Times)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



anthy_9100-2_amd64.changes ACCEPTED

2007-08-03 Thread Debian Installer

Accepted:
anthy-el_9100-2_all.deb
  to pool/main/a/anthy/anthy-el_9100-2_all.deb
anthy_9100-2.diff.gz
  to pool/main/a/anthy/anthy_9100-2.diff.gz
anthy_9100-2.dsc
  to pool/main/a/anthy/anthy_9100-2.dsc
anthy_9100-2_amd64.deb
  to pool/main/a/anthy/anthy_9100-2_amd64.deb
libanthy-dev_9100-2_amd64.deb
  to pool/main/a/anthy/libanthy-dev_9100-2_amd64.deb
libanthy0_9100-2_amd64.deb
  to pool/main/a/anthy/libanthy0_9100-2_amd64.deb


Override entries for your package:
anthy-el_9100-2_all.deb - optional utils
anthy_9100-2.dsc - source utils
anthy_9100-2_amd64.deb - optional utils
libanthy-dev_9100-2_amd64.deb - optional libdevel
libanthy0_9100-2_amd64.deb - optional libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 433022 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#433022: marked as done (/usr/sbin/update-anthy-dics should be modified to use alt-cannadic properly.)

2007-08-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Aug 2007 15:47:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433022: fixed in anthy 9100-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)

--- Begin Message ---
Package: anthy
Version: 9100-1
Severity: normal

I suggest to modify /usr/sbin/update-anthy-dics as follows.
Please also refer anthy-9100/alt-cannadic/How-to-use.txt.

~$ diff -c src/anthy-9100/debian/update-anthy-dics /usr/sbin/update-anthy-dics 
*** src/anthy-9100/debian/update-anthy-dics 2007-07-11 09:10:04.0 
+0900
--- /usr/sbin/update-anthy-dics 2007-07-14 04:00:06.0 +0900
***
*** 2,8 
  
  DICDIR=/var/lib/anthy
  METADICDIR=/usr/share/anthy/dic
! CANNADIC='gcanna.ctd gcannaf.ctd'
  EXTRADIC="$METADICDIR/*.t"
  
  DEPGRAPHDIR=/var/lib/anthy/depgraph
--- 2,8 
  
  DICDIR=/var/lib/anthy
  METADICDIR=/usr/share/anthy/dic
! CANNADIC='gcanna.ctd gcannaf.ctd gtankan.ctd'
  EXTRADIC="$METADICDIR/*.t"
  
  DEPGRAPHDIR=/var/lib/anthy/depgraph
***
*** 23,29 
  fi
  
  echo "set_input_encoding eucjp" >> $TMPDICTCONFIG
! echo "set_exclude_wtypes #CN #CNS" >> $TMPDICTCONFIG
  for file in $CANNADIC; do
case $file in
*.ctd)
--- 23,29 
  fi
  
  echo "set_input_encoding eucjp" >> $TMPDICTCONFIG
! #echo "set_exclude_wtypes #CN #CNS" >> $TMPDICTCONFIG
  for file in $CANNADIC; do
case $file in
*.ctd)
***
*** 33,44 
;;
esac
  done
! echo "clear_exclude_wtypes" >> $TMPDICTCONFIG
  
! echo "read $METADICDIR/katakana.t" >> $TMPDICTCONFIG
  echo "read $METADICDIR/adjust.t" >> $TMPDICTCONFIG
  echo "read $METADICDIR/name.t" >> $TMPDICTCONFIG
  echo "read $METADICDIR/compound.t" >> $TMPDICTCONFIG
  
  addondics=$(sort -u $CONFIG| tr '\n' ' '| sed 's/\ $//')
  
--- 33,45 
;;
esac
  done
! #echo "clear_exclude_wtypes" >> $TMPDICTCONFIG
  
! #echo "read $METADICDIR/katakana.t" >> $TMPDICTCONFIG
  echo "read $METADICDIR/adjust.t" >> $TMPDICTCONFIG
  echo "read $METADICDIR/name.t" >> $TMPDICTCONFIG
  echo "read $METADICDIR/compound.t" >> $TMPDICTCONFIG
+ echo "read $METADICDIR/extra.t" >> $TMPDICTCONFIG
  
  addondics=$(sort -u $CONFIG| tr '\n' ' '| sed 's/\ $//')
  
***
*** 48,54 
fi
  done
  
! echo "read $METADICDIR/placename.t" >> $TMPDICTCONFIG
  echo "build_reverse_dict" >> $TMPDICTCONFIG
  echo "read_uc $METADICDIR/udict" >> $TMPDICTCONFIG
  echo "set_dict_encoding utf8" >> $TMPDICTCONFIG
--- 49,55 
fi
  done
  
! #echo "read $METADICDIR/placename.t" >> $TMPDICTCONFIG
  echo "build_reverse_dict" >> $TMPDICTCONFIG
  echo "read_uc $METADICDIR/udict" >> $TMPDICTCONFIG
  echo "set_dict_encoding utf8" >> $TMPDICTCONFIG


 Thanks,

 --
 Ippei Tamura 


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Shell: /bin/sh linked to /bin/bash

Versions of packages anthy depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libanthy0 9100-1 Anthy runtime library
ii  libc6 2.6-2  GNU C Library: Shared libraries

anthy recommends no packages.

-- debconf information:
* anthy/dictionaries: base.t, extra.t

--- End Message ---
--- Begin Message ---
Source: anthy
Source-Version: 9100-2

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

anthy-el_9100-2_all.deb
  to pool/main/a/anthy/anthy-el_9100-2_all.deb
anthy_9100-2.diff.gz
  to pool/main/a/anthy/anthy_9100-2.diff.gz
anthy_9100-2.dsc
  to pool/main/a/anthy/anthy_9100-2.dsc
anthy_9100-2_amd64.deb
  to pool/main/a/anthy/anthy_9100-2_amd64.deb
libanthy-dev_9100-2_amd64.deb
  to pool/main/a/anthy/libanthy-dev_9100-2_amd64.deb
libanthy0_9100-2_amd64.deb
  to pool/main/a/anthy/libanthy0_9100-2_amd64.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.
Debian QA Group <[EMAIL PROTECTED]> (supplier of updated anthy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please conta

Bug#424018: Some additional information

2007-08-03 Thread Kapil Hari Paranjape
Hello,

On Tue, 15 May 2007 Frank Küster <[EMAIL PROTECTED]> wrote: 
> so this is unclear.  I'm still filing as serious, since others have
> treated this program as non-free for a while, e.g. CTAN, and recently a
> SuSE license team research brought it up.

Quoting from README by Marcel J. E. Mol:
  The program is basicly an improved C version of the pascal
  program written by Svante Lindahl (see README.ORG).
  I translated it because I could not find a pascal compiler
  on our machine that could compile it.
  The program runs under UNIX and MSDOS without problems
  It should also run under VMS.
  (you may need some site dependend redefinitions, see below).

As far as I can make out dvi2tty.c and all the other source files
in the current package have Marcel J. E. Mol as the author.

The portion of dvi2tty.c quoted by Frank seems to have been put there
by the author as a historical note to clarify that the file is *based*
on the original Pascal program by Svante Lindahl.

IANAL, but as far as I can see, if I read someone else's program and
re-write it in another language, this is not very different from
reading someone else's algorithm and writing it as a program. If the
copyright in the latter case is with the author of the second program,
surely the copyright in the former case would be too.

The C files are in the preferred form for modification and no trace
of the original Pascal source remains in the package.

The copyright holder Marcel J. E. Mol for these source files has put
his work under the GPL and so the package seems to me to be DFSG free.

Regards,

Kapil.
--



signature.asc
Description: Digital signature


Bug#435851: php4-tclink : [INTL:pt] Portuguese translation for debconf messages

2007-08-03 Thread Traduz - Portuguese Translation Team

Package: php4-tclink
Version: 3.4.0-5
Tags: l10n, patch
Severity: wishlist

Portuguese translation for php4-tclink's debconf messages.
Translator: Américo Monteiro <[EMAIL PROTECTED]>
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org









pt.po
Description: application/gettext


anthy_9100-3_i386.changes ACCEPTED

2007-08-03 Thread Debian Installer

Accepted:
anthy-el_9100-3_all.deb
  to pool/main/a/anthy/anthy-el_9100-3_all.deb
anthy_9100-3.diff.gz
  to pool/main/a/anthy/anthy_9100-3.diff.gz
anthy_9100-3.dsc
  to pool/main/a/anthy/anthy_9100-3.dsc
anthy_9100-3_i386.deb
  to pool/main/a/anthy/anthy_9100-3_i386.deb
libanthy-dev_9100-3_i386.deb
  to pool/main/a/anthy/libanthy-dev_9100-3_i386.deb
libanthy0_9100-3_i386.deb
  to pool/main/a/anthy/libanthy0_9100-3_i386.deb


Override entries for your package:
anthy-el_9100-3_all.deb - optional utils
anthy_9100-3.dsc - source utils
anthy_9100-3_i386.deb - optional utils
libanthy-dev_9100-3_i386.deb - optional libdevel
libanthy0_9100-3_i386.deb - optional libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 413882 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of anthy_9100-3_i386.changes

2007-08-03 Thread Archive Administrator
anthy_9100-3_i386.changes uploaded successfully to localhost
along with the files:
  anthy_9100-3.dsc
  anthy_9100-3.diff.gz
  anthy-el_9100-3_all.deb
  anthy_9100-3_i386.deb
  libanthy0_9100-3_i386.deb
  libanthy-dev_9100-3_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



beep-media-player REMOVED from testing

2007-08-03 Thread Debian testing watch
FYI: The status of the beep-media-player source package
in Debian's testing distribution has changed.

  Previous version: 0.9.7.1+cvs20050803-2
  Current version:  (not in testing)
  Hint: 
# 20070711
Bug #422681: RM: beep-media-player -- RoM; RoQA; abandoned upstream; 
superseded by bmpx and audacious

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



bongo 20070203-3 MIGRATED to testing

2007-08-03 Thread Debian testing watch
FYI: The status of the bongo source package
in Debian's testing distribution has changed.

  Previous version: 20070203-2
  Current version:  20070203-3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



libwhisker-perl 1.8-2 MIGRATED to testing

2007-08-03 Thread Debian testing watch
FYI: The status of the libwhisker-perl source package
in Debian's testing distribution has changed.

  Previous version: 1.8-1
  Current version:  1.8-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



nikto 1.35-2 MIGRATED to testing

2007-08-03 Thread Debian testing watch
FYI: The status of the nikto source package
in Debian's testing distribution has changed.

  Previous version: 1.35-1.1
  Current version:  1.35-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of dlisp_0.3.2-3_amd64.changes

2007-08-03 Thread Archive Administrator
dlisp_0.3.2-3_amd64.changes uploaded successfully to localhost
along with the files:
  dlisp_0.3.2-3.dsc
  dlisp_0.3.2-3.diff.gz
  libdlisp0_0.3.2-3_amd64.deb
  libdlisp0-dev_0.3.2-3_amd64.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of update-cluster_0.41.5-5_amd64.changes

2007-08-03 Thread Archive Administrator
update-cluster_0.41.5-5_amd64.changes uploaded successfully to localhost
along with the files:
  update-cluster_0.41.5-5.dsc
  update-cluster_0.41.5-5.diff.gz
  update-cluster-hosts_0.41.5-5_all.deb
  update-cluster_0.41.5-5_amd64.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of xphoon_20000613-12_amd64.changes

2007-08-03 Thread Archive Administrator
xphoon_2613-12_amd64.changes uploaded successfully to localhost
along with the files:
  xphoon_2613-12.dsc
  xphoon_2613-12.diff.gz
  xphoon_2613-12_amd64.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of xzoom_0.3-20_amd64.changes

2007-08-03 Thread Archive Administrator
xzoom_0.3-20_amd64.changes uploaded successfully to localhost
along with the files:
  xzoom_0.3-20.dsc
  xzoom_0.3-20.diff.gz
  xzoom_0.3-20_amd64.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



dlisp_0.3.2-3_amd64.changes ACCEPTED

2007-08-03 Thread Debian Installer

Accepted:
dlisp_0.3.2-3.diff.gz
  to pool/main/d/dlisp/dlisp_0.3.2-3.diff.gz
dlisp_0.3.2-3.dsc
  to pool/main/d/dlisp/dlisp_0.3.2-3.dsc
libdlisp0-dev_0.3.2-3_amd64.deb
  to pool/main/d/dlisp/libdlisp0-dev_0.3.2-3_amd64.deb
libdlisp0_0.3.2-3_amd64.deb
  to pool/main/d/dlisp/libdlisp0_0.3.2-3_amd64.deb


Override entries for your package:
dlisp_0.3.2-3.dsc - source libs
libdlisp0-dev_0.3.2-3_amd64.deb - optional libdevel
libdlisp0_0.3.2-3_amd64.deb - optional libs

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



update-cluster_0.41.5-5_amd64.changes ACCEPTED

2007-08-03 Thread Debian Installer

Accepted:
update-cluster-hosts_0.41.5-5_all.deb
  to pool/main/u/update-cluster/update-cluster-hosts_0.41.5-5_all.deb
update-cluster_0.41.5-5.diff.gz
  to pool/main/u/update-cluster/update-cluster_0.41.5-5.diff.gz
update-cluster_0.41.5-5.dsc
  to pool/main/u/update-cluster/update-cluster_0.41.5-5.dsc
update-cluster_0.41.5-5_amd64.deb
  to pool/main/u/update-cluster/update-cluster_0.41.5-5_amd64.deb


Override entries for your package:
update-cluster-hosts_0.41.5-5_all.deb - extra admin
update-cluster_0.41.5-5.dsc - source admin
update-cluster_0.41.5-5_amd64.deb - extra admin

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xzoom_0.3-20_amd64.changes ACCEPTED

2007-08-03 Thread Debian Installer

Accepted:
xzoom_0.3-20.diff.gz
  to pool/main/x/xzoom/xzoom_0.3-20.diff.gz
xzoom_0.3-20.dsc
  to pool/main/x/xzoom/xzoom_0.3-20.dsc
xzoom_0.3-20_amd64.deb
  to pool/main/x/xzoom/xzoom_0.3-20_amd64.deb


Override entries for your package:
xzoom_0.3-20.dsc - source x11
xzoom_0.3-20_amd64.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xphoon_20000613-12_amd64.changes ACCEPTED

2007-08-03 Thread Debian Installer

Accepted:
xphoon_2613-12.diff.gz
  to pool/main/x/xphoon/xphoon_2613-12.diff.gz
xphoon_2613-12.dsc
  to pool/main/x/xphoon/xphoon_2613-12.dsc
xphoon_2613-12_amd64.deb
  to pool/main/x/xphoon/xphoon_2613-12_amd64.deb


Override entries for your package:
xphoon_2613-12.dsc - source games
xphoon_2613-12_amd64.deb - optional games

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#435201: Patch for htdig's noisy cron

2007-08-03 Thread Ted Percival

tags 435201 patch
thanks

Here's a patch for htdig's daily cron script to exit silently if it is 
not installed.


--
\0
diff -ruN htdig-3.2.0b6/debian/htdig.cron.daily htdig-3.2.0b6-new/debian/htdig.cron.daily
--- htdig-3.2.0b6/debian/htdig.cron.daily	2007-08-04 16:22:58.0 +1000
+++ htdig-3.2.0b6-new/debian/htdig.cron.daily	2007-08-04 16:38:38.0 +1000
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+if ! `which lockfile-create >/dev/null 2>&1` || [ ! -x /usr/bin/rundig ]; then
+	exit 0
+fi
+
 if ! lockfile-create /var/run/htdig.cron; then
 # Another htdig indexing cronjob is already running
 exit 0


Processed: Patch for htdig's noisy cron

2007-08-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 435201 patch
Bug#435201: htdig: cron.daily script fails noisily when package is not installed
There were no tags set.
Bug#435316: /etc/cron.daily/htdig: line 3: lockfile-create: command not found
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]