diff --git a/Makefile.packaging b/Makefile.packaging index 0d159b30162bc3e2ff57ed3d39a5c7a0fb5a00ba..576e2fae002f580bc14118fdf02c35b7e94750bd 100644 --- a/Makefile.packaging +++ b/Makefile.packaging @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Savoir-faire Linux Inc. +# Copyright (C) 2016-2017 Savoir-faire Linux Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -85,6 +85,8 @@ package-all: package-debian_8 \ package-ubuntu_16.10_i386 \ package-ubuntu_17.04 \ package-ubuntu_17.04_i386 \ + package-ubuntu_17.10 \ + package-ubuntu_17.10_i386 \ package-fedora_22 \ package-fedora_22_i386 \ package-fedora_23 \ @@ -93,6 +95,8 @@ package-all: package-debian_8 \ package-fedora_24_i386 \ package-fedora_25 \ package-fedora_25_i386 \ + package-fedora_26 \ + package-fedora_26_i386 \ package-gentoo # Append the output of make-packaging-target to this Makefile diff --git a/scripts/make-packaging-target.py b/scripts/make-packaging-target.py index 272f503bfeaa71d0f13808f1c524724af26d3e43..d179ca14c78905c9223a5ee6e43741a69ee90d78 100755 --- a/scripts/make-packaging-target.py +++ b/scripts/make-packaging-target.py @@ -160,6 +160,16 @@ def run_generate_all(parsed_args): "debian_packaging_override": "", "output_file": "$(DEBIAN_DSC_FILENAME)", }, + { + "distribution": "ubuntu_17.10", + "debian_packaging_override": "", + "output_file": "$(DEBIAN_DSC_FILENAME)", + }, + { + "distribution": "ubuntu_17.10_i386", + "debian_packaging_override": "", + "output_file": "$(DEBIAN_DSC_FILENAME)", + }, # Fedora { "distribution": "fedora_22", @@ -201,6 +211,16 @@ def run_generate_all(parsed_args): "debian_packaging_override": "", "output_file": ".packages-built", }, + { + "distribution": "fedora_26", + "debian_packaging_override": "", + "output_file": ".packages-built", + }, + { + "distribution": "fedora_26_i386", + "debian_packaging_override": "", + "output_file": ".packages-built", + }, # Gentoo { "distribution": "gentoo",