debian/0000755000000000000000000000000012123750063007165 5ustar debian/control0000644000000000000000000000163512123747612010603 0ustar Source: node-diff Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: cdbs, devscripts, debhelper, dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/kpdecker/jsdiff Vcs-Git: git://git.debian.org/git/collab-maint/node-diff Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-diff.git Package: node-diff Architecture: all Depends: ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: javascript text differencing implementation Node is an event-based server-side JavaScript engine. . jsdiff is a javascript text differencing implementation based on the algorithm proposed in "An O(ND) Difference Algorithm and its Variations" (Myers, 1986): . debian/source/0000755000000000000000000000000011666647537010513 5ustar debian/source/format0000644000000000000000000000001411530323745011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000166012123750063011042 0ustar node-diff (1.0.4-1) unstable; urgency=low [ upstream ] * New upstream release. [ Jonas Smedegaard ] * Fix track correct upstream project (i.e. what npmjs.org tracks as "diff", not "node-diff". * Fix update to use new github REST ABI. * Have git-import-orig suppress upstream shipped .gitignore file. * Git-ignore quilt .pc subdir. * Stop build-depending on node-nows, and skip testsuite for now: This module uses mocha for testing, which is not yet packaged for Debian. * Bump standards-version to 3.9.4. * Update copyright file: + Change main copyright holder, and change main license from Expat to BSD-3-clause. * Rerite short and long description to reflect changed module. -- Jonas Smedegaard Mon, 25 Mar 2013 05:17:04 +0100 node-diff (0.2-1) unstable; urgency=low * Initial release. Closes: Bug#688414. -- Jonas Smedegaard Fri, 05 Oct 2012 10:36:54 +0200 debian/compat0000644000000000000000000000000212033513541010361 0ustar 8 debian/watch0000644000000000000000000000012312123744465010223 0ustar version=3 https://github.com/kpdecker/jsdiff/tags .*/archive/v(\d[\d\.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000155212123746313012333 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch diff.js index.html package.json style.css test/applyPatch.js test/createPatch.js test/diffTest.js test/mocha.opts Copyright: *No copyright* License: UNKNOWN FIXME Files: LICENSE Copyright: 2009-2011, Kevin Decker HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR OWNER OR License: BSD-3-clause FIXME Files: README.md Copyright: 2009-2011, Kevin Decker kpdecker@gmail.com HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR OWNER OR License: BSD-3-clause FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000522412123747174011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jsdiff Upstream-Contact: Tim Savery https://github.com/kpdecker/jsdiff/issues Source: https://github.com/kpdecker/jsdiff/downloads git://github.com/kpdecker/jsdiff Files: * Copyright: 2009-2011, Kevin Decker kpdecker@gmail.com License: BSD-3-clause Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: BSD-3-clause Redistribution and use of this software 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 Kevin Decker 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: GPL-2+ This program 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, or (at your option) any later version. . This program 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. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000021512113656777010622 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True [git-import-orig] filter = .gitignore debian/rules0000755000000000000000000000236112123745771010261 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2012, Jonas Smedegaard # Description: Main Debian packaging script for jsdiff # # This program 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, or (at your option) # any later version. # # This program 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 . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk lib = diff pkg = node-$(lib) CDBS_DEPENDS_$(pkg) = nodejs DEB_UPSTREAM_URL = https://github.com/kpdecker/jsdiff/archive DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_TARBALL_MD5 = 24d81168a0e806982271ca15ab5c2341 DEB_INSTALL_DOCS_ALL += README.md DEB_DH_INSTALL_ARGS_$(pkg) = $(lib).js /usr/lib/nodejs debian/control.in0000644000000000000000000000156712123747476011224 0ustar Source: node-diff Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.4 Homepage: https://github.com/kpdecker/jsdiff Vcs-Git: git://git.debian.org/git/collab-maint/node-diff Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-diff.git Package: node-diff Architecture: all Depends: ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: javascript text differencing implementation Node is an event-based server-side JavaScript engine. . jsdiff is a javascript text differencing implementation based on the algorithm proposed in "An O(ND) Difference Algorithm and its Variations" (Myers, 1986): .