Bug#603405: gucharmap: missing source code needed to update unicode tables

Steve Langasek vorlon at debian.org
Sat Jun 16 21:54:52 UTC 2012


On Sat, Jun 16, 2012 at 11:28:36PM +0200, Michael Biebl wrote:
> On 16.06.2012 22:18, Steve Langasek wrote:
> > tags 603405 patch
> > thanks

> > The script needed for this is actually shipped in the current upstream
> > versions of gucharmap, so we just need to tweak it a litle bit for use with
> > the unicode-data package and run it at build time.  The attached patch
> > addresses this.

> > I'm uploading this patch as an NMU to DELAYED/2-days.

> Thanks for the patch, Steve.

> An odd thing I noticed, is that gen-guch-unicode-tables.pl is run twice:

> configure/libgucharmap-2-90-dev::
> 	cd gucharmap && ./gen-guch-unicode-tables.pl ...

> It is run after ./configure, but apparently it is run a second time just
> before make install?

I noticed this as well, I have no idea why this is happening.

> It also seems to modify files (unicode-unihan.h) which are not properly
> cleaned up and would end up in a debdiff if built twice in a row.

They're cleaned up via debian/clean:

diff -Nru gucharmap-3.4.1.1/debian/clean gucharmap-3.4.1.1/debian/clean
--- gucharmap-3.4.1.1/debian/clean      1970-01-01 00:00:00.000000000 +0000
+++ gucharmap-3.4.1.1/debian/clean      2012-06-16 19:34:08.000000000 +0000
@@ -0,0 +1 @@
+gucharmap/unicode-*.h

Removing the file in the clean target via dh_clean will cause it to be
automatically excluded from the diff.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slangasek at ubuntu.com                                     vorlon at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20120616/ab0a2074/attachment-0001.pgp>


More information about the pkg-gnome-maintainers mailing list