diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | etc/apt/sources.list.d/backports.list | 2 | ||||
-rw-r--r-- | etc/apt/sources.list.d/debian-lts.list | 2 | ||||
-rw-r--r-- | etc/apt/sources.list.d/itzks.list | 4 | ||||
-rw-r--r-- | etc/apt/sources.list.d/mozilla.list | 2 | ||||
-rw-r--r-- | etc/apt/sources.list.d/multimedia.list | 2 | ||||
-rw-r--r-- | etc/apt/sources.list.d/x2go.list | 2 |
7 files changed, 9 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index ebb81ca..84abc97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ itzks-systems (2014.09.23.2) UNRELEASED; urgency=medium * itzks-transfer-cleaner: Only remove empty directories that have reached the age given in $TRANSFER_DEL_PERFORM. * Allow setting of ITZkS customer name via itzks.do_preseed $1. + * Bump package for usage on Debian jessie: + - Adapt APT sources. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 23 Sep 2014 13:11:42 +0200 diff --git a/etc/apt/sources.list.d/backports.list b/etc/apt/sources.list.d/backports.list index 5989b31..24218b4 100644 --- a/etc/apt/sources.list.d/backports.list +++ b/etc/apt/sources.list.d/backports.list @@ -1 +1 @@ -deb http://ftp.de.debian.org/debian wheezy-backports main contrib non-free +#deb http://ftp.de.debian.org/debian jessie-backports main contrib non-free diff --git a/etc/apt/sources.list.d/debian-lts.list b/etc/apt/sources.list.d/debian-lts.list index 63869aa..113c738 100644 --- a/etc/apt/sources.list.d/debian-lts.list +++ b/etc/apt/sources.list.d/debian-lts.list @@ -1 +1 @@ -#deb http://ftp.de.debian.org/debian wheezy-lts main
\ No newline at end of file +#deb http://ftp.de.debian.org/debian jessie-lts main
\ No newline at end of file diff --git a/etc/apt/sources.list.d/itzks.list b/etc/apt/sources.list.d/itzks.list index 3471803..9971c49 100644 --- a/etc/apt/sources.list.d/itzks.list +++ b/etc/apt/sources.list.d/itzks.list @@ -1,2 +1,2 @@ -deb http://packages.it-zukunft-schule.de/debian wheezy main contrib non-free -deb http://packages.it-zukunft-schule.de/debian wheezy-backports main contrib non-free +deb http://packages.it-zukunft-schule.de/debian jessie main contrib non-free +deb http://packages.it-zukunft-schule.de/debian jessie-backports main contrib non-free diff --git a/etc/apt/sources.list.d/mozilla.list b/etc/apt/sources.list.d/mozilla.list index d9cc52c..a6f32b3 100644 --- a/etc/apt/sources.list.d/mozilla.list +++ b/etc/apt/sources.list.d/mozilla.list @@ -1 +1 @@ -deb http://mozilla.debian.net/ wheezy-backports iceweasel-esr
\ No newline at end of file +#deb http://mozilla.debian.net/ jessie-backports iceweasel-esr
\ No newline at end of file diff --git a/etc/apt/sources.list.d/multimedia.list b/etc/apt/sources.list.d/multimedia.list index 7a1d7d8..ffc3325 100644 --- a/etc/apt/sources.list.d/multimedia.list +++ b/etc/apt/sources.list.d/multimedia.list @@ -1 +1 @@ -deb http://www.deb-multimedia.org/ wheezy main non-free
\ No newline at end of file +#deb http://www.deb-multimedia.org/ jessie main non-free
\ No newline at end of file diff --git a/etc/apt/sources.list.d/x2go.list b/etc/apt/sources.list.d/x2go.list index b634d27..51c0819 100644 --- a/etc/apt/sources.list.d/x2go.list +++ b/etc/apt/sources.list.d/x2go.list @@ -1 +1 @@ -deb http://packages.x2go.org/debian wheezy main +deb http://packages.x2go.org/debian jessie main |