[Python-modules-commits] [django-session-security] 01/02: Uses jquery from libjs-jquery in binaries

Jean-Michel Vourgère nirgal at moszumanska.debian.org
Sat Jan 30 11:32:15 UTC 2016


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

nirgal pushed a commit to branch debian/sid
in repository django-session-security.

commit 76bf8a2233164e79df527056f40285d9c19d828b
Author: Jean-Michel Vourgère <nirgal at debian.org>
Date:   Sat Jan 30 16:56:04 2016 +0530

    Uses jquery from libjs-jquery in binaries
    
    Thanks lintian.
    - New d/*.links files.
    - New Recommends on package libjs-jquery.
---
 debian/changelog                             | 8 ++++++++
 debian/control                               | 2 ++
 debian/python-django-session-security.links  | 1 +
 debian/python3-django-session-security.links | 1 +
 4 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9087f44..d3bbe56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+django-session-security (2.3.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Uses jquery from libjs-jquery. Thanks lintian:
+    - New d/*.links files.
+    - New Recommends on package libjs-jquery.
+
+ -- Jean-Michel Vourgère <nirgal at debian.org>  Sat, 30 Jan 2016 16:17:40 +0530
+
 django-session-security (2.3.1+dfsg-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index b41d668..502ea06 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends},
          ${sphinxdoc:Depends}
+Recommends: libjs-jquery
 Description: Python2 Django module to log a user out after X minutes
  A little javascript and middleware work together to ensure that the
  user was active during the past X minutes in any tab he has open.
@@ -36,6 +37,7 @@ Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
          ${sphinxdoc:Depends}
+Recommends: libjs-jquery
 Description: Python3 Django module to log a user out after X minutes
  A little javascript and middleware work together to ensure that the
  user was active during the past X minutes in any tab he has open.
diff --git a/debian/python-django-session-security.links b/debian/python-django-session-security.links
new file mode 100644
index 0000000..67da37a
--- /dev/null
+++ b/debian/python-django-session-security.links
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js /usr/lib/python2.7/dist-packages/session_security/tests/project/static/jquery.js
diff --git a/debian/python3-django-session-security.links b/debian/python3-django-session-security.links
new file mode 100644
index 0000000..108ba4f
--- /dev/null
+++ b/debian/python3-django-session-security.links
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js /usr/lib/python3/dist-packages/session_security/tests/project/static/jquery.js

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



More information about the Python-modules-commits mailing list