#949537 elpa-elfeed-web: depends on CSS and JavaScript not in Debian

Package:
elpa-elfeed-web
Source:
elfeed
Submitter:
Benjamin Barenblat
Date:
2026-06-25 18:15:02 UTC
Severity:
serious
Tags:
Blocked By:
Bug Title
902083

  1

ITP: node-urijs -- Javascript URL mutation library

wishlist stable testing unstable 7 months ago

949642

  1

RFP: libjs-foundationjs -- advanced responsive front-end framework

wishlist stable testing unstable 7 months ago

#949537#5
Date:
2020-01-21 19:22:51 UTC
From:
To:
elfeed-web uses Foundation [1], AngularJS [2], and URI.js [3], loading
them from various CDN sites in index.html:

    <link rel="stylesheet" href="//cdn.jsdelivr.net/foundation/4.3.1/css/foundation.min.css"/>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/URI.js/1.7.2/URI.min.js"></script>

AngularJS is included in main, but Foundation and URI.js are not. This
is probably a violation of Policy 2.2.1, which states that “None of the
packages in the main archive area requires software outside of that
area to function.”

Ideally, Debian’s elfeed-web should Depend on packages containing
Foundation, AngularJS, and URI.js, and it should be patched to load
those resources from the same origin as index.html. There’s already an
ITP for URI.js, which I’ve marked as a blocker for this bug.

[1] https://foundation.zurb.com/
[2] https://angularjs.org/
[3] https://medialize.github.io/URI.js/

#949537#20
Date:
2020-05-06 15:36:44 UTC
From:
To:
Hi,

Since elfeed 3.3.0-2 elfeed-web is shipped in contrib, not main, so I
downgrade this bug report to normal. In future, when all elfeed-web
dependencies will be available in main, this bug may be closed.

Regards,
Lev

#949537#31
Date:
2026-06-25 18:12:57 UTC
From:
To:
Since elfeed-web 4.0.0, all aforementioned dependencies (AngularJs,
foundation css, URI.js) are dropped upstream, so the package is clean
for main again.