summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
-rw-r--r--vendor/README6
-rw-r--r--vendor/ubuntu/apt.conf-01-vendor-ubuntu6
2 files changed, 12 insertions, 0 deletions
diff --git a/vendor/README b/vendor/README
index 19cda6236..c2fabbd4c 100644
--- a/vendor/README
+++ b/vendor/README
@@ -58,3 +58,9 @@ You can use some placeholders in this file, namely:
with the value you would expect based on the name.
The placeholder &current-codename; is yours and can be set in apt-vendor.ent
+
+
+== apt.conf-*
+
+Files in your vendor directory following this naming scheme will be picked up
+by the debian/rules file and installed in /etc/apt/apt.conf.d/ directory.
diff --git a/vendor/ubuntu/apt.conf-01-vendor-ubuntu b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
new file mode 100644
index 000000000..c4092ff44
--- /dev/null
+++ b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
@@ -0,0 +1,6 @@
+// Server information for apt-changelog
+APT {
+ Changelogs {
+ Server "http://changelogs.ubuntu.com/changelogs";
+ };
+};