Change logs for po-debconf source package in Intrepid

  • po-debconf (1.0.15ubuntu1) intrepid; urgency=low
    
      * podebconf-report-po: Fix opportunistic import of Mail::Box::Manager, to
        avoid crashing with an import error if libmail-box-perl is not installed.
        Now it actually shows the "Please install libmail-box-perl" message, as
        the code intends to. Thanks to Colin Watson for suggesting this fix!
      * Drop libmail-box-perl to Suggests:. It is not needed for most users of
        po-debconf, drags in lots of more packages, and with above fix the failure
        mode of podebconf-report-po is adequate.
    
     -- Martin Pitt <email address hidden>   Wed, 22 Oct 2008 13:52:04 +0200
  • po-debconf (1.0.15) unstable; urgency=low
    
      [ podebconf-display-po ]
      * Fix breakage when a string appears in multiple files. This removed the
        change applied to fix #375656, and forced the regular expression to be
        done on a temporary string so that the fields can be retrieved on the
        later execution (for the other line references). Closes: #484847
    
      [ Packaging ]
      * debian/control: Bump Standards-Version to 3.8.0 (no changes needed).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  13 Jun 2008 10:18:27 +0100
  • po-debconf (1.0.14) unstable; urgency=low
    
      [ podebconf-report-po ]
      * Create the temporary file with File::Temp::tempfile() instead of tmpnam().
        This permits to honor the TMP or TMPDIR environment variables.
        Closes: #482097
      * Use the package and version set in the POT file if none were specified
        with an option or found in a debian/changelog. Closes: #481221
      * Keep the <package>, <version>, and <package_and_version> tags if they were
        not filled. Closes: #481222
    
      [ documentation translation ]
      * doc/Makefile: Set the PACKAGE, VERSION and the Report-Msgid-Bugs-To field.
      * doc/po4a/po/de.po: Updated German translation. Thanks to Helge Kreutzmann.
        Closes: #481821
      * doc/po4a/po/pt.po: Updated Portuguese translation. Thanks to Miguel
        Figueiredo. Closes: #482141
      * doc/po4a/po/ru.po: Updated Russian translation. Thanks to Yuri Kozlov.
        Closes: #482287
      * doc/po4a/po/fr.po: Updated French translation. Thanks to Florentin Duneau.
    
      [ documentation ]
      * doc/en/podebconf-report-po.1.pod: Document the usage of the potfile for
        the package's name and version.
      * doc/en/podebconf-report-po.1.pod: Change some I<...> formatting to F<...>
        when it reference a file. Closes: #481822
        (unfuzzy the German translation accordingly)
      
      [ packaging ]
      * debian/control: Depend on po4a >= 0.33 for the --package-name,
        --package-version, and --msgid-bugs-address options.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  01 Jun 2008 14:13:14 +0100
  • po-debconf (1.0.13) unstable; urgency=low
    
      [ podebconf-report-po ]
      * When --notdebconf is used, use po/ as the default po directory (instead of
        debian/po). Closes: #480164
      * Added EXAMPLES section for recommended usages.
      * In the --call mode, die if --languageteam is used without the
        --withtranslators option specified. Closes: #480168
      * Change the default to send update requests to translators
        (--withtranslators) when sending calls for translations.
      * It is now possible to specify withouttranslators in the configuration file
        to disable the above behavior.
      * Enable the --languageteam option by default.
      * Add a nolanguageteam option for the configuration file.
      * Allow the specification of a deadline by an offset, when the deadline
        starts with a '+'.
      * Add a --nodeadline option.
      * Add a deadline and nodeadline option for the configuration file.
      * When no deadlines are specified (and the nodeadline option is not
        specified), prompt for a deadline (default deadline is +10days).
      * Automatically detect if a debconf or non-debconf template should be used.
        The --notdebconf option is still useful when the user wants to send a call
        for the debconf translations and for the program translation from the
        package's root directory.
    
      [ packaging ]
      * Set the doc-base section to Text.
    
      [ documentation translation ]
      * Updated translation material.
        Fully translated PO files are now 281t8f15u.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  16 May 2008 09:48:46 +0100
  • po-debconf (1.0.12.1) unstable; urgency=low
    
      [ packaging ]
      * debian/rules: Distribute the *-po templates (#462053)
    
      [ documentation translation ]
      * doc/po4a/po/ru.po: Updated translation. Thanks to Yuri Kozlov.
        Closes: #469056
      * doc/po4a/po/*.po, doc/po4a/po/po-debconf.pot: Updated to the new
        documentation.
    
    po-debconf (1.0.12) unstable; urgency=low
    
      [ podebconf-report-po ]
      * Add option --sendmessage to send messages to translators without
        attachments.  Closes: #464826
      * Add new templates call-po, submit-po, and translators-po which do not
        mention debconf translation in the subject or body of the messages.
      * Add option --notdebconf for regular (non debconf) translation (use the
        *-po templates).  Closes: #462053
      * Document the --conf option in the Usage.
      * Sort the options alphabetically in the Usage.
      * Allow the usage to be printed even if libmail-sendmail-perl is not
        installed.  Closes: #455897
    
      [ packaging ]
      * debian/control: Bump Standards-Version to 3.7.3.0. No changes required.
    
      [ documentation ]
      * doc/en/podebconf-report-po.1.pod: Document --sendmessage and --notdebconf.
      * doc/en/podebconf-report-po.1.pod: Sort the options alphabetically.
    
    po-debconf (1.0.11) unstable; urgency=low
    
      [ debconf-updatepo ]
      * debconf-updatepo was generating invalid Report-Msgid-Bugs-To.
      Thanks to Colin Watson <email address hidden>. Closes: #450923
    
      [ packaging ]
      * debian/control: Build dependency on po4a raised from 0.23 to 0.31 because
        we use the --previous option. Thanks to Dr. Helge Kreutzmann.
        Closes: #448885
    
      [ documentation translation ]
      * debian/Makefile: Fix the quotes of the German and French translations
        (for the POD C<...> formatting).
      * doc/po4a/po/de.po: Updated German translation. Thanks to Helge Kreutzmann.
        Closes: #449161
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:22:51 +0100
  • po-debconf (1.0.10) unstable; urgency=low
    
      [ debconf-updatepo ]
      * Set the Report-Msgid-Bugs-To field of the POT to
        <package>@packages.debian.org instead of the Maintainer address.
        Closes: #383674
      * Add a --msgid-bugs-address option to force the use of an alternative
        address. Closes: #427146
    
      [ podebconf-report-po ]
      * Fix a typo --mbox is --postpone.
      * Add option --addlanguageteam lang:list to add a list in copy of messages
        sent for a language. Closes: #427824
      * Use mutt -Q postponed to retrieve the postpone mailbox. Thanks to Vagrant
        Cascadian for the trick. Closes: #431639
      * Support Maildir with the --postpone and --mutt options by using
        libmail-box-perl. Thanks to Vagrant Cascadian for suggesting support for
        Maildir.
      * Use the same algorithm as devscripts' bts to find the From field. The name
        of the submitter is then guessed from the DEBFULLNAME and DEBEMAIL
        variables, defaulting to the EMAIL environment variable, and using the
        Maintainer: field if none of these variables were set. Closes: #435856
      * Ignore --summary when we are sending call for translations.
        Closes: #421706
      * Update my copyright information.
      * Update the podebconf-report-po version to 0.12.
      * Add option --withtranslators (and --withouttranslators) to enable (and
        disable) sending requests to translators after sending call for
        translation with --call. withtranslators can be specified in the
        configuration file to make it the default behavior of --call.
      * Add options --templatetranslators, --templatesubmit, --templatecall (which
        can be specified in the configuration file) to specify a default template
        for each action.
      * Move the templates from the podebconf-report-po internal code to a new
        /usr/share/po-debconf/templates directory.
      * If the --from option is specified, do not use the from field from the
        configuration file.
      * Change the default subjects for the request for translation updates and
        call for translations. The subjects will now start with the package's
        name and version. Thanks to a suggestion by Helge Kreutzmann.
    
      [ documentation ]
      * doc/en/podebconf-report-po.1.pod: Fix a typo --mbox is --postpone.
      * doc/en/podebconf-report-po.1.pod: Document --addlanguageteam.
      * doc/en/podebconf-report-po.1.pod: Document the use of DEBFULLNAME and
        EMAIL environment variables.
      * doc/en/podebconf-report-po.1.pod: Document --withtranslators,
        --withouttranslators and the withtranslators configuration variable.
      * doc/en/podebconf-report-po.1.pod: For each option, indicate if it can be
        specified in the configuration file.
      * doc/en/podebconf-report-po.1.pod: Document --templatetranslators,
        --templatesubmit, and --templatecall.
      * doc/en/debconf-updatepo.1.pod: Document the new --msgid-bugs-address
        option and the default address used for the Report-Msgid-Bugs-To field.
      * doc/en/debconf-gettextize.1.pod: Fix description of the --merge option.
        Thanks to Clytie Siddall for noticing the weird wording.
      * doc/en/debconf-gettextize.1.pod, doc/en/debconf-updatepo.1.pod,
        doc/en/po-debconf.7.pod, doc/en/po2debconf.1.pod,
        doc/en/podebconf-display-po.1.pod, doc/en/podebconf-report-po.1.pod: Fix
        typos and wording. Thanks to Helge Kreutzmann. Closes: #444863
    
      [ documentation translation ]
      * debian/rules: Call po4a with the --previous option.
      * doc/po4a/po/fr.po: Fix a typo <nbsp> -> E<nbsp>.
      * doc/po4a/po/de.po, doc/po4a/add_de/translator.de: New German translation.
        Thanks to Helge Kreutzmann.
        Closes: #444862
      * doc/po4a/po/vi.po, doc/po4a/add_vi/translator.vi: New Vietnamese
        translation. Thanks to Clytie Siddall.
        Closes: #445137
      * doc/po4a/po/pt.po, doc/po4a/add_pt/translator.pt: New Portuguese
        translation. Thanks to Miguel Figueiredo.
        Closes: #446539
      * doc/po4a/po-debconf.cfg, doc/Makefile: Activate the German, Portuguese,
        and Vietnamese translations.
      * doc/Makefile: Build HTML manpages for the Vietnamese translation.
      * doc/po4a/po/ru.po: Updated translation. Thanks to Sergey Alyoshin.
      * doc/po4a/po/fr.po: Likewise. Thanks to Florentin Duneau.
    
      [ podebconf-display-po ]
      * Issue a warning if a Choice translation contains a comma. Closes: #421138
    
      [ packaging ]
      * debian/control: Added dependency on libmail-box-perl, this should provide
        a better support for mbox and Maildir.
      * debian/dirs, debian/rules: Install the podebconf-report-po email templates
        in /usr/share/po-debconf/templates.
      * doc/de/.cvsignore, doc/en/.cvsignore, doc/fr/.cvsignore,
        doc/pt/.cvsignore, doc/ru/.cvsignore: Added .cvsignore files for the
        generated pod and roff manpages.
      * doc/.cvsignore: Removed roff pages, added temporary files from pod2html.
      * debian/rules: Install the new German, Portuguese, and Vietnamese manpages.
      * debian/dirs, debian/po-debconf.doc-base, debian/rules: Install HTML
        manpages for the Vietnamese translation.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Nov 2007 20:14:09 +0000