Package: ruby-kramdown Version: 1.4.2-2 Severity: minor Dear Maintainer,
ruby-kramdown creates a symlink to jquery.js from the package `libjs-jquery`. However, there is a typo in the links file which results in a broken symlink. The fix is very simple (patch attached). -- System Information: Debian Release: 8.2 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages ruby-kramdown depends on: ii libjs-jquery 1.7.2+dfsg-3.2 ii ruby 1:2.1.5+deb8u1 ii ruby-coderay 1.1.0-2 ii ruby-prawn 1.3.0+dfsg-1 ii ruby-prawn-table 0.2.0-1 ii ruby-stringex 2.5.2-2 ii ruby2.1 [ruby-interpreter] 2.1.5-2+deb8u2 ruby-kramdown recommends no packages. ruby-kramdown suggests no packages. -- no debconf information
diff --git a/debian/ruby-kramdown.links b/debian/ruby-kramdown.links index d8bfd40..eba210c 100644 --- a/debian/ruby-kramdown.links +++ b/debian/ruby-kramdown.links @@ -1 +1 @@ -/usr/share/javascript/jsquery/jquery.js usr/share/doc/ruby-kramdown/rdoc/js/jquery.js +/usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-kramdown/rdoc/js/jquery.js
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
