diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-27 12:45:29 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-27 12:45:29 +0200 |
commit | a04bcc892d26131a35a900f45ec3eea7980519a4 (patch) | |
tree | bea4b8a774b26520466c03eb0730b284dacf9706 | |
parent | 96ea0af20251993bd27c818be435f4b11d6cee03 (diff) | |
download | itzks-systems-a04bcc892d26131a35a900f45ec3eea7980519a4.tar.gz itzks-systems-a04bcc892d26131a35a900f45ec3eea7980519a4.tar.bz2 itzks-systems-a04bcc892d26131a35a900f45ec3eea7980519a4.zip |
debian/control: Prepare for diskless chroots being amd64 systems. Use linux-image or linux-image-amd64 alternatively.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index bea3654..38b0256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +itzks-systems (2016.07.27.2) UNRELEASED; urgency=medium + + * debian/control: + + Prepare for diskless chroots being amd64 systems. Use linux-image + or linux-image-amd64 alternatively. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 27 Jul 2016 12:44:32 +0200 + itzks-systems (2016.07.27.1) unstable; urgency=medium * debian/control: diff --git a/debian/control b/debian/control index 7613e49..1970e27 100644 --- a/debian/control +++ b/debian/control @@ -411,7 +411,7 @@ Depends: libreoffice-style-tango, libreoffice-writer, links, - linux-image-486, + linux-image-486 | linux-image-amd64, linuxlogo, logisim, mate-desktop-environment, @@ -620,7 +620,7 @@ Depends: impressive-display, itzks-keyring, nodm, - linux-image, + linux-image | linux-image-amd64, linuxlogo, desktop-base, mc, |