diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | etc/apt/sources.list.d/mozilla.list | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5895164..3d9b482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 30 Jan 2014 12:04:50 +0100 + itzks-systems (2014.01.30.1) squeeze-backports; urgency=low * Make sure the gnome-screensaver package gets installed to all GNOMEv2 based diff --git a/etc/apt/sources.list.d/mozilla.list b/etc/apt/sources.list.d/mozilla.list index 1009d6b..750e8d5 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-release
\ No newline at end of file |