diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | etc/apt/sources.list.d/mozilla.list | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 3d9b482..20472e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@  itzks-systems (2014.01.30.2) UNRELEASED; urgency=low    * APT config: -    - The site mozilla.debian.net does not offer Mozilla packages -      for squeeze anymore. Comment out that APT source for now. +    - The site mozilla.debian.net now only offers Mozilla ESR +      packages for squeeze. Let's use those.   -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 30 Jan 2014 12:04:50 +0100 diff --git a/etc/apt/sources.list.d/mozilla.list b/etc/apt/sources.list.d/mozilla.list index 750e8d5..6964d70 100644 --- a/etc/apt/sources.list.d/mozilla.list +++ b/etc/apt/sources.list.d/mozilla.list @@ -1 +1 @@ -#deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
\ No newline at end of file +deb http://mozilla.debian.net/ squeeze-backports iceweasel-esr
\ No newline at end of file | 
