summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2014-04-11be able to run abicheck from any directoryDavid Kalnischkies1-0/+6
Git-Dch: Ignore
2014-03-14add debian/apt.install to gitignoreMichael Vogt1-0/+1
2014-03-13autogenerate makefile for vendor systemDavid Kalnischkies1-2/+2
It can be useful to have a whole makefile available for vendor setup, but by providing a basic one we can deal with the simple cases more easily (and changes to the system are presumably easier).
2014-01-24add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt1-0/+1
There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs".
2013-12-01generate apt-key script with vendor info about keysDavid Kalnischkies1-0/+1
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-11-30add a vendor specific file to have configurable entitiesDavid Kalnischkies1-0/+1
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 Kalnischkies1-0/+3
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-06-09build the en manpages in subdirectory doc/enDavid Kalnischkies1-0/+1
Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too.
2013-06-09streamline .gitignore furtherDavid Kalnischkies1-30/+36
adding some comments, regrouping files and use some patterns to avoid updating the ignore file for new translations or abi changes Git-Dch: Ignore
2013-05-16update .gitignoreMichael Vogt1-0/+12
2013-05-16add .gitignore and gbp.confMichael Vogt1-0/+18