Bug#657295: xfonts-wqy: wrong ascents and descents
Package: xfonts-wqy Version: 0.9.9-4 Severity: important Tags: upstream patch FONT_ASCENT + FONT_DESCENT > PIXEL_SIZE (font height) in all sizes of WenQuanYi Bitmap Song. This results in unusable fonts with urxvt. For example, urxvt -fn '8x16,-wenquanyi-wenquanyi bitmap song-medium-r-normal--16-160-75-75-p-80-iso10646-1' and Chinese characters get rendered as tiny garbage. urxvt has more robust handling with Xft, but still, with urxvt -fn '6x12,xft:WenQuanYi Bitmap Song:pixelsize=12' the bottom pixels of Chinese characters get eaten. The attached patch contains appropriate ascent and descent values. FYI, I used this script to extract ascent and descent values for statistics (bdflib from pypi). #!/usr/bin/python import sys from bdflib import reader bdf = reader.read_bdf(open(sys.argv[1])) for glyph in bdf.glyphs: ascent = glyph.get_ascent() descent = glyph.get_descent() print ascent, descent, ascent + descent -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xfonts-wqy depends on: ii debconf [debconf-2.0] 1.5.41 ii xfonts-utils 1:7.6+1 xfonts-wqy recommends no packages. Versions of packages xfonts-wqy suggests: ii xserver-xorg [xserver] 1:7.6+10 ii xvfb [xserver] 2:1.11.3.901-2 Demo program: ii rxvt-unicode 9.14-1 -- debconf information: xfonts-wqy/enable_wqy: true diff -rud xfonts-wqy-0.9.9.old/wenquanyi_10ptb.bdf xfonts-wqy-0.9.9/wenquanyi_10ptb.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_10ptb.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9.9/wenquanyi_10ptb.bdf 2012-01-25 17:21:49.828030594 +0800 @@ -59,7 +59,7 @@ FONTBOUNDINGBOX 14 14 0 -3 STARTPROPERTIES 21 FONT_ASCENT 12 -FONT_DESCENT 3 +FONT_DESCENT 1 FONT_NAME "WenQuanYi Bitmap Song" FAMILY_NAME "WenQuanYi Bitmap Song" FOUNDRY "WenQuanYi" diff -rud xfonts-wqy-0.9.9.old/wenquanyi_10pt.bdf xfonts-wqy-0.9.9/wenquanyi_10pt.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_10pt.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9.9/wenquanyi_10pt.bdf 2012-01-25 17:20:28.152902291 +0800 @@ -59,7 +59,7 @@ FONTBOUNDINGBOX 13 14 0 -3 STARTPROPERTIES 21 FONT_ASCENT 12 -FONT_DESCENT 3 +FONT_DESCENT 1 FONT_NAME "WenQuanYi Bitmap Song" FAMILY_NAME "WenQuanYi Bitmap Song" FOUNDRY "WenQuanYi" diff -rud xfonts-wqy-0.9.9.old/wenquanyi_11ptb.bdf xfonts-wqy-0.9.9/wenquanyi_11ptb.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_11ptb.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9.9/wenquanyi_11ptb.bdf 2012-01-25 17:22:00.855912922 +0800 @@ -59,7 +59,7 @@ FONTBOUNDINGBOX 16 16 -1 -3 STARTPROPERTIES 22 FONT_ASCENT 14 -FONT_DESCENT 4 +FONT_DESCENT 1 FONT_NAME "WenQuanYi Bitmap Song" FAMILY_NAME "WenQuanYi Bitmap Song" FOUNDRY "WenQuanYi" diff -rud xfonts-wqy-0.9.9.old/wenquanyi_11pt.bdf xfonts-wqy-0.9.9/wenquanyi_11pt.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_11pt.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9.9/wenquanyi_11pt.bdf 2012-01-25 17:20:40.936765867 +0800 @@ -59,7 +59,7 @@ FONTBOUNDINGBOX 16 18 -1 -4 STARTPROPERTIES 21 FONT_ASCENT 14 -FONT_DESCENT 4 +FONT_DESCENT 1 FONT_NAME "WenQuanYi Bitmap Song" FAMILY_NAME "WenQuanYi Bitmap Song" FOUNDRY "WenQuanYi" diff -rud xfonts-wqy-0.9.9.old/wenquanyi_12ptb.bdf xfonts-wqy-0.9.9/wenquanyi_12ptb.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_12ptb.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9.9/wenquanyi_12ptb.bdf 2012-01-25 17:22:07.935837327 +0800 @@ -59,7 +59,7 @@ FONTBOUNDINGBOX 17 17 -1 -3 STARTPROPERTIES 21 FONT_ASCENT 14 -FONT_DESCENT 4 +FONT_DESCENT 2 FONT_NAME "WenQuanYi Bitmap Song" FAMILY_NAME "WenQuanYi Bitmap Song" FOUNDRY "WenQuanYi" diff -rud xfonts-wqy-0.9.9.old/wenquanyi_12pt.bdf xfonts-wqy-0.9.9/wenquanyi_12pt.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_12pt.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9.9/wenquanyi_12pt.bdf 2012-01-25 17:20:52.684640479 +0800 @@ -59,7 +59,7 @@ FONTBOUNDINGBOX 16 19 0 -4 STARTPROPERTIES 21 FONT_ASCENT 14 -FONT_DESCENT 4 +FONT_DESCENT 2 FONT_NAME "WenQuanYi Bitmap Song" FAMILY_NAME "WenQuanYi Bitmap Song" FOUNDRY "WenQuanYi" diff -rud xfonts-wqy-0.9.9.old/wenquanyi_9ptb.bdf xfonts-wqy-0.9.9/wenquanyi_9ptb.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_9ptb.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9.9/wenquanyi_9ptb.bdf 2012-01-25 06:36:21.378525754 +0800 @@ -59,8 +59,8 @@ FONTBOUNDINGBOX 13 13 0 -2 STARTPROPERTIES 27 FONT_NAME "WenQuanYi Bitmap Song" -FONT_ASCENT 12 -FONT_DESCENT 3 +FONT_ASCENT 11 +FONT_DESCENT 1 UNDERLINE_POSITION -3 UNDERLINE_THICKNESS 1 QUAD_WIDTH 12 diff -rud xfonts-wqy-0.9.9.old/wenquanyi_9pt.bdf xfonts-wqy-0.9.9/wenquanyi_9pt.bdf --- xfonts-wqy-0.9.9.old/wenquanyi_9pt.bdf 2007-11-04 13:28:14.0 +0800 +++ xfonts-wqy-0.9
Processing of canna_3.7p3-7_amd64.changes
canna_3.7p3-7_amd64.changes uploaded successfully to localhost along with the files: canna_3.7p3-7.dsc canna_3.7p3-7.debian.tar.gz canna_3.7p3-7_amd64.deb canna-utils_3.7p3-7_amd64.deb libcanna1g_3.7p3-7_amd64.deb libcanna1g-dev_3.7p3-7_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- 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/e1rq1j4-00077t...@franck.debian.org
canna_3.7p3-7_amd64.changes ACCEPTED into unstable
Accepted: canna-utils_3.7p3-7_amd64.deb to main/c/canna/canna-utils_3.7p3-7_amd64.deb canna_3.7p3-7.debian.tar.gz to main/c/canna/canna_3.7p3-7.debian.tar.gz canna_3.7p3-7.dsc to main/c/canna/canna_3.7p3-7.dsc canna_3.7p3-7_amd64.deb to main/c/canna/canna_3.7p3-7_amd64.deb libcanna1g-dev_3.7p3-7_amd64.deb to main/c/canna/libcanna1g-dev_3.7p3-7_amd64.deb libcanna1g_3.7p3-7_amd64.deb to main/c/canna/libcanna1g_3.7p3-7_amd64.deb Override entries for your package: canna-utils_3.7p3-7_amd64.deb - optional utils canna_3.7p3-7.dsc - source utils canna_3.7p3-7_amd64.deb - optional utils libcanna1g-dev_3.7p3-7_amd64.deb - optional libdevel libcanna1g_3.7p3-7_amd64.deb - optional libs Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 436616 657008 Thank you for your contribution to Debian. -- 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/e1rq1ny-0007gm...@franck.debian.org
Processing of libvisual-plugins_0.4.0.dfsg.1-6_amd64.changes
libvisual-plugins_0.4.0.dfsg.1-6_amd64.changes uploaded successfully to localhost along with the files: libvisual-plugins_0.4.0.dfsg.1-6.dsc libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- 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/e1rq2vz-0006di...@franck.debian.org
Bug#647231: marked as done (libvisual-plugins: FTBFS(!linux): error: possibly undefined macro: AM_PATH_ALSA)
Your message dated Wed, 25 Jan 2012 13:19:02 + with message-id and subject line Bug#647231: fixed in libvisual-plugins 0.4.0.dfsg.1-6 has caused the Debian Bug report #647231, regarding libvisual-plugins: FTBFS(!linux): error: possibly undefined macro: AM_PATH_ALSA 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.) -- 647231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647231 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:libvisual-plugins Version: 0.4.0.dfsg.1-4 Severity: serious Tags: sid wheezy User: debian-...@lists.debian.org Usertags: kfreebsd X-Debbugs-Cc: debian-...@lists.debian.org Justification: fails to build from source (but built successfully in the past) Hi! Your package failed to build on the !linux buildds: libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:210: warning: macro `AM_PATH_ALSA' not found in library configure.ac:210: error: possibly undefined macro: AM_PATH_ALSA If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 dh_autoreconf: autoreconf -f -i returned exit code 1 make: *** [build] Error 2 Full build log at https://buildd.debian.org/status/fetch.php?pkg=libvisual-plugins&arch=kfreebsd-i386&ver=0.4.0.dfsg.1-5&stamp=1320089612 Regards Christoph If you have further questions please mail debian-...@lists.debian.org -- 9FED 5C6C E206 B70A 5857 70CA 9655 22B9 D49A E731 Debian Developer | Lisp Hacker | CaCert Assurer --- End Message --- --- Begin Message --- Source: libvisual-plugins Source-Version: 0.4.0.dfsg.1-6 We believe that the bug you reported is fixed in the latest version of libvisual-plugins, which is due to be installed in the Debian FTP archive: libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb to main/libv/libvisual-plugins/libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz to main/libv/libvisual-plugins/libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz libvisual-plugins_0.4.0.dfsg.1-6.dsc to main/libv/libvisual-plugins/libvisual-plugins_0.4.0.dfsg.1-6.dsc A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 647...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Biebl (supplier of updated libvisual-plugins package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 25 Jan 2012 11:46:09 +0100 Source: libvisual-plugins Binary: libvisual-0.4-plugins Architecture: source amd64 Version: 0.4.0.dfsg.1-6 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Michael Biebl Description: libvisual-0.4-plugins - Audio visualization framework plugins Closes: 647231 Changes: libvisual-plugins (0.4.0.dfsg.1-6) unstable; urgency=low . * QA upload. * Ship the alsa.m4 macro in the package since libasound2-dev is linux-only and autoreconf will fail on non-linux plattforms otherwise. Closes: #647231 Checksums-Sha1: 5dd7d39297eeb52f39930fc5a7bc10941e88a48e 1998 libvisual-plugins_0.4.0.dfsg.1-6.dsc fcf7fc5c2b9b0051529c1f23869896605e888034 8930 libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz 6162fd9d52b617952984a50536b225ab6171b473 147096 libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb Checksums-Sha256: b52bf7097b0d5eb5ad0eb73b475848934526815df3424316913083605a5255bc 1998 libvisual-plugins_0.4.0.dfsg.1-6.dsc a212c00d891710f2758ff31d82d8e6450ead02a26153a7e927181277e1958e8d 8930 libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz cc9de779105897ca19283ab5bbaafa62fec442e52f6049dcc67a582c1fffdb42 147096 libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb Files: f82b9f535dea6409d6058714a43b582a 1998 sound optional libvisual-plugins_0.4.0.dfsg.1-6.dsc d9e9baea8ee312c1245ab16a65952b48 8930 sound optional libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz c19594de385b8416960589e612e8f68e 147096 sound optional libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJPH96BAAoJEGrh3w1gjyLcYDIP/RNxyk4cdyuR2GPDbXup
libvisual-plugins_0.4.0.dfsg.1-6_amd64.changes ACCEPTED into unstable
Accepted: libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb to main/libv/libvisual-plugins/libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz to main/libv/libvisual-plugins/libvisual-plugins_0.4.0.dfsg.1-6.debian.tar.gz libvisual-plugins_0.4.0.dfsg.1-6.dsc to main/libv/libvisual-plugins/libvisual-plugins_0.4.0.dfsg.1-6.dsc Override entries for your package: libvisual-0.4-plugins_0.4.0.dfsg.1-6_amd64.deb - optional sound libvisual-plugins_0.4.0.dfsg.1-6.dsc - source sound Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 647231 Thank you for your contribution to Debian. -- 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/e1rq2kf-00082o...@franck.debian.org
Bug#657322: apt-build: [INTL:pl] Polish debconf translation
Package: apt-build Severity: wishlist Tags: l10n patch Hi! Please add attached Polish debconf translation. Thanks, -- Michał Kułach pl.po Description: Binary data
Processed: your mail
Processing commands for cont...@bugs.debian.org: > fixed 432834 python-netcdf/2.8-1.2+b2 Bug #432834 [python-netcdf] ImportError: No module named Scientific.IO.NetCDF The source python-netcdf and version 2.8-1.2+b2 do not appear to match any binary packages Bug Marked as fixed in versions python-netcdf/2.8-1.2+b2. > thanks Stopping processing here. Please contact me if you need assistance. -- 432834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432834 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.132752023419298.transcr...@bugs.debian.org
Bug#432834: marked as done (ImportError: No module named Scientific.IO.NetCDF)
Your message dated Wed, 25 Jan 2012 20:36:46 +0100 with message-id and subject line has caused the Debian Bug report #432834, regarding ImportError: No module named Scientific.IO.NetCDF 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.) -- 432834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432834 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python-netcdf Version: 2.4.9-2 Severity: normal I cannot import the netcdf library from python-netcdf package. Steps: $ sudo apt-get install python-netcdf $ python /usr/share/doc/python-netcdf/examples/netcdf_demo.py Traceback (most recent call last): File "/usr/share/doc/python-netcdf/examples/netcdf_demo.py", line 2, in ? from Scientific.IO.NetCDF import * ImportError: No module named Scientific.IO.NetCDF Thanks -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686-bigmem Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages python-netcdf depends on: ii libc6 2.5-9+b1 GNU C Library: Shared libraries ii netcdfg3 3.5.0-7.1 An interface for scientific data a ii python2.3.5-2An interactive high-level object-o ii python-numeric23.8-1 Numerical (matrix-oriented) Mathem -- no debconf information --- End Message --- --- Begin Message --- fixed 432834 python-netcdf/2.8-1.2+b2 thanks Seems to be working now: $ python /usr/share/doc/python-netcdf/examples/netcdf_demo.py [ 42. 1. 42.] ('n', 'xyz') (10, 20) {'xyz': 3, 't': None, 'n': 20} {'foo': , 'bar': } {'xyz': 3, 't': None, 'n': 20} {'foo': , 'bar': } [ 42. 1. 42.] --- End Message ---