diff --git a/helpers/make-synaptic b/helpers/make-synaptic index bb54718..2a81ce3 100644 --- a/helpers/make-synaptic +++ b/helpers/make-synaptic @@ -17,13 +17,15 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=0 +VERSION=1 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu resolute universe' REPOKEY=871920D1991BC93C BUILD_UNTIL=12.0 . ./config +FULLVERSION=$(sed -E 's/^(.*)build([0-9]+)trisquel([0-9]+)$/\1trisquel\3~build\2/' <<< $FULLVERSION) +# Build until T12 if patches are not backported later on T13. apply_patch_changes changelog "Upgrade Ecne's version to manage apt 3.0 upgrade"