debian/0000755000000000000000000000000012140523322007160 5ustar debian/changelog0000644000000000000000000000025012140523304011027 0ustar node-utilities (0.0.24-1) unstable; urgency=low * Initial release (closes: #706626). -- Laszlo Boszormenyi (GCS) Thu, 02 May 2013 07:55:45 +0000 debian/compat0000644000000000000000000000000212140425354010364 0ustar 9 debian/control0000644000000000000000000000077512140427152010600 0ustar Source: node-utilities Section: devel Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/mde/utilities Package: node-utilities Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3~) Description: classic collection of JavaScript utilities Contains various helper utilities for other applications. debian/copyright0000644000000000000000000000401512140513162011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Files: * Copyright: © Matthew Eernisse License: Apache-2.0 Files: lib/inflection.js Copyright: © 2010 George Moschovitis, http://www.gmosx.com License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: © 2013, Laszlo Boszormenyi (GCS) License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". debian/docs0000644000000000000000000000001212026565575010047 0ustar README.md debian/install0000644000000000000000000000004612140424314010552 0ustar lib/* usr/lib/nodejs/utilities/ debian/rules0000755000000000000000000000056712140431372010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR=$(CURDIR)/debian/node-utilities PKGDIR=$(DESTDIR)/usr/lib/nodejs/utilities override_dh_install: dh_install sed -i "s|e('\./|e('utilities/|" $(PKGDIR)/*.js override_dh_auto_install: # do nothing %: dh $@ .PHONY: override_dh_install override_dh_auto_install debian/source/0000755000000000000000000000000012026565575010503 5ustar debian/source/format0000644000000000000000000000001412026565575011711 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000034112140423531010210 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/mde/utilities/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))