**Describe the bug**
I'm looking into packaging liquidsoap for Fedora and the package linter is 
complaining about wrong wrong FSF addresses in the source code. Fedora 
considers it a bug if the wrong address is give in any packaged files. They 
also expect packagers to report this to upstream. See 
[here](https://fedoraproject.org/wiki/Common_Rpmlint_issues#incorrect-fsf-address)
 for details from the Fedora project.

**To Reproduce**
Look at source see "59 Temple Place, Suite 330, Boston, MA" as FSF address

**Expected behavior**
The FSF has moved to "51 Franklin Street, Fifth Floor, Boston, MA" ad this 
should be reflected when we tell users where they an get a copy of the GPL.

**Version details**
 - OS: Fedora
 - Version `*`

**Install method**
RPM 😄

**Workaround**
I'm fixing this during the packaging process with the following hack.
```bash
grep -rl --include="*.ml" --include="*.mll" --include="*.mly" 'Temple Place' 
src/ | xargs -n1 sed -i -e 's@59 Temple Place, Suite 330, Boston, MA  
02111-1307@51 Franklin Street, Fifth Floor, Boston, MA 02110-1301@g'
```
Would you consider merging a PR that contains the changes made by this script? 
If you do I would probably end up doing similar PRs on all the other ocaml-* 
repos as I'm currently trying to get ready to upstream my work to Fedora.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/679
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to