diff --git a/helpers/DATA/apt/trisquel/apt.conf-01-vendor-trisquel b/helpers/DATA/apt/trisquel/apt.conf-01-vendor-trisquel index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..5c9c77f79bd1fe36590e8aa2bdc379cae657bc74 100644 --- a/helpers/DATA/apt/trisquel/apt.conf-01-vendor-trisquel +++ b/helpers/DATA/apt/trisquel/apt.conf-01-vendor-trisquel @@ -0,0 +1,3 @@ +// The phased updates system from Ubuntu does not apply +// correctly to our repositories and should be disabled. +Update-Manager::Always-Include-Phased-Updates "True"; diff --git a/helpers/make-apt b/helpers/make-apt index 2acfbd34afa61c2862db90222eed4ce21cfe8cfd..a5406833048fb0c186082b9c668c8ab6eff04462 100644 --- a/helpers/make-apt +++ b/helpers/make-apt @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2016 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2008-2018 Rubén RodrÃguez <ruben@trisquel.info> # # 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 @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 COMPONENT=main . ./config