debian/0000755000000000000000000000000012257633475007204 5ustar debian/changelog0000644000000000000000000000023612257633416011052 0ustar smash (0.0.12-1) unstable; urgency=low * Initial upload (closes: #733417). -- Laszlo Boszormenyi (GCS) Sat, 28 Dec 2013 20:27:46 +0100 debian/compat0000644000000000000000000000000212123701526010363 0ustar 9 debian/control0000644000000000000000000000145112257626314010602 0ustar Source: smash Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9), node-queue-async (>= 1.0.0), node-vows (>= 0.7) Standards-Version: 3.9.5 Homepage: https://github.com/mbostock/smash Package: node-smash Architecture: all Depends: nodejs (>= 0.10.0), node-optimist (>= 0.3), node-queue-async (>= 1.0.0), ${misc:Depends} Description: concatenate files together using import statements Concatenates one or more input files, outputting a single merged file. Any import statements in the input files are expanded in-place to the contents of the imported file. If the same file is imported multiple times, only the first instance of the file is included. debian/copyright0000644000000000000000000000506012257625220011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: smash Source: https://github.com/mbostock/smash Files: * Copyright: Copyright 2013 Michael Bostock License: BSD-3-Clause 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 the 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 Michael Bostock ''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 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. Files: debian/* Copyright: Copyright 2013- Laszlo Boszormenyi (GCS) 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 of the License, 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/node-smash.docs0000644000000000000000000000001212145230271012064 0ustar README.md debian/node-smash.install0000644000000000000000000000004712123701645012616 0ustar smash /usr/bin/ lib/* /usr/lib/nodejs/ debian/rules0000755000000000000000000000124612145250602010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 UPSTREAM_VERSION := $(shell grep version package.json | cut -d\" -f4) PKGDIR := $(CURDIR)/debian/node-smash override_dh_install: dh_install sed -i -e 's|env node|env nodejs|' \ -e 's|"./"|"smash"|' \ -e 's|smash.version|"$(UPSTREAM_VERSION)"|' \ $(PKGDIR)/usr/bin/smash sed -e 's|\./lib/||' \ -e 's|require.*version.*|"$(UPSTREAM_VERSION)";|' \ $(CURDIR)/index.js >$(PKGDIR)/usr/lib/nodejs/smash.js sed -i 's|e("\./|e("smash/|' \ $(PKGDIR)/usr/lib/nodejs/smash/*.js override_dh_auto_test: vows %: dh $@ .PHONY: override_dh_install override_dh_auto_test debian/source/0000755000000000000000000000000012123701072010461 5ustar debian/source/format0000644000000000000000000000001412123701072011667 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021712140227404010213 0ustar version=3 opts=uversionmangle=s/_/./g \ https://github.com/mbostock/smash/tags .*/(?:v||smash[_\-])(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))