aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a quiet option for non existing filesDavid Prévot2011-05-031-1/+4
| | | | | | | CVS version numbers remove_stale.pl: 1.20 -> 1.21 Perl/Local/VCS_CVS.pm: 1.11 -> 1.12
* ast is Asturian, closes: #556394David Prévot2011-04-251-0/+1
| | | | | | | | | CVS version numbers Perl/Locale/Language.pm: 1.1 -> 1.2 english/po/langs.pot: 1.14 -> 1.15 english/template/debian/language_names.wml: 1.221 -> 1.222 french/po/langs.fr.po: 1.23 -> 1.24
* Fix the spelling of "international".Matt Kraai2009-02-181-1/+1
| | | | | | CVS version numbers Perl/Debian/L10n/Db.pm: 1.2 -> 1.3
* Add optional argument to read_file() that sepcifies the encoding the file isBas Zoetekouw2008-12-191-1/+10
| | | | | | | | in. CVS version numbers Perl/Local/Util.pm: 1.2 -> 1.3
* Apply the skip_pat of vcs_path_info() to the _relative_ filenameBas Zoetekouw2008-12-191-3/+3
| | | | | | | CVS version numbers karma.pl: 1.4 -> 1.5 Perl/Local/VCS_CVS.pm: 1.10 -> 1.11
* Updated embedded MIME::Lite (from debian version 3.023-1) and added dependencyBas Zoetekouw2008-12-182-1376/+1628
| | | | | | | | | Email::Date::Format (from debian package 1.002-1). CVS version numbers Perl/MIME/EmailDateFormat.pm: INITIAL -> 1.1 Perl/MIME/Lite.pm: 1.1 -> 1.2
* Fix small bug in which n/a was not recognised as a valid revision numberBas Zoetekouw2008-12-151-1/+3
| | | | | | CVS version numbers Perl/Local/VCS_CVS.pm: 1.9 -> 1.10
* VCS_CVS: implement skip_pat for vcs_path_infoBas Zoetekouw2008-12-121-3/+6
| | | | | | CVS version numbers Perl/Local/VCS_CVS.pm: 1.8 -> 1.9
* Make git the deafult fallback if CVS is not detectedBas Zoetekouw2008-10-051-9/+4
| | | | | | CVS version numbers Perl/Local/VCS.pm: 1.2 -> 1.3
* Move read_file() to Local::Util.Bas Zoetekouw2008-09-301-1/+27
| | | | | | | CVS version numbers check_trans.pl: 1.71 -> 1.72 Perl/Local/Util.pm: 1.1 -> 1.2
* - Introduce Local::Util to contain useful utility functions.Bas Zoetekouw2008-09-301-0/+66
| | | | | | | | | | | - Copy uniq() from List::MoreUtils to Local::Util - Get rid of dependencies on List::MoreUtils in favour of Local::Util CVS version numbers check_desc_trans.pl: 1.6 -> 1.7 check_trans.pl: 1.70 -> 1.71 Perl/Local/Util.pm: INITIAL -> 1.1
* Use Local::VCS instead of Local::VCS_CVSBas Zoetekouw2008-09-292-2/+2
| | | | | | | | | CVS version numbers check_desc_trans.pl: 1.5 -> 1.6 copypage.pl: 1.28 -> 1.29 Perl/Webwml/Langs.pm: 1.4 -> 1.5 Perl/Webwml/TransIgnore.pm: 1.2 -> 1.3
* Minor changesBas Zoetekouw2008-09-291-3/+5
| | | | | | CVS version numbers Perl/Local/VCS_CVS.pm: 1.7 -> 1.8
* Fix importing from Local::VCS_*Bas Zoetekouw2008-09-291-11/+42
| | | | | | | | (still need a proper solution to detect git) CVS version numbers Perl/Local/VCS.pm: 1.1 -> 1.2
* abstraction layer for VCS specific functionsRhonda D'Vine2008-09-291-0/+16
| | | | | | CVS version numbers Perl/Local/VCS.pm: INITIAL -> 1.1
* add vcs_get_file() to VCS_CVS.pmBas Zoetekouw2008-09-241-56/+57
| | | | | | CVS version numbers Perl/Local/VCS_CVS.pm: 1.6 -> 1.7
* Add a vcs_get_diff() funtion to VCS_CVS.pmBas Zoetekouw2008-09-221-2/+70
| | | | | | CVS version numbers Perl/Local/VCS_CVS.pm: 1.5 -> 1.6
* Rename vcs_log_info() to vcs_get_log().Bas Zoetekouw2008-09-221-4/+4
| | | | | | CVS version numbers Perl/Local/VCS_CVS.pm: 1.4 -> 1.5
* Added a function to fetch the log of a file to VCS_CVS.pmBas Zoetekouw2008-09-211-0/+69
| | | | | | CVS version numbers Perl/Local/VCS_CVS.pm: 1.3 -> 1.4
* Added funtions to ftech VCS info about a single file, and a function to countBas Zoetekouw2008-09-211-150/+96
| | | | | | | | | the number of changes between two revisions. Also implemented file pattern matching in vcs_path_info(). CVS version numbers Perl/Local/VCS_CVS.pm: 1.2 -> 1.3
* Fix Webwml::Langs to use VCS_CVS.pm instead of Cvsinfo.pmBas Zoetekouw2008-09-211-49/+74
| | | | | | | | Also clean up and reindent. CVS version numbers Perl/Webwml/Langs.pm: 1.3 -> 1.4
* Fix Webwml::TransIgnore to use VCS_CVS.pm instead of Cvsinfo.pm.Bas Zoetekouw2008-09-211-77/+99
| | | | | | | | Also clean up the script, and reindent. CVS version numbers Perl/Webwml/TransIgnore.pm: 1.1 -> 1.2
* Added vcs_get_topdir function to VCS_CVS.pm (and some small documentationBas Zoetekouw2008-09-211-3/+38
| | | | | | | | fixes) CVS version numbers Perl/Local/VCS_CVS.pm: 1.1 -> 1.2
* Added perl module Perl/Locale/VCS_CVS.pm: generic wrapper around versionBas Zoetekouw2008-09-181-0/+671
| | | | | | | | control systems CVS version numbers Perl/Local/VCS_CVS.pm: INITIAL -> 1.1
* Fix module to handle po4a (this should fix the build process)Thomas Huriaux2006-02-261-14/+33
| | | | | | CVS version numbers Perl/Debian/L10n/Db.pm: 1.1 -> 1.2
* Remove since we use dl10n nowPierre Machard2004-07-182-833/+0
| | | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.15 -> 1.16(DEAD) Perl/Webwml/L10n/Debconf.pm: 1.11 -> 1.12(DEAD)
* Initial importPierre Machard2004-07-181-0/+7
| | | | | | CVS version numbers Perl/Debian/README: INITIAL -> 1.1
* Initial import for the new infrastruture for l10nPierre Machard2004-07-185-0/+2582
| | | | | | | | | | CVS version numbers Perl/Debian/L10n/Db.pm: INITIAL -> 1.1 Perl/Debian/L10n/Debconf.pm: INITIAL -> 1.1 Perl/Debian/Pkg/DebSrc.pm: INITIAL -> 1.1 Perl/Debian/Pkg/Diff.pm: INITIAL -> 1.1 Perl/Debian/Pkg/Tar.pm: INITIAL -> 1.1
* Update as per request of Martin QuinsonPierre Machard2004-07-181-0/+8
| | | | | | | | First step to set up the new l10n global infrastructure CVS version numbers Perl/README: 1.1 -> 1.2
* Fix $check setting in read() [Martin Quinson]Denis Barbier2004-03-021-2/+3
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.14 -> 1.15
* * Martin QuinsonDenis Barbier2004-02-091-8/+24
| | | | | | | | | | - Add a new Switch field to gather informations about packages depending on debconf but without po-debconf support. - Add a new set_date method. CVS version numbers Perl/Webwml/L10n/Db.pm: 1.13 -> 1.14
* Accept tarballs which do not have a trailing 0-blockDenis Barbier2003-09-261-0/+4
| | | | | | CVS version numbers Perl/Local/Inside/Tar.pm: 1.4 -> 1.5
* Read and write can now deal with gzipped filesDenis Barbier2002-11-171-4/+13
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.12 -> 1.13
* Add support for man pagesDenis Barbier2002-10-021-2/+3
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.11 -> 1.12
* Add support for po-debconf dataDenis Barbier2002-09-281-4/+4
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.10 -> 1.11
* Don't barf on sticky tagsPeter Karlsson2002-06-141-1/+1
| | | | | | CVS version numbers Perl/Local/Cvsinfo.pm: 1.6 -> 1.7
* Remove warnings about uninitialized valuesDenis Barbier2002-05-201-5/+5
| | | | | | CVS version numbers Perl/Local/WmlDiffTrans.pm: 1.3 -> 1.4
* Fix statistics when wrong language is found in templates.xxDenis Barbier2002-04-121-32/+40
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.10 -> 1.11
* Some broken packages have no tarball in their .dsc file.Denis Barbier2002-04-051-0/+4
| | | | | | | | This caused transmonitor-check to abort, they are now skipped CVS version numbers Perl/Local/Inside/DebSrc.pm: 1.2 -> 1.3
* With GNU extensions for long filenames, some dummy filename could have aDenis Barbier2002-03-111-3/+5
| | | | | | | | trailing slash, in which case it was considered as a directory. CVS version numbers Perl/Local/Inside/Tar.pm: 1.3 -> 1.4
* When translated-fields-in-master-templates warning was displayed,Denis Barbier2002-03-031-1/+0
| | | | | | | | current field was skipped and thus stats were wrong. CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.9 -> 1.10
* Sort packages written into DB fileDenis Barbier2002-02-241-1/+1
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.9 -> 1.10
* * Many changes: s/template/templates file/Denis Barbier2002-02-241-9/+13
| | | | | | | | | | * In read_compact, an optional argument is added to disable checks on translated fields. It is used in read_dispatched so that this check is not performed when translated files are found. CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.8 -> 1.9
* lang-mismatch-in-translated-templates error was not checkedDenis Barbier2002-02-221-0/+2
| | | | | | | | in Description-* fields CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.7 -> 1.8
* Add Maintainer: fieldDenis Barbier2002-02-211-3/+3
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.8 -> 1.9
* Minor changes when checking templatesDenis Barbier2002-02-211-11/+9
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.6 -> 1.7
* Display warning about merged templates only onceDenis Barbier2002-02-211-0/+2
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.5 -> 1.6
* Perform some l10n-related checks when parsing templates filesDenis Barbier2002-02-211-14/+52
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.4 -> 1.5
* Fixed skipdir handling to full-match onlyRhonda D'Vine2002-02-181-1/+1
| | | | | | CVS version numbers Perl/Local/Cvsinfo.pm: 1.5 -> 1.6
* Add tests to suppress warningsDenis Barbier2002-01-241-2/+4
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.3 -> 1.4

© 2014-2024 Faster IT GmbH | imprint | privacy policy