summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-25* Applied patch from Guillem Jover <guillem.jover@nokia.com> to useOtavio Salvador
dpkg-architecture to get the host architecture (closes: #407187)
2007-07-24Added myself as uploader. Acked by MichaelOtavio Salvador
2007-07-24releasing version 0.7.4Otavio Salvador
2007-07-24* merged from apt--mvoMichael Vogt
2007-07-24* merged from otavioMichael Vogt
2007-07-24* merged from Christian Perrier (thanks!)Michael Vogt
* eu.po: completed to 532t. Closes: #423766 * Update all PO and the POT. Gives 529t3f for formerly complete translations * Unfuzzy formerly complete translations (es, fr, gl, vi) * es.po: completed to 532t, again. Closes: #429935 * vi.po: completed to 532t, again. Closes: #429899
2007-07-24* merged from Christian Perrier (thanks!)Michael Vogt
* eu.po: completed to 532t. Closes: #423766 * Update all PO and the POT. Gives 529t3f for formerly complete translations * Unfuzzy formerly complete translations (es, fr, gl, vi) * es.po: completed to 532t, again. Closes: #429935 * vi.po: completed to 532t, again. Closes: #429899
2007-07-23* cmdline/apt-get.cc:Michael Vogt
- fix in the task-install code regexp (thanks to Adam Conrad and Colin Watson) - support task removal too: apt-get remove taskname^ (thanks to Matt Zimmerman reporting this problem) * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) * Fix compilation warnings: - apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void; * Simplified HttpMethod::Fetch on http.cc removing Tail variable; * Fix pipeline handling on http.cc (closes: #413324) * Fix building to properly support binNMUs. Thanks to Daniel Schepler <schepler@math.unipd.it> by the patch (closes: #359634) * Fix example for Install-{Recommends,Suggests} options on configure-index example file. Thanks to Peter Eisentraut <peter_e@gmx.net> by the patch (closes: #432223) * fixed compile errors with g++ 4.3 (thanks to
2007-07-23* smalish changelog fixesMichael Vogt
2007-07-18 - support task removal too: apt-get remove taskname^Michael Vogt
(thanks to Matt Zimmerman reporting this problem)
2007-07-16Another sync with ChristianOtavio Salvador
2007-07-16Remove a useless entry from changelogOtavio Salvador
2007-07-15Sync with Michaelbubulle@debian.org
2007-07-15Sync with Peter Karlsson and fix an error in sv.pobubulle@debian.org
2007-07-14 [ Christian Perrier ]Otavio Salvador
* Basque translation update. Closes: ##423766 * Unfuzzy formerly complete translations * French translation update * Re-generate PO(T) files * Sync with Michael * Spanish translation update
2007-07-14Revert po/apt-all.pot changes to make merging from Christian's branch easier.Otavio Salvador
2007-07-14Made several improvements suggested by Daniel Nylander.Peter Karlsson
2007-07-14Fixed fuzzy strings.Peter Karlsson
2007-07-14Merge fixes branch.Otavio Salvador
2007-07-14* Simplified HttpMethod::Fetch on http.cc removing Tail variable;Michael Vogt
* Fix pipeline handling on http.cc (closes: #413324) * Fix building to properly support binNMUs. Thanks to Daniel Schepler <schepler@math.unipd.it> by the patch (closes: #359634) * Fix example for Install-{Recommends,Suggests} options on configure-index example file. Thanks to Peter Eisentraut <peter_e@gmx.net> by the patch (closes: #432223)
2007-07-12* Fix example for Install-{Recommends,Suggests} options onOtavio Salvador
configure-index example file. Thanks to Peter Eisentraut <peter_e@gmx.net> by the patch (closes: #432223)
2007-07-12* Fix building to properly support binNMUs. Thanks to Daniel ScheplerOtavio Salvador
<schepler@math.unipd.it> by the patch (closes: #359634)
2007-07-12Sync with Michael branchOtavio Salvador
2007-07-12 - fix in the task-install code regexp (thanks to Adam Conrad andMichael Vogt
Colin Watson)
2007-07-12* cmdline/apt-get.cc:Michael Vogt
- fix in the task-install code * Fix compilation warnings: - apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void;
2007-07-11* cmdline/apt-get.cc:Michael Vogt
- fix in the task-install code
2007-07-11Basque translation update. Closes: ##423766bubulle@debian.org
2007-07-10 * Fix pipeline handling on http.cc (closes: #413324)Otavio Salvador
2007-07-10Simplified HttpMethod::Fetch on http.cc removing Tail variable;Otavio Salvador
2007-07-10Minor typos.Otavio Salvador
2007-07-10 * Fix compilation warnings:Otavio Salvador
- apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void;
2007-07-06Unfuzzy formerly complete translationsbubulle@debian.org
2007-07-06French translation updatebubulle@debian.org
2007-07-06Re-generate PO(T) filesbubulle@debian.org
2007-07-06Sync with Michaelbubulle@debian.org
2007-07-03* merged fixes from otavio (thanks!)Michael Vogt
2007-07-02* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)Otavio Salvador
2007-07-01* fixed compile errors with g++ 7.3 (thanks to Michael Vogt
Daniel Burrows, closes: #429378) * fixes in the auto-mark code (thanks to Daniel Burrows) * fix FTFBFS by changing build-depends to libcurl4-gnutls-dev (closes: #428363) * cmdline/apt-get.cc: - fix InstallTask code when a pkgRecord ends with a single '\n' (thanks to Soren Hansen for reporting) * merged from Christian Perrier: * Update all PO and the POT. Gives 514t14f4u for formerly complete translations * fr.po: completed to 532t * ku.po, uk.po, LINGUAS: reintegrate those translations which disappeared from the BZR repositories
2007-07-01* Non-maintainer upload.Michael Vogt
* Build-depend on libcurl4-gnutls-dev instead of the obsolete libcurl3-gnutls-dev. Closes: #428363.
2007-06-29* fixes in the auto-mark code (thanks to DanielMichael Vogt
Burrows)
2007-06-27* cmdline/apt-get.cc:Michael Vogt
- improve taskinstall regexp
2007-06-27* merged from Christian Perrier:Michael Vogt
* Update all PO and the POT. Gives 514t14f4u for formerly complete translations * fr.po: completed to 532t * ku.po, uk.po, LINGUAS: reintegrate those translations which disappeared from the BZR repositories
2007-06-27* cmdline/apt-get.cc:Michael Vogt
- fix InstallTask code when a pkgRecord ends with a single '\n' (thanks to Soren Hansen for reporting)
2007-06-21Spanish translation updatebubulle@debian.org
2007-06-21Correct typos. Thanks Clytie for reporting. bubulle@debian.org
2007-06-21sync with mvobubulle@debian.org
2007-06-21Updated Vietnamese translationbubulle@debian.org
2007-06-19* fix some warningsMichael Vogt
2007-06-19* fixed compile errors with g++ 7.3 (thanks to Michael Vogt
Daniel Burrows, closes: #429378) * fix FTFBFS by changing build-depends to libcurl4-gnutls-dev (closes: #428363)
2007-06-18* merged from apt--mvoMichael Vogt