diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | etc/apt/sources.list.d/debian-lts.list | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 98383ea..2a7c71d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ itzks-systems (2014.08.21.1) UNRELEASED; urgency=medium * debian/control: Assure that we pull-in latest itzks-systems-common version, always if we install any of the system packages. * master.conf.dirvish: Fix typos in line for vault contentserver.intern_srv. + * APT: Provide inactive debian-lts.list for wheezy-lts (hopefully to come). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 22 Aug 2014 10:24:41 +0200 diff --git a/etc/apt/sources.list.d/debian-lts.list b/etc/apt/sources.list.d/debian-lts.list new file mode 100644 index 0000000..63869aa --- /dev/null +++ b/etc/apt/sources.list.d/debian-lts.list @@ -0,0 +1 @@ +#deb http://ftp.de.debian.org/debian wheezy-lts main
\ No newline at end of file |