diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-11-30 14:01:28 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-11-30 22:15:31 +0100 |
commit | eef71f11a5836eb82df133cb4e24cb4806642188 (patch) | |
tree | e58a2b15c0ae4df9f0f23fdf7f8a2ebb15ffc7b3 /doc/examples | |
parent | a40310a5e60d880ce1bd82f0513c5d6658bb48ef (diff) |
introduce a vendor system to change sources.list
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
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/sources.list.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/examples/sources.list.in b/doc/examples/sources.list.in deleted file mode 100644 index 745e32cbe..000000000 --- a/doc/examples/sources.list.in +++ /dev/null @@ -1,8 +0,0 @@ -# See sources.list(5) manpage for more information -# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. -deb http://ftp.us.debian.org/debian &stable-codename; main contrib non-free -deb http://security.debian.org &stable-codename;/updates main contrib non-free - -# Uncomment if you want the apt-get source function to work -#deb-src http://ftp.us.debian.org/debian &stable-codename; main contrib non-free -#deb-src http://security.debian.org &stable-codename;/updates main contrib non-free |