ubuntu-release-upgrader provide upstream names
This commit is contained in:
parent
37721a84bc
commit
c23aa56b85
1 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
# gpg -ba release_name.tar.gz
|
||||
# Also, don't forget to update the meta-release files at archive and packages.t.i
|
||||
|
||||
VERSION=9
|
||||
VERSION=10
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -319,6 +319,10 @@ replace Trisquel-Gettext Ubuntu-Gettext . -R
|
|||
sed '1s/trisquel/ubuntu/' 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"
|
||||
|
||||
PARALLEL=false compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue