summaryrefslogtreecommitdiff
path: root/vendor/ubuntu/makefile
Commit message (Collapse)AuthorAgeFilesLines
* autogenerate makefile for vendor systemDavid Kalnischkies2014-03-131-16/+0
| | | | | | 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).
* improve clean for auto-generated sources.listMichael Vogt2014-02-221-1/+3
|
* remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt2014-02-221-0/+3
|
* fix build failure with the new apt-vendors stuffMichael Vogt2013-12-061-1/+1
|
* vendor/makefile: fix build error for parallel buildsMichael Vogt2013-12-061-1/+1
|
* use a substvar to set the archive-keyring in debian/controlDavid Kalnischkies2013-11-301-1/+1
| | | | | | 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
* introduce a vendor system to change sources.listDavid Kalnischkies2013-11-301-0/+11
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