]> git.saurik.com Git - apt.git/log
apt.git
16 years agoAdded Daniel Burrows to 'Uploaders'.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 15:27:02 +0000 (17:27 +0200)] 
Added Daniel Burrows to 'Uploaders'.

16 years agoCorrected synopsis part for 'apt-get' source.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 14:41:24 +0000 (16:41 +0200)] 
Corrected synopsis part for 'apt-get' source.

16 years agoRe-added path for lintian ovirride. Michael, forgot to merge this before?..
Eugene V. Lyubimkin [Sat, 1 Nov 2008 14:35:51 +0000 (16:35 +0200)] 
Re-added path for lintian ovirride. Michael, forgot to merge this before?..

16 years agoFixed validation of apt-get.8.xml
Eugene V. Lyubimkin [Sat, 1 Nov 2008 14:15:25 +0000 (16:15 +0200)] 
Fixed validation of apt-get.8.xml

16 years agoRemoved unneeded </arg>.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:35:17 +0000 (14:35 +0200)] 
Removed unneeded </arg>.

16 years agoFixed placing for 'xvcg' entry, added missing closing tags.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:27:43 +0000 (14:27 +0200)] 
Fixed placing for 'xvcg' entry, added missing closing tags.

16 years agoActualized 'Uploaders' field in debian/control.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:17:05 +0000 (14:17 +0200)] 
Actualized 'Uploaders' field in debian/control.

16 years agoMentioned 'apt_preferences(5)' in apt manpage.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:01:24 +0000 (14:01 +0200)] 
Mentioned 'apt_preferences(5)' in apt manpage.

16 years agoAdvanced documentation for 'apt-get install' command, mentioned upgrading possibility.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 11:53:30 +0000 (13:53 +0200)] 
Advanced documentation for 'apt-get install' command, mentioned upgrading possibility.

16 years agoMentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt...
Eugene V. Lyubimkin [Sat, 1 Nov 2008 11:42:09 +0000 (13:42 +0200)] 
Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt-get manpage.

16 years agoClearly documented '/<release>' and '=<version>' in apt-get.8.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 11:19:15 +0000 (13:19 +0200)] 
Clearly documented '/<release>' and '=<version>' in apt-get.8.

16 years agoSubstituted 'apt-archive' with 'apt-ftparchive'.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 10:56:50 +0000 (12:56 +0200)] 
Substituted 'apt-archive' with 'apt-ftparchive'.

16 years agoAdvanced apt-cache.cc's built-in help.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 10:23:06 +0000 (12:23 +0200)] 
Advanced apt-cache.cc's built-in help.

16 years agoMerged from debian-sid.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 10:21:52 +0000 (12:21 +0200)] 
Merged from debian-sid.

16 years agoBumped Standards-Version to 3.8.0.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 23:30:51 +0000 (01:30 +0200)] 
Bumped Standards-Version to 3.8.0.

16 years agodebian/control improvements
Eugene V. Lyubimkin [Fri, 31 Oct 2008 23:21:47 +0000 (01:21 +0200)] 
debian/control improvements

16 years ago* debian/rules:
Michael Vogt [Fri, 31 Oct 2008 20:03:19 +0000 (21:03 +0100)] 
* debian/rules:
  - Fixed lintian warnings "debian/rules ignores make errors".
* debian/control:
  - Substituted outdated "Source-Version" fields with "binary:Version".
  - Added 'python-apt' to Suggests, as apt-mark need it for work.
  - Drop Debian revision from 'doc-base' build dependency, this fixes
    appropriate lintian warning.
* debian/libapt-pkg-doc.doc-base.*:
  - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
    lintian warnings.
* debian/{postrm,prerm,preinst}:
  - Added 'set -e', fixes lintian warnings
    'maintainer-script-ignores-error'.
* dselect/makefile:
  - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
* share/lintian-overrides:
  - Added with override of 'apt must depend on python'. Script 'apt-mark'
    needs apt-python for working and checks this on fly. We don't want
    python in most cases.
* cmdline/apt-key:
  - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
    failure when GREP_OPTIONS contains options that modify grep output.
    (Closes: #428752)

16 years agoAdded 'unset GREP_OPTIONS' to apt-key.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 19:21:18 +0000 (21:21 +0200)] 
Added 'unset GREP_OPTIONS' to apt-key.

16 years agoAdded lintian override of 'must depend on python.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 18:56:17 +0000 (20:56 +0200)] 
Added lintian override of 'must depend on python.

16 years agoReverted 'bashisms' commit, it was wrong as $(...) is not a bashism.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 18:24:05 +0000 (20:24 +0200)] 
Reverted 'bashisms' commit, it was wrong as $(...) is not a bashism.

16 years agoDropped Debian revision '-1' from build dependency on 'doc-base'.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:29:37 +0000 (23:29 +0200)] 
Dropped Debian revision '-1' from build dependency on 'doc-base'.

16 years agoRemoved unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:21:22 +0000 (23:21 +0200)] 
Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.

16 years agoAdded 'set -e' to maintainer scripts.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:17:01 +0000 (23:17 +0200)] 
Added 'set -e' to maintainer scripts.

16 years agoAdded 'python-apt' to Suggests of apt (because of apt-mark).
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:34:27 +0000 (22:34 +0200)] 
Added 'python-apt' to Suggests of apt (because of apt-mark).

16 years agoFixed 'Devel' -> 'Debian' doc-base sections.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:33:12 +0000 (22:33 +0200)] 
Fixed 'Devel' -> 'Debian' doc-base sections.

16 years ago'Source-Version' in debian/control became 'binary:Version'.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:08:12 +0000 (22:08 +0200)] 
'Source-Version' in debian/control became 'binary:Version'.

16 years agoFixed 'debian/rules ignores make errors' lintian warnings.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:04:30 +0000 (22:04 +0200)] 
Fixed 'debian/rules ignores make errors' lintian warnings.

16 years agoFixed bashisms in apt-key.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:01:52 +0000 (22:01 +0200)] 
Fixed bashisms in apt-key.

16 years agoadd fixme for the future flJustExtension
Michael Vogt [Wed, 29 Oct 2008 17:58:48 +0000 (18:58 +0100)] 
add fixme for the future flJustExtension

16 years agoadd missing bugnumber
Michael Vogt [Wed, 29 Oct 2008 17:55:11 +0000 (18:55 +0100)] 
add missing bugnumber

16 years agoupload as 0.7.17~exp3
Michael Vogt [Wed, 29 Oct 2008 09:09:26 +0000 (10:09 +0100)] 
upload as 0.7.17~exp3

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Wed, 29 Oct 2008 08:37:45 +0000 (09:37 +0100)] 
* apt-pkg/acquire-item.cc:
  - fix a merge modification (done by me) that prevents the
    fallback to the uncompressed 'Packages' to work correctly

16 years agoapt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the (generic...
Michael Vogt [Wed, 29 Oct 2008 08:31:53 +0000 (09:31 +0100)] 
apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the (generic) acquire-item.cc code

16 years agoapt-pkg/acquire-item.cc: fixed my incorrect use of flExtension
Michael Vogt [Wed, 29 Oct 2008 08:27:11 +0000 (09:27 +0100)] 
apt-pkg/acquire-item.cc: fixed my incorrect use of flExtension

16 years agofix various -Wall warnings
Michael Vogt [Tue, 28 Oct 2008 17:14:29 +0000 (18:14 +0100)] 
fix various -Wall warnings

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Tue, 28 Oct 2008 16:40:31 +0000 (17:40 +0100)] 
* apt-pkg/acquire-item.cc:
  - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
    available. (Closes: #409284)
* apt-pkg/algorithm.cc:
  - Strip username and password from source URL in error message.
    (Closes: #425150)

16 years agomerged from the debian-sid branch
Michael Vogt [Tue, 28 Oct 2008 16:14:41 +0000 (17:14 +0100)] 
merged from the debian-sid branch

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Tue, 28 Oct 2008 15:48:16 +0000 (16:48 +0100)] 
* apt-pkg/acquire-item.cc:
  - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
    available. (Closes: #409284)
* apt-pkg/algorithm.cc:
  - Strip username and password from source URL in error message.
    (Closes: #425150)

16 years agoForgot to remove regex.h include in previous commit. Now done
Eugene V. Lyubimkin [Sun, 26 Oct 2008 11:41:09 +0000 (13:41 +0200)] 
Forgot to remove regex.h include in previous commit. Now done

16 years agoSwitched from regexp to using existing URI class to strip user/password.
Eugene V. Lyubimkin [Sun, 26 Oct 2008 11:39:10 +0000 (13:39 +0200)] 
Switched from regexp to using existing URI class to strip user/password.

16 years agoCorrected determining if regexp matched.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 19:49:22 +0000 (22:49 +0300)] 
Corrected determining if regexp matched.

16 years agoFixed error output when fallback'ed to uncompressed Packages/Sources.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 19:15:20 +0000 (22:15 +0300)] 
Fixed error output when fallback'ed to uncompressed Packages/Sources.

16 years agoStrip user/password from URL in error message.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 14:03:16 +0000 (17:03 +0300)] 
Strip user/password from URL in error message.

16 years agomerged from Luca Bruno
Michael Vogt [Sat, 25 Oct 2008 08:29:21 +0000 (10:29 +0200)] 
merged from Luca Bruno

16 years agomerged from debian-sid
Michael Vogt [Sat, 25 Oct 2008 08:27:13 +0000 (10:27 +0200)] 
merged from debian-sid

16 years agoAdded fallback to uncompressed files while acquiring index files (Sources and Packages)
Eugene V. Lyubimkin [Fri, 24 Oct 2008 22:33:40 +0000 (01:33 +0300)] 
Added fallback to uncompressed files while acquiring index files (Sources and Packages)

16 years agoFix typo in apt-pkg/depcache.cc
Luca Bruno [Sat, 11 Oct 2008 08:48:59 +0000 (10:48 +0200)] 
Fix typo in apt-pkg/depcache.cc

16 years agoClarify whether configuration items of apt.conf are case-sensitive
Luca Bruno [Sat, 11 Oct 2008 08:31:18 +0000 (10:31 +0200)] 
Clarify whether configuration items of apt.conf are case-sensitive

16 years ago* Compilation fixes and portability improvement for compiling APT against non-GNU...
Luca Bruno [Sat, 11 Oct 2008 08:00:50 +0000 (10:00 +0200)] 
* Compilation fixes and portability improvement for compiling APT against non-GNU libc

16 years agoFix another compilation warning in apt-pkg/versionmatch.cc
Luca Bruno [Sat, 11 Oct 2008 07:42:17 +0000 (09:42 +0200)] 
Fix another compilation warning in apt-pkg/versionmatch.cc

16 years agoFix compilation warning in apt-pkg/acquire.cc. New experimental release
Luca Bruno [Sat, 11 Oct 2008 07:22:43 +0000 (09:22 +0200)] 
Fix compilation warning in apt-pkg/acquire.cc. New experimental release

16 years agoMerge with debian-sid
Luca Bruno [Sat, 11 Oct 2008 07:00:02 +0000 (09:00 +0200)] 
Merge with debian-sid

16 years agoupdate changelog
Michael Vogt [Fri, 10 Oct 2008 21:45:39 +0000 (23:45 +0200)] 
update changelog

16 years agodoc/apt-cache.8.xml: add missing <citerefentry>
Michael Vogt [Fri, 10 Oct 2008 21:28:21 +0000 (23:28 +0200)] 
doc/apt-cache.8.xml: add missing <citerefentry>

16 years ago* doc/apt-cache.8.xml:
Michael Vogt [Fri, 10 Oct 2008 21:03:50 +0000 (23:03 +0200)] 
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
  (thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
  (thanks to timeless, Nicolas Bonifas and Josh Triplett,
  closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
  (thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
  (thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
  /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:

16 years ago* doc/apt-cache.8.xml:
Michael Vogt [Tue, 7 Oct 2008 18:41:41 +0000 (20:41 +0200)] 
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
  (thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
  (thanks to timeless, Nicolas Bonifas and Josh Triplett,
  closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
  (thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
  (thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
  /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:

16 years agomerged from debian-sid
Michael Vogt [Tue, 7 Oct 2008 18:38:46 +0000 (20:38 +0200)] 
merged from debian-sid

16 years agoUpload to unstable
Michael Vogt [Tue, 7 Oct 2008 18:36:08 +0000 (20:36 +0200)] 
Upload to unstable

16 years agomerged from the debain-sid branch
Michael Vogt [Tue, 7 Oct 2008 18:24:10 +0000 (20:24 +0200)] 
merged from the debain-sid branch

16 years agoTypo in changelog
Luca Bruno [Sun, 5 Oct 2008 07:12:51 +0000 (09:12 +0200)] 
Typo in changelog

16 years ago* doc/apt-cache.8.xml:
Luca Bruno [Sun, 5 Oct 2008 07:11:57 +0000 (09:11 +0200)] 
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)

16 years ago* doc/offline.sgml: clarify remote and target hosts
Luca Bruno [Sat, 4 Oct 2008 10:48:19 +0000 (12:48 +0200)] 
* doc/offline.sgml: clarify remote and target hosts

16 years ago* Better documentation for apt-get --option
Luca Bruno [Sat, 4 Oct 2008 10:43:14 +0000 (12:43 +0200)] 
* Better documentation for apt-get --option

16 years ago* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)
Luca Bruno [Sat, 4 Oct 2008 10:10:54 +0000 (12:10 +0200)] 
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)

16 years agoApplied patch from #461458 for apt.8 typo
Luca Bruno [Fri, 3 Oct 2008 20:08:48 +0000 (22:08 +0200)] 
Applied patch from #461458 for apt.8 typo

16 years agoApplied patch from #431636 for typos
Luca Bruno [Fri, 3 Oct 2008 20:01:37 +0000 (22:01 +0200)] 
Applied patch from #431636 for typos

16 years agoApplied patch from #411532 for typos
Luca Bruno [Fri, 3 Oct 2008 19:57:41 +0000 (21:57 +0200)] 
Applied patch from #411532 for typos

16 years agoApplying #298821 patch for further arbitary typos
Luca Bruno [Fri, 3 Oct 2008 18:57:25 +0000 (20:57 +0200)] 
Applying #298821 patch for further arbitary typos

16 years agoWrap changelog lines
Luca Bruno [Fri, 3 Oct 2008 18:41:34 +0000 (20:41 +0200)] 
Wrap changelog lines

16 years ago* Better documentation on using both APT::Default-Release and /etc/apt/preferences...
Luca Bruno [Fri, 3 Oct 2008 18:41:16 +0000 (20:41 +0200)] 
* Better documentation on using both APT::Default-Release and /etc/apt/preferences (closes: #145575)

16 years agoFixed typo in changelog
Luca Bruno [Fri, 3 Oct 2008 18:25:56 +0000 (20:25 +0200)] 
Fixed typo in changelog

16 years ago* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
Luca Bruno [Fri, 3 Oct 2008 18:25:06 +0000 (20:25 +0200)] 
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)

16 years agoFix some typos in docs and translations (thanks to timeless, closes: 368665)
Luca Bruno [Fri, 3 Oct 2008 18:15:06 +0000 (20:15 +0200)] 
Fix some typos in docs and translations (thanks to timeless, closes: 368665)

16 years agoExperimental branch
Luca Bruno [Fri, 3 Oct 2008 18:04:57 +0000 (20:04 +0200)] 
Experimental branch

16 years agofix typo *sigh*
Michael Vogt [Wed, 1 Oct 2008 16:49:37 +0000 (18:49 +0200)] 
fix typo *sigh*

16 years ago* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Wed, 1 Oct 2008 16:35:23 +0000 (18:35 +0200)] 
* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
  - move the state file writting into the Go() implementation
    of dpkgpm (closes: #498799)
* apt-pkg/algorithms.cc:
  - fix simulation performance drop (thanks to Ferenc Wagner
    for reporting the issue)

16 years agoRestore the apt ABI.
Daniel Burrows [Fri, 26 Sep 2008 01:24:09 +0000 (18:24 -0700)] 
Restore the apt ABI.
The problem was that the size of pkgDpkgPM and its member offsets
changed because a map giving the names of the trigger states was
inserted into the middle of the structure.  I fixed it by using a
statically allocated array instead.  This changes the procedure for
looking up a string to a linear search, which should be fine (or
even faster than before) since there are only 4 state strings.  If
it becomes a problem, sorting the array by key will allow us to use
std::equal_range(), but I would advise against this unless it's
really necessary, since sooner or later someone will forget to maintain
the sort order.

16 years agoupdate the changelog
Michael Vogt [Tue, 23 Sep 2008 05:34:53 +0000 (07:34 +0200)] 
update the changelog

16 years ago* apt-pkg/pkgcachegen.cc:
egon [Tue, 23 Sep 2008 05:31:23 +0000 (07:31 +0200)] 
* apt-pkg/pkgcachegen.cc:
  - do not add multiple identical descriptions for the same
    language (closes: #400768)

16 years agoCatalan translation update
bubulle@debian.org [Fri, 19 Sep 2008 15:33:01 +0000 (17:33 +0200)] 
Catalan translation update

16 years agoupload as 0.7.15~exp1
egon [Tue, 16 Sep 2008 21:34:52 +0000 (23:34 +0200)] 
upload as 0.7.15~exp1

16 years agopo/es.po: fix msgmerge error
egon [Tue, 16 Sep 2008 21:34:23 +0000 (23:34 +0200)] 
po/es.po: fix msgmerge error

16 years ago* debian/changelog:
egon [Tue, 16 Sep 2008 19:27:35 +0000 (21:27 +0200)] 
* debian/changelog:
  - upload to experimental to give the releases managers something
    to check out
* doc/makesfile:
  - merged from the apt--mvo branch

16 years agoUpdated Polish translation
bubulle@debian.org [Tue, 16 Sep 2008 06:52:34 +0000 (08:52 +0200)] 
Updated Polish translation

16 years agoRussian translation update
bubulle@debian.org [Tue, 16 Sep 2008 06:46:21 +0000 (08:46 +0200)] 
Russian translation update

16 years agoGreek translation update
bubulle@debian.org [Fri, 12 Sep 2008 17:53:08 +0000 (19:53 +0200)] 
Greek translation update

16 years agoGerman translation compelted and corrected
bubulle@debian.org [Sat, 6 Sep 2008 15:24:55 +0000 (17:24 +0200)] 
German translation compelted and corrected

16 years agoVietnamese translation udpate
bubulle@debian.org [Fri, 5 Sep 2008 17:38:41 +0000 (19:38 +0200)] 
Vietnamese translation udpate

16 years agoSwedish translation update
bubulle@debian.org [Wed, 3 Sep 2008 06:43:33 +0000 (08:43 +0200)] 
Swedish translation update

16 years agoUpdated translations
bubulle@debian.org [Mon, 1 Sep 2008 12:01:25 +0000 (14:01 +0200)] 
Updated translations

16 years agoKorean translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:13:21 +0000 (20:13 +0200)] 
Korean translation updated

16 years agoBug closure
bubulle@debian.org [Fri, 29 Aug 2008 18:11:29 +0000 (20:11 +0200)] 
Bug closure

16 years agoBug closure
bubulle@debian.org [Fri, 29 Aug 2008 18:09:37 +0000 (20:09 +0200)] 
Bug closure

16 years agoNorwegian Bokmål translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:06:50 +0000 (20:06 +0200)] 
Norwegian Bokmål translation updated

16 years agoSimplified Chinese translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:04:37 +0000 (20:04 +0200)] 
Simplified Chinese translation updated

16 years agoPortuguese translation added
bubulle@debian.org [Fri, 29 Aug 2008 18:02:03 +0000 (20:02 +0200)] 
Portuguese translation added

16 years agoLithuanian translation added
bubulle@debian.org [Fri, 29 Aug 2008 18:00:14 +0000 (20:00 +0200)] 
Lithuanian translation added

16 years agoRomanian translation update
bubulle@debian.org [Fri, 29 Aug 2008 17:58:09 +0000 (19:58 +0200)] 
Romanian translation update

16 years agoBasque translation updated
bubulle@debian.org [Wed, 27 Aug 2008 18:06:40 +0000 (20:06 +0200)] 
Basque translation updated

16 years agoBrazilian Portuguese translation update
bubulle@debian.org [Tue, 26 Aug 2008 06:15:31 +0000 (08:15 +0200)] 
Brazilian Portuguese translation update