From 8f48c3d9de26edb86a025bb2d7898a9c6cfcc58f Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sat, 13 Apr 2019 23:31:29 -0400 Subject: [PATCH] bumped version --- helpers/make-dh-autoreconf | 5 +---- helpers/make-strip-nondeterminism | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/helpers/make-dh-autoreconf b/helpers/make-dh-autoreconf index 78f7fe5b..abaf7403 100644 --- a/helpers/make-dh-autoreconf +++ b/helpers/make-dh-autoreconf @@ -17,16 +17,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu bionic main' REPOKEY=7638D0442B90D010 BACKPORTS=true . ./config -sed '/debhelper/s/(>= 11)//' -i debian/control -echo 10 > debian/compat - changelog "Backported from bionic" compile diff --git a/helpers/make-strip-nondeterminism b/helpers/make-strip-nondeterminism index efcf636f..61e22be1 100644 --- a/helpers/make-strip-nondeterminism +++ b/helpers/make-strip-nondeterminism @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu bionic main' REPOKEY=7638D0442B90D010 BACKPORTS=true @@ -25,9 +25,6 @@ DEPENDS=libarchive-cpio-perl . ./config -sed '/debhelper/s/10/9/' -i debian/control -echo 9 > debian/compat - changelog "Backported from bionic" compile -- GitLab