[Pkg-javascript-commits] [node-lodash] 04/08: Import Debian changes 4.17.4+dfsg-1
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Aug 22 17:35:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-lodash.
commit 428ba70aeb6609e8570d9806f6eecfd279648cbd
Merge: 42e9fe8 bc46cae
Author: Pirate Praveen <praveen at debian.org>
Date: Tue Aug 22 22:40:05 2017 +0530
Import Debian changes 4.17.4+dfsg-1
node-lodash (4.17.4+dfsg-1) UNRELEASED; urgency=medium
* New upstream release
.travis.yml | 15 +-
README.md | 8 +-
debian/changelog | 6 +
debian/copyright | 3 +-
debian/watch | 10 +-
dist/lodash.core.js | 165 ++-
dist/lodash.core.min.js | 46 +-
dist/lodash.fp.js | 57 +-
dist/lodash.fp.min.js | 29 +-
dist/lodash.js | 644 ++++++-----
dist/lodash.min.js | 249 ++--
dist/mapping.fp.js | 15 +-
doc/README.md | 974 ++++++++++------
fp/_baseConvert.js | 42 +-
fp/_mapping.js | 15 +-
lib/fp/template/doc/wiki.jst | 4 +-
lib/fp/template/modules/_util.jst | 1 -
lib/main/build-site.js | 13 +-
lodash.js | 644 ++++++-----
modules/README.md | 6 +-
modules/_baseAssignIn.js | 17 +
modules/_baseAt.js | 2 +-
modules/_baseClone.js | 36 +-
modules/_baseGet.js | 3 +-
modules/_baseGetTag.js | 3 +-
modules/_baseInvoke.js | 10 +-
modules/_baseIsEqual.js | 14 +-
modules/_baseIsEqualDeep.js | 36 +-
modules/_baseIsMatch.js | 8 +-
modules/_baseMatchesProperty.js | 8 +-
modules/_basePick.js | 12 +-
modules/_basePickBy.js | 18 +-
modules/_basePullAt.js | 21 +-
modules/_baseSet.js | 3 +-
modules/_baseUnset.js | 15 +-
modules/_castPath.js | 12 +-
modules/_cloneMap.js | 5 +-
modules/_cloneSet.js | 5 +-
modules/_copySymbols.js | 2 +-
modules/_copySymbolsIn.js | 16 +
modules/_createBind.js | 4 +-
modules/_createFlow.js | 16 +-
modules/_createHybrid.js | 22 +-
modules/_createPartial.js | 4 +-
modules/_createRecurry.js | 22 +-
modules/_createRound.js | 2 +-
modules/_createWrap.js | 51 +-
...ignInDefaults.js => _customDefaultsAssignIn.js} | 8 +-
.../{_mergeDefaults.js => _customDefaultsMerge.js} | 9 +-
modules/_customOmitClone.js | 16 +
modules/_equalArrays.js | 21 +-
modules/_equalByTag.js | 19 +-
modules/_equalObjects.js | 21 +-
modules/_getSymbols.js | 20 +-
modules/_getSymbolsIn.js | 3 +-
modules/_hasPath.js | 3 +-
modules/_hasUnicode.js | 8 +-
modules/_hashHas.js | 2 +-
modules/_lazyValue.js | 6 +-
modules/_mergeData.js | 26 +-
modules/_nodeUtil.js | 2 +-
modules/_parent.js | 2 +-
modules/_stringToPath.js | 5 +-
modules/_unicodeSize.js | 8 +-
modules/_unicodeToArray.js | 8 +-
modules/_unicodeWords.js | 8 +-
modules/_updateWrapDetails.js | 36 +-
modules/ary.js | 4 +-
modules/at.js | 2 +-
modules/bind.js | 8 +-
modules/bindKey.js | 10 +-
modules/clone.js | 5 +-
modules/cloneDeep.js | 6 +-
modules/cloneDeepWith.js | 6 +-
modules/cloneWith.js | 5 +-
modules/conforms.js | 5 +-
modules/core.js | 165 ++-
modules/core.min.js | 46 +-
modules/curry.js | 4 +-
modules/curryRight.js | 4 +-
modules/deburr.js | 8 +-
modules/defaults.js | 6 +-
modules/defaultsDeep.js | 4 +-
modules/flip.js | 4 +-
modules/fp/_baseConvert.js | 42 +-
modules/fp/_mapping.js | 15 +-
modules/fp/_util.js | 1 -
modules/invokeMap.js | 7 +-
modules/isEqual.js | 2 +-
modules/isEqualWith.js | 2 +-
modules/isNative.js | 2 +-
modules/iteratee.js | 5 +-
modules/lodash.js | 644 ++++++-----
modules/lodash.min.js | 249 ++--
modules/matches.js | 5 +-
modules/matchesProperty.js | 5 +-
modules/omit.js | 44 +-
modules/package.json | 3 +-
modules/partial.js | 4 +-
modules/partialRight.js | 4 +-
modules/pick.js | 12 +-
modules/pickBy.js | 14 +-
modules/rearg.js | 4 +-
modules/result.js | 5 +-
modules/spread.js | 2 +-
modules/startsWith.js | 5 +-
modules/takeWhile.js | 2 +-
modules/template.js | 8 +-
modules/templateSettings.js | 4 +-
modules/toPath.js | 5 +-
modules/toSafeInteger.js | 4 +-
modules/wrapperAt.js | 2 +-
modules/wrapperLodash.js | 6 +-
package.json | 37 +-
test/saucelabs.js | 6 +-
test/test-fp.js | 58 +-
test/test.js | 609 ++++++----
yarn.lock | 1195 +++++++++++---------
118 files changed, 3900 insertions(+), 2948 deletions(-)
diff --cc debian/changelog
index 5f3fb62,0000000..2c1a937
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,56 -1,0 +1,62 @@@
++node-lodash (4.17.4+dfsg-1) UNRELEASED; urgency=medium
++
++ * New upstream release
++
++ -- Pirate Praveen <praveen at debian.org> Tue, 22 Aug 2017 22:40:05 +0530
++
+node-lodash (4.16.6+dfsg-2) unstable; urgency=medium
+
+ * Include per method js files (Closes: #849275)
+ * Add myself to uploaders
+
+ -- Pirate Praveen <praveen at debian.org> Sun, 25 Dec 2016 12:58:16 +0530
+
+node-lodash (4.16.6+dfsg-1) unstable; urgency=medium
+
+ * Team upload
+
+ [ Paolo Greppi ]
+ * Fix build when /bin/sh is set to bash (see #841698).
+
+ [ Sruthi Chandran ]
+ * New upstream release (Closes: #842589)
+ * Use gitlab mirror in debian/watch (github.com tag page cannot show
+ latest releases)
+
+ -- Sruthi Chandran <srud at disroot.org> Thu, 10 Nov 2016 22:41:04 +0530
+
+node-lodash (4.3.0+dfsg-1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * Clean up debian/copyright
+
+ -- Valentin OVD <valentin.ovd at live.fr> Fri, 12 Feb 2016 15:02:12 +0200
+
+node-lodash (3.9.3+dfsg-1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream release (Closes: #805282).
+ * Ran wrap-and-sort -t -a.
+ * Added public-domain license in debian/copyright.
+ * Standards-Version is now 3.9.6.
+
+ -- Thomas Goirand <zigo at debian.org> Mon, 16 Nov 2015 11:37:25 +0000
+
+node-lodash (2.4.1+dfsg-3) unstable; urgency=low
+
+ * Add the missing licence (Closes: #751583)
+
+ -- Valentin OVD <valentin.ovd at live.fr> Thu, 19 Jun 2014 17:08:03 +0200
+
+node-lodash (2.4.1+dfsg-2) unstable; urgency=low
+
+ * Move javascript-common from recommends to depends for libjs-lodash
+
+ -- Valentin OVD <valentin.ovd at live.fr> Thu, 12 Jun 2014 16:19:58 +0200
+
+node-lodash (2.4.1+dfsg-1) unstable; urgency=low
+
+ * Initial release (Closes: #748610)
+
+ -- Valentin OVD <valentin.ovd at live.fr> Mon, 12 May 2014 16:19:58 +0200
diff --cc debian/copyright
index b36c881,0000000..8e82cb6
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,90 -1,0 +1,89 @@@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lodash
+Source: https://github.com/lodash/lodash
- Files-Excluded:
++ Repackaged to exclude some non-DFSG files (copyrighted ICC profiles embedded or source missing)
+ vendor/firebug-lite/skin/xp/textEditorCorners.png
+ vendor/firebug-lite/skin/xp/textEditorBorders.png
- Comments: Repackaged to exclude some non-DFSG files (copyrighted ICC profiles embedded or source missing)
+
+Files: *
+Copyright: JS Foundation and other contributors <https:js.foundation/>
+ Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+License: Expat
+
+Files: vendor/underscore/* vendor/backbone/*
+Copyright: 2009-2016, Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
+License: Expat
+
+Files: vendor/firebug-lite/*
+Copyright: 2007, Parakey Inc.
+License: BSD-3-clause-Parakey
+
+Files: vendor/json-js/*
+Copyright: NONE
+License: public-domain
+
+License: BSD-3-clause-Parakey
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * Neither the name of Parakey Inc. nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Expat
+ 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.
+
+Files: debian/*
+Copyright: 2014 Valentin OVD <valentin.ovd at live.fr>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: public-domain
+ NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
diff --cc debian/watch
index eb9e34e,0000000..bcbaaad
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,13 -1,0 +1,13 @@@
+version=4
+opts=\
+repacksuffix=+dfsg,\
+repack,compression=xz,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a|amd|npm|es)\d*)$/$1~$2/,\
- filenamemangle=s/.*y\/(.*)\/a.*/lodash-$1.tar.gz/,\
++filenamemangle=s/.*=(.*)/lodash-$1.tar.gz/,\
+dversionmangle=s/\+dfsg// \
- https://gitlab.com/pravi/lodash/tags .*/repository/(.*)/archive.tar.gz
- opts=\
++https://gitlab.com/pravi/lodash/tags .*/archive.tar.gz\?ref=(.*)
++#opts=\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a|amd|npm|es)\d*)$/$1~$2/,\
- filenamemangle=s/.*y\/(.*)-npm\/a.*/lodash-methods-$1.tar.gz/,\
++filenamemangle=s/.*=(.*)/lodash-methods-$1.tar.gz/,\
+dversionmangle=s/\+dfsg// \
- https://gitlab.com/pravi/lodash/tags .*/repository/(.*)-npm/archive.tar.gz
++https://gitlab.com/pravi/lodash/tags .*/archive.tar.gz\?ref=(.*)-npm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lodash.git
More information about the Pkg-javascript-commits
mailing list