summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2014-07-08build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover
2014-04-26allow vendors to install configuration filesDavid Kalnischkies
Vendors like ubuntu need to change some options, so giving them a way to do this less painfully avoids reducing differences.
2014-04-26add a README for vendor informationDavid Kalnischkies
2014-04-26add vendor information for BlankOnMahyuddin Ramli
Modified by commiter to not publicily export the codename (as the manpages do not use it that way) and removing the included additional derives logic as it was not working (the link always exists at that point) and isn't needed as we do the special casing for debian mainly because it would shallow all distributions otherwise. (similar, but not that strong for ubuntu) Closes: 743595
2014-03-13autogenerate makefile for vendor systemDavid Kalnischkies
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-02-23vendor/tanglu/makefile: add missing clean/sources.listMichael Vogt
2014-02-22add apt-vendor information for tangluJon Severinsson
2014-02-22improve clean for auto-generated sources.listMichael Vogt
2014-02-22remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt
2013-12-29vendor/ubuntu/sources.list.in: whitespace fixMichael Vogt
2013-12-27remove debian entry from default steamos sources.listMichael Vogt
2013-12-21vendor/steamos/*:Michael Vogt
* vendor/steamos/*: - add steamos support
2013-12-21vendor/getinfo:Michael Vogt
* vendor/getinfo: - fix ubuntu-codename
2013-12-21add apt-vendor for raspbian. Closes: #732749Michael Vogt
2013-12-06fix build failure with the new apt-vendors stuffMichael 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-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-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