[Pkg-javascript-commits] [backbone] 04/11: Drop obsolete patch
Julien Puydt
julien.puydt at laposte.net
Sat Aug 27 11:47:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository backbone.
commit 4c54394ccb89346366460b6981623643b4a7adf8
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sat Aug 27 11:08:27 2016 +0200
Drop obsolete patch
---
debian/changelog | 1 +
debian/patches/020130217~0a085bd.patch | 33 ---------------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 46015f7..a14b4c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ backbone (1.3.3-1) UNRELEASED; urgency=medium
* New upstream release (Closes: #746787, #797698).
* Bump standards-version.
* Use https in Vcs-* fields.
+ * Drop obsolete patch to support newer underscore.
-- Julien Puydt <julien.puydt at laposte.net> Sat, 27 Aug 2016 11:04:48 +0200
diff --git a/debian/patches/020130217~0a085bd.patch b/debian/patches/020130217~0a085bd.patch
deleted file mode 100644
index b04cca5..0000000
--- a/debian/patches/020130217~0a085bd.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Fix testsuite to pass with Underscore 1.5.0 and newer
- Due to changes in
- <https://github.com/documentcloud/underscore/commit/0ab5bdc> need to
- fix Backbone.Model test. It would be helpful because some people may
- use Backbone's unit tests in their Backbone-related projects (plugins
- for example).
-Origin: upstream, https://github.com/jashkenas/backbone/commit/0a085bd
-Author: Dmytro Nemoga <Dmytro.Nemoga at gmail.com>
-Reviewed-By: Jonas Smedegaard <dr at jones.dk>
-Forwarded: yes
-Bug-Debian: https://bugs.debian.org/770060
-Last-Update: 2013-02-17
-
---- a/test/model.js
-+++ b/test/model.js
-@@ -324,7 +324,7 @@
- "two": 2
- }
- });
-- var model = new Defaulted({two: null});
-+ var model = new Defaulted();
- equal(model.get('one'), 1);
- equal(model.get('two'), 2);
- Defaulted = Backbone.Model.extend({
-@@ -335,7 +335,7 @@
- };
- }
- });
-- model = new Defaulted({two: null});
-+ model = new Defaulted();
- equal(model.get('one'), 3);
- equal(model.get('two'), 4);
- });
diff --git a/debian/patches/series b/debian/patches/series
index eb4cbad..b269c20 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-020130217~0a085bd.patch
2001_use_system_js.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list