Bug#291432: Cint

2005-01-20 Thread Seo Sanghyeon
> gTybalt also depends upon a few other pieces of open-source code
> (cint, nestedsums, NTL) that aren't currently packaged for Debian.

I certainly remembers that Cint was once in the Debian archive.
So I searched snapshot.debian.net.

http://snapshot.debian.net/package/cint

What happened to it?

Seo Sanghyeon


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



Bug#292485: bzip2: bz2exe would be useful

2005-01-27 Thread Seo Sanghyeon
Package: bzip2
Version: 1.0.2-3
Severity: wishlist


It would be useful is bz2exe is provided, like gzexe.

gzexe is a shell script, and I could produce bz2exe and confirm it
working, as following:

sed -e s,/bin/gzip,/usr/bin/bzip2, -e s,gzip,bzip2, /bin/gzexe > bz2exe

Thanks in advance. :-)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages bzip2 depends on:
ii  libbz2-1.0  1.0.2-3  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#338572: FHS: Python distutils should be configured to install under /usr/local by default

2005-11-10 Thread Seo Sanghyeon
Package: python
Version: 2.3.5-3

This bug is filed to python, but should apply to python2.1, python2.2,
python2.3, python2.4, and future Python versions.

Filesystem Hierarchy Standard says:
The /usr/local hierarchy is for use by the system administrator when
installing software locally.

Installing Python Modules says: (section 3.2)
Consider that many Linux distributions put Python in /usr, rather
than the more traditional /usr/local. This is entirely appropriate,
since in those cases Python is part of the system rather than a local
add-on. However, if you are installing Python modules from source, you
probably want them to go in /usr/local/lib/python2.X rather than
/usr/lib/python2.X. This can be done with... (snip)

Instead of referring confused users to the distutils manual all the time,
Debian's Python should be configured to install under /usr/local when
using distutils to do local install by default.

This can be done by shipping distutils configuration file, documented
in "Installing Python Modules" section 5.

Its location should be $prefix/lib/python$ver/distutils/distutils.cfg.

The distutils configuration files are grouped into sections. There is
one section for each distutils command. Each section consists of one
option per line, specified as option=value. (section 5.2 rephrase)

As commandline should be python setup.py install --prefix=/usr/local,
converted to configuration file, this becomes:

[install]
prefix = /usr/local

Thanks for reading.

Seo Sanghyeon


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



Bug#344877: python-twisted: New upstream release

2005-12-27 Thread Seo Sanghyeon
Package: python-twisted
Version: 2.0.1-5
Severity: wishlist

Twisted 2.1.0 is available.

-- 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.14-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages python-twisted depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python-zopeinterface  3.0.1-1Python library for API definitions
ii  python2.3-twisted 2.0.1-5Event-based framework for internet

Versions of packages python-twisted recommends:
pn  python-pam (no description available)
pn  python-pyopenssl   (no description available)
pn  python-serial  (no description available)

-- no debconf information


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



Bug#344878: pyro: New upstream version

2005-12-27 Thread Seo Sanghyeon
Package: pyro
Version: 3.4-3
Severity: wishlist

Pyro 3.5 is available and users of older versions are recommended to
upgrade.

-- 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.14-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages pyro depends on:
ii  python2.3.5-3An interactive high-level object-o

pyro recommends no packages.

-- no debconf information


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



Bug#344977: python-cheetah: New upstream release

2005-12-27 Thread Seo Sanghyeon
Package: python-cheetah
Version: 0.9.16-1
Severity: wishlist

Cheetah 1.0 is now available.


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



Bug#335991: python-tz

2005-11-15 Thread Seo Sanghyeon
Vittorio Palmisano wrote:
> yes, but python-tz should be compiled also for python2.4...

Well, it is.

http://packages.debian.org/unstable/python/python2.3-tz
http://packages.debian.org/unstable/python/python2.4-tz

Seo Sanghyeon


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



Bug#339768: llvm: New upstream version

2005-11-18 Thread Seo Sanghyeon
Package: llvm
Version: 1.4-4
Severity: wishlist

LLVM 1.6 was released 2005-11-08.

Seo Sanghyeon


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



Bug#339830: eclipse-rcp: should not depend on eclipse-sdk?

2005-11-18 Thread Seo Sanghyeon
Package: eclipse-rcp
Version: 3.1.1-5

eclipse-rcp's short description says "It doesn't include any development
plug-ins" and lists eclipse-jdt, eclipse-pde, eclipse-sdk as examples of
such development plugins.

But eclipse-rcp depends on eclipse-sdk. Why?

Seo Sanghyeon


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



Bug#339998: Python 2.3 zipimport on 64bit platforms

2005-11-22 Thread Seo Sanghyeon
This is fixed upstream, and the fix is one-liner:
http://svn.python.org/view?rev=34074&view=rev

Upstream even states that this is "2.3 backport candidate". Apparently,
it wasn't actually backported.

Please fix this, as setuptools, which uses zipimoprt, is getting popular
in the Python world. I'd even suggest that this be fixed in Sarge...

Seo Sanghyeon


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



Bug#263417: pysnmp status?

2005-06-06 Thread Seo Sanghyeon
What is the status of PySNMP packaging?

In the meantime, Jan Luebbe packaged this and requested for sponsor.
http://lists.debian.org/debian-mentors/2005/01/msg00435.html

Seo Sanghyeon


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



Bug#313209: openacs-doc without openacs?

2005-06-12 Thread Seo Sanghyeon
Package: openacs-doc
Version: 3.2.5-2

There is no openacs package now... Why is openacs-doc still
in the archive?


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



Bug#313313: /usr/share/doc/python-twisted symlink wrong

2005-06-12 Thread Seo Sanghyeon
Package: python-twisted
Version: 2.0.1-2
Severity: minor

/usr/share/doc/python-twisted links to python-twisted2.3, which
does not exist. Should be python2.3-twisted.

-- 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.11-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages python-twisted depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python-zopeinterface  3.0.1-1Python library for API definitions
ii  python2.3-twisted 2.0.1-2Event-based framework for internet

-- no debconf information


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



Bug#313203: Some comments on archmage packaging

2005-06-14 Thread Seo Sanghyeon
First, this package does look useful. I like the idea of Apache module
for viewing CHM file, and web interface looks very good.

Some comments:

1) Is there any reason to use Python 2.2? I did a simple rebuild with
s/2.2/2.3/ and it seems to work fine. But perhaps it should just use
the default Python version. See Debian Python Policy 3.1 for Python
programs using the default version.

2) Is there any chance that it can use Debian-packaged chmlib
http://packages.debian.org/chmlib instead of its local copy?

3) It has files automatically generated by SWIG, but SWIG interface
file is nowhere to be found. I don't think it's distributable as-is.
chmlib/wrapper.c and chmlib/chmlib.py can't be considered as sources.

Seo Sanghyeon


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



Bug#306112: Patch: rebuild with recent pyuic

2005-04-24 Thread Seo Sanghyeon
tags 306112 patch
thanks

Hello, I am sanxiyn that Nils mentioned in the bug report. I found that
the offending code is autogenerated by pyuic, and rebuilding with recent
pyuic fixes the problem.

Patch attached.
diff -u kodos-2.4.5/debian/changelog kodos-2.4.5/debian/changelog
--- kodos-2.4.5/debian/changelog
+++ kodos-2.4.5/debian/changelog
@@ -1,3 +1,9 @@
+kodos (2.4.5-3) unstable; urgency=low
+
+  * Rebuild with recent pyuic (closes: #306112).
+
+ -- Seo Sanghyeon <[EMAIL PROTECTED]>  Sun, 24 Apr 2005 20:52:06 +0900
+
 kodos (2.4.5-2) unstable; urgency=low
 
   * Fix python dependency (closes: #277053).
diff -u kodos-2.4.5/debian/control kodos-2.4.5/debian/control
--- kodos-2.4.5/debian/control
+++ kodos-2.4.5/debian/control
@@ -2,12 +2,12 @@
 Section: python
 Priority: optional
 Maintainer: Matthias Klose <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.67), python-dev (>= 2.3), python-dev 
(<< 2.4)
+Build-Depends-Indep: debhelper (>= 4.1.67), python-dev (>= 2.3), python-dev 
(<< 2.4), pyqt-tools (>= 3.14)
 Standards-Version: 3.6.1
 
 Package: kodos
 Architecture: all
-Depends: ${python:Depends}, python-qt3, python-dev
+Depends: ${python:Depends}, python-qt3 (>= 3.14), python-dev
 Description: A visual regular expression editor
  Kodos is an application to aid in the creation and debugging of
  regular expressions in python. The GUI for Kodos should eliminate the
diff -u kodos-2.4.5/debian/rules kodos-2.4.5/debian/rules
--- kodos-2.4.5/debian/rules
+++ kodos-2.4.5/debian/rules
@@ -23,6 +23,8 @@
 build: build-stamp
 build-stamp:
dh_testdir
+   cp -a modules modules.old
+   for f in modules/*.ui; do pyuic $$f > $${f/ui/py}; done
python setup.py build
touch build-stamp
 
@@ -32,6 +34,7 @@
rm -f build-stamp
rm -rf build
-find . -name '*.py[co]' | xargs rm -f
+   if [ -d modules.old ]; then rm -rf modules; mv modules.old modules; fi
dh_clean 
 
 install: build


Bug#309580: python-beautifulsoup: New upstream version

2005-05-17 Thread Seo Sanghyeon
Package: python-beautifulsoup
Version: 1.2+cvs20041017-1
Severity: wishlist

New upstream version of BeautifulSoup, with many new features and
bugfixes is available: Release 2.1.0 (2005/05/04).

Changelog here:
http://www.crummy.com/software/BeautifulSoup/CHANGELOG.html

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages python-beautifulsoup depends on:
ii  python2.3.5-2An interactive high-level object-o

-- no debconf information


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



Bug#293427: file: Magic for LLVM bytecode

2005-02-03 Thread Seo Sanghyeon
Package: file
Version: 4.12-1
Severity: wishlist


It would be nice to recognize LLVM bytecode files. (LLVM is ITP'd
#239415.)

Format (and magic) is documented here:
http://llvm.cs.uiuc.edu/docs/BytecodeFormat.html#signature

My suggested patch:

# LLVM bytecode
0   string  llvmLLVM bytecode, uncompressed
0   string  llvc0   LLVM bytecode, null compressed
0   string  llvc1   LLVM bytecode, gzip compressed
0   string  llvc2   LLVM bytecode, bzip2 compressed

Thanks.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages file depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libmagic1   4.12-1   File type determination library us
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#306947: Please rename to python-statgrab

2005-04-29 Thread Seo Sanghyeon
Package: pystatgrab
Version: 0.3-1
Severity: serious

Debian Python Policy 2.3 states:

Python module packages should be named for the primary module provided.
The naming convention for a module Foo is python-foo for the package for
the default Python version (the default module package).

Please rename this package to python-statgrab. Thanks!

Seo Sanghyeon


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



Bug#277666: 2.0 release

2005-04-29 Thread Seo Sanghyeon
Quixote 2.0, now stable, has been released 2005-04-12.

Seo Sanghyeon


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



Bug#292942: paramiko status?

2005-05-04 Thread Seo Sanghyeon
What is the status of paramiko packaging?

I see a preliminary packaging of 1.1 -- and it *really* is preliminary,
it seems. Upstream since progressed to 1.3.

Seo Sanghyeon


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



Bug#305639: pyparsing 1.3 features

2005-05-04 Thread Seo Sanghyeon
In addition to other changes (including cool ones like new Keyword
class), pyparsing 1.3 introduced two fixes which is rather critical
for me.

First, Unicode support in the grammar. Second, support for escaped
quotes in quotedString primitive.

Seo Sanghyeon


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



Bug#299783: ITP: python-enchant -- A spellchecking library for Python

2005-03-16 Thread Seo Sanghyeon
Package: wnpp
Severity: wishlist
Owner: Seo Sanghyeon <[EMAIL PROTECTED]>


* Package name: python-enchant
  Version : 1.1.0
  Upstream Author : Ryan Kelly <[EMAIL PROTECTED]>
* URL : http://pyenchant.sourceforge.net/
* License : LGPL with a special exception to link to non-free
spell checker backend (e.g. Microsoft Office
spell checker)
  Description : A spellchecking library for Python

PyEnchant consists of Python binding to Enchant spellchecking
library and some wrapper classes. It includes all the functionality
of Enchant in Pythonic object-oriented interface, and also provides
some higher-level functionality than is available in the C API.

I consider my package ready. sources.list is:
deb-src http://mentors.debian.net/debian/ unstable main

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)


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



Bug#293902: NetSNMP 5.2?

2005-06-21 Thread Seo Sanghyeon
Sarge is now out. Wouldn't it make sense to at least upload NetSNMP
5.2 to experimental, to replace pre-release currently there?


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



Bug#315249: mozilla-thunderbird-locale-ko: Does not work

2005-06-21 Thread Seo Sanghyeon
Package: mozilla-thunderbird-locale-ko
Version: 1.0.2.1-1
Severity: grave
Justification: renders package unusable

I installed this package, but Thunderbird's menu still comes out in
English. What's going on?

-- 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.8-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages mozilla-thunderbird-locale-ko depends on:
ii  mozilla-thunderbird   1.0.2-3Mozilla Thunderbird standalone mai

mozilla-thunderbird-locale-ko recommends no packages.

-- no debconf information


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



Bug#315249: Follow-up

2005-06-21 Thread Seo Sanghyeon
reassign 315249 mozilla-thunderbird
thanks

According to Yooseong Yang, this bug happens only if you install Mozilla
Thunderbird and locale package *together*, but not when you install them
separately. I confirmed this, and he confirmed that the same problem
exists for other mozilla-thunderbird-locale-* packages. So this seems
to be a general problem.

Seo Sanghyeon


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



Bug#137090: Patch: build zxJDBC

2005-07-16 Thread Seo Sanghyeon
# JDC -> JDBC
retitle 137090 jython: Doesn't build zxJDBC
tags 137090 patch
thanks

Attached patch builds zxJDBC using libmysql-java and libpgjava, which
are in main now. Seems to work well in my testing so far.

Seo Sanghyeon
diff -u jython-2.1.0/Makefile jython-2.1.0/Makefile
--- jython-2.1.0/Makefile
+++ jython-2.1.0/Makefile
@@ -8,6 +8,13 @@
 .PHONY: installer
 
 SUBDIRS= \
+   com/ziclix/python/sql \
+   com/ziclix/python/sql/connect \
+   com/ziclix/python/sql/handler \
+   com/ziclix/python/sql/pipe \
+   com/ziclix/python/sql/pipe/csv \
+   com/ziclix/python/sql/pipe/db \
+   com/ziclix/python/sql/util \
org/apache/oro/text/regex \
org/python/parser \
org/python/compiler \
diff -u jython-2.1.0/debian/rules jython-2.1.0/debian/rules
--- jython-2.1.0/debian/rules
+++ jython-2.1.0/debian/rules
@@ -32,6 +32,7 @@
# Prepare the jar.
-rm -rf jardir
mkdir jardir
+   cp -r com jardir
cp -r org jardir
cp -r Lib/jxxload_help jardir
rm -rf `find jardir -name CVS`
diff -u jython-2.1.0/debian/control jython-2.1.0/debian/control
--- jython-2.1.0/debian/control
+++ jython-2.1.0/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Ben Burton <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), fastjar, jikes-gij, 
libreadline-java (>= 0.6), libservlet2.3-java, python2.1
+Build-Depends-Indep: debhelper (>> 3.0.0), fastjar, jikes-gij, 
libreadline-java (>= 0.6), libservlet2.3-java, libmysql-java, libpgjava, 
python2.1
 Standards-Version: 3.6.1
 
 Package: jython
diff -u jython-2.1.0/debian/changelog jython-2.1.0/debian/changelog
--- jython-2.1.0/debian/changelog
+++ jython-2.1.0/debian/changelog
@@ -1,3 +1,10 @@
+jython (2.1.0-20.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build zxJDBC using libmysql-java and libpgjava (closes: #137090).
+
+ -- Seo Sanghyeon <[EMAIL PROTECTED]>  Sun, 17 Jul 2005 00:00:07 +0900
+
 jython (2.1.0-20) unstable; urgency=low
 
   * Use libservlet2.3-java instead of libservlet2.2-java (closes: #301042).
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/connect/Makefile
+++ jython-2.1.0/com/ziclix/python/sql/connect/Makefile
@@ -0,0 +1,2 @@
+include ../../../../../Misc/make.rules
+CLASSPATH = ../../../../..
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/handler/MySQLDataHandler.java
+++ jython-2.1.0/com/ziclix/python/sql/handler/MySQLDataHandler.java
@@ -44,8 +44,8 @@
 */
public PyObject getRowId(Statement stmt) throws SQLException {
 
-   if (stmt instanceof org.gjt.mm.mysql.Statement) {
-   return 
Py.newInteger(((org.gjt.mm.mysql.Statement)stmt).getLastInsertID());
+   if (stmt instanceof com.mysql.jdbc.Statement) {
+   return 
Py.newInteger(((com.mysql.jdbc.Statement)stmt).getLastInsertID());
}
 
return super.getRowId(stmt);
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/handler/PostgresqlDataHandler.java
+++ jython-2.1.0/com/ziclix/python/sql/handler/PostgresqlDataHandler.java
@@ -48,8 +48,8 @@
 */
public PyObject getRowId(Statement stmt) throws SQLException {
 
-   if (stmt instanceof org.postgresql.Statement) {
-   return 
Py.newInteger(((org.postgresql.Statement)stmt).getInsertedOID());
+   if (stmt instanceof org.postgresql.PGStatement) {
+   return 
Py.newInteger(((org.postgresql.PGStatement)stmt).getLastOID());
}
 
return super.getRowId(stmt);
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/handler/Makefile
+++ jython-2.1.0/com/ziclix/python/sql/handler/Makefile
@@ -0,0 +1,3 @@
+SKIP = InformixDataHandler.class OracleDataHandler.class
+include ../../../../../Misc/make.rules
+CLASSPATH = 
../../../../..:/usr/share/java/mysql.jar:/usr/share/java/postgresql.jar
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/pipe/csv/Makefile
+++ jython-2.1.0/com/ziclix/python/sql/pipe/csv/Makefile
@@ -0,0 +1,2 @@
+include ../../../../../../Misc/make.rules
+CLASSPATH = ../../../../../..
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/pipe/db/Makefile
+++ jython-2.1.0/com/ziclix/python/sql/pipe/db/Makefile
@@ -0,0 +1,2 @@
+include ../../../../../../Misc/make.rules
+CLASSPATH = ../../../../../..
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/pipe/Makefile
+++ jython-2.1.0/com/ziclix/python/sql/pipe/Makefile
@@ -0,0 +1,2 @@
+include ../../../../../Misc/make.rules
+CLASSPATH = ../../../../..
only in patch2:
unchanged:
--- jython-2.1.0.orig/com/ziclix/python/sql/util/Makefile
+++ jython-2.1.0/com/ziclix/python/sql/util/Makefile
@@ -0,0 +1,2 @@
+include ../../../../../Misc/make.rules
+CLASSPATH = ../../../../..
only in patch2:
uncha

Bug#302172: kid: New upstream release

2005-03-30 Thread Seo Sanghyeon
Package: kid
Version: 0.5.1-1
Severity: wishlist

Kid 0.6.3 is available since 2005-03-14.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages kid depends on:
ii  python  2.3.5-2  An interactive high-level object-o
ii  python-elementtree  1.2.4-20041228-1 container objects for hierarchical

-- no debconf information


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



Bug#112118: python-visual Package

2005-03-30 Thread Seo Sanghyeon
Floris Bruynooghe packaged new, Boost-based VPython for Debian:
http://www.soton.ac.uk/~fb102/Debian/

Floris Bruynooghe, do you intend to include your package to the
official Debian archive? Your package seems to be fine.

debian-wnpp readers, if you are a DD and interested, please reply.

Seo Sanghyeon


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



Bug#302637: enchant: New upstream release

2005-04-01 Thread Seo Sanghyeon
Package: enchant
Severity: wishlist

Enchant 1.1.6 is released.

This release adds the ability to get a list of supported languages,
which I consider quite useful.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)


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



Bug#316447: PHPXMLRPC bundled in other packages

2005-07-09 Thread Seo Sanghyeon
PEAR's XML_RPC was derived from PHPXMLRPC(http://phpxmlrpc.sourceforge.net)
and they both share this problem. PHPXMLRPC (or its derivatives) have
been bundled in many other PHP projects. This needs to be investigated.

At least following files seem to share this problem:
drupal: usr/share/drupal/includes/xmlrpc.inc
phpwiki: usr/share/phpwiki/lib/XMLRPC/xmlrpc.inc

Seo Sanghyeon


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



Bug#317742: pytz is bundled

2005-07-11 Thread Seo Sanghyeon
Package: zope3-lib
Version: 3.0.91-1
Severity: wishlist

zope3-lib package bundles pytz. It should use python-tz package instead.
To do this, python-tz needs to be built for Python 2.4. Maintainer CC'd.

Seo Sanghyeon


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



Bug#318293: Depends on unavailable libcairo1

2005-07-14 Thread Seo Sanghyeon
Package: libpoppler0
Version: 0.3.1-1
Severity: serious
Tags: sid

libcairo1 is no more in Sid. Needs to be built against libcairo0.5.1.

Seo Sanghyeon


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



Bug#335260: Duplicate?

2005-10-22 Thread Seo Sanghyeon
How does this relate to #317825?

Seo Sanghyeon


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



Bug#326708: python-libgmail: Status?

2005-10-23 Thread Seo Sanghyeon
Package: python-libgmail
Version: 0.0.8+cvs20050208-2
Followup-For: Bug #326708

This bug was tagged "pending" for more than a month now. Current status?

Current package cannot login at all, thus useless. I downloaded 0.1.3.3
and confirmed it working.

-- 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.12-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages python-libgmail depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python2.3 2.3.5-8An interactive high-level object-o

python-libgmail recommends no packages.

-- no debconf information


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



Bug#333120: RFS: icu4j

2005-10-23 Thread Seo Sanghyeon
This is a request for sponsoring icu4j package.

I uploaded source package icu4j_3.4-2 to mentors.debian.net:
http://mentors.debian.net/debian/pool/main/i/icu4j/

Build log (of -1 and -2):
http://sparcs.kaist.ac.kr/~tinuviel/debian/

Changes:
 icu4j (3.4-2) unstable; urgency=low
 .
   * Changed maintainer to Debian Java Maintainers.
   * Explicitly Build-Depends and Depends with version on kaffe, for
 reproducible build environment.
   * Use dh_install.
   * Included rules.cdbs for future conversion to CDBS. Currently there
 are too many drawbacks.

Thanks!

Seo Sanghyeon


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



Bug#335673: tix: Short description is wrong

2005-10-25 Thread Seo Sanghyeon
Package: tix
Version: 8.4-2
Severity: minor

Version: 8.4-2
Description: The Tix library for Tk, version 8.1 -- runtime package
 ^^^

Short description is obviously wrong. tix-dev has the same problem.

Seo Sanghyeon


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



Bug#331003: Needs rebuild for C++ transition

2005-09-30 Thread Seo Sanghyeon
Package: python-biggles
Version: 1.6.4-1
Severity: serious

python2.3-biggles depends on libplot2 which is no more in Sid
due to C++ transition.

Seo Sanghyeon


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



Bug#327789: libsvn-javahl: Should install JNI libraries into /usr/lib/jni

2005-09-12 Thread Seo Sanghyeon
Package: libsvn-javahl
Severity: normal

Debian policy for Java 2.4 states:
http://www.debian.org/doc/packaging-manuals/java-policy/x105.html

If a Java library relies on native code, the dynamic libraries
containing this compiled native code should be installed into the
directory /usr/lib/jni.

Seo Sanghyeon


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



Bug#327851: python-wxglade: New upstream version

2005-09-12 Thread Seo Sanghyeon
Package: python-wxglade
Version: 0.3.5.cvs20050824-0.2
Severity: wishlist

wxGlade 0.4 has been released today.
Keep up the good work!

-- 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.12-1-686
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages python-wxglade depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python-wxgtk2.6   2.6.1.2wxWidgets Cross-platform C++ GUI t

python-wxglade recommends no packages.

-- no debconf information


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



Bug#320213: Name suggestion

2005-09-12 Thread Seo Sanghyeon
Could this be renamed to pyicqt, removing hyphen?

http://bugs.debian.org/320213 is MSN transport for Jabber, and it feels
strange for one to be named pyicq-t, and other pymsnt.

FreeBSD porters evaded this problem by naming them jabber-pymsn and
jabber-pyicq.

http://www.freshports.org/net/jabber-pyicq
http://www.freshports.org/net/jabber-pymsn

Seo Sanghyeon


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



Bug#328210: ksim: Needs rebuild against libsnmp9-dev

2005-09-14 Thread Seo Sanghyeon
Package: ksim
Version: 4:3.4.2-2
Severity: serious

ksim depends on libsnmp5 which is no more in Unstable. It needs
rebuild against libsnmp9-dev. See #322500.

Seo Sanghyeon


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



Bug#210921: Current status of CSS2 img:after "bug"

2005-09-14 Thread Seo Sanghyeon
2 years have passed since this bug was filed. Meanwhile, this was
*implemented* upstream, and then *removed*. Following two bugzilla
entry is relevant:

https://bugzilla.mozilla.org/show_bug.cgi?id=169334
https://bugzilla.mozilla.org/show_bug.cgi?id=245633

Summary: this is a bug as per current W3C recommendation, CSS2.
However, Mozilla crew (and others: Opera, Safari) decided that CSS2
is wrong. CSS2.1 doesn't say anything about this. CSS3 (still in
draft) says Mozilla is correct.

Seo Sanghyeon


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



Bug#267145: Can't reproduce

2005-09-14 Thread Seo Sanghyeon
I can't reproduce this bug with 2:1.7.10-1. Can you try again?

Seo Sanghyeon


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



Bug#271068: Seems fixed

2005-09-14 Thread Seo Sanghyeon
With mozilla-dev 2:1.7.10-1, mozilla-{gtkmozembed,plugin,xpcom} does
include -I/usr/include/mozilla in their CFLAGS output.

I think mozilla-js shouldn't include -I/usr/include/mozilla, as this
is intended for those only using Spidermonkey JS engine.

Itai Seggev, you said "this means that many packages can't compile".
What are them? Can you try again?

Seo Sanghyeon


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



Bug#226265: Already there

2005-09-14 Thread Seo Sanghyeon
For what it's worth, this is already in the archive:
http://packages.debian.org/unstable/source/ogre

Seo Sanghyeon


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



Bug#328408: Transition

2005-09-14 Thread Seo Sanghyeon
Package: pyrite-publisher
Version: 2.1.1-3

Please consider using newer version of Python and wxPython.

Now 2.3 is the deault Python version, and libwxgtk2.3-python doesn't
exist in Sid.

Seo Sanghyeon


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



Bug#328410: Python version suggestion

2005-09-14 Thread Seo Sanghyeon
Package: bluez-utils
Version: 2.19-1
Severity: minor

bluez-utils suggests python2.2, which is ancient.

If the only reason for this suggestion is for (by default unused)
bluepin script, suggesting python (default version) instead of python2.2
makes sense, as it is a simple script that will continue to work
with future Python versions.

Seo Sanghyeon


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



Bug#68147: JOnAS

2005-09-15 Thread Seo Sanghyeon
reopen 68147
thanks

"Debian Java in Sarge" report to d-d-a
http://lists.debian.org/debian-devel-announce/2005/06/msg2.html
states that:

 * eclipse, tomcat5, dom4j, hibernate, spring, derby, ofbiz,
   geronimo, jonas and jboss are packages I'd like to see in
   Debian. The list of important package could of course grow;

JOnAS is of much interest for Java in Debian.

To debian-java: any status update possible?

Seo Sanghyeon


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



Bug#323618: Virtual memory ulimit

2005-08-17 Thread Seo Sanghyeon
Hello, I am "another user" Greg mentioned. We discussed this, and I
think we found the problem:

As noted, dpkg -L sun-j2sdk1.5 reports exactly same except classes.jsa.
Also, diff'ing java-package log shows no difference other than temporary
directory name and "Testing extracted archive..." success vs. failure.
This means, classes.jsa doesn't appear in extraction log even if run is
successful.

As a matter of fact, jdk-1_5_0_03-linux-i586.bin includes the following
code:

  $javahome/bin/java -client -Xshare:dump > /dev/null 2>&1

According to Google search, this command generates classes.jsa. So this
file is not extracted, but generated at install time.

Somehow, this generation is failing on some people's machine, and
classes.jsa is not being generated, and as this file is 13 M big,
expected_min_size is not met.

Greg ran "java -client -Xshare:dump" after installing the package built
with workaround (i.e. editing sun-j2sdk.sh and change 130 to 128), and
it failed with:

  Error occurred during initialization of VM
  Could not reserve enough space for object heap
  Could not create the Java virtual machine.

I measured the command's memory usage with top, and it reports 763 M.
Consistent with this, Greg reports "ulimit -v 70; java..." fails,
but "ulimit -v 80; java..." succeeds. Greg had virtual memory limit
set to 30 when he ran java-package.

It is likely that this can explain #300546 too.

I suggest displaying a warning to user if user has virtual memory limit
set, just like "Probably not enough free disk space" warning.

Seo Sanghyeon


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



Bug#249544: wxMozilla status?

2005-08-24 Thread Seo Sanghyeon
Pierre, what is the status of wxMozilla packaging?

I am interested because Documancer(http://bugs.debian.org/197239)
depends on this.

Seo Sanghyeon


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



Bug#324960: python-wxgtk2.6: wxPython build config is wrong

2005-08-24 Thread Seo Sanghyeon
Package: python-wxgtk2.6
Version: 2.6.1.1.1
Severity: normal

$ cat 
/usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode/wx/build/build_options.py
...
WX_CONFIG="/home/ron/devel/debian/wxwindows/2.6.1.1.1-debs/wxwidgets2.6-2.6.1.1.1/objs_gtk_sh/wx-config
 --no_rpath"

But /home/ron/... doesn't exist here, so wxPython extensions using
wx.build.config fails to compile.

Seo Sanghyeon

-- 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.11-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages python-wxgtk2.6 depends on:
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libwxgtk2.6-0 2.6.1.1.1  wxWidgets Cross-platform C++ GUI t
ii  python-wxversion  2.6.1.1.1  wxWidgets Cross-platform C++ GUI t
ii  python2.3 2.3.5-7An interactive high-level object-o

python-wxgtk2.6 recommends no packages.

-- no debconf information


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



Bug#333120: ITP: icu4j -- International Components for Unicode for Java

2005-10-10 Thread Seo Sanghyeon
Package: wnpp
Severity: wishlist
Owner: Seo Sanghyeon <[EMAIL PROTECTED]>

* Package name: icu4j
  Version : 3.4
  Upstream Author : IBM
* URL : http://icu.sourceforge.net/
* License : MIT/X
  Description : International Components for Unicode for Java

 ICU4J provides Unicode and internalization support for Java.
 .
 ICU4J implements Unicode collation and normalization, character set
 detection, script transliteration, text boundary analysis (word and
 line breaks), and international calendars (Chinese, Hebrew, Islamic),
 among other things.
 .
 ICU4J team works together with Sun, and in some cases, part of ICU4J
 gets included in a later release of Java. However, the most current
 and complete version is found in ICU4J.
 .
 Homepage: http://icu.sourceforge.net/


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



Bug#333120: ITP: icu4j -- International Components for Unicode for Java

2005-10-10 Thread Seo Sanghyeon
On Mon, Oct 10, 2005 at 11:02:26PM +0900, Seo Sanghyeon wrote:
> * Package name: icu4j
> * License : MIT/X

On Mon, Oct 10, 2005 at 05:21:37PM +0200, Michael Koch wrote:
> According to their website the license is called "X.Net". I wonder if
> this is really the same.

It's actually called "ICU License". Except "don't use the name for
promotion" clause, this looks identical to MIT/X license.

http://dev.icu-project.org/cgi-bin/viewcvs.cgi/*checkout*/icu/license.html

It's also the same license libicu34 package uses, which is a C
counterpart of this library.

> Thanks for filing this. Give me a link to the packages and I will take a
> look at them.

pbuilder/lintian/linda clean package has been uploaded to
mentors.debian.net. Source package name is icu4j.

deb-src http://mentors.debian.net/debian/ unstable main

Seo Sanghyeon


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



Bug#262861: cdbs: ant check target is called twice too

2005-10-12 Thread Seo Sanghyeon
Package: cdbs
Version: 0.4.32
Followup-For: Bug #262861

ant check target is called twice for the same reason.

Patch:

--- ant.mk.bak  2005-10-12 17:30:12.0 +0900
+++ ant.mk  2005-10-12 17:30:37.0 +0900
@@ -55,7 +55,7 @@
 common-install-arch common-install-indep:: common-install-impl
 common-install-impl::
@if test -n "$(DEB_ANT_INSTALL_TARGET)"; then \
- echo $(DEB_ANT_INVOKE) $(DEB_ANT_INSTALL_TARGET); \
+ echo "$(DEB_ANT_INVOKE) $(DEB_ANT_INSTALL_TARGET)"; \
  $(DEB_ANT_INVOKE) $(DEB_ANT_INSTALL_TARGET); \
 else \
   echo "DEB_ANT_INSTALL_TARGET unset, skipping default ant.mk 
common-install target"; \
@@ -65,7 +65,7 @@
 common-post-build-arch common-post-build-indep:: common-post-build-impl
 common-post-build-impl::
@if test -n "$(DEB_ANT_CHECK_TARGET)"; then \
- echo $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET); \
+ echo "$(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)"; \
  $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET); \
else \
   echo "DEB_ANT_CHECK_TARGET unset, not running checks"; \


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



Bug#303913: Status?

2005-10-13 Thread Seo Sanghyeon
On 2005-07-21, Carlos Perello Marin wrote:
> And no, I found another sponsor and I'm preparing new packages, this
> weekend I should have sometime to have them ready and send them to be
> added to Debian's archive.

Meanwhile, SQLObject 0.7 was released this month.

What is the current status?

Seo Sanghyeon


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



Bug#330310: zope-zms suggests renamed package

2005-09-27 Thread Seo Sanghyeon
Package: zope-zms
Version: 1:2.3.2b57a09-1
Severity: wishlist

zope-zms suggests lib-saxon-java, which was renamed to libsaxon-java
for some time now.

libsaxon-java was also moved to main, and I think jdk1.1 suggestion
can be dropped.

Seo Sanghyeon


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



Bug#330327: Needs rebuild for C++ transition

2005-09-27 Thread Seo Sanghyeon
Package: libxml-sablot-perl
Version: 1.0-1
Severity: serious

libxml-sablot-perl depends on libsablot0c102 which is no more in Sid
due to C++ transition.

Seo Sanghyeon


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



Bug#325540: SyntaxWarning: import * only allowed at module level

2005-08-29 Thread Seo Sanghyeon
Package: python-soya
Version: 0.10.1-1
Severity: minor

While installing python-soya, I get the following warning:

/usr/lib/python2.3/site-packages/soya/pudding/test.py:42
SyntaxWarning: import * only allowed at module level

This comes from "from soya.pudding.ext import *" line, as
it is inside function.

-- 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.11-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages python-soya depends on:
ii  libc6 2.3.5-5GNU C Library: Shared libraries an
ii  libcal3d100.9.1+cvs20041122-2Skeletal based 3d character animat
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libglew1  1.3.1-1The OpenGL Extension Wrangler - ru
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  python2.3.5-3An interactive high-level object-o
ii  python-editob 0.5.6-1Python object editor
ii  python-imagin 1.1.5-4Python Imaging Library ImageTk Mod
ii  python-opengl 2.0.1.09-1 Python binding to OpenGL
ii  python2.3-ope 2.0.1.09-1 Python binding to OpenGL

Versions of packages python-soya recommends:
ii  python-openal 0.1.5-1port for Python of the OpenAL libr

-- no debconf information


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



Bug#404308: gcc-doc-base: Description has a typo

2006-12-23 Thread Seo Sanghyeon
Package: gcc-doc-base
Version: 4.1.1.nf3-1
Severity: minor

The description claims that this package provides fdl.7 manual page,
but it doesn't. The package contains gfdl.7 manual page instead.

Seo Sanghyeon


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



Bug#404399: sparse: .pc file has a problem

2006-12-24 Thread Seo Sanghyeon
Package: sparse
Version: 0.2-2
Severity: normal

$ pkg-config --libs sparse
-L/tmp/buildd/lib -lsparse

Seo Sanghyeon


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



Bug#403460: See also

2006-12-28 Thread Seo Sanghyeon
See also #312367 and its merges for the previous discussion of gdc in Debian.

Seo Sanghyeon


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



Bug#401657: python-networkx: Recommends python-pydot

2006-12-04 Thread Seo Sanghyeon
Package: python-networkx
Version: 0.32-1
Severity: normal

networkx has two choices for handling Graphviz dot format. One is using
pygraphviz and the other is using pydot.

pygraphviz is not yet in the archive (in NEW), but pydot is, so I think
networkx should declare some sort of relationsip with pydot. I suggest:

Package: python-networkx
Recommends: python-pygraphviz | python-pydot

Rationale
1. It should not be Depends, because networkx is perfectly functional and
useful without dot interfaces.
2. Perhaps it should be Recommends, because one normally expects drawing
functionality of networkx to work.
3. pygraphviz and pydot should be alternative, because if you have one,
you don't need the other.
4. pygraphviz should be preferred over pydot, because upstream does so.

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

Versions of packages python-networkx depends on:
ii  python2.4.4-1An interactive high-level object-o
ii  python-support0.5.6  automated rebuilding support for p

Versions of packages python-networkx recommends:
ii  python-numeric24.2-7 Numerical (matrix-oriented) Mathem
pn  python-scipy   (no description available)

-- no debconf information


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



Bug#401657: python-networkx: Recommends python-pydot

2006-12-05 Thread Seo Sanghyeon
On Tue, Dec 05, 2006 at 06:37:33AM +0100, Cyril Brulebois wrote:
> > 3. pygraphviz and pydot should be alternative, because if you have
> > one, you don't need the other.
> I don't know much about pydot, but maybe they can conflict is some way,
> as they provide the same kind of functionality. Should they conflict
> with eachother or something like that?

Why should they conflict? For example, python-networkx recommends
python-numeric | python-numpy, because if you have *one* of them, you
don't need the other to use networkx. But numeric and numpy don't
need to conflict.


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



Bug#294506: Use distutils properly!

2005-02-10 Thread Seo Sanghyeon
tags 294506 patch
thanks

> Any hint, how to circumvent this?

Well, there's no need to circumvent. Just use distutils properly.

python setup.py build (which is, what "make build" in debian/rules does)
is a distutils internal -- packagers are supposed to use python setup.py
install, with --prefix or --home option.

Following is the least disruptive patch I could think of:

diff -ur zope-textindexng2-2.0.8/debian/install 
zope-textindexng2-2.0.8.new/debian/install
--- zope-textindexng2-2.0.8/debian/install  2005-02-10 19:30:15.0 
+0900
+++ zope-textindexng2-2.0.8.new/debian/install  2005-02-10 19:28:55.0 
+0900
@@ -1,2 +1,2 @@
-build/lib.linux-i686-2.2/*usr/lib/python2.2/site-packages/zope-textindexng2
+build/lib/python/*usr/lib/python2.2/site-packages/zope-textindexng2
 debian/zope-textindexng2.pth  usr/lib/python2.2/site-packages/
diff -ur zope-textindexng2-2.0.8/debian/rules 
zope-textindexng2-2.0.8.new/debian/rules
--- zope-textindexng2-2.0.8/debian/rules2005-02-10 19:30:15.0 
+0900
+++ zope-textindexng2-2.0.8.new/debian/rules2005-02-10 19:24:55.0 
+0900
@@ -12,7 +12,7 @@
 build: build-stamp
 build-stamp:
dh_testdir
-   make build
+   python setup.py install --home build
mkdir -p build/tests
for tf in `ls -1 tests` ; do \
   sed "s%LICENSE.txt%/usr/share/doc/$(pkg)/copyright%" tests/$$tf > 
build/tests/$$tf ; \


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



Bug#294506: Use distutils properly!

2005-02-10 Thread Seo Sanghyeon
I wrote:
> - make build
> + python setup.py install --home build

Of course, this should be python2.2, instead of python.

Now I built the package with my patch, and can confirm that tests are
working.


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



Bug#206691: Status?

2005-02-10 Thread Seo Sanghyeon
I am sorry if I am not being patient, but what's going on with
matplotlib package?

As far as I can see, the package is ready and up-to-date, at least
three (yes three) DDs[1] showed interest in sponsoring upload, and
it's still not uploaded...

As a side note, Matplotlib 0.71 source archive includes a copy of
PyCXX, which is packaged as python-cxx in Debian. I am not sure there's
local modifications or not.

[1] Jack Moffitt <[EMAIL PROTECTED]>, Jochen Voss <[EMAIL PROTECTED]>,
Aurelien Jarno <[EMAIL PROTECTED]>.

Seo Sanghyeon


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



Bug#268029: Where to get Groovy package

2005-03-02 Thread Seo Sanghyeon
Since there's no news since last December... If you want to know
where to get preliminary Groovy package now, it's here:

http://people.debian.org/~crafterm/groovy/

It seems that this got stuck in the NEW queue.


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



Bug#298535: python-elementtree: 1.2.5 released

2005-03-08 Thread Seo Sanghyeon
Package: python-elementtree
Version: 1.2.4-20041228-1
Severity: wishlist

ElementTree 1.2.5 is now released. This includes iterparse, which allows
incremental parsing.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages python-elementtree depends on:
ii  python2.3.5-1An interactive high-level object-o

-- no debconf information


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



Bug#295357: Support for the list

2005-02-20 Thread Seo Sanghyeon
I support the creation of Korean localization list.

I hesitated to send this mail, because others told me that if I am not
really motivated, I should not support this lightly. And I know I am
not the steadiest man in the world -- I seem to lose interests rather
easily.

But I do want to see more Korean translations in Debian, and I do want
to help and am willing to help. (Well, at least for now.) How long
I can keep this I don't know. Time will tell...

On the other hand, I think this list can be put to a good use for
co-ordinating already hard working translators, and even be a starting
point for less-than-devoted wannabe translators like me.

Thanks for reading.
상현


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



Bug#296697: New upstream version

2005-02-23 Thread Seo Sanghyeon
Package: libitext-java
Version: 1.02b-3
Severity: wishlist

The current stable version of iText is 1.2.3, released 2005-02-17.

http://www.lowagie.com/iText/history.html lists changes between
1.02b (the current version in the archive) and the latest version.

Thank you for packaging iText!


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



Bug#297218: Good!

2005-02-27 Thread Seo Sanghyeon
This works great with my Compaq Presario 2800 laptop. Two comments:

1) I think this should depend on pciutils.

2) My ACPI setup:

/etc/acpi/events/lid:

event=button/lid
action=/etc/acpi/lid.sh

/etc/acpi/lid.sh:

if grep -q closed /proc/acpi/button/lid/*/state; then
/usr/sbin/radeontool light off
else
/usr/sbin/radeontool light on
fi

Seo Sanghyeon


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



Bug#335036: Lua bytecode magic

2007-01-28 Thread Seo Sanghyeon
I second this. My magic looks like this:

0  string \033Lua  Lua bytecode,
>4 byte   0x50 version 5.0
>4 byte   0x51 version 5.1

LuaP at offset 1 is just a special case of above for Lua 5.0. The first
byte is ESC. Lua interpreter uses it to identify bytecode apart from
source.

Seo Sanghyeon


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



Bug#419431: libvigraimpex2: New upstream release

2007-04-15 Thread Seo Sanghyeon
Package: libvigraimpex2
Version: 1.4.0-1
Severity: wishlist

VIGRA 1.5.0 is available.

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

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

Versions of packages libvigraimpex2 depends on:
ii  fftw3 3.1.2-2library for computing Fast Fourier
ii  libc6 2.5-1  GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra

libvigraimpex2 recommends no packages.

-- no debconf information


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



Bug#376536: Fixed upstream

2006-08-29 Thread Seo Sanghyeon
This bug in python-kid is fixed upstream and present in the release
since 0.9.2.

See http://www.kid-templating.org/trac/ticket/103 for details.

Seo Sanghyeon


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



Bug#368979: Fixed upstream

2006-08-29 Thread Seo Sanghyeon
This bug in python-kid is fixed upstream and is part of the release
since 0.9.2.

See http://www.kid-templating.org/notes.html#add-support-for-python-2-5

Seo Sanghyeon


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



Bug#385438: python-kinterbasdb: New upstream release

2006-08-31 Thread Seo Sanghyeon
Package: python-kinterbasdb
Version: 3.1.2-0.3
Severity: wishlist

After a long beta phase, KInterbasDB 3.2 was released this month with
new features and bug fixes.

Seo Sanghyeon


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



Bug#386508: buildbot: examples/examples directory

2006-09-08 Thread Seo Sanghyeon
Package: buildbot
Version: 0.7.4-1
Severity: minor

Examples are installed under /usr/share/doc/buildbot/examples/examples,
which should be /usr/share/doc/buildbot/examples instead.

-- 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-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages buildbot depends on:
ii  adduser   3.97   Add and remove users and groups
ii  python2.4.3-11   An interactive high-level object-o
ii  python-central0.5.5  register and build utility for Pyt
ii  python-twisted-core   2.4.0-2Event-based framework for internet
ii  python-twisted-mail   0.3.0-1An SMTP, IMAP and POP protocol imp
ii  python-twisted-web0.6.0-1An HTTP protocol implementation to
ii  python-twisted-words  0.4.0-1Chat and Instant Messaging

buildbot recommends no packages.

-- no debconf information


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



Bug#376597: Me too

2006-09-29 Thread Seo Sanghyeon
I am experiencing the same problem. I am using IceWM.

OOO_FORCE_DESKTOP fixed it for me.

Seo Sanghyeon


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



Bug#391890: fbpanel: New upstream release

2006-10-09 Thread Seo Sanghyeon
Package: fbpanel
Version: 4.3-1
Severity: wishlist

fbpanel 4.5 is available. Release notes here:
http://sourceforge.net/project/shownotes.php?release_id=446075

Seo Sanghyeon


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



Bug#386917: classpath-gtkpeer: Missing Replaces:

2006-09-10 Thread Seo Sanghyeon
Package: classpath-gtkpeer
Version: 0.92-1
Severity: serious

classpath-gtkpeer overwrites files in classpath, but it doesn't declare
Replaces:.

Seo Sanghyeon


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



Bug#388369: libmono0: create_z_stream and friends are missing in libMonoPosixHelper

2006-09-19 Thread Seo Sanghyeon
Package: libmono0
Version: 1.1.17.1-3
Severity: normal

According to ldd output, libMonoPosixHelper.so doesn't link to zlib, and
create_z_stream and friends are missing. This makes classes from
System.IO.Compression namespace completely unusable.

-- 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-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages libmono0 depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libglib2.0-0 2.12.3-2The GLib library of C routines

libmono0 recommends no packages.

-- no debconf information


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



Bug#388371: jflex: JFlexTask cannot be found

2006-09-19 Thread Seo Sanghyeon
Package: jflex
Version: 1.4.1-3
Severity: normal

JFlex.jar includes an ant task JFlex.anttask.JFlexTask, but this can't
be found by ant because JFlex.jar is not under ANT_HOME/lib.

This can be solved by symlinking /usr/share/java/JFlex.jar to
/usr/share/ant/lib/JFlex.jar.

See #292271 for a similar bug.

-- 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-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages jflex depends on:
ii  gij [java-virtual-machine]4:4.1.1-7  The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime]   4.1.1-13   The GNU Java bytecode interpreter
ii  jamvm [java1-runtime] 1.4.3-1virtual machine which conforms to 
ii  kaffe 2:1.1.7-4  A JVM to run Java bytecode
ii  kaffe-pthreads [kaffe]2:1.1.7-4  A POSIX threads enabled version of
ii  sun-java5-jre [java2-runtime] 1.5.0-08-1 Sun Java(TM) Runtime Environment (

jflex recommends no packages.

-- no debconf information


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



Bug#389677: rpmstrap: CentOS 3 support is broken

2006-09-26 Thread Seo Sanghyeon
Package: rpmstrap
Version: 0.5.2-2

$ rpmstrap centos3 centos3
tzdata-2005m-1.EL3.noarch.rpm: not an rpm package (or package manifest):
rpmstrap: critical error: command "rpm --install   --root /chroot/centos3 
--dbpath /chroot/centos3/var/lib/rpm tzdata-2005m-1.EL3.noarch.rpm" failed

Seo Sanghyeon


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



Bug#366672: Reopen

2006-10-16 Thread Seo Sanghyeon
reopen
found 1.2.0.1-1
thanks

The behavior changed, but I still can not search my LDAP directory
with Korean characters.

Before, LAT didn't display any results.
Now, LAT says "Search error: Invalid search filter" in the dialog box.

Seo Sanghyeon


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



Bug#317983: Upstream moved

2006-10-21 Thread Seo Sanghyeon
retitle 312367 gcc-4.0: D support (gdc)
reassign 317983 gcc-4.0
merge 312367 317983
thanks

GDC upstream moved to SourceForge:
http://dgcc.sourceforge.net/

Seo Sanghyeon


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



Bug#641241: Wrong Homepage

2011-09-11 Thread Seo Sanghyeon
Package: module-init-tools
Version: 3.16-1
Severity: minor

Homepage field says http://www.kerneltools.org/ , but it is a parked
domain.

Seo Sanghyeon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#989844: [Pkg-rust-maintainers] Bug#989844: Cross-compilation support (please package more libstd-rust-dev-*)

2022-11-09 Thread Seo Sanghyeon
> gcc-avr  (this one is probably not supported by rust, as this is 8 bit 
> platform)

Rust in fact supports AVR (search for AVR in
https://doc.rust-lang.org/rustc/platform-support.html), but without
std, the topic of this bug.

-- 
Seo Sanghyeon



Bug#1019336: [Pkg-rust-maintainers] Bug#1019336: cargo: Cargo wrapper script adds additional '--target' command line parameter

2022-09-07 Thread Seo Sanghyeon
Note that PR to stabilize (for 1.64) -Zmultitarget was merged upstream
so this problem will solve itself.
https://github.com/rust-lang/cargo/pull/10766

-- 
Seo Sanghyeon



Bug#426429: python-simpleparse broke with recent update

2007-05-28 Thread Seo Sanghyeon
On Mon, May 28, 2007 at 08:12:31PM +0200, Roland Lezuo wrote:
> Versions of packages python-simpleparse depends on:
> ii  python2.4.4-6   An interactive high-level object-o
> ii  python-egenix-mxtexttools 3.0.0-1   fast text processing tools for Pyt
> ii  python-support0.6.4 automated rebuilding support for p

I suspect this is caused by upload of mxTextTools version 3. Can you go
back to python-egenix-mxtexttools 2.0.6-5 and check it's not broken there?

Seo Sanghyeon


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



Bug#428027: Please package IronPython 1.1

2007-06-08 Thread Seo Sanghyeon
Package: ironpython
Version: 1.0-0

IronPython 1.1 was released April 17, 2007. It can be built and run on
recent Mono version, at least 1.2.3.1. Please consider updating the
package. (And uploading to unstable.)

Also, please consider applying these patches from FePy project:
https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/1.1/

Seo Sanghyeon


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



Bug#451067: file: Magic for Mercurial bundles

2007-11-12 Thread Seo Sanghyeon
Package: file
Version: 4.21-3
Severity: wishlist

Magic for Mercurial bundles.

# Mercurial bundles
0   string  HG10Mercurial bundle,
>4  string  UN  uncompressed
>4  string  BZ  bzip2 compressed

Seo Sanghyeon



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



Bug#366267: clientcookie: New upstream version

2006-05-06 Thread Seo Sanghyeon
Package: python-clientcookie
Version: 1.1.1-1
Severity: wishlist

ClientCookie 1.3.0 has been available for some time.

Seo Sanghyeon


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



Bug#366672: lat: Cannot search with non-Latin characters

2006-05-10 Thread Seo Sanghyeon
Package: lat
Version: 1.0.4-2
Severity: important

Launch lat, select Search tab, and search with filters containing
non-Latin characters. It doesn't display any result, while ldapsearch
has no trouble doing so.

-- 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.16-1-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages lat depends on:
ii  libgconf2.0-cil   2.8.2-1CLI binding for GConf 2.12
ii  libglade2.0-cil   2.8.2-1CLI binding for the Glade librarie
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libglib2.0-cil2.8.2-1CLI binding for the GLib utility l
ii  libgnome-keyring0 0.4.9-1GNOME keyring services library
ii  libgnome2.0-cil   2.8.2-1CLI binding for GNOME 2.12
ii  libgtk2.0-cil 2.8.2-1CLI binding for the GTK+ toolkit 2
ii  libmono-corlib1.0-cil 1.1.13.6-3 Mono core library (1.0)
ii  libmono-ldap1.0-cil   1.1.13.6-3 Mono LDAP library
ii  libmono-security1.0-cil   1.1.13.6-3 Mono Security library
ii  libmono-system1.0-cil 1.1.13.6-3 Mono System libraries (1.0)
ii  libmono1.0-cil1.1.13.6-3 Mono libraries (1.0)
ii  mono-runtime  1.1.13.6-3 Mono runtime

lat recommends no packages.

-- no debconf information


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



Bug#366808: libmysql-java: New upstream version

2006-05-11 Thread Seo Sanghyeon
Package: libmysql-java
Version: 3.1.11-1
Severity: wishlist

MySQL Connector/J 3.1.12 is available with many bug fixes.

Seo Sanghyeon


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



Bug#374402: leafpad: New upstream version 0.8.9

2006-06-19 Thread Seo Sanghyeon
Package: leafpad
Version: 0.8.7-1
Severity: wishlist

Leafpad 0.8.9 is available.

-- 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.16-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages leafpad depends on:
ii  libatk1.0-0  1.11.4-2The ATK accessibility toolkit
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcairo21.0.4-2 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libglib2.0-0 2.10.3-1The GLib library of C routines
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  libpango1.0-01.12.3-1Layout and rendering of internatio
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra

Versions of packages leafpad recommends:
ii  cupsys-bsd [lpr]  1.2.1-2Common UNIX Printing System(tm) - 

-- no debconf information


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



Bug#378820: .pyc files in the package

2006-07-18 Thread Seo Sanghyeon
Package: python-elementtree
Version: 1.2.6-9
Severity: minor

.pyc files are present under /usr/share/python-support, which are
unnecessary.


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



Bug#378821: .pyc files in the package

2006-07-18 Thread Seo Sanghyeon
Package: python-kid
Version: 0.9.1-3
Severity: minor

.pyc files are present under /usr/share/python-support, which are
unnecessary.


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



Bug#524023: Incompatible with Guile 1.8.6

2009-04-14 Thread Seo Sanghyeon
Package: lilypond
Version: 2.10.33-2.3

Recent Guile upload (1.8.6+1-1) broke LilyPond.

$ lilypond test.ly
GNU LilyPond 2.10.33
Processing `test.ly'
Parsing...lilypond: ports.c:978: scm_fill_input: assertion `pt->read_pos == 
pt->read_end' failed.

I found a patch on lilypond-devel:
http://lists.gnu.org/archive/html/lilypond-devel/2008-12/msg00604.html

Seo Sanghyeon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509367: /usr/bin/csc conflict

2009-04-26 Thread Seo Sanghyeon
Can't you do something about this?

IMHO, any .NET projects which care about Mono uses mcs or gmcs, so
/usr/bin/csc is unnecessary. On the other hand, Chicken compiler is
csc. It just is.

Seo Sanghyeon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527891: Should depend on erlang-os-mon

2009-05-09 Thread Seo Sanghyeon
Package: rabbitmq-server
Version: 1.5.4-3

Recent split of erlang package broke RabbitMQ.

$ sudo /etc/init.d/rabbitmq-server start
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_log, _err
rabbitmq-server.

$ cat /var/log/rabbitmq/startup_log
Starting all nodes...
Starting node rab...@debian...
{"init terminating in 
do_boot",{{nocatch,{error,{cannot_start_application,os_mon,{"no such file or 
directory","os_mon.app",[{init,start_it,1},{init,start_em,1}]}}

$ apt-file search os_mon.app
erlang-os-mon: /usr/lib/erlang/lib/os_mon-2.2.1/ebin/os_mon.app
erlang-os-mon: /usr/lib/erlang/lib/os_mon-2.2.1/ebin/os_mon.appup

It used to be part of erlang-nox, but it is no more.

Seo Sanghyeon



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



  1   2   >