[med-svn] [emperor] 08/15: use dh_linktrees to link to Debian packaged version of jquery.min.js; get rid of copy of older version jquery.min.js which was included into the source without any reference inside the code
Afif Elghraoui
afif at moszumanska.debian.org
Thu Oct 13 06:22:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository emperor.
commit 77c14459ac7fc54d7c22d0c2fd60b992912e4f43
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 26 13:12:14 2014 +0000
use dh_linktrees to link to Debian packaged version of jquery.min.js; get rid of copy of older version jquery.min.js which was included into the source without any reference inside the code
---
debian/control | 3 ++-
debian/copyright | 1 +
debian/linktrees | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 2a37a56..0a2c331 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9),
python,
dh-linktree,
libjs-twitter-bootstrap,
- libjs-jquery-ui
+ libjs-jquery-ui,
+ libjs-jquery
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-emperor/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-emperor/trunk/
diff --git a/debian/copyright b/debian/copyright
index f154398..6fd2961 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,6 +5,7 @@ Source: https://pypi.python.org/pypi/emperor
Files-Excluded:
doc/files
doc/bootstrap
+ emperor/support_files/js/jquery-1.6.2.min.js
Files: *
Copyright: © 2013, The Emperor Project
diff --git a/debian/linktrees b/debian/linktrees
index 20a242d..4e04b1b 100644
--- a/debian/linktrees
+++ b/debian/linktrees
@@ -1,2 +1,3 @@
embed usr/share/twitter-bootstrap/files/ usr/share/doc/emperor/html/bootstrap/
replace usr/share/javascript/jquery-ui/ui/jquery-ui.custom.min.js usr/share/emperor/support_files/js/jquery-ui-1.8.17.custom.min.js
+replace usr/share/javascript/jquery/jquery.min.js usr/share/emperor/support_files/js/jquery-1.7.1.min.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/emperor.git
More information about the debian-med-commit
mailing list