Processed: Reopening #306895: Wrong charset in myspell-bg

2010-09-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unarchive 306895
Bug #306895 {Done: Anton Zinoviev } [myspell-bg] Wrong 
charset in myspell-bg causing thunderbird spellcheck crashes
Unarchived Bug 306895
> found 306895 3.0-5
Bug #306895 {Done: Anton Zinoviev } [myspell-bg] Wrong 
charset in myspell-bg causing thunderbird spellcheck crashes
Bug Marked as found in versions bgoffice/3.0-5 and reopened.
> retitle 306895 wrong charset in myspell-bg
Bug #306895 [myspell-bg] Wrong charset in myspell-bg causing thunderbird 
spellcheck crashes
Changed Bug title to 'wrong charset in myspell-bg' from 'Wrong charset in 
myspell-bg causing thunderbird spellcheck crashes'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
306895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128350508017623.transcr...@bugs.debian.org



Bug#306895: Reopening #306895: Wrong charset in myspell-bg

2010-09-03 Thread Damyan Ivanov
unarchive 306895
found 306895 3.0-5
retitle 306895 wrong charset in myspell-bg
thanks

Today I was bitten again by this bug, the fix for which was reverted 
in 3.0-5.

It seems that OpenOffice.org and the other libraries accessing the 
dictionary cannot settle on one valid encoding name. OO.o insists on 
microsoft-cp1251, while the rest of the world understands cp1251.

Either an universally-acceptible charset should be used, or the file should 
be converted to UTF-8, which everybody should understand.

Gedit and other hunspell-using applications seem to be happy with 
Windows-1251 and cp1251, while OO.o only accepts microsoft-cp1251.

Converting the file (and the .dic) to UTF-8 and setting the SET header 
to that makes everyone happy.

I'll try to provide a patch for using UTF-8 for myspell-bg.


signature.asc
Description: Digital signature


Processed: owner 306895

2010-09-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> owner 306895 !
Bug #306895 [myspell-bg] wrong charset in myspell-bg
Owner recorded as Damyan Ivanov .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
306895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128350590822596.transcr...@bugs.debian.org



Processed: owner of 306895

2010-09-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 306895 !
Bug #306895 [myspell-bg] wrong charset in myspell-bg
Owner changed from Damyan Ivanov  to Damyan Ivanov 
.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
306895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128350648726040.transcr...@bugs.debian.org



Bug#306895: #306895: recode bg_BG.ff and bg_BG.dic to UTF-8

2010-09-03 Thread Damyan Ivanov
tags 306895 patch
thanks

Here is a patch that recodes bg_BG.aff and bg_BG.dic to UTF-8.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1283511677-6878-1-git-send-email-...@debian.org



Bug#306895: #306895: recode bg_BG.ff and bg_BG.dic to UTF-8

2010-09-03 Thread Damyan Ivanov
tags 306895 patch
thanks

Here relly is a patch that recodes bg_BG.aff and bg_BG.dic to UTF-8.

My first attempt with git-send-mail was unsuccessful.
From dff1c8eb730f657a2f190f7cf68b4b0157904457 Mon Sep 17 00:00:00 2001
From: Damyan Ivanov 
Date: Fri, 3 Sep 2010 13:50:14 +0300
Subject: [PATCH] recode bg_BG.aff and bg_BG.dic to UTF-8

This fixes #306895 in Debian and #346856 in Ubuntu.

Only these two files are recoded and the heading in bg_BG.add is changed from
'SET microsoft-1251' to 'SET UTF-8'

The .dic file becomes ~80% larger after the conversion (1.5MB), but I guess
this is a price to be paid.
---
 debian/changelog |8 
 debian/rules |5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc805be..cc62005 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+bgoffice (3.0-12) UNRELEASED; urgency=low
+
+  * convert bg_BG.{dic,aff} to UTF-8.
+Finally closes: #306895 and LP#346856 -- myspell: wrong charset for either
+OpenOffice.org or mozilla-thinderbird/gedit/gtranslator/...
+
+ -- Damyan Ivanov   Fri, 03 Sep 2010 12:42:13 +0300
+
 bgoffice (3.0-11) unstable; urgency=medium
 
   * QA upload.
diff --git a/debian/rules b/debian/rules
index e617ffb..b5481f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,12 +31,13 @@ build-stamp:
 	 }' ${build_dir}/bg_BG.aff >debian/bg_affix.dat
 	awk '{ \
 		if($$1 == "SET") \
-			print "SET microsoft-cp1251"; \
+			print "SET UTF-8"; \
 		else \
 			print; \
-	 }' ${build_dir}/bg_BG.aff >debian/bg_BG.aff
+	 }' ${build_dir}/bg_BG.aff | konwert cp1251-utf8 > debian/bg_BG.aff
 	awk -f debian/oo2ispell.awk <${build_dir}/bg_BG.aff >${build_dir}/bulgarian.aff
 	tail -n +2 <${build_dir}/bg_BG.dic | sort -t/ -k1,1 -f >${build_dir}/bulgarian.dic
+	konwert -O cp1251-utf8 ${build_dir}/bg_BG.dic
 	cd ${build_dir} && buildhash bulgarian.dic bulgarian.aff bulgarian.hash
 	LC_ALL=bg_BG sort ${build_dir}/bg_words.dat >${build_dir}/bulgarian
 	mkdir -p debian/docs
-- 
1.7.1



signature.asc
Description: Digital signature


Processed: Re: Bug#306895: #306895: recode bg_BG.ff and bg_BG.dic to UTF-8

2010-09-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 306895 patch
Bug #306895 [myspell-bg] wrong charset in myspell-bg
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
306895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12835124439014.transcr...@bugs.debian.org



Bug#595309: Removed package(s) from unstable

2010-09-03 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

a2ps-perl-ja | 1.45-5 | source, all

--- Reason ---
RoQA; dead upstream, unused, orphaned
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 595...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/595309

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orusr-a0...@franck.debian.org



Bug#595304: Removed package(s) from unstable

2010-09-03 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

grokking-the-gimp |  1.0-2 | source, all

--- Reason ---
RoQA; outdated, orphaned for a long time
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 595...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/595304

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oruwn-gl...@franck.debian.org



Bug#595305: Removed package(s) from unstable

2010-09-03 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

sillypoker |   0.25.5-6 | source, alpha, amd64, armel, hppa, hurd-i386, i386, 
ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc

--- Reason ---
RoQA; dead upstream, orphaned, replacements exist, unused
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 595...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/595305

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oruyt-000243...@franck.debian.org



Bug#537259: Removed package(s) from unstable

2010-09-03 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   skencil |  0.6.17-17 | source
   skencil | 0.6.17-17+b1 | alpha, amd64, hppa, hurd-i386, i386, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
   skencil | 0.6.17-17+b2 | armel, ia64

--- Reason ---
RoQA; orphaned, dead upstream
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 537...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/537259

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orv0j-0002ur...@franck.debian.org



Bug#595306: Removed package(s) from unstable

2010-09-03 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   sdr |  3.0-7 | source, alpha, amd64, armel, hppa, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc

--- Reason ---
RoQA; orphaned, unused, dead upstream
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 595...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/595306

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orv1g-0002dv...@franck.debian.org



Bug#595301: Removed package(s) from unstable

2010-09-03 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

9mount |  1.3-7 | source, alpha, amd64, armel, hppa, i386, ia64, mips, 
mipsel, powerpc, s390, sparc
9mount-dbg |  1.3-7 | alpha, amd64, armel, hppa, i386, ia64, mips, mipsel, 
powerpc, s390, sparc

--- Reason ---
RoQA; orphaned, unused
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 595...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/595301

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orv2m-0002kp...@franck.debian.org



Bug#595302: Removed package(s) from unstable

2010-09-03 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

   crossvc |1.5.2-2 | source, alpha, amd64, armel, hppa, i386, ia64, mips, 
mipsel, powerpc, s390, sparc

--- Reason ---
RoQA; unused, orphaned, outdated
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 595...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/595302

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orv8q-0003bz...@franck.debian.org



Bug#139506: marked as done (sketch: add-on package: curvetext)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Sep 2010 16:35:33 +
with message-id 
and subject line Package skencil has been removed from Debian
has caused the Debian Bug report #139506,
regarding sketch: add-on package: curvetext
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
139506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=139506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sketch
Version: 0.6.12-7
Severity: wishlist

There are several nice add-on packages for sketch.
It would be cool to have some of them as Debian packages.

For instance the curvetext plug-in is very useful in creating logos.
It has additional requirements, so making it
a sketch-curvetext package depending on freetype.

Thanks for the nice packaging work.


--- End Message ---
--- Begin Message ---
Version: 0.6.17-17+rm

You filed the bug http://bugs.debian.org/139506 in Debian BTS
against the package skencil. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/537259. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#366367: marked as done (skencil: Python maxint warning)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Sep 2010 16:35:33 +
with message-id 
and subject line Package skencil has been removed from Debian
has caused the Debian Bug report #366367,
regarding skencil: Python maxint warning
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
366367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=366367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: skencil
Version: 0.6.17-3
Severity: minor


On install, I get:

/usr/lib/skencil/Plugins/Filters/Lib/drawfile.py:1295: FutureWarning: 
hex/oct constants > sys.maxint will return positive values in Python 2.4 
and up
  self.x2 = 0x8000
/usr/lib/skencil/Plugins/Filters/Lib/drawfile.py:1296: FutureWarning: 
hex/oct constants > sys.maxint will return positive values in Python 2.4 
and up
  self.y2 = 0x8000


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages skencil depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  python2.3.5-5An interactive high-level object-o
ii  python2.3-imaging-tk  1.1.5-4Python Imaging Library ImageTk Mod
ii  tcl8.48.4.12-1   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.12-1   Tk toolkit for Tcl and X11, v8.4 -

skencil recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 0.6.17-17+rm

You filed the bug http://bugs.debian.org/366367 in Debian BTS
against the package skencil. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/537259. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#387148: marked as done (sk2ps: locale dependent error)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Sep 2010 16:35:33 +
with message-id 
and subject line Package skencil has been removed from Debian
has caused the Debian Bug report #387148,
regarding sk2ps: locale dependent error
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
387148: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387148
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: skencil
Version: 0.6.17-7
Severity: normal

With attached file (a trivial one, just a rectangle), running sk2ps in my
spanish locale gives an error,

-
$ sk2ps example.sk kk.ps
error in line 6
Traceback (most recent call last):
  File "/usr/lib/skencil/Plugins/Filters/skloader.py", line 469, in Load
funcname, args, kwargs = parse(line)
SyntaxError: ')' expected
Traceback (most recent call last):
  File "/usr/bin/sk2ps", line 141, in ?
result = main()
  File "/usr/bin/sk2ps", line 138, in main
rotate = rotate, embed_fonts = embed_fonts)
  File "/usr/bin/sk2ps", line 39, in sk2ps
doc = load.load_drawing(filename)
  File "/usr/lib/skencil/Sketch/Base/load.py", line 368, in load_drawing
return load_drawing_from_file(file, filename)
  File "/usr/lib/skencil/Sketch/Base/load.py", line 343, in
load_drawing_from_file
doc = loader.Load()
  File "/usr/lib/skencil/Plugins/Filters/skloader.py", line 506, in Load
raise SketchLoadError('%d:%s' % (num, value))
Sketch.skexceptions.SketchLoadError: 6:')' expected
-

However, everything works well with C locale, both setting LANG or LC_ALL

  $ LANG=C sk2ps example.sk kk.ps

and in particular with LC_NUMERIC set to C,

  $ LC_NUMERIC=C sk2ps example.sk kk.ps

and the bug reappear with other LC_* stuff.

This bug might be related with the fact that in spanish locale decimal
separator is comma instead of dot.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)

Versions of packages skencil depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  python   2.4.3-11An interactive high-level object-o
ii  python-imaging-tk1.1.5-11Python Imaging Library ImageTk Mod
ii  python-support   0.5 automated rebuilding support for p
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8
ii  tk8.48.4.12-1Tk toolkit for Tcl and X11, v8.4 -

skencil recommends no packages.

-- no debconf information

-- 
Agustin
##Sketch 1 2
document()
layout('A4',0)
layer('Capa 1',1,1,0,0,(0,0,0))
lw(1)
r(51.7134,0,0,-34.4756,211.449,638.572)
guidelayer('L\xedneas gu\xeda',1,0,0,1,(0,0,1))
grid((0,0,20,20),0,(0,0,1),'Rejilla')
--- End Message ---
--- Begin Message ---
Version: 0.6.17-17+rm

You filed the bug http://bugs.debian.org/387148 in Debian BTS
against the package skencil. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/537259. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#390070: marked as done (skencil: RedrawMethod failures)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Sep 2010 16:35:33 +
with message-id 
and subject line Package skencil has been removed from Debian
has caused the Debian Bug report #390070,
regarding skencil: RedrawMethod failures
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
390070: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390070
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: skencil
Version: 0.6.17-7
Severity: normal

I get numerous errors like the below:

--- Calling RedrawMethod failed---
Traceback (most recent call last):
  File "/usr/lib/skencil/Sketch/UI/ruler.py", line 251, in RedrawMethod
self.draw_ruler_vertical()
  File "/usr/lib/skencil/Sketch/UI/ruler.py", line 333, in draw_ruler_vertical
DrawString(dx - TextWidth(text), pos, text)
OverflowError: signed integer is greater than maximum
---

I get one of these when invoking skencil from the shell, then
many when resizing the skencil window even with a blank page.
Also, I do not see any rulers rendered.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8-tirith
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages skencil depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  python   2.4.3-11An interactive high-level object-o
ii  python-imaging-tk1.1.5-11Python Imaging Library ImageTk Mod
ii  python-support   0.5.1   automated rebuilding support for p
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8
ii  tk8.48.4.12-1Tk toolkit for Tcl and X11, v8.4 -

skencil recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 0.6.17-17+rm

You filed the bug http://bugs.debian.org/390070 in Debian BTS
against the package skencil. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/537259. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#404298: marked as done (skencil: Using fonts for fontnames leads to illegibility)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Sep 2010 16:35:33 +
with message-id 
and subject line Package skencil has been removed from Debian
has caused the Debian Bug report #404298,
regarding skencil: Using fonts for fontnames leads to illegibility
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
404298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: skencil
Version: 0.6.17-7
Severity: normal


When a font is used to display its own name,
things can get illegible.Symbol fonts are an obvious
problem, as are IPA (phonetic) fonts (the tipa package)
and Chinese/Japanese.  Wingdings, too.

Ideally, the font name should be displayed in a default
font, and then a small sample of text should be displayed
in the font itself.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages skencil depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  python   2.4.4-1 An interactive high-level object-o
ii  python-imaging-tk1.1.5-11Python Imaging Library ImageTk Mod
ii  python-support   0.5.6   automated rebuilding support for p
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8
ii  tk8.48.4.12-1Tk toolkit for Tcl and X11, v8.4 -

skencil recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 0.6.17-17+rm

You filed the bug http://bugs.debian.org/404298 in Debian BTS
against the package skencil. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/537259. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#521161: marked as done (skencil: lenght typo)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Sep 2010 16:35:33 +
with message-id 
and subject line Package skencil has been removed from Debian
has caused the Debian Bug report #521161,
regarding skencil: lenght typo
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
521161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: skencil
Version: 0.6.17-16
Severity: normal


Surprisingly, some msgstr's in po files actually contain python code that gets
executed.

In fr.po, s/lenght/length/g.

Thanks,

pjrm.


-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages skencil depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  python2.5.2-3An interactive high-level object-o
ii  python-imaging-tk 1.1.6-3Python Imaging Library - ImageTk M
ii  python-support0.8.4  automated rebuilding support for P
ii  tcl8.48.4.19-2   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.19-2   Tk toolkit for Tcl and X11, v8.4 -

skencil recommends no packages.

Versions of packages skencil suggests:
pn  gsfonts-x11(no description available)
pn  python-reportlab   (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.6.17-17+rm

You filed the bug http://bugs.debian.org/521161 in Debian BTS
against the package skencil. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/537259. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#554241: marked as done (SVG support requires python-xml, but package has no dependency)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri, 03 Sep 2010 16:35:32 +
with message-id 
and subject line Package skencil has been removed from Debian
has caused the Debian Bug report #554241,
regarding SVG support requires python-xml, but package has no dependency
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
554241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: skencil
Version: 0.6.17-16
Severity: minor

Hi,

I tried to open an SVG file with skencil, but then the program told me
explicitly that I need to install the python-xml package to do that.

Please add a Suggests or a Recommends relationship to facilitate that
in the future. TIA.

-- 
 2. That which causes joy or happiness.


--- End Message ---
--- Begin Message ---
Version: 0.6.17-17+rm

You filed the bug http://bugs.debian.org/554241 in Debian BTS
against the package skencil. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/537259. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#270960: marked as done (sillypoker: bug with folding)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri,  3 Sep 2010 18:04:20 +0200 (CEST)
with message-id <20100903160420.3a0ae41...@debomatic.prov.tv.dmz>
and subject line Package sillypoker has been removed from Debian
has caused the Debian Bug report #270960,
regarding sillypoker: bug with folding
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
270960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270960
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sillypoker
Version: 0.25.5-5
Severity: normal

If the people you are playing against fold, and you accidentally fold too,
the game locks up.
tested while down to playing against one computer person,  and playing 5 card 
draw, they folded, I accidentally folded, and the game locked.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=en_AU, LC_CTYPE=en_AU

Versions of packages sillypoker depends on:
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.1-7GCC support library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libstdc++5  1:3.3.4-9The GNU Standard C++ Library v3

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 0.25.5-6+rm

You filed the bug http://bugs.debian.org/270960 in Debian BTS
against the package sillypoker. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/595305. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


Bug#362546: marked as done (sillypoker: doesn't realize when all computer players are out)

2010-09-03 Thread Debian Bug Tracking System
Your message dated Fri,  3 Sep 2010 18:04:20 +0200 (CEST)
with message-id <20100903160420.43b2041...@debomatic.prov.tv.dmz>
and subject line Package sillypoker has been removed from Debian
has caused the Debian Bug report #362546,
regarding sillypoker: doesn't realize when all computer players are out
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
362546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sillypoker
Version: 0.25.5-5
Severity: normal

The game doesn't seem to acknowledg when you have beeten all the computer 
players, and leaves you playing against yourself.
Perhaps some sort of congratulations, then return to the main menu?


-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (1000, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages sillypoker depends on:
ii  libc6 2.3.6-6GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-1  GCC support library
pi  libncurses5   5.5-1  Shared libraries for terminal hand
pi  libstdc++51:3.3.6-13 The GNU Standard C++ Library v3

sillypoker recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 0.25.5-6+rm

You filed the bug http://bugs.debian.org/362546 in Debian BTS
against the package sillypoker. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/595305. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna

--- End Message ---


displaycalibrator.app REMOVED from testing

2010-09-03 Thread Debian testing watch
FYI: The status of the displaycalibrator.app source package
in Debian's testing distribution has changed.

  Previous version: 0.7-5
  Current version:  (not in testing)
  Hint: Package not in unstable

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 once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orzih-0007ec...@franck.debian.org



Bug#564938: wip: should this package be removed?

2010-09-03 Thread Moritz Muehlenhoff
severity 564938 normal
reassign 564938 ftp.debian.org
retitle 564938 RM: wip -- RoQA; unused, orphaned since 3.5 years, dead upstream
thanks 

On Tue, Jan 12, 2010 at 09:12:46PM +, Simon McVittie wrote:
> Source: wip
> Severity: wishlist
> User: debian...@lists.debian.org
> Usertags: proposed-removal
> 
> wip seems like a candidate for removal from non-free:
> 
> * orphaned
> * non-free
> * low popcon (20 votes)
> * no upstream releases in 10 years
> * alternatives exist (presumably... it's described as plotting software)
> 
> If you want to keep this package around in Debian, please just close this bug.
> 
> If you don't think it's worth keeping, please send the following commands
> to cont...@bugs.debian.org, replacing nn with this bug's number:

Going ahead with the removal.

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100903220802.ga22...@inutil.org



Processed: Re: wip: should this package be removed?

2010-09-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 564938 normal
Bug #564938 [src:wip] wip: should this package be removed?
Severity set to 'normal' from 'wishlist'

> reassign 564938 ftp.debian.org
Bug #564938 [src:wip] wip: should this package be removed?
Bug reassigned from package 'src:wip' to 'ftp.debian.org'.
> retitle 564938 RM: wip -- RoQA; unused, orphaned since 3.5 years, dead 
> upstream
Bug #564938 [ftp.debian.org] wip: should this package be removed?
Changed Bug title to 'RM: wip -- RoQA; unused, orphaned since 3.5 years, dead 
upstream' from 'wip: should this package be removed?'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
564938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564938
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12835516874640.transcr...@bugs.debian.org



Vente privée : Fitflop et Neosens à -50 pourcent !

2010-09-03 Thread Spartoo par Actu-shop
Actu-shop vous propose de tirer avantage des nouveautés de son partenaire 
Spartoo.
--



Bonjour,

Nouvelle vente privée de Spartoo sur Fitflop et Neosens. Economisez jusqu'a -50 
poucent !

Vite j'en profite ! je vais sur le lien ci-après ou bien je le copie/colle dans 
mon logiciel de navigation :
-> http://p2tre.emv3.com/HS?a=DNX7CqlWHbVu8SA9MKJMDB3nGHxKLN1T2wwo

A plus tard avec Actu-shop !

Amélie



--
Pour être sûr de réceptionner tous nos courriers, ajoutez-nous à votre carnet 
d'adresses :
http://p2tre.emv3.com/HS?a=DNX7CqlWHbVu8SA9MKJMDB3nGHxKLN1T3Qwm
Transmettez à vos amis cette information :
http://p2tre.emv3.com/HSL?lang=fr&a=DNX7CqlWHbVu8SA9MKJMDB3nGHxKLJ3zygs5
Ne plus m'adresser de courrier Actu-shop à mon adresse, je suis le lien :
http://p2tre.emv3.com/HD?a=DNX7CqlWHbVu8SA9MKJMDB3nGHxKLN1T0gwh