[Pkg-javascript-commits] [node-topcube] branch master updated (a3902ab -> b96cbca)
Jérémy Lal
kapouer at alioth.debian.org
Sat Oct 26 13:54:17 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository node-topcube.
from a3902ab Re-uploading to NEW
new 5055d31 Standards-Version 3.9.4
new 0f2cb6a Canonicalize Vcs fields
new 2340b78 AMAU
new ae9be72 Node.js short description
new d37ae1e Update changelog
new 657a7cf Update get-orig-source target
new b2e10c9 Imported Upstream version 0.2.0+ds1
new bb57333 Merge tag 'upstream/0.2.0+ds1'
new c450621 dh 9 for hardening
new b8963df Remove unneeded patches
new b332e5d Disable configure
new b712e9c Fix install. Keep original tree.
new f6bbc2c Rewrite package description
new 33e1806 Manpage and install it
new 3be83b6 Provide source of the manpage
new 143ad0e How to generate manpage from markdown
new 0bfd99e Update changelog
new cea5358 Depend on node-gyp instead of nodejs-dev
new b96cbca Build using node-gyp, not npm
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 5 ++-
LICENSE | 8 +++++
Makefile | 6 +++-
binding.gyp | 51 +++++++++++++++++++++++++++
debian/changelog | 12 +++++++
debian/compat | 2 +-
debian/control | 35 +++++++++++--------
debian/install | 5 +--
debian/links | 1 +
debian/manpages | 1 +
debian/patches/01-fix_path.patch | 20 -----------
debian/patches/series | 1 -
debian/rules | 38 ++++++++++++++-------
debian/topcube.1 | 70 ++++++++++++++++++++++++++++++++++++++
debian/topcube.1.md | 46 +++++++++++++++++++++++++
deps/download_and_extract.py | 17 +++++++++
deps/fetch-win-binary.gyp | 22 ++++++++++++
lib/index.js | 1 +
topcube.js => lib/topcube.js | 4 +--
package.js | 22 ------------
package.json | 11 ++----
topcube.cpp => src/topcube.cpp | 35 +++++++++++--------
22 files changed, 314 insertions(+), 99 deletions(-)
create mode 100644 LICENSE
create mode 100644 binding.gyp
create mode 100644 debian/links
create mode 100644 debian/manpages
delete mode 100644 debian/patches/01-fix_path.patch
delete mode 100644 debian/patches/series
create mode 100644 debian/topcube.1
create mode 100644 debian/topcube.1.md
create mode 100644 deps/download_and_extract.py
create mode 100755 deps/fetch-win-binary.gyp
create mode 100644 lib/index.js
rename topcube.js => lib/topcube.js (83%)
delete mode 100644 package.js
rename topcube.cpp => src/topcube.cpp (89%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-topcube.git
More information about the Pkg-javascript-commits
mailing list