summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* allow vendors to install configuration filesDavid Kalnischkies2014-04-262-0/+12
| | | | | Vendors like ubuntu need to change some options, so giving them a way to do this less painfully avoids reducing differences.
* add a README for vendor informationDavid Kalnischkies2014-04-261-0/+60
|
* add vendor information for BlankOnMahyuddin Ramli2014-04-262-0/+18
| | | | | | | | | | | 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
* autogenerate makefile for vendor systemDavid Kalnischkies2014-03-1313-115/+69
| | | | | | 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).
* vendor/tanglu/makefile: add missing clean/sources.listMichael Vogt2014-02-231-0/+5
|
* add apt-vendor information for tangluJon Severinsson2014-02-225-0/+30
|
* improve clean for auto-generated sources.listMichael Vogt2014-02-224-4/+12
|
* remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt2014-02-224-0/+14
|
* vendor/ubuntu/sources.list.in: whitespace fixMichael Vogt2013-12-291-2/+2
|
* remove debian entry from default steamos sources.listMichael Vogt2013-12-271-2/+0
|
* vendor/steamos/*:Michael Vogt2013-12-214-1/+27
| | | | | * vendor/steamos/*: - add steamos support
* vendor/getinfo:Michael Vogt2013-12-211-1/+1
| | | | | * vendor/getinfo: - fix ubuntu-codename
* add apt-vendor for raspbian. Closes: #732749Michael Vogt2013-12-213-0/+24
|
* fix build failure with the new apt-vendors stuffMichael Vogt2013-12-063-3/+4
|
* vendor/debian/makefile: apply 6f3c4e33 for debian/makefile as wellMichael Vogt2013-12-061-1/+1
|
* vendor/makefile: fix build error for parallel buildsMichael Vogt2013-12-061-1/+1
|
* generate apt-key script with vendor info about keysDavid Kalnischkies2013-12-013-1/+5
| | | | | | | 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.
* use a substvar to set the archive-keyring in debian/controlDavid Kalnischkies2013-11-303-2/+38
| | | | | | 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
* add a vendor specific file to have configurable entitiesDavid Kalnischkies2013-11-302-0/+10
| | | | | | | 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.
* introduce a vendor system to change sources.listDavid Kalnischkies2013-11-305-0/+82
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