summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-10if there is only deb-src pick higest version in deb-src release matchingMichael Vogt
2013-12-10Merge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sidMichael Vogt
2013-12-10Merge remote-tracking branch 'origin/feature/source-deb822' into ↵Michael Vogt
feature/source-deb822 Conflicts: apt-pkg/sourcelist.cc
2013-12-10Merge remote-tracking branch 'upstream/debian/sid' into feature/source-deb822Michael Vogt
2013-12-09Merge remote-tracking branch 'origin/feature/deb-src-bts731102' into ↵Michael Vogt
feature/source-deb822
2013-12-09suppoer $(ARCH) in deb822 sources.list as wellMichael Vogt
2013-12-09add APT::Sources::Use-Deb822 to allow disabling the deb822 parserMichael Vogt
2013-12-09more refactorMichael Vogt
2013-12-09refactor deb822 reading into its own functionMichael Vogt
2013-12-07really release 0.9.140.9.14Michael Vogt
2013-12-07do not force a specific export-dir in the repositoryDavid Kalnischkies
Git-Dch: Ignore
2013-12-07ensure prepare-release works in the right directoryDavid Kalnischkies
Git-Dch: Ignore
2013-12-07releasing package apt version 0.9.14Michael Vogt
2013-12-07update libapt-pkg4.12 symbols fileDavid Kalnischkies
also fixing the release script code to deal with 'set -e' mode while checking the symbols file.
2013-12-07tell the release script that we use git nowDavid Kalnischkies
Git-Dch: Ignore
2013-12-07fix release script to deal with vendorsDavid Kalnischkies
Call xmllint with each vendor to check if any vendor specific errors are present, but check the translations only with one vendor to check for translation specifics – vendor and translation specific isn't possible. Git-Dch: Ignore
2013-12-06releasing package apt version 0.9.13.2Michael Vogt
2013-12-06fix build failure with the new apt-vendors stuffMichael Vogt
2013-12-06Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt
2013-12-06vendor/debian/makefile: apply 6f3c4e33 for debian/makefile as wellMichael Vogt
2013-12-06vendor/makefile: fix build error for parallel buildsMichael Vogt
2013-12-05fix section addingMichael Vogt
2013-12-05add unittest for new sourceslist parser as wellMichael Vogt
2013-12-05first version with testMichael Vogt
2013-12-05* document Dpkg::Progress-Fancy (closes: 726169), thanks to James McCoyMichael Vogt
2013-12-05* enable release based selection for deb-src (closes: 731102)Michael Vogt
2013-12-05remove exposing {MetaIndexInfo,MetaIndexFile,MetaIndexURI} again as this is ↵Michael Vogt
package system specific
2013-12-05add new LocalFileName() method to metaindexMichael Vogt
2013-12-04refactorMichael Vogt
2013-12-04add #ifdefed ABI break & cleaner solution once the abi break is in placeMichael Vogt
2013-12-04use MetaIndexFile() instead of MetaIndexURI()Michael Vogt
2013-12-04refactor FindSrc()Michael Vogt
2013-12-04add test for aptget source for unavailable packageMichael Vogt
2013-12-04further refactor, extract GetReleaseForSourceRecord() out of FindSrc(), ↵Michael Vogt
write out the selection notice to c1out to be consistent with the rest of the source
2013-12-04refactor and move generation of the MetaIndex FileName out of the FindSrc()Michael Vogt
2013-12-04add test, deal with InReleaseMichael Vogt
2013-12-03proof-of-concept for fixing debian #731102Michael Vogt
2013-12-02fix section addingMichael Vogt
2013-12-02add unittest for new sourceslist parser as wellMichael Vogt
2013-12-02first version with testMichael Vogt
2013-12-01prepare-release: declare the packages needed as source build deps.Steve Langasek
2013-12-01drop old /var/state to /var/lib transition artefactsDavid Kalnischkies
Regardless of when this transition was, it is so long ago that everyone who would still need this has a million other problems to deal with now so lets just drop this code.
2013-12-01generate apt-key script with vendor info about keysDavid Kalnischkies
The apt-key script uses quiet a few keyring files for operation which are specific to the distribution it is build on and is hence one of the most patched parts – even if it is not that often used anymore now that a fragment directory for trusted.gpg exists.
2013-12-01cherry-pick ubuntus (disabled) net-update fixesDavid Kalnischkies
With the net-update command a special keyring can be downloaded and imported into apt, which must be signed by a master key. Its is currently disabled because of security problems with it – and the only known user before that was Ubuntu.
2013-11-30use a substvar to set the archive-keyring in debian/controlDavid Kalnischkies
Adds a small helper to extract the small information bits we store in apt-vendor.ent and uses it in debian/rules to set apt:keyring as a substvar for debian/control populated with the &keyring-package; info
2013-11-30add a vendor specific file to have configurable entitiesDavid Kalnischkies
manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later.
2013-11-30introduce a vendor system to change sources.listDavid Kalnischkies
Many derivatives make quiet a few simple changes to apt introducing silly diffs just to change examples and co making it harder for them to update apt and harder for us to merge real changes back. First stop: doc/examples/sources.list
2013-11-30enable NOISE for build logs to enable analyseDavid Kalnischkies
It was enabled for a (long) while in Ubuntu, but it shouldn't hurt to enable it in Debian as well – especially now that Debian has automatic analyses of the buildlogs which don't work that well without the 'noise'
2013-11-30merge ubuntus apport reporting changes to reduce diffDavid Kalnischkies
apport reporting is still disabled by default, but it is available in Debian/experimental at the moment and a diff is not a good idea anyway.
2013-11-30tests: add a webserverconfig method to abstract configDavid Kalnischkies
The URI to use to set a config option is a bit arcane to write/remember and checking if the setting was successful doubly so. Git-Dch: Ignore