Skip to content
Snippets Groups Projects
Commit cb4e8b1a authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

dpkg helper updated for flidas

parent c6e917a1
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/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 # 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 # it under the terms of the GNU General Public License as published by
...@@ -17,14 +17,11 @@ ...@@ -17,14 +17,11 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2 VERSION=1
#FAKEROOT=true
COMPONENT=main COMPONENT=main
. ./config . ./config
#sed '/x86_64-linux-gnu/,/endif/ d' debian/rules -i
cat << EOF > scripts/t/origins/trisquel cat << EOF > scripts/t/origins/trisquel
Vendor: Trisquel Vendor: Trisquel
Vendor-URL: http://trisquel.info/ Vendor-URL: http://trisquel.info/
...@@ -58,8 +55,6 @@ EOF ...@@ -58,8 +55,6 @@ EOF
cp $DATA/Trisquel.pm scripts/Dpkg/Vendor/Trisquel.pm 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" changelog "Compiled for Trisquel"
compile compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment