File: README.Debian

package info (click to toggle)
django-ajax-selects 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 356 kB
  • sloc: python: 924; javascript: 191; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
README.Debian for django-ajax-selects
=====================================

Removed upstream's bootstrap.js

Contained privacy invading URLs, that violate Debian Policy and caused Lintian
errors.

I raised issues I was having with lintian on debian-devel:
https://lists.debian.org/debian-devel/2015/11/msg00249.html

Discussions continued into December:
https://lists.debian.org/debian-devel/2015/12/msg00011.html

And on debian-python:
https://lists.debian.org/debian-python/2015/12/msg00009.html

However no good solution was suggested.

This means that any application that uses django-ajax-selects must manually
import the required versions of jquery and jquery-ui.

For reference the removed lines were Javascript code that inserted the
following HTML elements into ths page:

<script type="text/javascript"  src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript"  src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link type="text/css" rel="stylesheet" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />'

 -- Brian May <bam@debian.org>  Tue, 15 Dec 2015 18:44:00 +1100