Merge branch 'etiona' into 'etiona'

Correct audacity backport source

See merge request trisquel/package-helpers!311
This commit is contained in:
Ruben Rodriguez 2020-11-27 16:06:29 +00:00
commit 070342ff5a
2 changed files with 3 additions and 2 deletions

View file

@ -43,6 +43,7 @@ would actually be shown to the user. Avoid replacing copyright statements!
of the upstream package. Well written regexps and sed will help with that. of the upstream package. Well written regexps and sed will help with that.
* You can test your changes by doing them inside the _PACKAGES/sourcePackageName/source/_ directory, * You can test your changes by doing them inside the _PACKAGES/sourcePackageName/source/_ directory,
and running `dpkg-source -b .`, before being added to the helper script and running `dpkg-source -b .`, before being added to the helper script
* You can check the status of failed build at https://jenkins.trisquel.org/job/build-watchdog/lastBuild/consoleText
## Netinstall ## Netinstall

View file

@ -18,8 +18,8 @@
# #
VERSION=1 VERSION=1
EXTERNAL='deb-src http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic main ' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
REPOKEY=4C1CBE14852541CB REPOKEY="3B4FE6ACC0B21F32"
BACKPORTS=true BACKPORTS=true
. ./config . ./config