ubuquity: Removed ubuntu-artwork from build-deps

This commit is contained in:
Ruben Rodriguez 2015-01-09 16:43:42 +01:00
parent 8dbb778160
commit 6e15dde5cb

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2011 Rubén Rodríguez <ruben@trisquel.info> # Copyright (C) 2011-2015 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,7 +17,7 @@
# 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=7 VERSION=8
. ./config . ./config
@ -32,6 +32,8 @@ replace grub-efi-amd64-signed grub-efi-amd64 .
/bin/sed '/canonical/d' -i debian/ubiquity.install* /bin/sed '/canonical/d' -i debian/ubiquity.install*
rm tests/test_ubi_partman* rm tests/test_ubi_partman*
sed 's/, ubuntu-artwork//' debian/control -i
export DEB_BUILD_OPTIONS=nocheck export DEB_BUILD_OPTIONS=nocheck
# Fix update issues on clean installations: http://trisquel.info/es/forum/update-issues-clean-install # Fix update issues on clean installations: http://trisquel.info/es/forum/update-issues-clean-install