diff --git a/helpers/make-apt-move b/helpers/make-apt-move new file mode 100644 index 0000000000000000000000000000000000000000..8cf4a90db7e170eba94d569e53ededa02b043d93 --- /dev/null +++ b/helpers/make-apt-move @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2015 Santiago RodrÃguez <santi@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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 + +. ./config + +sed -i 's%@_=split;%@_=split(/\\s+/,$_);%g' debian/patches/fix_perl_implicit_split_deprecation.patch + +changelog "Imported into Trisquel" + +compile