[Pkg-javascript-commits] [libjs-chosen] 03/04: Import QA Upload from Ilias Tsitsimpis
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Mon Dec 19 15:29:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to annotated tag debian/0.9.15-1
in repository libjs-chosen.
commit f4bc1b1127464e5bf7b3ea82eb6e3f8d875ee824
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date: Mon Dec 19 16:26:22 2016 +0100
Import QA Upload from Ilias Tsitsimpis
---
debian/changelog | 16 ++++++++++++++++
debian/control | 14 ++++++--------
.../0001-Do-not-pick-JavaScript-from-Google.patch | 16 ++++++++--------
debian/patches/series | 1 +
4 files changed, 31 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 814ad54..4fe31b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+libjs-chosen (0.9.15-1) unstable; urgency=medium
+
+ * QA upload.
+ * New upstream release (Closes: #797166).
+ * Set Debian QA Group as the maintainer (package has been orphaned).
+ * Bump Standards-Version to 3.9.8, no changes needed.
+ * Update patches to apply cleanly on newer version.
+ * Patch Cakefile to work with Uglify-JS v2.
+ * Update build dependencies:
+ - Require a newer version of node-uglify (>= 2)
+ - Add build-dependency on node-temp
+ * Fix spelling error in package description.
+ * Update VCS fields to use secure URIs.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Fri, 16 Dec 2016 12:08:35 +0200
+
libjs-chosen (0.9.11-2) unstable; urgency=medium
* Refer to MIT license as Expat
diff --git a/debian/control b/debian/control
index f2c6390..bb7ad5f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,16 @@
Source: libjs-chosen
Section: web
Priority: optional
-Maintainer: Debian JavaScript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: David Prévot <taffit at debian.org>,
- ownCloud for Debian maintainers <pkg-owncloud-maintainers at lists.alioth.debian.org>
-Build-Depends: coffeescript, debhelper (>= 9), node-uglify
-Standards-Version: 3.9.5
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: coffeescript, debhelper (>= 9), node-uglify (>= 2), node-temp
+Standards-Version: 3.9.8
Homepage: http://harvesthq.github.io/chosen/
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/libjs-chosen.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-chosen.git
+Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-javascript/libjs-chosen.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-chosen.git
Package: libjs-chosen
Architecture: all
Depends: ${misc:Depends}
-Description: select box enhancer for jQuery and Protoype
+Description: select box enhancer for jQuery and Prototype
Chosen is a JavaScript plugin that makes long, unwieldy select boxes
more user-friendly.
diff --git a/debian/patches/0001-Do-not-pick-JavaScript-from-Google.patch b/debian/patches/0001-Do-not-pick-JavaScript-from-Google.patch
index ab76df5..9b62c1f 100644
--- a/debian/patches/0001-Do-not-pick-JavaScript-from-Google.patch
+++ b/debian/patches/0001-Do-not-pick-JavaScript-from-Google.patch
@@ -7,24 +7,24 @@ Subject: Do not pick JavaScript from Google
example.proto.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-diff --git a/example.jquery.html b/example.jquery.html
-index ee3e826..1a59040 100644
+Index: b/example.jquery.html
+===================================================================
--- a/example.jquery.html
+++ b/example.jquery.html
-@@ -1358,7 +1358,7 @@
+@@ -1468,7 +1468,7 @@
</ol>
</div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
+ <script src="jquery/jquery.min.js" type="text/javascript"></script>
<script src="chosen/chosen.jquery.js" type="text/javascript"></script>
- <script type="text/javascript"> $(".chzn-select").chosen(); $(".chzn-select-deselect").chosen({allow_single_deselect:true}); </script>
- </form>
-diff --git a/example.proto.html b/example.proto.html
-index 6ffb471..bedc177 100644
+ <script type="text/javascript">
+ var config = {
+Index: b/example.proto.html
+===================================================================
--- a/example.proto.html
+++ b/example.proto.html
-@@ -1357,7 +1357,7 @@
+@@ -1469,7 +1469,7 @@
</ol>
</div>
diff --git a/debian/patches/series b/debian/patches/series
index c9b802c..f364b1c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Do-not-pick-JavaScript-from-Google.patch
+Made-compression-work-with-uglify-js2.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/libjs-chosen.git
More information about the Pkg-javascript-commits
mailing list