summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2007-07-26* Applied patch from Guillem Jover <guillem.jover@nokia.com> to useMichael Vogt
dpkg-architecture to get the host architecture (closes: #407187) * vi.po: completed to 532t, again. Closes: #429899 * gl.po: completed to 532t. Closes: #429506 * vi.po: completed to 532t. Closes: #428672
2007-07-26* apt-pkg/depcache.cc:Michael Vogt
- support a list of sections for: APT::Install-Recommends-Sections APT::Never-MarkAuto-Sections
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 otavioMichael Vogt
2007-07-24* merged from apt--mvoMichael 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-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-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-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-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-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* 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-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-08* Removed the more leftover #pragma interface/implementationMichael Vogt
closes: #306937 (thanks to Andreas Henriksson for the patch)
2007-06-08* add "purge" commandline argument, closes: #133421)Michael Vogt
(thanks to Julien Danjou for the patch) * fix FTBFS with gcc 4.3, closes: #417090 (thanks to Martin Michlmayr for the patch) * add --dsc-only option, thanks to K. Richard Pixley
2007-06-08* add --dsc-only option, thanks to K. Richard PixleyMichael Vogt
2007-06-08* fix FTBFS with gcc 4.3, closes: #417090Michael Vogt
(thanks to Martin Michlmayr for the patch)
2007-06-08* fix error in AutocleanInterval, closes: #319339Michael Vogt
(thanks to Israel G. Lugo for the patch) * add "purge" commandline argument, closes: #133421) (thanks to Julien Danjou for the patch)
2007-06-08* add "purge" commandline argument, closes: #133421)Michael Vogt
(thanks to Julien Danjou for the patch)
2007-06-08* fix error in AutocleanInterval, closes: #319339Michael Vogt
(thanks to Israel G. Lugo for the patch)
2007-06-07* debian/control:Michael Vogt
- update to new standards version - add XS-Vcs-Bzr header
2007-06-06* merged the debian/experimental changes backMichael Vogt
into the debian/sid branch * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio * da.po: Updated by Claus Hindsgaul * fr.po: Remove a non-breakable space for usability * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * buildlib/archtable: - added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096) * buildlib/systemtable: - added support for lpia * configure.in: - check systemtable for architecture mapping too * Package that contains tall the new features * Removed all #pragma interface/implementation * Branch that contains tall the new features: * translated package descriptions * task install support * automatic dependency removal (thanks to Daniel Burrows) * merged support for the new dpkg "Breaks" field (thanks to Ian Jackson) * handle network failures more gracefully on "update" * support for unattended-upgrades (via unattended-upgrades package) * added apt-transport-https method * merged "install-recommends" branch (ABI break): - new "--install-recommends" - install new recommends on "upgrade" if --install-recommends is given - new "--fix-policy" option to install all packages with unmet important dependencies (usefull with --install-recommends to see what not-installed recommends are on the system) - fix of recommended packages display (only show CandidateVersion fix or-group handling) * merged "install-task" branch (use with "apt-get install taskname^") * Applied patch from Daniel Schepler to make apt bin-NMU able. * eu.po: Updated * fix apt-get dist-upgrade * fix warning if no /var/lib/apt/extended_states is present * don't download Translations for deb-src sources.list lines * apt-pkg/tagfile.cc: - support not-mmapable files again * added support for i18n of the package descriptions * added support for aptitude like auto-install tracking (a HUGE HUGE thanks to Daniel Burrows who made this possible) * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental * apt-pkg/depcache.cc: - added Debug::pkgDepCache::AutoInstall (thanks to infinity) * apt-pkg/acquire-item.cc: - fix missing chmod() in the new aquire code (thanks to Bastian Blank, Closes: #367425) * merged from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main: * sk.po: Completed to 512t * eu.po: Completed to 512t * fr.po: Completed to 512t * sv.po: Completed to 512t * Update all PO and the POT. Gives 506t6f for formerly complete translations * Fix a incorrect example in the man-page (closes: #282918)
2007-06-06 * vi.po: Updated to 515t. Closes: #426976Michael Vogt
* eu.po: Updated to 515t. Closes: #423766 * pt.po: 515t. Closes: #423111 * fr.po: Updated by Christian Perrier * Update all PO and the POT. Gives 513t2f for formerly complete translations * buildlib/archtable: - added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096) * buildlib/systemtable: - added support for lpia * configure.in: - check systemtable for architecture mapping too
2007-06-06* implement SourceVer() in pkgRecords Michael Vogt
(thanks to Daniel Burrows for the patch!) * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio Closes: #412828 * da.po: Updated by Claus Hindsgaul Closes: #409483 * fr.po: Remove a non-breakable space for usability issues. Closes: #408877 * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * NMU * Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572
2007-06-06* buildlib/systemtable, configure.in:Michael Vogt
added new buildlib/systemtable to map complette canonical system type to apt architecture and add support for lpia
2007-06-06 * vi.po: Updated to 515t. Closes: #426976Michael Vogt
* eu.po: Updated to 515t. Closes: #423766 * pt.po: 515t. Closes: #423111 * fr.po: Updated by Christian Perrier * Update all PO and the POT. Gives 513t2f for formerly complete translations
2007-06-06* buildlib/archtable:Michael Vogt
- added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096)
2007-05-23* implement SourceVer() in pkgRecords Michael Vogt
(thanks to Daniel Burrows for the patch!)
2007-05-02* merged from http://people.ubuntu.com/~mvo/bzr/apt/curl-https/Michael Vogt
2007-05-02* merged with the apt--mvo branchMichael Vogt
2007-05-02* fix version number and changelogMichael Vogt
2007-04-25* changelog updatedMichael Vogt