← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1576471] Proposed package upload rejected

 

An upload of raphael to xenial-proposed has been rejected from the
upload queue for the following reason: "No known user impact on Xenial;
see
https://bugs.launchpad.net/ubuntu/+source/nzbget/+bug/1576471/comments/14";.

** Changed in: raphael (Ubuntu Xenial)
       Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1576471

Title:
  broken link to raphael.min.js and missing settings in conf file

Status in nzbget package in Ubuntu:
  Fix Released
Status in raphael package in Ubuntu:
  Fix Released
Status in nzbget source package in Trusty:
  Won't Fix
Status in raphael source package in Trusty:
  Won't Fix
Status in nzbget source package in Xenial:
  Won't Fix
Status in raphael source package in Xenial:
  Won't Fix
Status in nzbget source package in Zesty:
  Won't Fix
Status in raphael source package in Zesty:
  Won't Fix

Bug description:
  [Impact] 
  After a fresh install on 16.04 the symbolic link /usr/share/nzbget/webui/lib/raphael.min.js points a broken link. it *should* point to ../../../javascript/raphael/raphael-min.js

  [Test Case]
  $ sudo apt update
  $ sudo apt install nzbget

  * Check broken symlink:
  $ ls -la --color /usr/share/nzbget/webui/lib/raphael.min.js
  lrwxrwxrwx 1 root root 42 Feb 17  2016 /usr/share/nzbget/webui/lib/raphael.min.js -> ../../../javascript/raphael/raphael.min.js

  $ ls -laH /usr/share/nzbget/webui/lib/raphael.min.js
  ls: cannot access '/usr/share/nzbget/webui/lib/raphael.min.js': No such file or directory

  * Update and check again:
  $ ls -laH /usr/share/nzbget/webui/lib/raphael.min.js
  -rw-r--r-- 1 root root 94617 Jul  3 21:08 /usr/share/nzbget/webui/lib/raphael.min.js

  
  [Regression Potential] 
  This changes a filename so that the nzbget symlink points to an actual file. For backwards compatibility, we also make the incorrect raphael-min.js file available as another symlink, for users who might have changed nzbget to point at that. In other words, this updated raphaeljs package provildes both raphael-min.js and raphael.min.js.

  If someone already created a raphael.min.js file, then installing the
  updated libjs-raphael would conflict with that and dpkg would
  complain/fail.

  
  [Other Info]
  Not at this time.

  
  [Original Description]
  After a fresh install on 16.04 the symbolic link /usr/share/nzbget/webui/lib/raphael.min.js points a broken link. it *should* point to ../../../javascript/raphael/raphael-min.js

  also, the default conf file /usr/share/nzbget/webui/nzbget.conf does
  not have certain required settings set like WebDir and ConfigTemplate

  also, this can be used as the systemd file
  /etc/systemd/system/nzbget.service

  [Unit]
  Description=NZBGet Daemon
  Documentation=http://nzbget.net/Documentation
  After=network.target

  [Service]
  User=media
  Group=media
  Type=forking
  ExecStart=/usr/bin/nzbget -c /home/media/.nzbget.conf -D
  ExecStop=/usr/bin/nzbget -Q
  ExecReload=/usr/bin/nzbget -O
  KillMode=process
  Restart=on-failure

  [Install]
  WantedBy=multi-user.target

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nzbget/+bug/1576471/+subscriptions