[Python-modules-commits] [django-paintstore] 01/01: Actually replace embedded jquery with symlink

Jonas Meurer mejo at moszumanska.debian.org
Sat Sep 16 19:16:46 UTC 2017


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

mejo pushed a commit to branch master
in repository django-paintstore.

commit aebf88f57c50f5885cc4122739593687a6f7a7af
Author: Jonas Meurer <jonas at freesources.org>
Date:   Sat Sep 16 21:16:37 2017 +0200

    Actually replace embedded jquery with symlink
---
 debian/changelog | 11 ++++++++++-
 debian/control   |  2 ++
 debian/rules     |  4 ++--
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ffaacd1..a5aaec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,14 @@
+django-paintstore (0.2-2) unstable; urgency=medium
+
+  * debian/rules: fix typo to actually replace the embedded jquery with a
+    symlink.
+  * debian/control: Add depends on python(3)-django.
+  * Upload to Debian Unstable. (closes:#875803)
+
+ -- Jonas Meurer <mejo at debian.org>  Sat, 16 Sep 2017 21:15:51 +0200
+
 django-paintstore (0.2-1) unstable; urgency=medium
 
-  * Initial release. (closes: #875803)
+  * Initial release.
 
  -- Jonas Meurer <mejo at debian.org>  Thu, 14 Sep 2017 21:41:28 +0200
diff --git a/debian/control b/debian/control
index f259865..76e7793 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ X-Python3-Version: >=3.4
 Package: python-django-paintstore
 Architecture: all
 Depends: libjs-jquery-colorpicker,
+         python-django,
          ${misc:Depends},
          ${python:Depends}
 Description: Integrates jQuery ColorPicker in Django admin (Python 2 version)
@@ -27,6 +28,7 @@ Description: Integrates jQuery ColorPicker in Django admin (Python 2 version)
 Package: python3-django-paintstore
 Architecture: all
 Depends: libjs-jquery-colorpicker,
+         python3-django,
          ${misc:Depends},
          ${python3:Depends}
 Description: Integrates jQuery ColorPicker in Django admin (Python 3 version)
diff --git a/debian/rules b/debian/rules
index 52a58e3..82edbdc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,11 +8,11 @@ export PYBUILD_NAME=django-paintstore
 override_dh_install:
 	dh_install
 	# Don't embed jQuery
-	find debian/python-django-paintstore -name 'jquery-1.7.2.js' -type f -exec \
+	find debian/python-django-paintstore -name 'jquery_1.7.2.js' -type f -exec \
 		ln -sf /usr/share/javascript/jquery/jquery.js {} \;
 	find debian/python-django-paintstore -name 'colorpicker.js' -type f -exec \
 		ln -sf /usr/share/javascript/libjs-jquery-colorpicker/jquery.colorpicker.js {} \;
-	find debian/python3-django-paintstore -name 'jquery-1.7.2.js' -type f -exec \
+	find debian/python3-django-paintstore -name 'jquery_1.7.2.js' -type f -exec \
 		ln -sf /usr/share/javascript/jquery/jquery.js {} \;
 	find debian/python3-django-paintstore -name 'colorpicker.js' -type f -exec \
 		ln -sf /usr/share/javascript/libjs-jquery-colorpicker/jquery.colorpicker.js {} \;

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



More information about the Python-modules-commits mailing list