debian/0000775000000000000000000000000012260005550007163 5ustar debian/copyright_hints0000664000000000000000000000117712115503070012330 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: README.markdown binding.gyp debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch install.sh leakcheck.js node-stringprep.cc package.json wscript Copyright: *No copyright* License: UNKNOWN FIXME Files: LICENSE Copyright: 2010, Stephan Maka HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER License: Expat FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME debian/control.in0000664000000000000000000000170712257563322011214 0ustar Source: node-stringprep Section: web Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.4 Homepage: https://github.com/astro/node-stringprep Vcs-Git: git://anonscm.debian.org/git/collab-maint/node-stringprep Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-stringprep.git Package: node-node-stringprep Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, nodejs Conflicts: libnode-node-stringprep Replaces: libnode-node-stringprep Provides: libnode-node-stringprep Description: ICU StringPrep profiles for Node Node is an event-based server-side JavaScript engine. . node-stringprep provides a Node binding to ICU, exposing predefined Unicode normalization functions that are required by many protocols. debian/copyright0000664000000000000000000000434612115502273011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: node-stringprep Upstream-Contact: Astro http://github.com/astro/node-stringprep/issues/ Source: https://github.com/astro/node-stringprep/downloads git://github.com/astro/node-stringprep Files: * Copyright: 2010, Stephan Maka License: Expat Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Expat 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 OR COPYRIGHT HOLDERS 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. 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/source/0000775000000000000000000000000012115501607010466 5ustar debian/source/format0000664000000000000000000000001412115501607011674 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000507012260005534011041 0ustar node-stringprep (0.1.5-1ubuntu1) trusty; urgency=medium * Switch from node-waf to node-gyp to fix FTBFS (Closes: #719382) -- Adam Conrad Sun, 29 Dec 2013 04:30:07 -0700 node-stringprep (0.1.5-1build1) trusty; urgency=medium * No change rebuild against libicu52 -- Dimitri John Ledkov Sat, 28 Dec 2013 14:57:22 +0000 node-stringprep (0.1.5-1) unstable; urgency=low [ upstream ] * New release. * Have git-import-orig suppress .gitignore files. * Bump dephelper compatibility level to 8. * Bump standards-version to 3.9.4. * Use anonscm.debian.org URL for control file Vcs-* fields. * Update copyright file: + Fix use comment pseudo-paragraph to obey silly restrictions of copyright format 1.0. + Shorten GPL License comment, and quote license name. * Update watch and rules files to directly use github.com URL (not githubredir.debian.net). -- Jonas Smedegaard Wed, 06 Mar 2013 01:01:00 +0100 node-stringprep (0.1.3-1) unstable; urgency=low * New upstream release. * Update watch file to use more flexible regex. * Bump copyright file format to 1.0. * Bump standards-version to 3.9.3. -- Jonas Smedegaard Thu, 01 Mar 2012 20:37:22 +0100 node-stringprep (0.1.2-1) unstable; urgency=low * New upstream release. * Bump debhelper compatilibity level to 7. * Drop unneeded explicit directory creation during build. -- Jonas Smedegaard Sun, 04 Dec 2011 13:37:16 +0700 node-stringprep (0.1.1-1) unstable; urgency=low * New upstream release. * Bump policy compliance to standards-version 3.9.2. * Bump copyright file format to draft 174 of DEP-5. * Rename libnode-node-stringprep → node-node-stringprep. Replace and conflict with (and temporarily provide) old package name. * Drop dpkg local-options hints from packaging source: now defaults. * Relax to build-depend unversioned on debhelper: needed version satisfied even in oldstable. -- Jonas Smedegaard Tue, 29 Nov 2011 22:59:14 +0700 node-stringprep (0.0.3-1) unstable; urgency=low * New upstream release. * Fix tie proper email addresses to artist and real name of upstream author, as per request. * Package now team-maintained: + Set Debian Javascript Maintainers as maintainer. + Set myself as uploader. -- Jonas Smedegaard Sun, 27 Mar 2011 13:32:21 +0200 node-stringprep (0.0.2~0f451d-1) experimental; urgency=low * Initial release. Closes: Bug#611450. -- Jonas Smedegaard Sat, 29 Jan 2011 16:26:34 +0100 debian/compat0000664000000000000000000000000212115502041010355 0ustar 8 debian/rules0000775000000000000000000000427012260005277010254 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011 Jonas Smedegaard # Description: Main Debian packaging script for node-stringprep # # 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 libpkgname = node-node-stringprep CDBS_BUILD_DEPENDS += , nodejs-dev (>= 0.2.6), libicu-dev # suppress optional build-dependencies CDBS_BUILD_DEPENDS_rules_upstream-tarball = CDBS_BUILD_DEPENDS_rules_utils_copyright-check = DEB_UPSTREAM_URL = http://github.com/astro/node-stringprep/archive DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_TARBALL_MD5 = 31b51eaf62afd5cec42b251652d9aefa DEB_INSTALL_DOCS_$(libpkgname) += README.markdown configure/$(libpkgname):: NODE_PATH=$(cdbs_curdestdir)/usr/lib/nodejs node-gyp configure build/$(libpkgname):: NODE_PATH=$(cdbs_curdestdir)/usr/lib/nodejs node-gyp build install/$(libpkgname):: install -m 644 -D build/Release/node-stringprep.node \ $(cdbs_curdestdir)/usr/lib/nodejs/node-stringprep.node # Node modules have an uncommon extension preventing autodetection by # dh_shlibdeps, so we do it manually binary-strip-IMPL/$(libpkgname):: $(if $(is_debug_package)$(filter nostrip,$(DEB_BUILD_OPTIONS)),,find "$(cdbs_curdestdir)" -name "*.node" -exec strip --remove-section=.comment --remove-section=.note --strip-unneeded {} +) binary-predeb-IMPL/$(libpkgname):: find "$(cdbs_curdestdir)" -name "*.node" -exec dpkg-shlibdeps -Tdebian/$(cdbs_curpkg).substvars {} + clean:: rm -rf build rm -f .lock-wscript debian/control0000664000000000000000000000202012260003360010555 0ustar Source: node-stringprep Section: web Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: cdbs, debhelper, dh-buildinfo, nodejs-dev (>= 0.2.6), node-gyp, libicu-dev Standards-Version: 3.9.4 Homepage: https://github.com/astro/node-stringprep Vcs-Git: git://anonscm.debian.org/git/collab-maint/node-stringprep Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-stringprep.git Package: node-node-stringprep Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, nodejs Conflicts: libnode-node-stringprep Replaces: libnode-node-stringprep Provides: libnode-node-stringprep Description: ICU StringPrep profiles for Node Node is an event-based server-side JavaScript engine. . node-stringprep provides a Node binding to ICU, exposing predefined Unicode normalization functions that are required by many protocols. debian/watch0000664000000000000000000000012312115502611010207 0ustar version=3 https://github.com/astro/node-stringprep .*/archive/v?(\d[\d\.]+).tar.gz debian/gbp.conf0000664000000000000000000000021512115501713010601 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True [git-import-orig] filter = .gitignore