Package: tgif Version: N/A Severity: normal Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Dear Debian maintainer, On Saturday, January 01, 2011, I notified you of the beginning of a review process concerning debconf templates for tgif. The debian-l10n-english contributors have now reviewed these templates, and the proposed changes are attached to this bug report. Please review the suggested changes are suggested, and if you have any objections, let me know in the next 3 days. Please try to avoid uploading tgif with these changes right now. The second phase of this process will begin on Tuesday, January 11, 2011, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until Sunday, January 23, 2011. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. On Monday, January 24, 2011, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. - -- System Information: Debian Release: 6.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJNKJaVAAoJEFOUR53TUkxRv8QP/jO2LEbelIm1E+XZQBc+3muv vQOx09acyXexbcP7NXWSo6wxlEflpUk+4eNyxMXzMImw0KSV8ZMjBylowCnT9LJC /JGCIuw4dn38iukZQObQc4TY3iI2yGHIOGS5JFWsiuY/oOQBE4LwIzi27mOI4Ju+ 7Vv514/JKbMWLerRnktCgdMzR7F2O8miD27KLRPJnZHC9V1gs0BCQrIcBtbnNW5G b6bfo5/u4GIwnsD64CUxVoMimdaVC0xKviL+9632p8csjwGv08F+X5s4warAwG+q A58pR5qVd7TyuD4u59VQSRojymjJLitQSzrpuVxfie4MqLngAzX6B+ba8tUrVuJZ nKEvEnwTdz8qM6O6I3U4LPseEN1OU/JSO58waa4VPrzOAhKX78bYLgWpaJOWF8Kh dwYNkDs0EnyBZVloFNwerL6+aYt0kgoNgHXR+jfRnhh4Soi+1XpIIMuyYspf9ndA Yxef5YeKomhFk/uQJBlXc9jTpbVUTiCjQbmxOwB9w/RWut/NJkuMiSMIpBofdbl9 JNWY6dQHr2I0XvXlvWY5BAc6CCbZzvlmtBULrCwDmtCD/WIWVtdkrPoeO5BBolFO t76Me8IBU50Nakxj8K+KflTHuZJQx+/zoK6l70l3lUu/tAY6masLXhtUjNqZlkTa gFw7pRZz00veIaxIslQp =UqKP -----END PGP SIGNATURE-----
--- /home/jona/debian/rewrite/tgif/tgif.old/debian/tgif.templates 2011-01-01 04:13:50.000000000 +0000 +++ /home/jona/debian/rewrite/tgif/tgif/debian/tgif.templates 2011-01-08 16:53:40.000000000 +0000 @@ -1,15 +1,25 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [email protected] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: tgif/papersize Type: select __Choices: A4, Letter Default: A4 -_Description: What size of paper should Tgif use? - Select the size of paper to be used by your installation of Tgif. This +_Description: Paper size to be used: + Please select the size of paper to be used by Tgif. This selection will be appended to the global Tgif initialization file. Template: tgif/gridunits Type: select -__Choices: Metric, Imperial +__Choices: Centimeters, Inches +Choices-C: Metric, Imperial Default: Metric -_Description: What units are to be used for the grid? - Select the units to be used by Tgif when rendering the grid. This will also - the determine the scaling when the snap-to-grid option is turned on. +_Description: Units to use for the grid: + Please select the units to be used by Tgif when rendering the grid. This will also + determine the scaling when the snap-to-grid option is enabled. --- /home/jona/debian/rewrite/tgif/tgif.old/debian/control 2011-01-01 04:13:50.000000000 +0000 +++ /home/jona/debian/rewrite/tgif/tgif/debian/control 2011-01-03 19:49:20.000000000 +0000 @@ -12,6 +12,16 @@ python-uniconvertor Recommends: xfonts-75dpi Architecture: any -Description: interactive 2-D drawing facility under X11 - Tgif has little to do with GIF files. It is a 2-D vector based drawing - program which can produce output suitable for LaTeX or in PostScript. +Description: 2D vector graphic drawing tool using Xlib + Tgif (originally the "Tangram Graphic Interface Facility") is a + classic drawing program for 2D vector graphics. Image objects can + be hierarchically constructed out of primitives such as polygons, + text, and splines (though the splines Tgif draws are not Bézier + curves). + . + It natively supports PostScript formats suitable for LaTeX, as well + as X11 bitmap or (version 1) pixmap formats. Other vector and raster + image formats such as SVG and PNG can be handled via filters. + . + Tgif stores drawings as .obj files and individual building-block + objects as .sym files, both in Prolog-compatible fact file format.

