debian/0000755000000000000000000000000012055514124007165 5ustar debian/control0000644000000000000000000000202712055513716010577 0ustar Source: node-ain2
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers
Uploaders: Jonas Smedegaard
Build-Depends: cdbs,
devscripts,
debhelper,
dh-buildinfo
Standards-Version: 3.9.3
Homepage: https://github.com/phuesler/ain
Vcs-Git: git://git.debian.org/git/collab-maint/node-ain2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-ain2.git
Package: node-ain2
Architecture: all
Depends: ${misc:Depends},
${cdbs:Depends}
Description: syslog logging for Node
Node is an event-based server-side JavaScript engine.
.
Ain provides brain-free syslog logging for Node.
.
Ain is written with full compatibility with Node console module. It
implements all console functions and formatting. Also ain supports
UTF-8.
.
Ain can send messages by UDP to 127.0.0.1:514 or to the a unix socket;
the latter however only for Node 0.4.x, as unix_dgram sockets support
has been removed > 0.5.x.
.
In the Phoenician alphabet letter "ain" indicates eye.
debian/source/0000755000000000000000000000000011666647537010513 5ustar debian/source/format0000644000000000000000000000001411530323745011677 0ustar 3.0 (quilt)
debian/changelog0000644000000000000000000000221012055514124011032 0ustar node-ain2 (1.1.1-1) unstable; urgency=low
[ upstream ]
* New upstream release.
[ Jonas Smedegaard ]
* Update watch and rules files to directly use github.com URL (not
githubredir.debian.net).
* Bump dephelper compatibility level to 8.
* Use anonscm.debian.org for Vcs-Browser field.
* Update copyright file:
+ Fix use pseudo-comment section to obey silly restrictions of
copyright format 1.0.
* Update package relations:
+ Relax to build-depend unversioned on cdbs: Needed version
satisfied in stable, and oldstable no longer supported.
-- Jonas Smedegaard Thu, 29 Nov 2012 00:02:48 +0100
node-ain2 (1.1.0-1) unstable; urgency=low
* New upstream release.
* Bump standards-version to 3.9.3.
* Bump copyright file format to 1.0.
-- Jonas Smedegaard Thu, 01 Mar 2012 20:14:12 +0100
node-ain2 (1.0.0-1) unstable; urgency=low
* New upstream release.
-- Jonas Smedegaard Thu, 19 Jan 2012 12:38:29 +0100
node-ain2 (0.2.1-1) unstable; urgency=low
* Initial release.
Closes: Bug#653208.
-- Jonas Smedegaard Sun, 25 Dec 2011 17:32:56 +0700
debian/compat0000644000000000000000000000000212055513267010372 0ustar 8
debian/watch0000644000000000000000000000011712055513054010216 0ustar version=3
https://github.com/phuesler/ain/tags .*/archive/v?(\d[\d\.]+).tar.gz
debian/copyright_hints0000644000000000000000000000110112055513714012322 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: CHANGELOG.md
debian/compat
debian/control
debian/control.in
debian/gbp.conf
debian/source/format
debian/watch
index.js
package.json
readme.md
test/integration.js
Copyright: *No copyright*
License: UNKNOWN
FIXME
Files: debian/rules
Copyright: 2011, Jonas Smedegaard
License: GPL-2+
FIXME
Files: LICENSE
Copyright: 2010, Alexander Dorofeev
License: MIT/X11 (BSD like)
FIXME
debian/copyright0000644000000000000000000000424412055513475011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ain2
Upstream-Contact: http://github.com/phuesler/ain/issues
Source: https://github.com/phuesler/ain/downloads
git://github.com/phuesler/ain
Files: *
Copyright: 2010, Alexander Dorofeev
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/gbp.conf0000644000000000000000000000014611530323745010611 0ustar # Configuration file for git-buildpackage and friends
[DEFAULT]
pristine-tar = True
sign-tags = True
debian/rules0000755000000000000000000000240712055513416010253 0ustar #!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2011, Jonas Smedegaard
# Description: Main Debian packaging script for ain2
#
# 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
libname = ain2
pkg = node-$(libname)
CDBS_DEPENDS_$(node-pkgname) = nodejs
DEB_UPSTREAM_URL = https://github.com/phuesler/ain/archive
DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
DEB_UPSTREAM_TARBALL_MD5 = b1fd93a22945ff66200ec3544b0df621
DEB_INSTALL_DOCS_ALL += readme.md
DEB_DH_INSTALL_ARGS_$(pkg) = index.js /usr/lib/nodejs/$(libname)
debian/control.in0000644000000000000000000000176112055513324011203 0ustar Source: node-ain2
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers
Uploaders: Jonas Smedegaard
Build-Depends: @cdbs@
Standards-Version: 3.9.3
Homepage: https://github.com/phuesler/ain
Vcs-Git: git://git.debian.org/git/collab-maint/node-ain2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-ain2.git
Package: node-ain2
Architecture: all
Depends: ${misc:Depends},
${cdbs:Depends}
Description: syslog logging for Node
Node is an event-based server-side JavaScript engine.
.
Ain provides brain-free syslog logging for Node.
.
Ain is written with full compatibility with Node console module. It
implements all console functions and formatting. Also ain supports
UTF-8.
.
Ain can send messages by UDP to 127.0.0.1:514 or to the a unix socket;
the latter however only for Node 0.4.x, as unix_dgram sockets support
has been removed > 0.5.x.
.
In the Phoenician alphabet letter "ain" indicates eye.