From cb4e8b1ae95065ac41a7546d98e6105cdb146140 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 28 Feb 2016 14:48:20 -0600 Subject: [PATCH] dpkg helper updated for flidas --- helpers/make-dpkg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/helpers/make-dpkg b/helpers/make-dpkg index cebae495..3cc845eb 100644 --- a/helpers/make-dpkg +++ b/helpers/make-dpkg @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2015 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2012-2016 Ruben Rodriguez <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,14 +17,11 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 -#FAKEROOT=true +VERSION=1 COMPONENT=main . ./config -#sed '/x86_64-linux-gnu/,/endif/ d' debian/rules -i - cat << EOF > scripts/t/origins/trisquel Vendor: Trisquel Vendor-URL: http://trisquel.info/ @@ -58,8 +55,6 @@ EOF cp $DATA/Trisquel.pm scripts/Dpkg/Vendor/Trisquel.pm -sed 's/>$log_file/|tee $log_file/' -i ./build-aux/test-driver - changelog "Compiled for Trisquel" compile -- GitLab