[Pkg-javascript-devel] Bug#990458: Attaching the files from buster vs bullseye

Pirate Praveen praveen at onenetbeyond.org
Tue Jun 29 19:24:30 BST 2021


I can confirm libjs-autosize from buster works fine with diaspora.

Buster version has this,

(function (global, factory) {
if (typeof define === "function" && define.amd) {
  define(['module', 'exports'], factory);

But bullseye version is missing definition for module,

(function (global, factory) {
if (typeof define === "function" && define.amd) {
  define(["exports"], factory);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: autosize_4.0.2~dfsg1-3.js
Type: application/javascript
Size: 7599 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20210629/eac62af9/attachment.js>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autosize_4.0.2~dfsg1-5.js
Type: application/javascript
Size: 8378 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20210629/eac62af9/attachment-0001.js>


More information about the Pkg-javascript-devel mailing list