summaryrefslogtreecommitdiff
path: root/scripts/po
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17Update German scripts translationHelge Kreutzmann1-34/+16
Update to 599t.
2017-10-17po: Regenerate .pot files and merge .po files with themGuillem Jover8-220/+875
2017-10-17Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII ArmorGuillem Jover1-0/+1
When we are building a source package, if we find a binary signature in the form of a .sig file, we should try to auto-convert it to the format that we expect to include in the source package, which is an OpenPGP ASCII Armor.
2017-09-25Update German scripts translationHelge Kreutzmann1-24/+55
Update to 594t.
2017-09-24Dpkg::File: Move file_lock() into a new Dpkg::Lock moduleGuillem Jover1-0/+1
This reduces the load chain for several Dpkg modules.
2017-07-11Update German scripts translationHelge Kreutzmann1-2/+7
Update to 588t.
2017-07-11po: Add all source files to POTFILES.in filesGuillem Jover1-0/+5
Even though some do not have any translation currently, not listing all the source files by principle means that we might start adding translated strings to existing files and forget to update the needed POTFILES.in. In this case also there were some files that did have translations.
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+0
Our current minimal Perl version contains a new enough List::Util module implementing none and any, and several other functions.
2017-05-18po: Regenerate .pot files and merge .po files with themGuillem Jover8-120/+108
2017-05-07po: Add missing new lines in Catalan translationGuillem Jover1-3/+3
2017-05-07po: Update Catalan translationGuillem Jover1-581/+253
2017-05-06po: Unfuzzy strings after spelling fixesGuillem Jover8-24/+24
2017-03-06po: Regenerate .pot files and merge .po files with themGuillem Jover8-37/+142
2017-02-27Update German scripts translationHelge Kreutzmann1-6/+22
Update to 589t.
2017-02-01po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2017-01-30Update German scripts translationHelge Kreutzmann1-68/+5
Update to 588t.
2017-01-29po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2017-01-28po: Regenerate .pot files and merge .po files with themGuillem Jover8-19/+91
2017-01-27Update German scripts translationHelge Kreutzmann1-72/+8
Update to 588t.
2017-01-27po: Regenerate .pot files and merge .po files with themGuillem Jover8-144/+350
2017-01-23Update German scripts translationHelge Kreutzmann1-3/+15
Update to 589t.
2016-12-20po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2016-12-19po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2016-12-17Update German scripts translationHelge Kreutzmann1-4/+2
Update to 586t.
2016-12-17po: Regenerate .pot files and merge .po files with themGuillem Jover8-10/+56
2016-12-17po: Correct spelling mistake in Swedish translationMartin Bagge1-2/+2
Closes: #847220 Signed-off-by: Guillem Jover <guillem@debian.org>
2016-11-16Update German scripts translationHelge Kreutzmann1-85/+1
Update to 585t.
2016-11-16po: Regenerate .pot files and merge .po files with themGuillem Jover8-71/+124
2016-11-11po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2016-11-11Dpkg::Build::Info: New module refactored from dpkg-genbuildinfoGuillem Jover1-0/+1
This will allow other projects to use the same whitelist as dpkg does. Requested-by: Johannes Schauer <josch@debian.org>
2016-11-07po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2016-11-06Unify translation between man pages and scriptsHelge Kreutzmann1-4/+4
2016-11-06po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2016-11-06po: Regenerate .pot files and merge .po files with themGuillem Jover8-268/+661
2016-11-05Update German scripts translationHelge Kreutzmann1-5/+6
Update to 586t.
2016-11-04Update German scripts translationHelge Kreutzmann1-36/+100
Update to 586t.
2016-11-03scripts: Add support for .buildinfo filesGuillem Jover1-0/+1
The .buildinfo files are a new type of control files, similar to the .changes files, meant to describe the environment of a build and its artifacts. They are meant to be added to the Debian archive to allow independent parties to reproduce a build and verify the result. Specifications for .buildinfo are available at: <https://wiki.debian.org/ReproducibleBuilds/BuildinfoSpecification> This patch adds support for .buildinfo files in Dpkg::Control, adds new .buildinfo fields to Dpkg::Control::Fields, a new builtin-system-build-paths Dpkg::Vendor hook, and adds a new script named dpkg-genbuildinfo, that will now be called by dpkg-buildpackage before generating the .changes file. [ntyni@debian.org: small changes. ] Closes: #138409 Based-on-patch-by: Jérémy Bobbio <lunar@debian.org> Signed-off-by: Guillem Jover <guillem@debian.org>
2016-11-01Update German scripts translationHelge Kreutzmann1-5/+8
Update to 581t.
2016-07-31po: Regenerate .pot files and merge .po files with themGuillem Jover8-18/+22
2016-07-05Update German scripts translationHelge Kreutzmann1-157/+68
Update to 581t.
2016-07-04Update German scripts translationHelge Kreutzmann1-61/+26
Update to 575t6f.
2016-07-03po: Regenerate .pot files and merge .po files with themGuillem Jover8-1524/+2106
2016-07-03scripts: Replace changelog program parsers with perl modulesGuillem Jover1-1/+0
Using programs to implement the custom changelog parsers was very inefficient as it required to parse the custom changelog, output deb822 formatted entries to then parse that and output again with the desired format. These were implemented as programs because at the time the perl code in dpkg was not using perl modules, so it was not easy to extend. Using perl modules now is cleaner and allows for a faster implementation. In addition there's no known users in Debian, so it was deemed safe to remove the support without a transition.
2016-05-09Update German scripts translationHelge Kreutzmann1-11/+6
Update to 586t.
2016-05-09po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+87
2016-05-08Update German scripts translationHelge Kreutzmann1-120/+25
Update to 586t.
2016-05-02po: Regenerate .pot files and merge .po files with themGuillem Jover8-267/+1885
2016-04-03Update German scripts translationHelge Kreutzmann1-22/+35
Update to 585t.
2016-03-20Various translation fixesHelge Kreutzmann1-44/+44
Found during review on debian-l10n-german
2016-03-09Update German scripts translationHelge Kreutzmann1-69/+215
Update to 584t. Also includes various fixes found on debian-l10n-german