debian/0000755000000000000000000000000012210117424007160 5ustar debian/docs0000644000000000000000000000001212210105575010030 0ustar README.md debian/watch0000644000000000000000000000030212210116752010207 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-zipfile-$1.tar.gz/,dversionmangle=s/\+ds[\d]*$// \ https://github.com/springmeyer/node-zipfile/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000143612210117074010570 0ustar Source: node-zipfile Section: libdevel Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 9~) , dh-buildinfo , node-gyp , libzip-dev Standards-Version: 3.9.4 Homepage: http://github.com/springmeyer/node-zipfile Vcs-Git: git://anonscm.debian.org/collab-maint/node-zipfile.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-zipfile.git Package: node-zipfile Architecture: any Depends: ${shlibs:Depends} , ${misc:Depends} , nodejs Description: library for handling zipfiles in Node.js node-zipfile is a C++ module for handling zipfiles in Node.js. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000516612210116040011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://github.com/springmeyer/node-zipfile Repackaged conveniently to simplify copyright maintenance, by excluding ./deps/* except ./deps/common-libzip.gypi ./test/data/world_merc.zip Files: * Copyright: © 2011-2013, Dane Springmeyer License: BSD-3 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 author nor the names of other 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. Files: debian/* Copyright: © 2011-2012, David Paleino 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/install0000644000000000000000000000003512210116203010541 0ustar lib/* usr/lib/nodejs/zipfile debian/source/0000755000000000000000000000000012210105575010464 5ustar debian/source/format0000644000000000000000000000001412210105575011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212210117065010357 0ustar 9 debian/rules0000755000000000000000000000253512210116443010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifndef UPVER UPVER := $(shell dpkg-parsechangelog -SVersion | cut -d- -f1 | cut -d+ -f1) endif TARDIR := node-zipfile-$(UPVER) TARNAME := node-zipfile_$(UPVER)+ds1.orig.tar %: dh $@ override_dh_install: dh_install dh_buildinfo chmod 644 $(CURDIR)/debian/node-zipfile/usr/lib/nodejs/zipfile/node_zipfile.node override_dh_auto_configure: node-gyp configure --libzip=shared override_dh_auto_build: node-gyp build override_dh_auto_test: override_dh_shlibdeps: dpkg-shlibdeps \ -T$(CURDIR)/debian/node-zipfile.substvars \ $(CURDIR)/debian/node-zipfile/usr/lib/nodejs/zipfile/node_zipfile.node override_dh_strip: strip \ --remove-section=.comment \ --remove-section=.note \ --strip-unneeded \ $(CURDIR)/debian/node-zipfile/usr/lib/nodejs/zipfile/node_zipfile.node get-orig-source: mkdir -p ../tarballs uscan \ --verbose \ --download-version $(UPVER) \ --force-download \ --destdir ../tarballs \ --rename tar xvf ../tarballs/node-zipfile_0.4.0.orig.tar.gz @echo Repackaging rm -rf $(TARDIR)/deps/libzip* rm -rf $(TARDIR)/deps/zlib rm -rf $(TARDIR)/deps/*-include rm -rf $(TARDIR)/deps/*.py rm $(TARDIR)/test/data/world_merc.zip tar cf $(TARNAME) $(TARDIR)/ rm -rf $(TARDIR)/ gzip -9 $(TARNAME) mv $(TARNAME).gz ../tarballs/ debian/changelog0000644000000000000000000000172312210117414011034 0ustar node-zipfile (0.4.0+ds1-1) unstable; urgency=low * New upstream version * Loosen dependency on nodejs * Build using node-gyp instead of node-waf * Remove pkg-config from Build-Depends, not needed by node-gyp * Further repackaging: remove test data, and keep deps/*.gypi * Update copyright, fix Source field, explain repackaging * Canonicalize Vcs fields * Standards-Version 3.9.4 * Use dh 9 for hardening * Watch github, mangle version -- Jérémy Lal Fri, 30 Aug 2013 15:32:59 +0200 node-zipfile (0.3.1+ds1-1) unstable; urgency=low * New upstream version * Add B-D on libuv-dev * Bump dependency on Node >= 0.6 * Bump Standards-Version to 3.9.3, no changes needed * Updated debian/copyright -- David Paleino Sat, 14 Apr 2012 23:26:44 +0200 node-zipfile (0.2.4+ds1-1) unstable; urgency=low * Initial release (Closes: #646395) -- David Paleino Sun, 23 Oct 2011 22:33:32 +0200