]> err.no Git - dpkg/log
dpkg
16 years agolibdpkg: Add new rtrim_slash_slashdot private function
Guillem Jover [Mon, 12 May 2008 03:15:24 +0000 (06:15 +0300)]
libdpkg: Add new rtrim_slash_slashdot private function

16 years agoMerge branch 'lenny'
Raphael Hertzog [Mon, 12 May 2008 12:11:41 +0000 (14:11 +0200)]
Merge branch 'lenny'

Conflicts:

ChangeLog
configure.ac
debian/changelog
man/ChangeLog
po/ChangeLog
po/pt.po

16 years agoBump version to 1.14.19~
Guillem Jover [Mon, 12 May 2008 06:07:02 +0000 (09:07 +0300)]
Bump version to 1.14.19~

16 years agoRelease 1.14.19
Guillem Jover [Mon, 12 May 2008 05:51:57 +0000 (08:51 +0300)]
Release 1.14.19

16 years agoChangeLog police
Guillem Jover [Mon, 12 May 2008 05:32:28 +0000 (08:32 +0300)]
ChangeLog police

16 years agoRegenerate .pot files and merge .po files with them
Guillem Jover [Mon, 12 May 2008 05:24:09 +0000 (08:24 +0300)]
Regenerate .pot files and merge .po files with them

16 years agodpkg-gencontrol: Consider also custom Package-Type fields for warnings
Guillem Jover [Mon, 12 May 2008 05:15:16 +0000 (08:15 +0300)]
dpkg-gencontrol: Consider also custom Package-Type fields for warnings

Closes: #452273
16 years agodpkg-source(1): small POD fix, properly escape hyphen in -i option
Raphael Hertzog [Sun, 11 May 2008 20:02:35 +0000 (22:02 +0200)]
dpkg-source(1): small POD fix, properly escape hyphen in -i option

16 years ago64bits fix: head->width is a size_t, needs %zd format.
Pierre Habouzit [Sun, 11 May 2008 18:45:02 +0000 (20:45 +0200)]
64bits fix: head->width is a size_t, needs %zd format.

* lib/showpkg.c (show1package): Use %zd instead of %d in sprintf()
call with a size_t parameter.

16 years agoAdd a --query option to update-alternatives. Closes: #336091, #441904
Pierre Habouzit [Sun, 11 May 2008 16:31:51 +0000 (18:31 +0200)]
Add a --query option to update-alternatives. Closes: #336091, #441904

* scripts/update-alternatives.pl: add a --query option that works like
--display but outputs a machine parseable rfc822-like output.
* man/update-alternatives.8: document that new option, and the
associated format.

16 years agoUpdated Brazilian Portuguese translation for dpkg and dselect
Felipe Augusto van de Wiel (faw) [Sun, 11 May 2008 19:35:13 +0000 (16:35 -0300)]
Updated Brazilian Portuguese translation for dpkg and dselect

* po/pt_BR.po: Updated to 984t.
* dselect/po/pt_BR.po: Updated to 288t.

16 years agoActivate triggers when a file is removed in a shared directory
Raphael Hertzog [Sun, 11 May 2008 14:41:23 +0000 (16:41 +0200)]
Activate triggers when a file is removed in a shared directory

* src/processarc.c (process_archive): While removing files that
disappeared, move the call to namenodetouse before the test
that skips directory shared with other packages. This is required
because namenodetouse() handles trigger activation and we really
want directories containing (only) removed files to activate the
corresponding triggers.

16 years agoFix typo
Christian Perrier [Sun, 11 May 2008 06:37:22 +0000 (08:37 +0200)]
Fix typo

16 years agoStart proofreading of German manpages translation
Sven Joachim [Sat, 10 May 2008 15:58:53 +0000 (17:58 +0200)]
Start proofreading of German manpages translation

16 years agoFrench translation updated (LCFC)
Christian Perrier [Sat, 10 May 2008 12:08:35 +0000 (14:08 +0200)]
French translation updated (LCFC)

16 years agoTranslate one more paragraph for dselect into German
Helge Kreutzmann [Fri, 9 May 2008 15:23:10 +0000 (17:23 +0200)]
Translate one more paragraph for dselect into German

16 years agoUpdate German dpkg and dselect translations
Sven Joachim [Fri, 9 May 2008 10:51:00 +0000 (12:51 +0200)]
Update German dpkg and dselect translations

Change translation of "breaks" after discussion with the German
translation team.

16 years agoUpdated Swedish translation.
Peter Karlsson [Fri, 9 May 2008 05:09:07 +0000 (06:09 +0100)]
Updated Swedish translation.

man/po/sv.po: Updated to 1601t0f0u.

16 years agoRegenerate man/po/*.po(t) and update German translation again
Helge Kreutzmann [Thu, 8 May 2008 20:44:14 +0000 (22:44 +0200)]
Regenerate man/po/*.po(t) and update German translation again

16 years agodpkg-source (2.0/3.0 (quilt)): create stamp file with automatic patch
Raphael Hertzog [Thu, 8 May 2008 18:17:31 +0000 (20:17 +0200)]
dpkg-source (2.0/3.0 (quilt)): create stamp file with automatic patch

* scripts/Dpkg/Source/Package/V2.pm,
scripts/Dpkg/Source/Package/V3/quilt.pm: Ensure the
.dpkg-source-applied stamp file is created when an automatic patch
is created so that a second build doesn't try to mistakenly
reapply it.

16 years agodpkg-source (2.0/3.0 (quilt)): refuse binary files in debian subdir
Raphael Hertzog [Thu, 8 May 2008 17:12:23 +0000 (19:12 +0200)]
dpkg-source (2.0/3.0 (quilt)): refuse binary files in debian subdir

* scripts/Dpkg/Source/Functions.pm (is_binary): New function
to check if a file is binary by using diff against it.
* scripts/Dpkg/Source/Package/V2.pm (do_build): Check that all files from
the debian sub-directory are non-binary and only allow whitelisted binary
files.
* man/dpkg-source.1: Document this behaviour.

16 years agoCorrect a translation, thanks to Frank Lichtenheld
Helge Kreutzmann [Thu, 8 May 2008 16:58:00 +0000 (18:58 +0200)]
Correct a translation, thanks to Frank Lichtenheld

16 years agoFix minor typos in German translation
Helge Kreutzmann [Thu, 8 May 2008 16:17:40 +0000 (18:17 +0200)]
Fix minor typos in German translation

16 years agoDpkg::Changelog::Debian: bugfix in changelog parser
Raphael Hertzog [Thu, 8 May 2008 15:40:33 +0000 (17:40 +0200)]
Dpkg::Changelog::Debian: bugfix in changelog parser

* scripts/Dpkg/Changelog/Debian.pm (parse): Bugfix in creation of
an unexpected new changelog entry that lacks an heading line.
Closes: #478925
16 years agoFrench translation update
Christian Perrier [Thu, 8 May 2008 05:13:37 +0000 (07:13 +0200)]
French translation update

16 years agoUpdated Portuguese translation
Miguel Figueiredo [Fri, 2 May 2008 21:45:49 +0000 (22:45 +0100)]
Updated Portuguese translation

16 years agoAdd a missing space in Polish dpkg translation
Robert Luberda [Wed, 7 May 2008 06:05:11 +0000 (08:05 +0200)]
Add a missing space in Polish dpkg translation

16 years agoReword two terms in German dpkg translation
Sven Joachim [Tue, 6 May 2008 19:14:48 +0000 (21:14 +0200)]
Reword two terms in German dpkg translation

16 years agoUpdated Polish translations (from Wiktor Wandachowicz)
Robert Luberda [Mon, 5 May 2008 21:33:38 +0000 (23:33 +0200)]
Updated Polish translations (from Wiktor Wandachowicz)

16 years agoEnhance dpkg-source's manual page
Raphael Hertzog [Mon, 5 May 2008 17:30:27 +0000 (19:30 +0200)]
Enhance dpkg-source's manual page

* man/dpkg-source.1: Improve explanation of -i when used with
VCS-based source packages.

16 years agoNearly finish German scripts translations (from debian-l10n-german)
Helge Kreutzmann [Mon, 5 May 2008 16:49:15 +0000 (18:49 +0200)]
Nearly finish German scripts translations (from debian-l10n-german)

16 years agodpkg-gensymbols: fail when empty values are given to -v, -P or -e.
Raphael Hertzog [Mon, 5 May 2008 12:14:17 +0000 (14:14 +0200)]
dpkg-gensymbols: fail when empty values are given to -v, -P or -e.

* scripts/dpkg-gensymbols.pl: Do not accept empty parameters for
-v, -P and -e. "-v" led to empty versions in symbols files and people used
that option by mistake believing it would enable a verbose mode.

16 years agoUpdated Dutch dselect translation
Bart Cornelis (cobaco) [Mon, 5 May 2008 11:20:38 +0000 (13:20 +0200)]
Updated Dutch dselect translation

16 years agodpkg-shlibdeps: improve "library not found" error message
Raphael Hertzog [Mon, 5 May 2008 10:11:10 +0000 (12:11 +0200)]
dpkg-shlibdeps: improve "library not found" error message

* scripts/dpkg-shlibdeps.pl: Include the format of the desired
library in the "library not found" error message.

16 years agoUpdate Czech translation
Miroslav Kure [Sun, 4 May 2008 11:58:35 +0000 (13:58 +0200)]
Update Czech translation

16 years agoAgain fix Eddy's comma
Christian Perrier [Sun, 4 May 2008 07:39:06 +0000 (09:39 +0200)]
Again fix Eddy's comma

16 years agoDpkg::Source::Patch.pm: Add missing import of internerr
Marco d'Itri [Sun, 4 May 2008 03:40:59 +0000 (06:40 +0300)]
Dpkg::Source::Patch.pm: Add missing import of internerr

Closes: #479205
16 years agoUpdate Slovak dpkg translation
Ivan Masár [Sun, 4 May 2008 03:11:03 +0000 (06:11 +0300)]
Update Slovak dpkg translation

16 years agoUpdate Russian dpkg-dev translation
Yuri Kozlov [Sat, 3 May 2008 17:05:32 +0000 (20:05 +0300)]
Update Russian dpkg-dev translation

16 years agoFrench dseclect translation update
Christian Perrier [Sat, 3 May 2008 17:11:19 +0000 (19:11 +0200)]
French dseclect translation update

16 years agoUpdate Slovak dpkg and dselect translations
Ivan Masár [Fri, 2 May 2008 21:59:33 +0000 (00:59 +0300)]
Update Slovak dpkg and dselect translations

16 years agoUpdate Russian dpkg and dselect translations
Yuri Kozlov [Fri, 2 May 2008 21:46:04 +0000 (00:46 +0300)]
Update Russian dpkg and dselect translations

16 years agoUpdated Portuguese translation
Miguel Figueiredo [Fri, 2 May 2008 21:45:49 +0000 (22:45 +0100)]
Updated Portuguese translation

16 years ago[intl:hu] initial git update - 818t
SZERVÁC Attila [Fri, 2 May 2008 13:50:38 +0000 (15:50 +0200)]
[intl:hu] initial git update - 818t

16 years agou-a: Do not suggest manually changing the symlinks on verbose mode
Guillem Jover [Fri, 2 May 2008 03:51:08 +0000 (06:51 +0300)]
u-a: Do not suggest manually changing the symlinks on verbose mode

Closes: #412487
16 years agoUpdated Polish dpkg translation
Robert Luberda [Wed, 30 Apr 2008 18:57:16 +0000 (20:57 +0200)]
Updated Polish dpkg translation

* po/pl.po: Updated to 984t by Wiktor Wandachowicz.

16 years agoFix typo in an error message
Raphael Hertzog [Tue, 29 Apr 2008 18:35:55 +0000 (20:35 +0200)]
Fix typo in an error message

* scripts/Dpkg/Source/Package/V3/git.pm (do_extract): Fix error message.
* scripts/po/*.po: Update the po files accordingly.

16 years agoUpdate fuzzy strings and translate new strings in man pages into German
Helge Kreutzmann [Tue, 29 Apr 2008 17:31:34 +0000 (19:31 +0200)]
Update fuzzy strings and translate new strings in man pages into German

16 years agoContinued German scripts translation, including minor fixes
Helge Kreutzmann [Tue, 29 Apr 2008 17:08:00 +0000 (19:08 +0200)]
Continued German scripts translation, including minor fixes

16 years agoI should triple-check changes I make early in the morning... :-)
Peter Karlsson [Tue, 29 Apr 2008 06:40:37 +0000 (07:40 +0100)]
I should triple-check changes I make early in the morning... :-)

16 years agoFix-up last commit.
Peter Karlsson [Tue, 29 Apr 2008 06:39:27 +0000 (07:39 +0100)]
Fix-up last commit.

16 years agoUpdated Swedish translation.
Peter Karlsson [Tue, 29 Apr 2008 05:36:32 +0000 (06:36 +0100)]
Updated Swedish translation.

scripts/po/sv.po: updated to 469t0f0u.
man/po/sv.po: updated to 1601t0f0u.

16 years agoBump version to 1.15.0~
Guillem Jover [Tue, 29 Apr 2008 03:02:57 +0000 (06:02 +0300)]
Bump version to 1.15.0~

16 years agoRegenerate .pot files and merge .po files with them
Guillem Jover [Tue, 29 Apr 2008 04:03:15 +0000 (07:03 +0300)]
Regenerate .pot files and merge .po files with them

16 years agoUpdate TODO list
Guillem Jover [Tue, 29 Apr 2008 02:55:01 +0000 (05:55 +0300)]
Update TODO list

16 years agoAdd missing format specifier in Swedish translation
Sven Joachim [Mon, 28 Apr 2008 20:18:20 +0000 (22:18 +0200)]
Add missing format specifier in Swedish translation

16 years agodpkg-source: change the logic to find the object used to unpack/build
Raphael Hertzog [Fri, 25 Apr 2008 19:35:19 +0000 (21:35 +0200)]
dpkg-source: change the logic to find the object used to unpack/build

* scripts/Dpkg/Source/Package.pm (upgrade_object_type): Instead
of using the full Format: version to deduce the perl object name
use only the major part of the version. The minor part is under
control of the corresponding object, that way they can evolve
and indicate that the source package has changed in a backwards
compatible way. See
http://lists.debian.org/debian-dpkg/2008/04/msg00045.html
Also add a new parameter to disable update of the minor version in
the Format field.
(initialize): Don't let the Format field be updated by
upgrade_object_type() as this function only loads information from
the .dsc into the object.
* scripts/Dpkg/Source/Package/**: Rename V1_0.pm into V1.pm,
V2_0.pm into V2.pm and V3_0/ into V3/. Fix perl package names
accordingly. Integrated a $CURRENT_MINOR_VERSION set to "0"
in all packages.
* scripts/Makefile.am, scripts/po/POTFILES.in: Update the lists
according to above file renames.

16 years agodpkg-source: parse correctly series files with patch options
Raphael Hertzog [Fri, 25 Apr 2008 17:08:01 +0000 (19:08 +0200)]
dpkg-source: parse correctly series files with patch options

* scripts/Dpkg/Source/Package/V3_0/quilt.pm: Parse correctly
series files with patch options and warn if something else than
-p1 is used.
* man/dpkg-source.1: Document how dpkg-source handles those patch
options in series files.

16 years agoUnderstood that "they" is the plural non-gender form, translated it properly
Helge Kreutzmann [Sat, 26 Apr 2008 14:33:42 +0000 (16:33 +0200)]
Understood that "they" is the plural non-gender form, translated it properly

16 years agoUpdate German dselect translation
Sven Joachim [Fri, 25 Apr 2008 18:27:43 +0000 (20:27 +0200)]
Update German dselect translation

16 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Peter Karlsson [Fri, 25 Apr 2008 15:10:51 +0000 (16:10 +0100)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

16 years agoUpdated Swedish translation.
Peter Karlsson [Fri, 25 Apr 2008 15:09:27 +0000 (16:09 +0100)]
Updated Swedish translation.

Updated man/po/sv.po to 1600t0f0u.
Updated po/sv.po to 984t.
Fixed old entry in scripts/po/ChangeLog (forgot to commit the change last time).

16 years ago* debian/.gitignore: add *.debhelper.log (generated by debhelper v7)
Raphael Hertzog [Fri, 25 Apr 2008 14:45:02 +0000 (16:45 +0200)]
* debian/.gitignore: add *.debhelper.log (generated by debhelper v7)

16 years agoCleanup of various Conflicts/Replaces
Raphael Hertzog [Fri, 25 Apr 2008 12:42:36 +0000 (14:42 +0200)]
Cleanup of various Conflicts/Replaces

16 years agodpkg-source: fix permissions of tarballs in native source packages
Raphael Hertzog [Fri, 25 Apr 2008 12:08:17 +0000 (14:08 +0200)]
dpkg-source: fix permissions of tarballs in native source packages

* scripts/Dpkg/Source/Package/V3_0/native.pm: Fix permissions of
generated tarballs to "666 & ~umask()".

16 years agoContinue German translation of scripts, including fixes from Sven Joachim
Helge Kreutzmann [Tue, 22 Apr 2008 20:03:50 +0000 (22:03 +0200)]
Continue German translation of scripts, including fixes from Sven Joachim

16 years agoUpdate German man page translation after explanations from Raphael Hertzog
Helge Kreutzmann [Tue, 22 Apr 2008 18:51:25 +0000 (20:51 +0200)]
Update German man page translation after explanations from Raphael Hertzog

16 years agoClarify dpkg-source man page as agreed to on debian-dpkg
Helge Kreutzmann [Mon, 21 Apr 2008 17:38:47 +0000 (19:38 +0200)]
Clarify dpkg-source man page as agreed to on debian-dpkg

16 years agoFix a typo in dpkg-shlibdeps.1 (and unfuzzy translations)
Helge Kreutzmann [Mon, 21 Apr 2008 17:31:55 +0000 (19:31 +0200)]
Fix a typo in dpkg-shlibdeps.1 (and unfuzzy translations)

16 years agoComplete German man page translation (except dselect), including fixes
Helge Kreutzmann [Mon, 21 Apr 2008 17:21:37 +0000 (19:21 +0200)]
Complete German man page translation (except dselect), including fixes

16 years agoUpdated Polish translations.
Robert Luberda [Sun, 20 Apr 2008 18:03:38 +0000 (20:03 +0200)]
Updated Polish translations.

16 years agoPortuguese translation updated to 951t
Miguel Figueiredo [Wed, 16 Apr 2008 22:36:35 +0000 (23:36 +0100)]
Portuguese translation updated to 951t

16 years agodpkg-genchanges: use Package-Type control field to detect udebs
Raphael Hertzog [Mon, 14 Apr 2008 19:31:52 +0000 (21:31 +0200)]
dpkg-genchanges: use Package-Type control field to detect udebs

* scripts/Dpkg/Fields.pm (find_custom_field, get_custom_field):
New function to handle custom fields (X[SBC]*-*).
* scripts/dpkg-genchanges.pl: Use Package-Type control field to
decide if a package is an udeb instead of relying on the file
extension of a generated package since that doesn't work when
generating source-only uploads for example.

16 years agodpkg-source: fix an error message about unrepresentable changes to source
Raphael Hertzog [Mon, 14 Apr 2008 16:28:29 +0000 (18:28 +0200)]
dpkg-source: fix an error message about unrepresentable changes to source

* scripts/Dpkg/Source/Patch.pm (_fail_not_same_type): Fix
inversion between new/old filetype.

16 years agoMerge branch 'stable'
Raphael Hertzog [Mon, 14 Apr 2008 16:22:47 +0000 (18:22 +0200)]
Merge branch 'stable'

Drop changelog entry for the unreleased version 1.14.18.1.

Conflicts:

ChangeLog
debian/changelog

16 years agoFixed fuzzy string in Galician translation.
Jacobo Tarrio [Sun, 13 Apr 2008 11:56:49 +0000 (12:56 +0100)]
Fixed fuzzy string in Galician translation.

16 years agoUpdate TODO list
Guillem Jover [Sun, 13 Apr 2008 04:04:09 +0000 (07:04 +0300)]
Update TODO list

16 years agoFix a double-free by setting scontext to NULL after calling freecon
Guillem Jover [Sat, 12 Apr 2008 17:06:58 +0000 (20:06 +0300)]
Fix a double-free by setting scontext to NULL after calling freecon

Based on a patch by Russell Coker. Closes: #474339

16 years agodpkg-source: handle better symlinks to orig tarball
Raphael Hertzog [Sat, 12 Apr 2008 12:21:06 +0000 (14:21 +0200)]
dpkg-source: handle better symlinks to orig tarball

* scripts/Dpkg/Path.pm (check_files_are_the_same): Add a new
parameter so that we can use stat() instead of lstat() and
compare if pointed files are the same.
* scripts/Dpkg/Source/Package.pm: Resolve symlinks before deciding
if both original tarballs are the same or not. Use the new
parameter of check_files_are_the_same() for this.
* scripts/Dpkg/Source/Package/V1_0.pm: Remove useless import of
check_files_are_the_same.

16 years ago* scripts/Dpkg/Source/Package.pm: import subprocerr().
Sven Joachim [Sat, 12 Apr 2008 12:00:20 +0000 (14:00 +0200)]
* scripts/Dpkg/Source/Package.pm: import subprocerr().

16 years agoUpdated Galician translation.
Jacobo Tarrio [Fri, 11 Apr 2008 21:56:40 +0000 (22:56 +0100)]
Updated Galician translation.

16 years agoContinue German translation of man pages and minor fix for scripts translation
Helge Kreutzmann [Fri, 11 Apr 2008 16:48:44 +0000 (18:48 +0200)]
Continue German translation of man pages and minor fix for scripts translation

16 years agoUpdate TODO file by merging my own list into it
Raphael Hertzog [Fri, 11 Apr 2008 09:45:25 +0000 (11:45 +0200)]
Update TODO file by merging my own list into it

16 years agoContinue German man page translation an unfuzzy last cleanups
Helge Kreutzmann [Thu, 10 Apr 2008 21:41:13 +0000 (23:41 +0200)]
Continue German man page translation an unfuzzy last cleanups

16 years agoFix another typo
Sven Joachim [Thu, 10 Apr 2008 14:28:31 +0000 (16:28 +0200)]
Fix another typo

Fix typo in src/trigcmd.c (dpkg-triggers -> dpkg-trigger).
Update all translations accordingly.
Fix misalignment in German dpkg translation.

16 years agoFix my e-mail address
Sven Joachim [Wed, 9 Apr 2008 17:39:55 +0000 (19:39 +0200)]
Fix my e-mail address

16 years agoUpdate German dpkg translation
Sven Joachim [Wed, 9 Apr 2008 17:33:21 +0000 (19:33 +0200)]
Update German dpkg translation

16 years agoUpdated Swedish translation.
Peter Karlsson [Wed, 9 Apr 2008 17:09:14 +0000 (18:09 +0100)]
Updated Swedish translation.

Translated the new string in scripts/po/sv.po and fixed a typo.

16 years agoman/po: Regenerate .pot file and merge .po files with it
Guillem Jover [Wed, 9 Apr 2008 04:23:10 +0000 (07:23 +0300)]
man/po: Regenerate .pot file and merge .po files with it

16 years agoman: Fix typos
Helge Kreutzmann [Wed, 9 Apr 2008 04:12:17 +0000 (07:12 +0300)]
man: Fix typos

16 years agoContinue German man page translation, including new man pages
Helge Kreutzmann [Tue, 8 Apr 2008 20:21:38 +0000 (22:21 +0200)]
Continue German man page translation, including new man pages

16 years agoBump version to 1.14.19~
Guillem Jover [Tue, 8 Apr 2008 04:21:39 +0000 (07:21 +0300)]
Bump version to 1.14.19~

16 years agoRelease 1.14.18
Guillem Jover [Tue, 8 Apr 2008 04:10:41 +0000 (07:10 +0300)]
Release 1.14.18

16 years agoChangeLog police!
Guillem Jover [Tue, 8 Apr 2008 03:58:56 +0000 (06:58 +0300)]
ChangeLog police!

16 years agoRegenerate .pot files and merge .po files with them
Guillem Jover [Tue, 8 Apr 2008 03:48:34 +0000 (06:48 +0300)]
Regenerate .pot files and merge .po files with them

16 years agodoc: Fix wrong dpkg trigger related option names
Guillem Jover [Tue, 8 Apr 2008 03:31:52 +0000 (06:31 +0300)]
doc: Fix wrong dpkg trigger related option names

16 years agoAdd trigger man pages and update dpkg with triggers information
Guillem Jover [Tue, 8 Apr 2008 03:28:01 +0000 (06:28 +0300)]
Add trigger man pages and update dpkg with triggers information

16 years agoFix or mark as fuzzy erroneous strings in Swedish translations
Guillem Jover [Tue, 8 Apr 2008 03:01:25 +0000 (06:01 +0300)]
Fix or mark as fuzzy erroneous strings in Swedish translations

16 years agoman: Sort package states
Guillem Jover [Sun, 6 Apr 2008 17:48:26 +0000 (20:48 +0300)]
man: Sort package states

16 years agoContinue update of German man page translation
Helge Kreutzmann [Mon, 7 Apr 2008 20:38:59 +0000 (22:38 +0200)]
Continue update of German man page translation