Your message dated Sun, 30 Dec 2018 15:04:23 +0000
with message-id <e1gdcdb-0005ov...@fasolo.debian.org>
and subject line Bug#892227: fixed in backbone 1.3.3~dfsg-4
has caused the Debian Bug report #892227,
regarding node-backbone: dependencies fail to resolve when jQuery not installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
892227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: node-backbone
Version: 1.3.3~dfsg-3
Severity: normal

The dependencies for ‘node-backbone’ do not allow a Backbone
application to be built with Webpack.

=====
$ dpkg --list webpack
[…]
ii  webpack        3.5.6-1      all          Packs CommonJs/AMD modules for the 
browser

$ webpack --version
3.5.6

$ cat ./webpack.config.js
"use strict";
const path = require('path');
module.exports = {
    entry: './source/foo.js',
    output: {
        path: path.resolve(__dirname, 'dist'),
        filename: 'app.js',
    },
    resolve: {
        modules: ['/usr/lib/nodejs', '.'],
    },
    resolveLoader: {
        modules: ['/usr/lib/nodejs'],
    },
};

$ cat ./source/foo.js
"use strict";
import 'backbone';

$ webpack --config webpack.config.js
Hash: a9597112585b9ca5fb40
Version: webpack 3.5.6
Time: 209ms
 Asset    Size  Chunks             Chunk Names
app.js  129 kB       0  [emitted]  main
   [0] ./source/foo.js 34 bytes {0} [built]
   [1] /usr/share/javascript/backbone/backbone.js 72.2 kB {0} [built]
   [2] (webpack)/buildin/global.js 488 bytes {0} [built]
   [3] /usr/share/javascript/underscore/underscore.js 52.9 kB {0} [built]

ERROR in /usr/share/javascript/backbone/backbone.js
Module not found: Error: Can't resolve 'jquery' in 
'/usr/share/javascript/backbone'
 @ /usr/share/javascript/backbone/backbone.js 17:4-21:6
 @ ./source/foo.js
=====

So the Debian package dependencies are all satisfied, but these are
not sufficient for Webpack to resolve the Backbone dependencies.


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_AU.UTF-8), LANGUAGE=en_AU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_AU.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages node-backbone depends on:
ii  libjs-backbone   1.3.3~dfsg-3
ii  node-underscore  1.8.3~dfsg-1
ii  nodejs           8.9.3~dfsg-12

node-backbone recommends no packages.

Versions of packages node-backbone suggests:
ii  libjs-jquery-lazyload  1.7.2-1

-- no debconf information

-- 
 \          “When we talk to God, we're praying. When God talks to us, |
  `\         we're schizophrenic.” —Jane Wagner, via Lily Tomlin, 1985 |
_o__)                                                                  |
Ben Finney <bign...@debian.org>

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: backbone
Source-Version: 1.3.3~dfsg-4

We believe that the bug you reported is fixed in the latest version of
backbone, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated backbone package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 30 Dec 2018 15:12:24 +0100
Source: backbone
Binary: libjs-backbone node-backbone
Architecture: source
Version: 1.3.3~dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Description:
 libjs-backbone - some Backbone for JavaScript applications - browser library
 node-backbone - some Backbone for JavaScript applications - Node module
Closes: 892227
Changes:
 backbone (1.3.3~dfsg-4) unstable; urgency=medium
 .
   * Simplify rules:
     + Stop resolve build-dependencies in rules file.
     + Stop declare binary relationships in rules file.
     + Use debhelper hint files.
     + Use short-form dh sequencer.
       Stop build-depend on cdbs.
   * Wrap and sort control file.
   * Stop build-depend on dh-buildinfo.
   * Update Vcs-* fields: Maintenance moved to Salsa.
   * Set Rules-Requires-Root: no.
   * Declare compliance with Debian Policy 4.3.0.
   * Mark build-dependencies needed only for testsuite as such.
   * Fix have node-backbone recommend node-jquery.
     Closes: Bug#892227. Thanks to Ben Finney.
   * Have node-backbone depend on node-lodash
     as alternative to recent node-underscore.
   * Update copyright info: Extend coverage of packaging.
   * Add patch 2002 to avoid privacy breach in documentation.
Checksums-Sha1:
 159407302027103fc16262494a61aa6d68fb988e 2147 backbone_1.3.3~dfsg-4.dsc
 6ac79eea4136b015d0cca0a17b96f2ae6c6b9c90 9408 
backbone_1.3.3~dfsg-4.debian.tar.xz
 bc12d76264449087d2e3b794a6334574b94449dd 7490 
backbone_1.3.3~dfsg-4_amd64.buildinfo
Checksums-Sha256:
 5b68af5d319f6054f2bd9e7e989321670718b28b4e64bb06735832a10036d556 2147 
backbone_1.3.3~dfsg-4.dsc
 8de25aad9a9849509c5bbad7f72d10c351556139c883fc262b689afe1db49975 9408 
backbone_1.3.3~dfsg-4.debian.tar.xz
 d48716d7a530472d7d33eb54e808c7804d8f6681218c4e17cc292c5aa0aca539 7490 
backbone_1.3.3~dfsg-4_amd64.buildinfo
Files:
 2af6b44073e4c49637347ebb1856775e 2147 javascript optional 
backbone_1.3.3~dfsg-4.dsc
 f9de2dc5313115b26d8f615ba669c22d 9408 javascript optional 
backbone_1.3.3~dfsg-4.debian.tar.xz
 21c8e7b39581c0f9d2ab190828ae1b06 7490 javascript optional 
backbone_1.3.3~dfsg-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlwo06MACgkQLHwxRsGg
ASGykQ//TuHaa9H37q6hR3wmR1PVgAFDl2uYsXA7Y/1SKgbjhydI1JxJUekT8Tdf
9iMDJGzLP5mChN6n/NMClJkgCr+YVebKaOaHme/ychqT3fGycXa6V2zCfZ7uCRQu
tDLJXAEE9vwVX/5CP8VD2DRZ50ZRx1jKj2J9039q1tLKGyfOC9fCam/D4H9SM2mU
CO4zWyJ0/RLRnbwn3JH3cc9qMfrs7+6A0e8d23+X7ErNQKtd9PD3NyD3QPpBZx6z
unQR2I0pjxey/8o6yXute4KbwuGzHw3k+UYE+tV1p+fD0Sc327i2q8PWFmAQ0mOH
/WwoDEHq6SKsgEFg1SXzH6BtfI9sg9BGXtCZn26FMhOeredWsAmFjIpBa2H43Vxj
alt0622QIV+TRcVd0zQ0zF6caBUwDgr1vCJvoSoGrM+WvfTp//GynlwoiFfIXWEH
EOWHghLv7iH1iM8prfzw1UnqjULm6sngn6n5DUtyHokxmPUWDHJMG6FPEqFgSLhd
ygYWmoFbu/3zh52ZT1NYWOjm3MyZqDswE8FAwuJHAvhQkDwvlh1NNg4OqQVWez3j
+gFSI2kMZ5znFAoVxGSmFtVKUqlpRhSbKViNVmzXTEdmG4huL/tG2CoX2ULwKHLu
A73uV5ZDriQt7uFl/3jDaiDbaUpu0Z3/lHDTO10higEKjXNz7J8=
=9gi2
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to