]> err.no Git - dpkg/log
dpkg
17 years agoUpdate the TODO file.
Guillem Jover [Tue, 6 Mar 2007 08:29:12 +0000 (08:29 +0000)]
Update the TODO file.

17 years agoFix a typo.
Guillem Jover [Tue, 6 Mar 2007 08:11:07 +0000 (08:11 +0000)]
Fix a typo.

17 years agoMake the override-file argument to dpkg-scanpackages options.
Guillem Jover [Tue, 6 Mar 2007 08:06:44 +0000 (08:06 +0000)]
Make the override-file argument to dpkg-scanpackages options.

17 years agoReorder EXAMPLES section.
Guillem Jover [Tue, 6 Mar 2007 07:58:34 +0000 (07:58 +0000)]
Reorder EXAMPLES section.

17 years agoCleaning and format unification of manual pages.
Guillem Jover [Tue, 6 Mar 2007 07:51:40 +0000 (07:51 +0000)]
Cleaning and format unification of manual pages.

17 years agoAdd support for '--admindir' in dpkg-buildpackage, dpkg-checkbuilddeps
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

17 years ago* scripts/update-alternatives.pl (usage): Use '$altdir' instead of
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.

17 years agoFix regular expression special-casing Origin, Bugs and Maintainer fields
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.

17 years ago* scripts/dpkg-source.pl (checkstats): Take '$dscdir' as an explicit
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.

17 years ago* scripts/update-alternatives.pl: Check if '$alink' is defined before
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.

17 years ago* scripts/controllib.pl (parsecdata): Change CDATA to a reference
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.

17 years agoExit with an error instead of an assert if the number of conflictors is
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

17 years agoExit with an error instead of an assert if a file name is too long when
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

17 years ago * dpkg-deb/dpkg-deb.h (MAXFILENAME): New macro.
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'.

17 years agoCheck proper error value returned by BZ2_bzerror. Closes: #410605
Guillem Jover [Mon, 12 Feb 2007 23:36:33 +0000 (23:36 +0000)]
Check proper error value returned by BZ2_bzerror. Closes: #410605

17 years ago * scripts/dpkg-shlibdeps.pl: Move syserr:s to be or'ed after exec:s.
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.

17 years ago * scripts/controllib.pl (outputclose): Change argument from a boolean
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.

17 years agoFix confusing bottom status lines in dselect, unifying them by removing
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

17 years agoDo not use a build-stamp in debian/rules.
Guillem Jover [Sun, 11 Feb 2007 00:59:29 +0000 (00:59 +0000)]
Do not use a build-stamp in debian/rules.

17 years agoChange priority for dpkg-dev from standard to optional to match the
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.

17 years agoUse l10n-friendlier strings to describe dependencies. Closes: #390916
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.

17 years agoAdd '.gitignore' to the default dpkg-source -i regex. Closes: #409566
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.

17 years agoSet svn:keywords Id property.
Guillem Jover [Fri, 26 Jan 2007 00:08:23 +0000 (00:08 +0000)]
Set svn:keywords Id property.

17 years ago * scripts/controllib.pl: Move substvar initializations to ...
Guillem Jover [Wed, 24 Jan 2007 02:21:28 +0000 (02:21 +0000)]
* scripts/controllib.pl: Move substvar initializations to ...
(init_substvars): ... here.

17 years agoConvert 822-date to be a simple wrapper around 'date -R'. 822-date is
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.

17 years agoFix up and down keystrokes in the dselect help message. Closes: #383438
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.

17 years agoFix typo in variable name in dpkg-source which was causing it to not
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

17 years agoAs dselect.cfg.5 is similar to dpkg.cfg.5, it was translated
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.

17 years agoNew man pages build system.
Nicolas FRANCOIS [Mon, 15 Jan 2007 23:36:55 +0000 (23:36 +0000)]
New man pages build system.

17 years agoAdd a missing newline to a warning message in dpkg. Closes: #390914
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.

17 years agoHmm the previous patch didn't convert everything, just few scripts... (for now)
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)

17 years agoMake all perl scripts use static and warnings, to ease catching errors.
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.

17 years agoSome pedantic police fixes.
Guillem Jover [Fri, 12 Jan 2007 00:01:38 +0000 (00:01 +0000)]
Some pedantic police fixes.

17 years agoDo not bail out in dpkg when building without start-stop-daemon support,
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.

17 years agoro: typo fix in dpkg-divert help
Eddy Petrisor [Thu, 11 Jan 2007 13:55:50 +0000 (13:55 +0000)]
ro: typo fix in dpkg-divert help

17 years agoMove retrieval of uid and gid information from controllib.pl into a
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

17 years agoAllow dpkg-buildpackage to properly override '-b' when passed after '-B'.
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

17 years agoMake the copyright information in dpkg-deb.1 and dpkg-split.1 match the
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

17 years agoBump version to 1.14.0~.
Guillem Jover [Tue, 9 Jan 2007 20:52:15 +0000 (20:52 +0000)]
Bump version to 1.14.0~.

17 years agoRelease dpkg 1.13.25.
Guillem Jover [Tue, 2 Jan 2007 09:57:19 +0000 (09:57 +0000)]
Release dpkg 1.13.25.

17 years agoRemove non-modified /etc/dpkg/dpkg.cfg configuration file when upgrading
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

17 years agoko.po: Mark again 1 string as fuzzy, as it was not matching the
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.

17 years agoAdd '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
Guillem Jover [Mon, 1 Jan 2007 21:49:32 +0000 (21:49 +0000)]
Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216

17 years agoUpdated dselect Korean translations. Thanks to Sunjae Park.
Guillem Jover [Sun, 31 Dec 2006 06:22:47 +0000 (06:22 +0000)]
Updated dselect Korean translations. Thanks to Sunjae Park.

17 years agoUpdated Korean dpkg translation. 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.

17 years agoAdd partial Punjabi translation
Christian Perrier [Mon, 25 Dec 2006 06:57:55 +0000 (06:57 +0000)]
Add partial Punjabi translation

17 years ago[l10n:ro] added the forgotten po/Changelog snippet; corrected my name
Eddy Petrisor [Fri, 22 Dec 2006 12:13:08 +0000 (12:13 +0000)]
[l10n:ro] added the forgotten po/Changelog snippet; corrected my name

17 years agosmall (but important :-) fixes
Eddy Petrisor [Fri, 22 Dec 2006 11:56:44 +0000 (11:56 +0000)]
small (but important :-) fixes

17 years agoAdd bug closure.
Guillem Jover [Wed, 13 Dec 2006 09:59:16 +0000 (09:59 +0000)]
Add bug closure.

17 years ago[l10n] Catalan typo fixed.
Jordi Mallach [Mon, 4 Dec 2006 20:13:06 +0000 (20:13 +0000)]
[l10n] Catalan typo fixed.

17 years ago[l10n] Fix bad typo in Catalan dpkg-dev.
Jordi Mallach [Mon, 4 Dec 2006 13:10:36 +0000 (13:10 +0000)]
[l10n] Fix bad typo in Catalan dpkg-dev.

18 years agoRemove non-ASCII non-UTF-8 in headers
Christian Perrier [Sun, 3 Dec 2006 18:20:42 +0000 (18:20 +0000)]
Remove non-ASCII non-UTF-8 in headers

18 years agoOuch....
Christian Perrier [Fri, 24 Nov 2006 14:35:20 +0000 (14:35 +0000)]
Ouch....

18 years agoVietnamese translation update
Christian Perrier [Fri, 24 Nov 2006 07:06:52 +0000 (07:06 +0000)]
Vietnamese translation update

18 years agoSupport extracting lzma compressed source and binary packages,
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

18 years agoRequire POSIX inside subprocerr in controllib.pl. Closes: #390636
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>.

18 years agoDocument in its man page that update-alternatives requires cooperation
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>.

18 years agoFix year 2018 in changelog for Michael Alan Dorman's upload in 1998,
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.

18 years ago * ca.po: Correct s/gzip/bzip2/ in 2 strings. Add missing '%s' in
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.

18 years agoChangelog police patrol.
Guillem Jover [Fri, 17 Nov 2006 06:44:16 +0000 (06:44 +0000)]
Changelog police patrol.

18 years agoUpdated Nepali translation
Christian Perrier [Mon, 6 Nov 2006 19:33:43 +0000 (19:33 +0000)]
Updated Nepali translation

18 years agoTweak the Swedish translation.
Peter Karlsson [Wed, 1 Nov 2006 19:00:32 +0000 (19:00 +0000)]
Tweak the Swedish translation.

18 years ago[l10n] Update Catalan dpkg translation to 920t.
Jordi Mallach [Sun, 22 Oct 2006 20:27:43 +0000 (20:27 +0000)]
[l10n] Update Catalan dpkg translation to 920t.

18 years agohu trunk: updated to 867t
SZERVÁC Attila [Sat, 21 Oct 2006 21:21:55 +0000 (21:21 +0000)]
hu trunk: updated to 867t

18 years agohu trunk: Updated to 815t
SZERVÁC Attila [Sat, 21 Oct 2006 15:04:53 +0000 (15:04 +0000)]
hu trunk: Updated to 815t

18 years agohu trunk: Updated to 777t
SZERVÁC Attila [Sat, 21 Oct 2006 13:00:42 +0000 (13:00 +0000)]
hu trunk: Updated to 777t

18 years agoCompleted Chinese Traditional
Christian Perrier [Sat, 21 Oct 2006 07:38:03 +0000 (07:38 +0000)]
Completed Chinese Traditional

18 years agoUpdated Korean translation
Christian Perrier [Fri, 20 Oct 2006 17:52:35 +0000 (17:52 +0000)]
Updated Korean translation

18 years ago[l10n:ro] some small wording improvements
Eddy Petrisor [Fri, 20 Oct 2006 09:01:59 +0000 (09:01 +0000)]
[l10n:ro] some small wording improvements

18 years ago[l10n:ro] use Romanian quotes in translation
Eddy Petrisor [Wed, 18 Oct 2006 18:22:31 +0000 (18:22 +0000)]
[l10n:ro] use Romanian quotes in translation

18 years agoUpdated Norwegian Bokmal translations
Christian Perrier [Wed, 18 Oct 2006 18:01:41 +0000 (18:01 +0000)]
Updated Norwegian Bokmal translations

18 years agoBump version to 1.13.25~.
Guillem Jover [Fri, 13 Oct 2006 13:56:15 +0000 (13:56 +0000)]
Bump version to 1.13.25~.

18 years agoRelease dpkg 1.13.24.
Guillem Jover [Fri, 13 Oct 2006 13:36:21 +0000 (13:36 +0000)]
Release dpkg 1.13.24.

18 years agoRevert r580 containing translation fixes by Robert Millan, until Jordi check
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.

18 years agoFix dselect segfault by adding a field description matching the
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

18 years agoCatalan translation update (incomplete)
Christian Perrier [Thu, 12 Oct 2006 17:38:09 +0000 (17:38 +0000)]
Catalan translation update (incomplete)

18 years agoNepali translation update
Christian Perrier [Thu, 12 Oct 2006 06:25:02 +0000 (06:25 +0000)]
Nepali translation update

18 years agoBump version to 1.13.24~.
Guillem Jover [Thu, 12 Oct 2006 00:16:34 +0000 (00:16 +0000)]
Bump version to 1.13.24~.

18 years agoRelease dpkg 1.13.23.
Guillem Jover [Thu, 12 Oct 2006 00:15:02 +0000 (00:15 +0000)]
Release dpkg 1.13.23.

18 years agoLast preparations for the release:
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.

18 years agoEven if safe, revert r541 for now, as the RMs have not replied to the
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.

18 years agoActivate the Catalan translation.
Nicolas FRANCOIS [Wed, 11 Oct 2006 18:44:09 +0000 (18:44 +0000)]
Activate the Catalan translation.

18 years ago[l10n] Added Catalan dpkg-dev translation.
Jordi Mallach [Wed, 11 Oct 2006 13:05:59 +0000 (13:05 +0000)]
[l10n] Added Catalan dpkg-dev translation.

18 years ago[l10n] Updated Catalan dselect translation.
Jordi Mallach [Wed, 11 Oct 2006 12:31:22 +0000 (12:31 +0000)]
[l10n] Updated Catalan dselect translation.

18 years agoVietnamese translation for dselect
Christian Perrier [Mon, 9 Oct 2006 20:13:15 +0000 (20:13 +0000)]
Vietnamese translation for dselect

18 years agoAlphabetical order police
Christian Perrier [Mon, 9 Oct 2006 20:12:39 +0000 (20:12 +0000)]
Alphabetical order police

18 years agoMini police control
Christian Perrier [Mon, 9 Oct 2006 06:48:31 +0000 (06:48 +0000)]
Mini police control

18 years agoUpdated Norwegian Bokmål
Christian Perrier [Mon, 9 Oct 2006 06:47:26 +0000 (06:47 +0000)]
Updated Norwegian Bokmål

18 years agoGerman translation update
Christian Perrier [Sun, 8 Oct 2006 13:36:59 +0000 (13:36 +0000)]
German translation update

18 years agoBrazilian Portuguese translation update
Christian Perrier [Sun, 8 Oct 2006 08:44:17 +0000 (08:44 +0000)]
Brazilian Portuguese translation update

18 years agoRussian translation update
Christian Perrier [Sat, 7 Oct 2006 20:28:22 +0000 (20:28 +0000)]
Russian translation update

18 years agoAdd the french translation of the 822-date(1) and dpkg-scansources(1) man
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.

18 years agoAdd the missing French addendum. The French man page was activated in
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.

18 years agoThe Hungarian pages have to be encoded in ISO-8859-2. As the PO are now
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.

18 years agoAdd the changelog entries for the Hungarian pages.
Nicolas FRANCOIS [Sat, 7 Oct 2006 14:14:50 +0000 (14:14 +0000)]
Add the changelog entries for the Hungarian pages.

18 years agoDanish completed
Christian Perrier [Fri, 6 Oct 2006 21:55:21 +0000 (21:55 +0000)]
Danish completed

18 years agoItalian translation update. Will the police catche me?
Christian Perrier [Fri, 6 Oct 2006 21:16:03 +0000 (21:16 +0000)]
Italian translation update. Will the police catche me?

18 years agoSort languages alphabetically.
Guillem Jover [Fri, 6 Oct 2006 19:52:05 +0000 (19:52 +0000)]
Sort languages alphabetically.

18 years ago * README.translators: Add references to the new scripts/po/ChangeLog
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.

18 years agoAdd missing chanelog entries for Brendan's commit.
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).