debian/0000755000000000000000000000000012144650630007167 5ustar debian/install0000644000000000000000000000003612143032075010553 0ustar lib/* usr/lib/nodejs/dequeue/ debian/control0000644000000000000000000000150512144650573010601 0ustar Source: node-dequeue Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Mike Gabriel , Build-Depends: debhelper (>= 8.0.0), dh-buildinfo, Standards-Version: 3.9.4 Homepage: https://github.com/lleo/node-dequeue/ Vcs-Git: git://git.debian.org/collab-maint/node-dequeue.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-dequeue.git Package: node-dequeue Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3~), Description: Simple Double Ended Queue Datastructure for Node.js Dequeue is implemented as a doubly linked circular list with a titular head node--an empty node to designate the beginning and the end of the circularly linked list. . It is a drop-in replacement for javascript-arrays-as-fifo. debian/copyright0000644000000000000000000000321312143032056011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: node-dequeue Upstream-Contact: Sean (lleo) M. Egan Source: https://github.com/lleo/node-dequeue Files: * Copyright: 2012, Sean M. Egan License: BSD-2-clause Files: debian/* Copyright: 2013, Mike Gabriel License: BSD-2-clause License: BSD-2-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. . 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 HOLDER 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. debian/rules0000755000000000000000000000016112142142326010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/watch0000644000000000000000000000023512143032104010205 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-dequeue-$1.tar.gz/ \ https://github.com/lleo/node-dequeue/tags .*/archive/v?([\d\.]+).tar.gz debian/patches/0000755000000000000000000000000012144650615010621 5ustar debian/docs0000644000000000000000000000001212142142326010027 0ustar README.md debian/changelog0000644000000000000000000000053012144650630011037 0ustar node-dequeue (1.0.3-2) unstable; urgency=low * /debian/control: + Fix versioned dependency on nodejs. -- Mike Gabriel Wed, 15 May 2013 11:12:53 +0200 node-dequeue (1.0.3-1) unstable; urgency=low * Initial release. (Closes: #707656). -- Mike Gabriel Fri, 10 May 2013 01:45:31 +0200 debian/compat0000644000000000000000000000000212142142326010361 0ustar 8 debian/source/0000755000000000000000000000000012142142326010463 5ustar debian/source/format0000644000000000000000000000001412142142326011671 0ustar 3.0 (quilt)