[Python-modules-commits] [django-ajax-selects] 03/04: Update changelog + README.Debian.

Brian May bam at moszumanska.debian.org
Tue Dec 15 05:56:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-ajax-selects.

commit 1dba32e07712c25c61ec2ffdacd6825cd458c4c6
Author: Brian May <bam at debian.org>
Date:   Tue Dec 15 16:49:23 2015 +1100

    Update changelog + README.Debian.
---
 debian/README.Debian | 30 ++++++++++++++++++++++++++++++
 debian/changelog     |  1 +
 2 files changed, 31 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..1e3b94b
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,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 at debian.org>  Tue, 15 Dec 2015 18:44:00 +1100
diff --git a/debian/changelog b/debian/changelog
index b0d2ca9..b80ef3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 django-ajax-selects (1.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream version.
+  * Remove upstream's bootstrap.js and document reason in README.Debian.
 
  -- Brian May <bam at debian.org>  Sat, 14 Nov 2015 19:27:56 +1100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-ajax-selects.git



More information about the Python-modules-commits mailing list