]>
err.no Git - dpkg/log
Guillem Jover [Tue, 6 Mar 2007 08:06:44 +0000 (08:06 +0000)]
Make the override-file argument to dpkg-scanpackages options.
Guillem Jover [Tue, 6 Mar 2007 07:58:34 +0000 (07:58 +0000)]
Reorder EXAMPLES section.
Guillem Jover [Tue, 6 Mar 2007 07:51:40 +0000 (07:51 +0000)]
Cleaning and format unification of manual pages.
Guillem Jover [Wed, 28 Feb 2007 00:16:32 +0000 (00:16 +0000)]
Add support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddeps
and dpkg-shlibdeps. Closes: #162348
Guillem Jover [Tue, 27 Feb 2007 23:47:01 +0000 (23:47 +0000)]
* scripts/update-alternatives.pl (usage): Use '$altdir' instead of
hardcoding its value.
Guillem Jover [Tue, 27 Feb 2007 22:59:16 +0000 (22:59 +0000)]
Fix regular expression special-casing Origin, Bugs and Maintainer fields
which was making X[SBC]- fields containing such strings to propagate into
the .deb control file unprocessed. Thanks to Colin Watson.
Guillem Jover [Sat, 17 Feb 2007 20:08:53 +0000 (20:08 +0000)]
* scripts/dpkg-source.pl (checkstats): Take '$dscdir' as an explicit
argument. Fix all callers.
(checktype): Take '$dir', '$fn' and '$type' as explicit arguments. Fix
all callers.
Guillem Jover [Sat, 17 Feb 2007 18:06:17 +0000 (18:06 +0000)]
* scripts/update-alternatives.pl: Check if '$alink' is defined before
using '$aslavelinkcount{$alink}'. Only read_link_group if '$mode' is
not 'install'.
($dataread): Remove now unused variable.
(read_link_group): New function (refactored).
(find_best_version): Likewise.
(display_link_group): Likewise.
(list_link_group): Likewise.
(config_all): Move exit to outside the function.
Guillem Jover [Sat, 17 Feb 2007 01:15:16 +0000 (01:15 +0000)]
* scripts/controllib.pl (parsecdata): Change CDATA to a reference
taken from the arguments. Fix all callers.
Guillem Jover [Tue, 13 Feb 2007 00:56:14 +0000 (00:56 +0000)]
Exit with an error instead of an assert if the number of conflictors is
exceeded. Remove bogus comments. Closes: #377855
Guillem Jover [Tue, 13 Feb 2007 00:02:35 +0000 (00:02 +0000)]
Exit with an error instead of an assert if a file name is too long when
building a .deb package. Closes: #393069
Guillem Jover [Mon, 12 Feb 2007 23:57:42 +0000 (23:57 +0000)]
* dpkg-deb/dpkg-deb.h (MAXFILENAME): New macro.
* dpkg-deb/build.c (getfi): Use MAXFILENAME instead of the hardcoded
value '2048'.
Guillem Jover [Mon, 12 Feb 2007 23:36:33 +0000 (23:36 +0000)]
Check proper error value returned by BZ2_bzerror. Closes: #410605
Guillem Jover [Sun, 11 Feb 2007 23:20:37 +0000 (23:20 +0000)]
* scripts/dpkg-shlibdeps.pl: Move syserr:s to be or'ed after exec:s.
Guillem Jover [Sun, 11 Feb 2007 23:14:25 +0000 (23:14 +0000)]
* scripts/controllib.pl (outputclose): Change argument from a boolean
to an optional filename argument. Fix all callers.
(parsecontrolfile): Take '$controlfile' as an explicit argument.
Fix all callers.
(parsesubstvars): Take '$varlistfile' as an explicit argument.
Fix all callers.
(parsechangelog): Take '$changelogfile' as an explicit argument,
'$changelogformat' and '$since' as optional arguments. Fix all
callers.
(setsourcepackage): Take '$v' as an explicit argument.
Guillem Jover [Sun, 11 Feb 2007 01:21:49 +0000 (01:21 +0000)]
Fix confusing bottom status lines in dselect, unifying them by removing
the method or package name and capitalizing. Closes: #9085
Guillem Jover [Sun, 11 Feb 2007 00:59:29 +0000 (00:59 +0000)]
Do not use a build-stamp in debian/rules.
Guillem Jover [Sat, 10 Feb 2007 23:35:49 +0000 (23:35 +0000)]
Change priority for dpkg-dev from standard to optional to match the
override.
Guillem Jover [Sat, 10 Feb 2007 23:25:51 +0000 (23:25 +0000)]
Use l10n-friendlier strings to describe dependencies. Closes: #390916
Thanks to Ian Jackson.
Guillem Jover [Sun, 4 Feb 2007 02:29:49 +0000 (02:29 +0000)]
Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566
Thanks to Julien Cristau.
Guillem Jover [Fri, 26 Jan 2007 00:08:23 +0000 (00:08 +0000)]
Set svn:keywords Id property.
Guillem Jover [Wed, 24 Jan 2007 02:21:28 +0000 (02:21 +0000)]
* scripts/controllib.pl: Move substvar initializations to ...
(init_substvars): ... here.
Guillem Jover [Wed, 24 Jan 2007 01:59:30 +0000 (01:59 +0000)]
Convert 822-date to be a simple wrapper around 'date -R'. 822-date is
now deprecated and should not be used anymore. It might be removed
sometime in the future. Closes: #31634, #367712, #314462
Thanks to Frank Lichtenheld.
Guillem Jover [Tue, 23 Jan 2007 00:42:59 +0000 (00:42 +0000)]
Fix up and down keystrokes in the dselect help message. Closes: #383438
Thanks to Sven Joachim.
Guillem Jover [Tue, 23 Jan 2007 00:28:00 +0000 (00:28 +0000)]
Fix typo in variable name in dpkg-source which was causing it to not
create directories when extracting the diff. Closes: #374645
Nicolas FRANCOIS [Mon, 15 Jan 2007 23:55:21 +0000 (23:55 +0000)]
As dselect.cfg.5 is similar to dpkg.cfg.5, it was translated
automatically. The addendum is needed.
Nicolas FRANCOIS [Mon, 15 Jan 2007 23:36:55 +0000 (23:36 +0000)]
New man pages build system.
Guillem Jover [Mon, 15 Jan 2007 09:11:36 +0000 (09:11 +0000)]
Add a missing newline to a warning message in dpkg. Closes: #390914
Thanks to Ian Jackson.
Guillem Jover [Mon, 15 Jan 2007 03:40:12 +0000 (03:40 +0000)]
Hmm the previous patch didn't convert everything, just few scripts... (for now)
Guillem Jover [Mon, 15 Jan 2007 03:19:54 +0000 (03:19 +0000)]
Make all perl scripts use static and warnings, to ease catching errors.
Guillem Jover [Fri, 12 Jan 2007 00:01:38 +0000 (00:01 +0000)]
Some pedantic police fixes.
Guillem Jover [Thu, 11 Jan 2007 23:59:42 +0000 (23:59 +0000)]
Do not bail out in dpkg when building without start-stop-daemon support,
by checking if the macro value is true instead of it being defined.
Thanks to Mark Rosenstand.
Eddy Petrisor [Thu, 11 Jan 2007 13:55:50 +0000 (13:55 +0000)]
ro: typo fix in dpkg-divert help
Guillem Jover [Thu, 11 Jan 2007 12:16:51 +0000 (12:16 +0000)]
Move retrieval of uid and gid information from controllib.pl into a
function, so that scripts not needing it do not execute that code.
Based on a patch by Riku Voipio. Closes: #396884
Guillem Jover [Tue, 9 Jan 2007 22:07:16 +0000 (22:07 +0000)]
Allow dpkg-buildpackage to properly override '-b' when passed after '-B'.
Thanks to Julian Gilbey. Closes: #397479
Guillem Jover [Tue, 9 Jan 2007 21:51:04 +0000 (21:51 +0000)]
Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
one in the source. Thanks to Nicolas François. Closes: #379320
Guillem Jover [Tue, 9 Jan 2007 20:52:15 +0000 (20:52 +0000)]
Bump version to 1.14.0~.
Guillem Jover [Tue, 2 Jan 2007 09:57:19 +0000 (09:57 +0000)]
Release dpkg 1.13.25.
Guillem Jover [Mon, 1 Jan 2007 22:16:16 +0000 (22:16 +0000)]
Remove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
from versions 1.9.21 through 1.10.28, to avoid getting prompted about
conffile changes. Closes: #398061
Guillem Jover [Mon, 1 Jan 2007 21:51:17 +0000 (21:51 +0000)]
ko.po: Mark again 1 string as fuzzy, as it was not matching the
format characters.
Guillem Jover [Mon, 1 Jan 2007 21:49:32 +0000 (21:49 +0000)]
Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
Guillem Jover [Sun, 31 Dec 2006 06:22:47 +0000 (06:22 +0000)]
Updated dselect Korean translations. Thanks to Sunjae Park.
Guillem Jover [Sun, 31 Dec 2006 06:18:26 +0000 (06:18 +0000)]
Updated Korean dpkg translation. Thanks to Sunjae Park.
Christian Perrier [Mon, 25 Dec 2006 06:57:55 +0000 (06:57 +0000)]
Add partial Punjabi translation
Eddy Petrisor [Fri, 22 Dec 2006 12:13:08 +0000 (12:13 +0000)]
[l10n:ro] added the forgotten po/Changelog snippet; corrected my name
Eddy Petrisor [Fri, 22 Dec 2006 11:56:44 +0000 (11:56 +0000)]
small (but important :-) fixes
Guillem Jover [Wed, 13 Dec 2006 09:59:16 +0000 (09:59 +0000)]
Add bug closure.
Jordi Mallach [Mon, 4 Dec 2006 20:13:06 +0000 (20:13 +0000)]
[l10n] Catalan typo fixed.
Jordi Mallach [Mon, 4 Dec 2006 13:10:36 +0000 (13:10 +0000)]
[l10n] Fix bad typo in Catalan dpkg-dev.
Christian Perrier [Sun, 3 Dec 2006 18:20:42 +0000 (18:20 +0000)]
Remove non-ASCII non-UTF-8 in headers
Christian Perrier [Fri, 24 Nov 2006 14:35:20 +0000 (14:35 +0000)]
Ouch....
Christian Perrier [Fri, 24 Nov 2006 07:06:52 +0000 (07:06 +0000)]
Vietnamese translation update
Guillem Jover [Fri, 24 Nov 2006 04:11:35 +0000 (04:11 +0000)]
Support extracting lzma compressed source and binary packages,
and add a Suggests on package lzma. Closes: #347715
Guillem Jover [Fri, 24 Nov 2006 04:08:00 +0000 (04:08 +0000)]
Require POSIX inside subprocerr in controllib.pl. Closes: #390636
Thanks to Brendan O'Dea <bod@debian.org>.
Guillem Jover [Fri, 24 Nov 2006 01:39:51 +0000 (01:39 +0000)]
Document in its man page that update-alternatives requires cooperation
from all packages dealing with the specific file. Closes: #396338
Thanks to Tomas Pospisek <tpo_deb@sourcepole.ch>.
Guillem Jover [Fri, 24 Nov 2006 01:19:49 +0000 (01:19 +0000)]
Fix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
which was confusing the changelog parsers.
Guillem Jover [Fri, 17 Nov 2006 06:48:43 +0000 (06:48 +0000)]
* ca.po: Correct s/gzip/bzip2/ in 2 strings. Add missing '%s' in
format strings.
* ko.po: Mark 3 strings as fuzzy, as they were not matching the
original ones.
Guillem Jover [Fri, 17 Nov 2006 06:44:16 +0000 (06:44 +0000)]
Changelog police patrol.
Christian Perrier [Mon, 6 Nov 2006 19:33:43 +0000 (19:33 +0000)]
Updated Nepali translation
Peter Karlsson [Wed, 1 Nov 2006 19:00:32 +0000 (19:00 +0000)]
Tweak the Swedish translation.
Jordi Mallach [Sun, 22 Oct 2006 20:27:43 +0000 (20:27 +0000)]
[l10n] Update Catalan dpkg translation to 920t.
SZERVÁC Attila [Sat, 21 Oct 2006 21:21:55 +0000 (21:21 +0000)]
hu trunk: updated to 867t
SZERVÁC Attila [Sat, 21 Oct 2006 15:04:53 +0000 (15:04 +0000)]
hu trunk: Updated to 815t
SZERVÁC Attila [Sat, 21 Oct 2006 13:00:42 +0000 (13:00 +0000)]
hu trunk: Updated to 777t
Christian Perrier [Sat, 21 Oct 2006 07:38:03 +0000 (07:38 +0000)]
Completed Chinese Traditional
Christian Perrier [Fri, 20 Oct 2006 17:52:35 +0000 (17:52 +0000)]
Updated Korean translation
Eddy Petrisor [Fri, 20 Oct 2006 09:01:59 +0000 (09:01 +0000)]
[l10n:ro] some small wording improvements
Eddy Petrisor [Wed, 18 Oct 2006 18:22:31 +0000 (18:22 +0000)]
[l10n:ro] use Romanian quotes in translation
Christian Perrier [Wed, 18 Oct 2006 18:01:41 +0000 (18:01 +0000)]
Updated Norwegian Bokmal translations
Guillem Jover [Fri, 13 Oct 2006 13:56:15 +0000 (13:56 +0000)]
Bump version to 1.13.25~.
Guillem Jover [Fri, 13 Oct 2006 13:36:21 +0000 (13:36 +0000)]
Release dpkg 1.13.24.
Guillem Jover [Fri, 13 Oct 2006 13:34:32 +0000 (13:34 +0000)]
Revert r580 containing translation fixes by Robert Millan, until Jordi check
and can approve them.
Guillem Jover [Fri, 13 Oct 2006 13:31:15 +0000 (13:31 +0000)]
Fix dselect segfault by adding a field description matching the
dependency field enum position. Closes: #392731, #392724
Christian Perrier [Thu, 12 Oct 2006 17:38:09 +0000 (17:38 +0000)]
Catalan translation update (incomplete)
Christian Perrier [Thu, 12 Oct 2006 06:25:02 +0000 (06:25 +0000)]
Nepali translation update
Guillem Jover [Thu, 12 Oct 2006 00:16:34 +0000 (00:16 +0000)]
Bump version to 1.13.24~.
Guillem Jover [Thu, 12 Oct 2006 00:15:02 +0000 (00:15 +0000)]
Release dpkg 1.13.23.
Guillem Jover [Wed, 11 Oct 2006 23:55:45 +0000 (23:55 +0000)]
Last preparations for the release:
- Minor fixes to the changelog file.
- Sort alphabetically the languages in LINGUAS.
Guillem Jover [Wed, 11 Oct 2006 23:51:45 +0000 (23:51 +0000)]
Even if safe, revert r541 for now, as the RMs have not replied to the
approval request. This is going in the next upload, though.
Nicolas FRANCOIS [Wed, 11 Oct 2006 18:44:09 +0000 (18:44 +0000)]
Activate the Catalan translation.
Jordi Mallach [Wed, 11 Oct 2006 13:05:59 +0000 (13:05 +0000)]
[l10n] Added Catalan dpkg-dev translation.
Jordi Mallach [Wed, 11 Oct 2006 12:31:22 +0000 (12:31 +0000)]
[l10n] Updated Catalan dselect translation.
Christian Perrier [Mon, 9 Oct 2006 20:13:15 +0000 (20:13 +0000)]
Vietnamese translation for dselect
Christian Perrier [Mon, 9 Oct 2006 20:12:39 +0000 (20:12 +0000)]
Alphabetical order police
Christian Perrier [Mon, 9 Oct 2006 06:48:31 +0000 (06:48 +0000)]
Mini police control
Christian Perrier [Mon, 9 Oct 2006 06:47:26 +0000 (06:47 +0000)]
Updated Norwegian Bokmål
Christian Perrier [Sun, 8 Oct 2006 13:36:59 +0000 (13:36 +0000)]
German translation update
Christian Perrier [Sun, 8 Oct 2006 08:44:17 +0000 (08:44 +0000)]
Brazilian Portuguese translation update
Christian Perrier [Sat, 7 Oct 2006 20:28:22 +0000 (20:28 +0000)]
Russian translation update
Nicolas FRANCOIS [Sat, 7 Oct 2006 14:50:29 +0000 (14:50 +0000)]
Add the french translation of the 822-date(1) and dpkg-scansources(1) man
pages.
Nicolas FRANCOIS [Sat, 7 Oct 2006 14:38:29 +0000 (14:38 +0000)]
Add the missing French addendum. The French man page was activated in
dpkg.cfg.5.cfg with the previous commit.
Nicolas FRANCOIS [Sat, 7 Oct 2006 14:20:03 +0000 (14:20 +0000)]
The Hungarian pages have to be encoded in ISO-8859-2. As the PO are now
encoded in UTF-8, the encoding of the generated man pages and of the addenda
must be specified in the po4a config file.
Nicolas FRANCOIS [Sat, 7 Oct 2006 14:14:50 +0000 (14:14 +0000)]
Add the changelog entries for the Hungarian pages.
Christian Perrier [Fri, 6 Oct 2006 21:55:21 +0000 (21:55 +0000)]
Danish completed
Christian Perrier [Fri, 6 Oct 2006 21:16:03 +0000 (21:16 +0000)]
Italian translation update. Will the police catche me?
Guillem Jover [Fri, 6 Oct 2006 19:52:05 +0000 (19:52 +0000)]
Sort languages alphabetically.
Guillem Jover [Fri, 6 Oct 2006 19:31:05 +0000 (19:31 +0000)]
* README.translators: Add references to the new scripts/po/ChangeLog
file. State that the languages should be listed alphabetically in
debian/changelog.
Guillem Jover [Fri, 6 Oct 2006 19:28:06 +0000 (19:28 +0000)]
Add missing chanelog entries for Brendan's commit.
Remove duped Danish entries (we should list them alphabetically).
Jordi Mallach [Fri, 6 Oct 2006 19:23:57 +0000 (19:23 +0000)]
Update po/ChangeLog as well...
Jordi Mallach [Fri, 6 Oct 2006 19:20:03 +0000 (19:20 +0000)]
Partial Catalan dpkg translation update.