diff options
| -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, | 
