summaryrefslogtreecommitdiff
path: root/vendor/debian
Commit message (Collapse)AuthorAgeFilesLines
* vendor: Adjust Debian -security codenameWolfgang Schweer2021-01-241-2/+2
| | | | Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
* Bump codenames to bullseye/hirsute and adjust -security codenameJulian Andres Klode2021-01-071-1/+1
| | | | Closes: #969932
* Switch documentation from httpredir.d.o to deb.d.oJulian Andres Klode2016-08-292-3/+3
| | | | | The CDN service deb.d.o is more reliable than the http redirector, so switch to it for our examples.
* deprecate 'apt-key update' and no-op it in DebianDavid Kalnischkies2016-07-021-2/+2
| | | | | | Debian isn't using 'update' anymore for years and the command is in direct conflict with our goal of not requiring gnupg anymore, so it is high time to officially declare this command as deprecated.
* evaluate sourceslist-list-format entity in vendors sources.listDavid Kalnischkies2016-01-142-5/+5
| | | | | | | | Parsing XML entity files in shell isn't exactly nice and causing the substitution with a while-read loop isn't either, but it seems to be good enough for the moment without changing too much. Thanks: Niels Thykier for reporting on IRC
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-102-2/+13
| | | | | | | | | | | | | | | | | | Having two different formats in the same file is very dirty and causes external tools to fail hard trying to parse them. It is probably not a good idea for them to parse them in the first place, but they do and we shouldn't break them if there is a better way. So we solve this issue for now by giving our deb822 format a new filename extension ".sources" which unsupporting applications are likely to ignore an can begin gradually moving forward rather than waiting for the unknown applications to catch up. Currently and for the forseeable future apt is going to support both with the same feature set as documented in the manpage, with the longtime plan of adopting the 'new' format as default, but that is a long way to go and might get going more from having an easier time setting options than from us pushing it explicitely.
* autogenerate makefile for vendor systemDavid Kalnischkies2014-03-132-21/+4
| | | | | | 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/+4
|
* fix build failure with the new apt-vendors stuffMichael Vogt2013-12-061-1/+1
|
* vendor/debian/makefile: apply 6f3c4e33 for debian/makefile as wellMichael Vogt2013-12-061-1/+1
|
* generate apt-key script with vendor info about keysDavid Kalnischkies2013-12-011-0/+2
| | | | | | | 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-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
* add a vendor specific file to have configurable entitiesDavid Kalnischkies2013-11-301-0/+5
| | | | | | | 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-302-0/+19
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