[Pkg-javascript-commits] [jquery-migrate-1] 02/02: First release

Jean-Michel Vourgère nirgal at moszumanska.debian.org
Wed May 4 16:46:42 UTC 2016


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

nirgal pushed a commit to branch master
in repository jquery-migrate-1.

commit 631b6e28027d86db5c5a0335bc6094250c85e78b
Author: Jean-Michel Nirgal Vourgère <jmv_deb at nirgal.com>
Date:   Wed May 4 18:45:04 2016 +0200

    First release
---
 debian/changelog     |  5 +++++
 debian/clean         |  1 +
 debian/compat        |  1 +
 debian/control       | 22 ++++++++++++++++++++++
 debian/copyright     | 26 ++++++++++++++++++++++++++
 debian/install       |  1 +
 debian/rules         | 15 +++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 74 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e75bf04
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jquery-migrate-1 (1.4.0-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #823416)
+
+ -- Jean-Michel Vourgère <nirgal at debian.org>  Wed, 04 May 2016 18:44:52 +0200
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..98ea903
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+jquery-migrate-1*min.js
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..516d983
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: jquery-migrate-1
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Jean-Michel Vourgère <nirgal at debian.org>
+Build-Depends: debhelper (>= 9), yui-compressor
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/jquery-migrate-1.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/jquery-migrate-1.git
+Homepage: https://code.jquery.com/
+
+Package: libjs-jquery-migrate-1
+Architecture: all
+Depends: ${misc:Depends}, libjs-jquery
+Recommends: javascript-common
+Description: Migrate older jQuery code to jQuery 1.9+
+ This plugin can be used to detect and restore APIs or features that have been
+ deprecated in jQuery and removed as of version 1.9.
+ The plugin can be included with versions of jQuery as old as 1.6.4 to identify
+ potential upgrade issues via its JQMIGRATE console warnings. However, the
+ plugin is only required for version 1.9.0 or higher to restore deprecated and
+ removed functionality.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..09a7fd4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jQuery Migrate
+Source: https://code.jquery.com/
+
+Files: *
+Copyright: 2012-2016 jQuery Foundation and other contributors
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..ea1c821
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+jquery-migrate*.js /usr/share/javascript/jquery-migrate-1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c83ecf5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	yui-compressor --nomunge jquery-migrate-1.4.0.js -o jquery-migrate-1.4.0.min.js
+
+get-orig-source:
+	VERSION=$(shell dpkg-parsechangelog -S Version | cut -d- -f1) ; \
+	rm -f jquery-migrate-1*min.js ; \
+        tar czf ../jquery-migrate-1_$${VERSION}.orig.tar.gz jquery-migrate-*.js
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9fbb68c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://code.jquery.com/jquery-migrate-(1[\d\.]*)\.js debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-migrate-1.git



More information about the Pkg-javascript-commits mailing list