Dear Debian maintainer, On Thursday, November 08, 2007, I sent you a notification about the beginning of a review action on debconf templates for fltk1.1.
Then, I sent you a bug report with rewritten templates and announcing the beginning of the second phase of this action: call for translation updates. Translators have been working hard and here is now the result of their efforts. Please consider using it EVEN if you committed files to your development tree as long as they were reported. The attached tarball contains: - debian/changelog with the list of changes - debian/control with rewrites of packages' descriptions - debian/<templates> with all the rewritten templates file(s) - debian/po/*.po with all PO files (existing ones and new ones) As said, please use *at least* the PO files as provided here, preferrably over those sent by translators in their bug reports. All of them have been checked and reformatted. In some cases, formatting errors have been corrected. The patch.rfr file contains a patch for the templates and control file(s) alone. Please note that this patch applies to the templates and control file(s) of your package as of Thursday, November 08, 2007. If your package was updated in the meantime, I may have updated my reference copy....but I also may have missed that. This is indeed why I suggested you do not modified such files while the review process was running, remember..:-) It is now safe to upload a new package version with these changes. Please notify me of your intents with regards to this. There is of course no hurry to update your package but feel free to contact me in case you would need sponsoring or any other action to fix this. --
patch.tar.gz
Description: Binary data
--- fltk1.1.old/debian/libfltk1.1-dev.templates 2007-11-08 10:45:42.202188111 +0530 +++ fltk1.1/debian/libfltk1.1-dev.templates 2007-11-23 15:03:43.701640704 +0530 @@ -1,8 +1,19 @@ +# 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: libfltk1.1-dev/header-links Type: boolean Default: false _Description: Make .h links to <FL/*.H>? For compatibility with some older code, FLTK used to make its C++-specific - headers available as <FL/*.h> as well as <FL/*.H>; however, the - lowercase-h names are deprecated, and we recommend eliminating them from - your code regardless. + headers available as <FL/*.h> as well as <FL/*.H>. However, the + lowercase-h names are deprecated and should be eliminated from + source code. + . + Please choose whether such compatibility symlinks should be created. --- fltk1.1.old/debian/control 2007-11-08 10:45:42.202188111 +0530 +++ fltk1.1/debian/control 2007-11-23 15:03:46.701491734 +0530 @@ -15,13 +15,15 @@ Suggests: fltk1.1-doc Conflicts: libfltk1-dev Replaces: libfltk1-dev -Description: Fast Light (Toolkit) User Interface Designer - Fluid is an interactive GUI designer for the Fast Light Toolkit, - allowing graphical development of FLTK-based user interfaces. It - natively works with (textual) .fl files, but also includes rough - support for reading .fd files produced by fdesign (in libforms-bin). - (FLTK is a very nice LGPLed cross-platform graphical user interface - toolkit originally based on libForms.) +Description: Fast Light Toolkit - user interface designer + This package provides Fluid, an interactive GUI designer for FLTK, + allowing graphical development of FLTK-based user + interfaces. It natively works with (textual) .fl files, but also + includes rough support for reading .fd files produced by fdesign (in + libforms-bin). + . + The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface + toolkit originally based on libForms. Package: libfltk1.1-dev Section: libdevel @@ -32,10 +34,12 @@ Provides: libfltk-dev Conflicts: libfltk-dev Replaces: libfltk-dev -Description: Fast Light Toolkit development files - Libfltk1.1-dev contains the files necessary for compiling programs - that depend on FLTK, a very nice LGPLed cross-platform C++ GUI - (graphical user interface) toolkit originally based on libForms. +Description: Fast Light Toolkit - development files + This package provides the files necessary for compiling programs + that depend on FLTK. + . + The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface + toolkit originally based on libForms. Package: libfltk1.1 Section: libs @@ -43,10 +47,12 @@ Depends: ${shlibs:Depends} Conflicts: libfltk1.1c102 Replaces: libfltk1.1c102 -Description: Fast Light Toolkit shared libraries - Libfltk1.1 contains the files necessary for running programs - dynamically linked with FLTK, a very nice LGPLed cross-platform - graphical user interface toolkit originally based on libForms. +Description: Fast Light Toolkit - shared libraries + This package contains the files necessary for running programs + dynamically linked with FLTK. + . + The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface + toolkit originally based on libForms. Package: libfltk1.1-dbg Section: libdevel @@ -56,31 +62,36 @@ Recommends: gdb (>= 6.0) Conflicts: libfltk1.1c102-dbg Replaces: libfltk1.1c102-dbg -Description: Fast Light Toolkit shared libraries (debugging symbols) +Description: Fast Light Toolkit - shared libraries with debugging symbols This package is useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding - logic errors in programs using the libraries in this package (or the + logic errors in programs using the libraries (or in the libraries themselves). . - Non-programmers will likely have little use for this package. See the - libfltk1.1 package for more information. + Non-programmers will likely have little use for this. + . + The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface + toolkit originally based on libForms. Package: fltk1.1-doc Section: doc Architecture: all -Description: Fast Light Toolkit documentation - Fltk1.1-doc contains documentation for FLTK, a very nice LGPLed - cross-platform graphical user interface toolkit originally based on - libForms, including a chapter on its user interface designer (fluid). +Description: Fast Light Toolkit - documentation + This package provides documentation for FLTK, including a chapter on + its user interface designer (fluid). + . + The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface + toolkit originally based on libForms. Package: fltk1.1-games Section: games Architecture: any Depends: ${shlibs:Depends} -Description: Fast Light Toolkit example games: checkers, sudoku - Fltk1.1-games contains the example games that accompany FLTK, a very - nice LGPLed cross-platform graphical user interface toolkit - originally based on libForms. Specifically, it contains the - following two programs: - * flcheckers - classic board game, also known as draughts - * flsudoku - Sudoku puzzle (place numbers in a grid) +Description: Fast Light Toolkit - example games: checkers, sudoku + This package contains the example games that accompany FLTK. + Specifically, it contains the following two programs: + - flcheckers: classic board game, also known as draughts; + - flsudoku: Sudoku puzzle (place numbers in a grid). + . + The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface + toolkit originally based on libForms. --- fltk1.1.old/debian/changelog 2007-11-08 10:45:42.202188111 +0530 +++ fltk1.1/debian/changelog 2007-12-13 12:29:18.342756778 +0530 @@ -1,3 +1,20 @@ +fltk1.1 (1.1.7-6) UNRELEASED; urgency=low + + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #452494 + * [Debconf translation updates] + * French. Closes: #453262 + * Basque. Closes: #453275 + * Galician. Closes: #453327 + * Vietnamese. Closes: #453380 + * Finnish. Closes: #453643 + * Portuguese. Closes: #453913 + * German. Closes: #454643 + * Czech. Closes: #455238 + * Russian. Closes: #455964 + + -- Christian Perrier <[EMAIL PROTECTED]> Thu, 13 Dec 2007 12:29:18 +0530 + fltk1.1 (1.1.7-5) unstable; urgency=low * Ship binaries of the example games, with ALSA enabled on Linux, in a
signature.asc
Description: Digital signature