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

ubuntu-release-upgrader provide upstream names

parent 37721a84
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# gpg -ba release_name.tar.gz # gpg -ba release_name.tar.gz
# Also, don't forget to update the meta-release files at archive and packages.t.i # Also, don't forget to update the meta-release files at archive and packages.t.i
VERSION=9 VERSION=10
. ./config . ./config
...@@ -319,6 +319,10 @@ replace Trisquel-Gettext Ubuntu-Gettext . -R ...@@ -319,6 +319,10 @@ replace Trisquel-Gettext Ubuntu-Gettext . -R
sed '1s/trisquel/ubuntu/' debian/control -i sed '1s/trisquel/ubuntu/' debian/control -i
sed '/drivers/d' debian/control -i sed '/drivers/d' debian/control -i
for i in core gtk qt; do
sed "/Package: trisquel-release-upgrader-$i/ s/$/\nProvides: ubuntu-release-upgrader-$i/" -i debian/control
done
changelog "Compiled for Trisquel" changelog "Compiled for Trisquel"
PARALLEL=false compile PARALLEL=false 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