[med-svn] [Git][med-team/civetweb][master] 2 commits: Build-Depend on libjs-jquery and use minified file provided in this binary
Nilesh Patra
gitlab at salsa.debian.org
Thu Jan 21 14:33:32 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / civetweb
Commits:
74b0f573 by Nilesh Patra at 2021-01-21T20:00:13+05:30
Build-Depend on libjs-jquery and use minified file provided in this binary
- - - - -
67f542d1 by Nilesh Patra at 2021-01-21T20:01:24+05:30
Update changelog
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+civetweb (1.13+dfsg-5) unstable; urgency=medium
+
+ * Team Upload.
+ * Build-Depend on libjs-jquery and use
+ minified file provided in this binary
+ (Closes: #980674)
+
+ -- Nilesh Patra <npatra974 at gmail.com> Thu, 21 Jan 2021 20:00:38 +0530
+
civetweb (1.13+dfsg-4) unstable; urgency=medium
[ Timo Röhling ]
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Section: web
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
- node-jquery
+ libjs-jquery
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/civetweb
Vcs-Git: https://salsa.debian.org/med-team/civetweb.git
=====================================
debian/rules
=====================================
@@ -22,6 +22,6 @@ override_dh_auto_configure:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- cp -a /usr/share/nodejs/jquery/dist/jquery.min.js test/ajax/jquery.js
+ cp -a /usr/share/javascript/jquery/jquery.min.js test/ajax/jquery.js
dh_auto_test
endif
View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/compare/d1198b72855989c1b611d42e8b4747cda0ed794b...67f542d1911c7725c9afae4c4b1f1a0d8ec30b19
--
View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/compare/d1198b72855989c1b611d42e8b4747cda0ed794b...67f542d1911c7725c9afae4c4b1f1a0d8ec30b19
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210121/81049cde/attachment-0001.html>
More information about the debian-med-commit
mailing list