Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-17 | Update German scripts translation | Helge Kreutzmann | 1 | -34/+16 | |
Update to 599t. | |||||
2017-10-17 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -220/+875 | |
2017-10-17 | Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII Armor | Guillem Jover | 1 | -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-25 | Update German scripts translation | Helge Kreutzmann | 1 | -24/+55 | |
Update to 594t. | |||||
2017-09-24 | Dpkg::File: Move file_lock() into a new Dpkg::Lock module | Guillem Jover | 1 | -0/+1 | |
This reduces the load chain for several Dpkg modules. | |||||
2017-07-11 | Update German scripts translation | Helge Kreutzmann | 1 | -2/+7 | |
Update to 588t. | |||||
2017-07-11 | po: Add all source files to POTFILES.in files | Guillem Jover | 1 | -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-20 | Dpkg::Util: Remove and replace with core module List::Util | Guillem Jover | 1 | -1/+0 | |
Our current minimal Perl version contains a new enough List::Util module implementing none and any, and several other functions. | |||||
2017-05-18 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -120/+108 | |
2017-05-07 | po: Add missing new lines in Catalan translation | Guillem Jover | 1 | -3/+3 | |
2017-05-07 | po: Update Catalan translation | Guillem Jover | 1 | -581/+253 | |
2017-05-06 | po: Unfuzzy strings after spelling fixes | Guillem Jover | 8 | -24/+24 | |
2017-03-06 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -37/+142 | |
2017-02-27 | Update German scripts translation | Helge Kreutzmann | 1 | -6/+22 | |
Update to 589t. | |||||
2017-02-01 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+9 | |
2017-01-30 | Update German scripts translation | Helge Kreutzmann | 1 | -68/+5 | |
Update to 588t. | |||||
2017-01-29 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+9 | |
2017-01-28 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -19/+91 | |
2017-01-27 | Update German scripts translation | Helge Kreutzmann | 1 | -72/+8 | |
Update to 588t. | |||||
2017-01-27 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -144/+350 | |
2017-01-23 | Update German scripts translation | Helge Kreutzmann | 1 | -3/+15 | |
Update to 589t. | |||||
2016-12-20 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+9 | |
2016-12-19 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+9 | |
2016-12-17 | Update German scripts translation | Helge Kreutzmann | 1 | -4/+2 | |
Update to 586t. | |||||
2016-12-17 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -10/+56 | |
2016-12-17 | po: Correct spelling mistake in Swedish translation | Martin Bagge | 1 | -2/+2 | |
Closes: #847220 Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2016-11-16 | Update German scripts translation | Helge Kreutzmann | 1 | -85/+1 | |
Update to 585t. | |||||
2016-11-16 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -71/+124 | |
2016-11-11 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+9 | |
2016-11-11 | Dpkg::Build::Info: New module refactored from dpkg-genbuildinfo | Guillem Jover | 1 | -0/+1 | |
This will allow other projects to use the same whitelist as dpkg does. Requested-by: Johannes Schauer <josch@debian.org> | |||||
2016-11-07 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+9 | |
2016-11-06 | Unify translation between man pages and scripts | Helge Kreutzmann | 1 | -4/+4 | |
2016-11-06 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+9 | |
2016-11-06 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -268/+661 | |
2016-11-05 | Update German scripts translation | Helge Kreutzmann | 1 | -5/+6 | |
Update to 586t. | |||||
2016-11-04 | Update German scripts translation | Helge Kreutzmann | 1 | -36/+100 | |
Update to 586t. | |||||
2016-11-03 | scripts: Add support for .buildinfo files | Guillem Jover | 1 | -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-01 | Update German scripts translation | Helge Kreutzmann | 1 | -5/+8 | |
Update to 581t. | |||||
2016-07-31 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -18/+22 | |
2016-07-05 | Update German scripts translation | Helge Kreutzmann | 1 | -157/+68 | |
Update to 581t. | |||||
2016-07-04 | Update German scripts translation | Helge Kreutzmann | 1 | -61/+26 | |
Update to 575t6f. | |||||
2016-07-03 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -1524/+2106 | |
2016-07-03 | scripts: Replace changelog program parsers with perl modules | Guillem Jover | 1 | -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-09 | Update German scripts translation | Helge Kreutzmann | 1 | -11/+6 | |
Update to 586t. | |||||
2016-05-09 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -9/+87 | |
2016-05-08 | Update German scripts translation | Helge Kreutzmann | 1 | -120/+25 | |
Update to 586t. | |||||
2016-05-02 | po: Regenerate .pot files and merge .po files with them | Guillem Jover | 8 | -267/+1885 | |
2016-04-03 | Update German scripts translation | Helge Kreutzmann | 1 | -22/+35 | |
Update to 585t. | |||||
2016-03-20 | Various translation fixes | Helge Kreutzmann | 1 | -44/+44 | |
Found during review on debian-l10n-german | |||||
2016-03-09 | Update German scripts translation | Helge Kreutzmann | 1 | -69/+215 | |
Update to 584t. Also includes various fixes found on debian-l10n-german |